drone/internal/api/controller/webhook
Johannes Batzill 335998505e [MISC] Introduce PathStore and Move PathLogic to Controller Layer (#226)
This change is a follow up on the effort to remove transactions and sync stores from the database layer, and move them in the application layer. It is addressing the repo + space store.
The following changes are included:
- Introduce PathStore storing resource paths (repo + space)
- Add foreign key from path.repo_id/space_id to repo.id/space.id
- Add foreign key from repo/space.parent_id to space.id
- Remove repo_sync and space_sync
- Move path creation logic to repo/space controller (for both creating primary paths for new repos/spaces, as well as creating alias spaces)
- Reimplement repo/space moving on controller layer
2023-01-18 11:34:12 -08:00
..
common.go Added Correct method for enum types (#194) 2023-01-13 13:59:53 +01:00
controller.go [MISC] Introduce PathStore and Move PathLogic to Controller Layer (#226) 2023-01-18 11:34:12 -08:00
create.go [Webhook] Add display_name/description/latest_execution_result to webhook (#180) 2023-01-11 17:11:10 -08:00
delete.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
find_execution.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
find.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
list_executions.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
list.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00
retrigger_execution.go [Webhook] Add Event Processing and Retrigger (#148) 2023-01-04 14:43:36 -08:00
update.go [Webhook] Add display_name/description/latest_execution_result to webhook (#180) 2023-01-11 17:11:10 -08:00
wire.go [Webhook] Add API and DB Basics (#142) 2022-12-28 13:07:48 -08:00