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

V14 catchup #984

Draft
wants to merge 78 commits into
base: master
Choose a base branch
from
Draft

V14 catchup #984

wants to merge 78 commits into from

Conversation

willpower232
Copy link
Contributor

I have to make a draft PR to run the automated tests whilst I try and figure out what is happening. Please ignore.

MortenDHansen and others added 30 commits March 11, 2023 23:23
Allowing empty retrieved events and creating 2 models, would amount to 3 audit lines
 - Move part of the auditable responsible for determining auditable attributes to concern.
 - small cleanups
Note:
 - removed a clause excluding on scalar values apart from certain cases. I do not believe we should exclude them by default, but rather handle the case where we are unable to use the value. "hidden" excludes are not desirable
 - Removed the protected excludes parameter. just not necessary.
 - Move data collection to concern and perform moderate cleanup operations in the process
 - only resolve exclusions once per execution.
 - Move data collection to concern and perform moderate cleanup operations in the process
Note, we need to rethink the transition. Currently it just places previous values onto the model, but intended functionality might be to replay audits so that correct state is reached if possible.
…eployflow

# Conflicts:
#	src/Contracts/Auditable.php
#	src/Resolvers/IpAddressResolver.php
angeljqv and others added 19 commits June 19, 2023 11:54
Merge v13 fixes into v14 branch
# Conflicts:
#	.github/workflows/run-tests.yml
#	src/Audit.php
#	src/Auditable.php
#	src/Events/AuditCustom.php
#	tests/AuditingTestCase.php
#	tests/Functional/AuditingTest.php
#	tests/Models/Article.php
#	tests/Unit/AuditTest.php
#	tests/Unit/AuditableTest.php
# Conflicts:
#	src/Auditable.php
#	src/AuditableObserver.php
#	src/AuditingEventServiceProvider.php
#	src/AuditingServiceProvider.php
#	src/Resolvers/IpAddressResolver.php
#	src/Resolvers/UserAgentResolver.php
#	tests/Unit/AuditTest.php
@willpower232 willpower232 self-assigned this Dec 24, 2024
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

Successfully merging this pull request may close these issues.

4 participants