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

Add-on activity log #10053

Open
nijel opened this issue Sep 27, 2023 · 1 comment · May be fixed by #11080
Open

Add-on activity log #10053

nijel opened this issue Sep 27, 2023 · 1 comment · May be fixed by #11080
Assignees
Labels
enhancement Adding or requesting a new feature.

Comments

@nijel
Copy link
Member

nijel commented Sep 27, 2023

Describe the problem

It is not easy for a user to see what an add-on did and when.

Describe the solution you'd like

  • Add AddonActivityLog model
  • Create new instance on each add-on trigger
  • Make add-ons log what they did
  • Add a renderer for details to the BaseAddon class (subclasses might customize this)
  • List paginated events delivery on add-on management page
  • Add pruning of events after some time

Describe alternatives you've considered

No response

Screenshots

No response

Additional context

No response

@nijel nijel added the enhancement Adding or requesting a new feature. label Sep 27, 2023
@ParthS007 ParthS007 self-assigned this Feb 6, 2024
@nijel nijel changed the title Add-on event log Add-on activity log Feb 6, 2024
@ParthS007 ParthS007 linked a pull request Feb 23, 2024 that will close this issue
15 tasks
@nijel
Copy link
Member Author

nijel commented Apr 19, 2024

In the end we should have something similar like GitHub for webhooks:

  • List events received by add-on
    image
  • Indicate which of these were errors:
    image
  • Possibility to see
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding or requesting a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants