-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add support for embargo acknowledgement in python and golang backends #4485
Merged
lukaszgryglicki
merged 27 commits into
dev
from
lukaszgryglicki-4482-add-embargo_acked-to-cla-signatures
Dec 5, 2024
Merged
Add support for embargo acknowledgement in python and golang backends #4485
lukaszgryglicki
merged 27 commits into
dev
from
lukaszgryglicki-4482-add-embargo_acked-to-cla-signatures
Dec 5, 2024
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
Signed-off-by: Łukasz Gryglicki <[email protected]>
lukaszgryglicki
had a problem deploying
to
dev
November 21, 2024 10:34 — with
GitHub Actions
Failure
lukaszgryglicki
had a problem deploying
to
dev
November 21, 2024 10:34 — with
GitHub Actions
Failure
lukaszgryglicki
added
blocked
Don't merge
enhancement
New feature or request
backend
An issue or feature related to the backend services
embargo compliance
labels
Nov 21, 2024
@mlehotskylf CI failures are not related to this PR and |
Signed-off-by: Łukasz Gryglicki <[email protected]>
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 06:14 — with
GitHub Actions
Failure
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 06:14 — with
GitHub Actions
Failure
Signed-off-by: Łukasz Gryglicki <[email protected]>
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 06:34 — with
GitHub Actions
Failure
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 06:34 — with
GitHub Actions
Failure
Signed-off-by: Łukasz Gryglicki <[email protected]>
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 07:04 — with
GitHub Actions
Failure
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 07:04 — with
GitHub Actions
Failure
Signed-off-by: Łukasz Gryglicki <[email protected]>
lukaszgryglicki
had a problem deploying
to
dev
November 27, 2024 09:14 — with
GitHub Actions
Failure
…res when updating them Signed-off-by: Łukasz Gryglicki <[email protected]>
Signed-off-by: Łukasz Gryglicki <[email protected]>
Signed-off-by: Łukasz Gryglicki <[email protected]>
nickmango
previously approved these changes
Dec 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Łukasz Gryglicki <[email protected]>
Signed-off-by: Łukasz Gryglicki <[email protected]>
nickmango
approved these changes
Dec 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
An issue or feature related to the backend services
embargo compliance
enhancement
New feature or request
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.
Adding boolean property
signature_embargo_acked
tocla-[env]-signatures
DynamoDB table and support in python backend.This property is set to true on all new signatures created, and is not changed for existing signatures. So when a signature is updated - this field is either not changed or set to false (default values), while new signatures have this property set to
true
.This is for the ticket: #4482.
This can only be merged when: