drone/app/api/controller/migrate
Darko Draskovic 8d7fc35548 fix: [CODE-3014]: Return 401 in case of unauthorized call without auth data (#3634)
* Remove IsAuthErr helper
* Merge remote-tracking branch 'origin/main' into dd/auth
* Fix registry tests
* Add IsAuthErr app api auth package
* Add hasAccess helper method
* Merge remote-tracking branch 'origin/main' into dd/auth
* Merge remote-tracking branch 'origin/main' into dd/auth
* Merge remote-tracking branch 'origin/main' into dd/auth
* Clean up controllers and handle anonymous in Check
* Return 401 in case of unauthorized call without auth data
2025-04-09 15:24:54 +00:00
..
controller.go fix: [CODE-2947]: add posthog (#3528) 2025-03-18 11:31:51 +00:00
create_repo.go fix: [CODE-3014]: Return 401 in case of unauthorized call without auth data (#3634) 2025-04-09 15:24:54 +00:00
error.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
label.go feat: [CODE-2375]: Support import v2 for labels (#2695) 2024-10-21 20:23:36 +00:00
pullreq.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
rules.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
update_state.go techdebt: [CODE-3209]: move caches to store package (#3449) 2025-02-24 17:37:49 +00:00
webhooks.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +00:00
wire.go fix: [CODE-2947]: add posthog (#3528) 2025-03-18 11:31:51 +00:00