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 the option to archive multiple acted on values at once #2115

Closed
yeshamavani opened this issue Jun 19, 2024 · 1 comment
Closed

Add the option to archive multiple acted on values at once #2115

yeshamavani opened this issue Jun 19, 2024 · 1 comment

Comments

@yeshamavani
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Right now the custom filter for archival accepts only string type value in actedOn field and there is no field for actionGroup here.
This restricts the user to archive only one entity at a time, increasing the number of '/archive' calls and hence increasing the files => which inturn affects the time taken by '/export' job since it has to get data one by one from each file and thus increasing latency.

Describe the solution you'd like
Here we can use a string array for actedOn and groupBy fields allowing user to archive all at once.

@yeshamavani
Copy link
Contributor Author

Right now we are fixing this issue for v10 of @sourceloop/audit-service
we will fix the same for the latest version as well.

yeshamavani added a commit that referenced this issue Jun 20, 2024
yeshamavani added a commit that referenced this issue Jun 26, 2024
)

* feat(audit-service): support for multiple actedon and actiongroup

gh-2115

* feat(audit-service): support for list of actedon in archive

gh-2115

* feat(audit-service): support for list of actedon and actiongroup

gh-2115

* feat(audit-service): support for actedon list and actiongroup list

gh-2115

* feat(audit-service): support for actedon and actiongroup list

gh-2115

* chore(audit-service): sonar fixes

gh-2115

* feat(audit-service): support for actedon and actiongroup list

gh-2115

* feat(audit-service): support for actedon and actiongroup list

gh-2115

* feat(audit-service): suppport for actedon and actiongroup list

gh-2115
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

1 participant