-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(workflows): adds orm methods for managing specs #15356
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MStreet3
requested review from
vyzaldysanchez
and removed request for
a team
November 21, 2024 10:01
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
MStreet3
force-pushed
the
cappl-135/wf-spec-orm
branch
from
November 21, 2024 10:14
a93edc8
to
b847a64
Compare
MStreet3
force-pushed
the
cappl-306/stub-handlers
branch
from
November 21, 2024 10:20
aa4a8e7
to
694dfe9
Compare
MStreet3
force-pushed
the
cappl-135/wf-spec-orm
branch
from
November 21, 2024 10:29
f08c3f0
to
315e58e
Compare
MStreet3
force-pushed
the
cappl-306/stub-handlers
branch
from
November 21, 2024 10:35
176e363
to
4dd15dd
Compare
MStreet3
force-pushed
the
cappl-135/wf-spec-orm
branch
2 times, most recently
from
November 21, 2024 13:03
6d08d21
to
aa476ef
Compare
MStreet3
force-pushed
the
cappl-135/wf-spec-orm
branch
2 times, most recently
from
November 21, 2024 13:33
6ab3bb5
to
642907c
Compare
cedric-cordenier
previously approved these changes
Nov 21, 2024
core/store/migrate/migrations/0260_add_status_workflow_spec.sql
Outdated
Show resolved
Hide resolved
MStreet3
force-pushed
the
cappl-135/wf-spec-orm
branch
from
November 21, 2024 14:39
fbbeed0
to
02ca305
Compare
agparadiso
previously approved these changes
Nov 21, 2024
cedric-cordenier
approved these changes
Nov 22, 2024
ettec
approved these changes
Nov 25, 2024
justinkaseman
added a commit
that referenced
this pull request
Nov 27, 2024
This reverts commit 1168674.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CAPPL-135
This PR adds an ORM layer for interacting with the workflow_specs table. Allows team to split up/implement event handlers for the syncer in parallel.
Requires
Supports