Commit graph

442 commits

Author SHA1 Message Date
Brendan Kellam
c48c0930a8
backend logging (#224) 2025-03-01 21:40:47 -08:00
bkellam
d281523225 fix alloy 2025-03-01 21:09:47 -08:00
bkellam
806db26f16 alloy nits 2025-03-01 21:03:06 -08:00
msukkari
b27507eb7d catch and rethrow simplegit exceptions 2025-03-01 20:53:33 -08:00
msukkari
d33185c118 switch source map publish to runtime in entrypoint 2025-03-01 20:43:50 -08:00
bkellam
99fda9a443 Update grafana loki endpoint 2025-03-01 20:08:29 -08:00
msukkari
20eac7bb26 fix sentry login in action 2025-03-01 19:50:21 -08:00
msukkari
36f79d7fe6 login to sentry 2025-03-01 19:44:58 -08:00
msukkari
7253c5a8c6 add setup sentry cli step to github action 2025-03-01 19:34:47 -08:00
bkellam
7307134e77 Fix root domain issue on onboarding 2025-03-01 19:32:26 -08:00
Michael Sukkarieh
a93ee6527c
add sentry support to backend and webapp (#223)
* add sentry to web app

* set sentry environemnt from env var

* add sentry env replace logic in docker container

* wip add backend sentry

* add sentry to backend

* move dns to env var

* remove test exception
2025-03-01 19:21:17 -08:00
msukkari
85c21a2519 fix build error with useSearchParam not wrapped in suspense 2025-03-01 17:36:16 -08:00
msukkari
ec5ec9d777 fix build error and warnings 2025-03-01 16:39:01 -08:00
msukkari
47b3e1a940 remove unused middleware file 2025-03-01 16:24:23 -08:00
Michael Sukkarieh
ff350566b0
switch magic link to invite code (#222)
* wip magic link codes

* pipe email to email provider properly

* remove magic link data cookie after sign in

* clean up unused imports

* dont remove cookie before we use it

* rm package-lock.json

* revert yarn files to v3 state

* switch email passing from cookie to search param

* add comment for settings dropdown auth update
2025-03-01 16:15:35 -08:00
bkellam
51186fe87d Add prometheus metric for pending repo indexing jobs 2025-03-01 15:50:09 -08:00
bkellam
c841894c0a reduce scraping interval to 15s 2025-03-01 15:38:43 -08:00
msukkari
b527ec45cb update trial card content and add events for code host selection on onboard 2025-03-01 09:26:43 -08:00
bkellam
06ba66da46 [temp] comment out loki for now 2025-02-28 17:01:40 -08:00
bkellam
4c4482d579 wip 2025-02-28 16:58:14 -08:00
bkellam
6edfb1b2cb add alloy logs 2025-02-28 16:52:56 -08:00
bkellam
a5fdcb3eeb logs wip 2025-02-28 16:49:09 -08:00
bkellam
8b9a469324 First attempt at sending logs to grafana 2025-02-28 16:38:42 -08:00
Brendan Kellam
041eab14eb
General settings + cleanup (#221)
* General settings

* Add alert to org domain change
2025-02-28 15:58:49 -08:00
msukkari
072f77b19a prevent switching to first page on data update and truncate long repo names in repo list 2025-02-28 14:48:54 -08:00
msukkari
409344248c remove / keyboard shortcut hint in search bar 2025-02-28 14:29:38 -08:00
Brendan Kellam
8f6052c8e1
fix (#219) 2025-02-28 14:21:26 -08:00
Michael Sukkarieh
bdab90ba41
revamp repo page (#220)
* wip repo table

* new repo page

* add indicator for when feedback is applied in repo page

* add repo button

* fetch connection data in one query

* fix styling
2025-02-28 14:18:44 -08:00
Brendan Kellam
7685d9cf66
Quick action tweaks (#218) 2025-02-28 10:12:32 -08:00
msukkari
cdfcb5a88b display domain properly in org create form 2025-02-28 09:22:48 -08:00
Brendan Kellam
83ab0a0bd3
/settings/secrets page (#217) 2025-02-27 22:40:46 -08:00
msukkari
5006a932ea fix case where we have repos but they're all failed for repo snapshot 2025-02-27 18:48:04 -08:00
bkellam
6d3be81230 Add .env to db gitignore 2025-02-27 17:06:53 -08:00
Brendan Kellam
e1533f22f7
[Cherry Pick] Syntax reference guide (#169) (#216) 2025-02-27 17:02:58 -08:00
msukkari
1bdb65c34e cherry pick fix for file links 2025-02-27 16:25:26 -08:00
bkellam
b9352345a3 Add mobile unsupported splash screne 2025-02-27 16:10:55 -08:00
msukkari
7ce10672e1 remove error msg dump on failed repo index job, and update indexedAt field 2025-02-27 16:04:31 -08:00
msukkari
8b44505cf3 fix ordering of quick actions 2025-02-27 14:52:01 -08:00
bkellam
161f21eb57 Make login and onboarding mobile friendly 2025-02-27 13:25:27 -08:00
msukkari
d0b75ce57d fix repo rm issue, 502 page, condition on test clock 2025-02-27 13:11:30 -08:00
bkellam
cfff416e18 fix share links 2025-02-27 12:25:35 -08:00
bkellam
85d7b1e098 Fix bug with repository snapshot 2025-02-27 12:03:35 -08:00
bkellam
fcf0b836ee fix build 2025-02-27 09:43:35 -08:00
Brendan Kellam
46be0440b0
Add back revision support (#215) 2025-02-27 09:39:55 -08:00
msukkari
3d6c7dcca5 add back button in onboard connection creation flow 2025-02-27 09:32:01 -08:00
msukkari
c0b62a28da fix build error 2025-02-27 09:17:47 -08:00
msukkari
631616620c fix skipping onboard complete check 2025-02-26 17:37:36 -08:00
Michael Sukkarieh
4869137d1e
skip stripe checkout for trial + fix indexing in progress UI + additional schema validation (#214)
* add additional config validation

* wip bypass stripe checkout for trial

* fix stripe trial checkout bypass

* fix indexing in progress ui on home page

* add subscription checks, more schema validation, and fix issue with complete page

* dont display if no indexed repos
2025-02-26 17:29:09 -08:00
Brendan Kellam
386a3b52d7
remove git & local schemas (#213) 2025-02-26 16:55:10 -08:00
Brendan Kellam
50b94b2c46
Connections UX pass + query optimizations (#212) 2025-02-26 15:46:37 -08:00