Skip to content
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

Should we provide a new tab "Action History" ? #892

Closed
wuyuting opened this issue Aug 24, 2023 · 2 comments
Closed

Should we provide a new tab "Action History" ? #892

wuyuting opened this issue Aug 24, 2023 · 2 comments

Comments

@wuyuting
Copy link

As an user, I want to see the action history which I have applied, it could be pretty useful for the audit purpose, can we provide this function ? or I can try to raise a PR.

@hannesg
Copy link
Member

hannesg commented Aug 25, 2023

Yes indeed. For audits, we usually analyze the repository directly. There are a few caveats why this might be hard to implement:

  1. The only data we have is the git commit history.
  2. We avoid fetching more than we need atm, so it's incomplete on the server.
  3. Even if you have all commits, they only encode changes but not the high-level actions that caused them.

That being said. I like the idea but it's hard to get right.

@wuyuting
Copy link
Author

Got it, thanks for your reply, hope we can do it when there is a better opportunity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants