drone/internal/store/database
Johannes Batzill 44ec7ceb07 [Webhook] Add API and DB Basics (#142)
This change introduces:
- webhook type / store / controller / handler
- webhookExecution type / store / controller / handler
- foreign key fix for sqlite3
2022-12-28 13:07:48 -08:00
..
dbtx global mutex for the dbtx package (#118) 2022-12-13 17:52:16 +01:00
migrate [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
mutex [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
testdata Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
path.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
pullreq_activity.go Add parent_id column to the pullreq_activities DB table (#143) 2022-12-28 18:51:34 +01:00
pullreq.go Pull request timeline feature: DB and the list API (#136) 2022-12-26 12:17:38 +01:00
repo_sync.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
repo.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
service_account_sync.go [API] Add List Branches, Improve latestCommit Performance for listing directory (#38) 2022-10-17 23:05:50 -07:00
service_account.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
service_sync.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
service.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
space_sync.go [bug] git clone/pull/push auth using Basic Authorization fixed (#66) 2022-11-11 07:59:32 +01:00
space.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
store_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
store.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
token_sync.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
token.go Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
user_sync.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
user_test.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
user.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
util_test.go [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
util.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
webhook_execution.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
webhook.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
wire.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00