-
-
Notifications
You must be signed in to change notification settings - Fork 181
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(projectHistoryLogs): project history logs for bulk actions TASK-1229 #5270
Open
Guitlle
wants to merge
25
commits into
main
Choose a base branch
from
task-1229-project_history_logs_bulk_actions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8ceada0
Project history retention days configuration
Guitlle 5ea0997
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle 018eac9
Stub for task-972
Guitlle 2e49ccd
Feat: project history logs automatic expiration delete
Guitlle ccf9da3
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle ecf731a
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle 388f936
Fix unit test for logs delete function
Guitlle 157ad14
Fix broken test due to extra SQL query
Guitlle dd02826
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle c9759b9
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle d800a32
Fix broken test for project history logs expiration config test
Guitlle 2a29b79
Fix envStore definition, add new field
Guitlle f735746
Merge remote-tracking branch 'origin/main' into task-972-remove-logs-…
Guitlle 01549dd
Make suggested changes
Guitlle c1e9148
Project history logs for bulk archive action
Guitlle a97d2f1
Expand test to handle the four supported bulk actions
Guitlle aa9513d
Fix logic for bulk actions project history logging
Guitlle d24fa3c
Fix linter errors
Guitlle 38be6fd
Merge remote-tracking branch 'origin/main' into task-1229-project_his…
Guitlle f25e07d
Merge remote-tracking branch 'origin/main' into task-1229-project_his…
Guitlle 6451575
Fix broken test for bulk actions logs
Guitlle 32ea0d3
Fix using the wrong manager
Guitlle 70a9409
Merge remote-tracking branch 'origin/main' into task-1229-project_his…
Guitlle 333bdaa
Fix linter error
Guitlle 1b4759c
Refactor the implementation to fit with the same pattern as other log…
Guitlle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
why did this change?
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 was a complain from the linter :S ... probably from some merge, that is not related to this PR