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.
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 Audit Trail/Logging #24257
base: main
Are you sure you want to change the base?
Add Audit Trail/Logging #24257
Changes from 78 commits
afcb22b
204b114
2dcff01
9d7b3c8
6d7835a
6e6305d
f36f208
8939539
7131cf6
f732ae6
0f56aa1
8038aee
fb3f954
b3779fc
c7e989a
659c324
3c613b3
11ddf58
033c8fe
777362e
3684f3a
7e474a6
5615970
9e7082b
3d1f881
2c01fe2
ab956ba
073603f
718f1a9
f69976e
65e4f7c
d1b5a22
59aa27f
1294a00
d2930ec
bf5f725
d1445eb
6b0b2f7
8d21f95
1a28a97
5d51639
001727e
4c6eabe
ec6ae2f
10fed1c
bbb0322
c95c03f
d153e4d
1fa5edd
989fb36
41287b9
c5ff607
d56fae1
20d6fdd
8c64051
3b945d9
e928e40
af5b9b6
9885036
fa8d530
95682a3
ec55854
0de61c3
6fffaac
278ca4b
3b1336a
d090810
558fd1a
bcd6f99
ac2b8f3
745be63
3b7298b
cfebe22
b813aba
59f1537
4e41c8b
c4d5fd2
d6fd348
12dc51c
3a919d2
9482ee0
7ae645e
a68292b
00359c7
694ba9b
4644d76
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
By the way, I am unsure if we should really hardcode the rotation into Gitea.
It is not Gitea's job to make sure the audit log is cleaned up.
Instead, we should instruct people how they can configure their system to do it.
I don't think there's any system where this isn't possible, in the worst case using an extra library.
Nevertheless, that way, they can manage their configuration in the one central place intended for it instead of needing to dig through the Gitea docs.