-
Notifications
You must be signed in to change notification settings - Fork 3
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
[REVIEW] Reviewing implementation #7
Conversation
@@ -5,67 +5,62 @@ const { augmentContext, calcMods4Before, calcMods4After, emitMods } = require('. | |||
const { hasPersonalData } = require('./lib/utils') | |||
|
|||
// TODO: why does cds.requires.audit-log: false in sample package.json not work ootb?! | |||
// REVIST: It does, doesn't it? |
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.
cds.env.requires['audit-log']
is false, but a cds.connect.to('audit-log')
still works, so audit-logging is not "deactivated" (calculated in any case is an additional issue)...
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.
connect does cds.requires || cds.requires.kinds
review decisions applied in #8 |
DON'T MERGE YET
→ let's use this for a joint review
to decide/ do before release of 0.1.0
emit
[ ] check logs in fiori tests (see comments "// TODO: check if this is correct")-> adjust fiori tests to logging on draftEdit and draftActivate #10[ ] tests with-> test with@cap-js/sqlite
@cap-js/sqlite
#9[ ] finalize docs-> in progress. not tracked here.optional
[ ] provider audit logs?-> currently in discussion, follow-ups as needed