-
Notifications
You must be signed in to change notification settings - Fork 119
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
runservice: added logcleanerLoop for deleting older logs #294
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
delete-run-logs
branch
from
January 26, 2022 11:49
bc1f3a6
to
ee20ca0
Compare
alessandro-sorint
changed the title
added runDataCleanerLoop for deleting older logs/workspace data
Runservice: added runDataCleanerLoop for deleting older logs/workspace data
Jan 26, 2022
alessandro-sorint
force-pushed
the
delete-run-logs
branch
2 times, most recently
from
February 1, 2022 08:51
0ad1526
to
b25ffb2
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
from
February 4, 2022 08:25
b25ffb2
to
1e6dafb
Compare
@sgotti can you do the review please? |
alessandro-sorint
force-pushed
the
delete-run-logs
branch
4 times, most recently
from
February 9, 2022 13:26
92547af
to
1e27b3c
Compare
sgotti
requested changes
Feb 10, 2022
alessandro-sorint
changed the title
Runservice: added runDataCleanerLoop for deleting older logs/workspace data
Runservice: added logCleanerLoop for deleting older logs
Feb 10, 2022
alessandro-sorint
force-pushed
the
delete-run-logs
branch
2 times, most recently
from
February 10, 2022 11:18
273d2d7
to
fc49433
Compare
sgotti
requested changes
Feb 11, 2022
alessandro-sorint
force-pushed
the
delete-run-logs
branch
2 times, most recently
from
February 11, 2022 15:29
8f59aa9
to
1373865
Compare
sgotti
force-pushed
the
delete-run-logs
branch
from
February 15, 2022 09:07
1373865
to
7d4313e
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
from
February 15, 2022 09:16
7d4313e
to
73efa61
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
5 times, most recently
from
March 1, 2022 08:47
1bd610d
to
b823226
Compare
alessandro-sorint
changed the title
Runservice: added logCleanerLoop for deleting older logs
runservice: added logcleanerLoop for deleting older logs
Mar 1, 2022
alessandro-sorint
force-pushed
the
delete-run-logs
branch
2 times, most recently
from
March 3, 2022 08:35
170527a
to
6169c60
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
from
March 31, 2022 09:27
6169c60
to
4111c2f
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
2 times, most recently
from
April 13, 2022 14:53
047a540
to
e1aa805
Compare
alessandro-sorint
force-pushed
the
delete-run-logs
branch
5 times, most recently
from
June 13, 2022 12:23
57c7120
to
31770c9
Compare
sgotti
approved these changes
Jul 13, 2022
go.mod
Outdated
@@ -34,6 +34,7 @@ require ( | |||
github.com/spf13/cobra v0.0.5 | |||
github.com/xanzy/go-gitlab v0.26.0 | |||
go.starlark.net v0.0.0-20200203144150-6677ee5c7211 | |||
go.uber.org/zap v1.10.0 |
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.
not needed
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.
fix #47