drone/internal/api/handler
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
..
account Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
githook [feat]: Add Git Server Hook Support (#159) 2023-01-06 12:15:11 -08:00
pullreq PR change state API; Removed rejected state (#220) 2023-01-17 16:04:30 +01:00
repo [MISC] Introduce PathStore and Move PathLogic to Controller Layer (#226) 2023-01-18 11:34:12 -08:00
resource server urls added, resource moved to the root path (#35) 2022-10-18 02:24:20 +02:00
serviceaccount Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
space Add search capability to repo and space listing (for child spaces) (#44) 2022-10-24 18:57:55 -07:00
system [MAINT] golangci-lint config changed (#31) 2022-10-13 14:39:15 +02:00
user Introduce UIDs for Space / Repo / Tokens, Add Custom Harness Validation, ... (#57) 2022-11-06 23:14:47 -08:00
users Add search capability to repo and space listing (for child spaces) (#44) 2022-10-24 18:57:55 -07:00
webhook [SCM-61]: sort in webhook list api (#199) 2023-01-17 09:59:27 -08:00