-
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 registry syncer #15277
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
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
2 times, most recently
from
November 18, 2024 00:48
88b736a
to
6611ffd
Compare
cedric-cordenier
previously approved these changes
Nov 18, 2024
MStreet3
commented
Nov 19, 2024
cedric-cordenier
previously approved these changes
Nov 19, 2024
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
from
November 19, 2024 16:45
e3223e0
to
2eb7ec4
Compare
ettec
previously requested changes
Nov 19, 2024
jmank88
reviewed
Nov 19, 2024
core/services/relay/evm/capabilities/workflows/syncer/workflow_syncer_test.go
Outdated
Show resolved
Hide resolved
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
from
November 19, 2024 18:00
203811e
to
7d4a124
Compare
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
from
November 19, 2024 18:16
7d4a124
to
f171581
Compare
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
2 times, most recently
from
November 19, 2024 22:21
d445235
to
00a46c0
Compare
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
3 times, most recently
from
November 20, 2024 12:09
ae088f4
to
f725669
Compare
MStreet3
force-pushed
the
cappl-2222/redo-secrets-syncer
branch
from
November 20, 2024 12:21
f725669
to
8dc2b52
Compare
cedric-cordenier
previously approved these changes
Nov 20, 2024
jmank88
requested changes
Nov 20, 2024
cedric-cordenier
approved these changes
Nov 20, 2024
jmank88
approved these changes
Nov 20, 2024
AER Report: CI Core ran successfully ✅ |
ilija42
approved these changes
Nov 20, 2024
justinkaseman
added a commit
that referenced
this pull request
Nov 21, 2024
This reverts commit 64aeef9.
justinkaseman
added a commit
that referenced
this pull request
Nov 27, 2024
This reverts commit 64aeef9.
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.
Adds workflow registry syncing service with a null implementation. Service is not wired into the application. Only handles ForceSecretsUpdateRequests.
Requires
Supports