-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: remember when order is auto exported #331
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #331 +/- ##
============================================
- Coverage 96.71% 96.59% -0.12%
- Complexity 1733 1734 +1
============================================
Files 322 322
Lines 5868 5874 +6
============================================
- Hits 5675 5674 -1
- Misses 193 200 +7 ☔ View full report in Codecov by Sentry. |
454ec7f
to
4f6311c
Compare
10bb837
to
e0c5b3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deze PR zou iig moeten benoemen dat de audits tabel gedropped wordt (in subject en/of body)
Daarnaast moeten alle Audit-gerelateerde classes en methods deprecated worden gemaakt (met @deprecated
en/of deprecation errors waar toepasselijk)
De audit functionaliteit moet dan @deprecated Audits functionality will be removed in the next major release
(oid) geven
Ik zag ook in de executeAutomatic
method in PdkActionService
nog een referentie naar een constant ui de audits class, kun je ook kijken of we die ergens anders door kunnen vervangen dan?
De PR dropt de audits tabel niet, dat kan ook niet want dan zou je alle plugins meteen slopen. Ik heb |
ce149e6
to
3707698
Compare
Deprecates audit functionality.
INT-799