Skip to content

feat(public api): Update public API#1

Open
tkasriel wants to merge 1 commit intomasterfrom
updated-api
Open

feat(public api): Update public API#1
tkasriel wants to merge 1 commit intomasterfrom
updated-api

Conversation

@tkasriel
Copy link
Copy Markdown
Collaborator

Modify API access to give more access to executions
/executions now accepts all status filters:
"canceled" | "crashed" | "error" | "failed" | "new" | "running" | "success" | "unknown" | "waiting"

/executions now allows for either strings for status or lists
/executions?status=running,error
/executions?status=running

Comment thread packages/cli/src/PublicApi/v1/handlers/executions/executions.service.ts Outdated
Comment thread packages/cli/test/integration/shared/testDb.ts Outdated
Comment thread packages/cli/test/integration/publicApi/executions.test.ts Outdated
Comment thread packages/cli/test/integration/publicApi/executions.test.ts Outdated
Comment thread packages/cli/src/PublicApi/v1/handlers/executions/executions.service.ts Outdated
@tkasriel tkasriel requested a review from ahivert July 7, 2023 09:15
@tkasriel tkasriel self-assigned this Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants