drone/internal/store/database/migrate/sqlite
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
..
0001_create_table_paths.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0001_create_table_principals.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0001_create_table_repositories.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0001_create_table_spaces.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0001_create_table_tokens.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0002_create_index_paths_targetType_targetId.up.sql Add Paths support and error improvements (#11) 2022-09-08 21:39:15 -07:00
0002_create_index_principals_principal_sa_parentType_principal_sa_parentId.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0002_create_index_repositories_parent.up.sql Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
0002_create_index_spaces_parentId.up.sql Add authn, authz, spaces, guard, terminated FQNs 2022-09-05 13:47:00 -07:00
0002_create_index_tokens_principalId.up.sql Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
0003_create_table_pullreqs.up.sql rename DB table pullreq to pullreqs; added version (#130) 2022-12-22 20:21:15 +01:00
0004_create_index_pullreq_target_repo_id_number.up.sql rename DB table pullreq to pullreqs; added version (#130) 2022-12-22 20:21:15 +01:00
0005_create_table_pullreq_activities.up.sql Add parent_id column to the pullreq_activities DB table (#143) 2022-12-28 18:51:34 +01:00
0006_create_index_pullreq_activities_pullreq_id_order.up.sql Pull request timeline feature: DB and the list API (#136) 2022-12-26 12:17:38 +01:00
0007_create_table_webhooks.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0008_create_index_webhooks_repo_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0008_create_index_webhooks_space_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0009_create_table_webhook_executions.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
0010_create_index_webhook_executions_webhook_id.up.sql [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00