Feat v0.7.2 package runners ci gate (#56)
All checks were successful
CI/CD / detect-changes (push) Successful in 4s
CI/CD / test-runners (push) Has been skipped
CI/CD / test-frontend (push) Successful in 6s
CI/CD / test-go-pg (push) Successful in 2m39s
CI/CD / test-sqlite (push) Successful in 2m55s
CI/CD / build-and-deploy (push) Successful in 29s

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #56.
This commit is contained in:
2026-04-02 12:10:57 +00:00
committed by xcaliber
parent 829caa3b20
commit d6c7b21713
37 changed files with 1504 additions and 36 deletions

View File

@@ -18,14 +18,15 @@
/** Endpoint map for auto-cleanup by resource type. */
const CLEANUP_ENDPOINTS = {
channel: '/api/v1/channels/',
note: '/api/v1/ext/notes/notes/',
folder: '/api/v1/ext/notes/folders/',
workflow: '/api/v1/workflows/',
schedule: '/api/v1/schedules/',
package: '/api/v1/admin/packages/',
user: '/api/v1/admin/users/',
team: '/api/v1/admin/teams/',
channel: '/api/v1/channels/',
conversation: '/s/chat-core/api/conversations/',
note: '/s/notes/api/notes/',
folder: '/s/notes/api/folders/',
workflow: '/api/v1/workflows/',
schedule: '/api/v1/schedules/',
package: '/api/v1/admin/packages/',
user: '/api/v1/admin/users/',
team: '/api/v1/admin/teams/',
};
/** Sentinel for skip flow control. */