-
Notifications
You must be signed in to change notification settings - Fork 118
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
notification: delete old run webhooks #457
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
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
2 times, most recently
from
November 21, 2023 09:38
be9fdd4
to
4d45f48
Compare
alessandro-sorint
changed the title
notification: added runWebhooksCleanerLoop for deleting older run webhooks
notification: add ability to delete older run webhooks automatically
Nov 21, 2023
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
2 times, most recently
from
November 21, 2023 10:07
8994e41
to
df2417b
Compare
sgotti
requested changes
Nov 21, 2023
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 21, 2023 10:40
df2417b
to
ff55e77
Compare
sgotti
requested changes
Nov 21, 2023
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 21, 2023 14:10
ff55e77
to
152b689
Compare
sgotti
requested changes
Nov 27, 2023
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.
this path adds an option to permit the automatic deleting of the older run webhooks.
as some typos.
should be
this patch adds an option to enable automatic deletion of run webhooks older than the defined interval.
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
2 times, most recently
from
November 27, 2023 11:23
ef05063
to
b23647f
Compare
sgotti
requested changes
Nov 27, 2023
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 27, 2023 14:04
b23647f
to
586f5cb
Compare
alessandro-sorint
changed the title
notification: add ability to delete older run webhooks automatically
notification: delete old run webhooks
Nov 27, 2023
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 27, 2023 14:09
586f5cb
to
4903a02
Compare
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
3 times, most recently
from
November 29, 2023 08:00
7238977
to
9eaedf3
Compare
@sgotti can you do the review please? |
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 29, 2023 09:30
9eaedf3
to
8307cea
Compare
sgotti
reviewed
Nov 29, 2023
this patch implements automatic deletion of run webhooks older than the defined interval with a default of 7 days.
alessandro-sorint
force-pushed
the
webhooks-cleaner
branch
from
November 29, 2023 12:57
8307cea
to
b11e838
Compare
sgotti
approved these changes
Nov 29, 2023
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.
this patch implements automatic deletion of run webhooks older than the defined interval with a default of 7 days.