-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Added tracking of logging user's federation identifier #682
Conversation
…and Log__c to track the value of Schema.User.FederationIdentifier for the logging user
92de579
to
d32c507
Compare
d32c507
to
8e6730e
Compare
8e6730e
to
34673af
Compare
…ncies & regenerated package-lock.json, tweaked config in .prettierrc
34673af
to
b98864a
Compare
c41aed8
to
9eedbd8
Compare
9eedbd8
to
f70d9bc
Compare
f3aa367
to
15d2304
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #682 +/- ##
=======================================
Coverage 95.67% 95.67%
=======================================
Files 50 50
Lines 5597 5597
=======================================
Hits 5355 5355
Misses 242 242
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Metadata changes
LoggedByFederationIdentifier__c
onLogEntryEvent__e
andLog__c
to track the value ofSchema.User.FederationIdentifier
for the logging userLog__c.HasLoggedByFederationIdentifier__c
to make it easier to filter/identify records where the user's federation ID has been populatedLogEntryArchiveIndex.indexe-meta.xml
toLogEntryArchiveIndex.index-meta.xml
(indexe
-->index
) to fix an issue with newer versions of thesf
cliPipeline changes
package.json
and in the directory./scripts/build
package-lock.json
.prettierrc
build.yml
to use v4 (compatible with Node 20)