drone/app/api/controller/migrate
Marko Gaćeša 9cd8e34cce techdebt: [CODE-3209]: move caches to store package (#3449)
* fix test
* Merge remote-tracking branch 'origin/main' into mg/cache/move-caches-to-store
* use pointers to types for evictor
* gob decoder requires ptr
* update pubsub namespace
* add generic evictor, clear cache on space update
* Merge remote-tracking branch 'origin/main' into mg/cache/move-caches-to-store
* added the missing MarkChanged call in spaces soft delete
* move caches to store package
2025-02-24 17:37:49 +00:00
..
controller.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
create_repo.go feat: [PIPE-23710]: changed signature of RepoIdentifier to start taking session argument (#3345) (#3425) 2025-02-13 10:14:20 +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 feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00