sourcebot/packages/backend/src
Michael Sukkarieh fdd71cfcfe
add better visualization for connection/repo errors and warnings (#201)
* replace upsert with seperate create many and raw update many calls

* add bulk repo status update and queue addition with priority

* add support for managed redis

* add note for changing raw sql on schema change

* add error package and use BackendException in connection manager

* handle connection failure display on web app

* add warning banner for not found orgs/repos/users

* add failure handling for gerrit

* add gitea notfound warning support

* add warning icon in connections list

* style nits

* add failed repo vis in connections list

* added retry failed repo index buttons

* move nav indicators to client with polling

* fix indicator flash issue and truncate large list results

* display error nav better

* truncate failed repo list in connection list item

* fix merge error

* fix merge bug

* add connection util file [wip]

* refactor notfound fetch logic and add missing error package to dockerfile

* move repeated logic to function and add zod schema for syncStatusMetadata
2025-02-19 18:10:22 -08:00
..
connectionManager.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
connectionUtils.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
constants.ts add retries for 429 issues (#196) 2025-02-15 16:37:50 -08:00
environment.ts db performance improvements and job resilience (#200) 2025-02-19 10:26:13 -08:00
gerrit.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
git.ts add retries for 429 issues (#196) 2025-02-15 16:37:50 -08:00
gitea.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
github.test.ts SQL Database (#157) 2025-01-14 13:37:31 -08:00
github.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
gitlab.test.ts SQL Database (#157) 2025-01-14 13:37:31 -08:00
gitlab.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
index.ts Domain support 2025-02-12 13:45:12 -08:00
local.ts Add @sourcebot/schemas package (#177) 2025-01-24 10:51:49 -08:00
logger.ts Graceful error handling when calling code host apis (#142) 2024-12-18 19:21:21 -08:00
main.ts db performance improvements and job resilience (#200) 2025-02-19 10:26:13 -08:00
posthog.ts Pass PostHog key at build time (#92) 2024-11-25 21:04:52 -08:00
posthogEvents.ts Graceful error handling when calling code host apis (#142) 2024-12-18 19:21:21 -08:00
repoCompileUtils.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
repoManager.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
types.ts connections qol improvements (#195) 2025-02-15 10:00:44 -08:00
utils.test.ts Add topics and exclude.topics to GitHub & GitLab config (#121) 2024-12-11 14:17:57 -08:00
utils.ts add better visualization for connection/repo errors and warnings (#201) 2025-02-19 18:10:22 -08:00
zoekt.ts adds garbage collection for repos (#182) 2025-01-29 09:05:20 -08:00