-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] V2.3.0 - Auditing not being added to commits #192
Comments
What is the time between a user making a change and the backup running with You are right about the change in the |
I might just leave it running over the weekend and report back and go from there. |
When you say missed, do you mean it was not included in the backup at all? |
Sorry I meant the individual commit assigned to a user was missed. |
Alright, you can run with |
I found why Application information was not audited, the path was incorrect when it tried to add a new file during the audit processing, a new beta with a fix is pushing now, try this version and see if that fixes it: |
Great thanks will test it over the next few days and let you know |
Seems to be working now and I can see the commits again, thank you! |
``Describe the bug
The Audit functionality isn't adding the UPNs of users that are making changes, I can see the individual commits performed by users when looking at the overall commit but it isn't being individually added for each user.
To Reproduce
Steps to reproduce the behavior: Provided a copy of our pipeline to replicate this issue under Run type
Expected behavior
Expectation that user UPNs will be added to changes that are committed.
Screenshots
If applicable, add screenshots to help explain your problem.
Ignore the in-progress it did complete it just hasn't visually updated yet it seems.
Run type (please complete the following information):
Additional context
Add any other context about the problem here.
Secondary to this but wanted to flag it the --autopilot argument fails when using true or True with 2.3.0 and doesn't require anything set similar to other arguments but that isn't documented in the changes or in the documentation from what I can see.
The text was updated successfully, but these errors were encountered: