-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Closed #335 Added new method Logger.ignoreOrigin() to ignore specified Apex types when parsing each log entry's stack trace * Fixed #339 by removing some old metadata references in Admin.profile * Fixed #340 by adding some extra checks for empty lists in builder's methods stripInnaccessible() and getJson() * Changed some guard clauses to LogEntryEventBuilder to check for null instead of an empty list * Fixed a test that failed in the managed package due to a namespace prefix being present * Fixed a null object exception that could occur when the message template is null (something I noticed when discussing #342) * Fixed #346 by updating test stack traces for Aura & LWC to reflect the latest content + updating the logic used for parsing the component's stack trace * Fixed test failures that would occur in LogBatchPurgeController_Tests when both the unlocked package & managed packages are installed in an org * Fixed #352 by updating some tests in LogEntryEventBuilder_Tests to not run when running with a namespace prefix * Added some additional tests for stacktrace parsing, added some FIXMEs to work on in a future release related to namespace prefixes * Fixed an issue where anonymous mode (controlled via LoggerSettings__c.IsAnonymousModeEnabled__c) would still assign the log to the logging user, resulting in the Log__c not being fully anonymous * Fixed #345 by switching to using upserts (instead of inserts) for LogEntry__c and LogEntryTag__c records * Fixed #331 by correcting links in README for the docs site, reverted some changes in README.md, extended timeout for managed package version creation * Fixed CMDT configuration file for data classification app * Bumped all metadata to API version v55.0 (Summer '22 release) * Refreshed sample Experience Cloud site metadata to reflect changes in API v55.0 * Regenerated package-lock.json * Added sfdx's new folder 'sf' to .gitignore and .prettierignore
- Loading branch information
Showing
185 changed files
with
12,989 additions
and
38,673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Folders to exclude | ||
.localdevserver/ | ||
.settings/ | ||
.sf/ | ||
.sfdx/ | ||
.vscode/ | ||
nebula-logger/**/main/default/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Folders to exclude | ||
.localdevserver/ | ||
.settings/ | ||
.sf/ | ||
.sfdx/ | ||
.vscode/ | ||
scripts/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
config/experience-cloud/experiences/Logger_Test_Site1/routes/tooManyRequests.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"activeViewId": "e02c0193-8cb2-41b6-8298-f31c4f3a3f3f", | ||
"appPageId": "3772c2ec-1566-4ffa-9231-d5db8d42b47d", | ||
"configurationTags": ["allow-in-static-site", "too-many-requests"], | ||
"id": "58bd1d16-3a54-4cf5-84a9-16a870bce9d2", | ||
"label": "Too Many Requests", | ||
"routeType": "too-many-requests", | ||
"type": "route", | ||
"urlPrefix": "too-many-requests" | ||
} |
60 changes: 60 additions & 0 deletions
60
config/experience-cloud/experiences/Logger_Test_Site1/views/tooManyRequests.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"appPageId": "3772c2ec-1566-4ffa-9231-d5db8d42b47d", | ||
"componentName": "community_layout:sldsFlexibleLayout", | ||
"id": "e02c0193-8cb2-41b6-8298-f31c4f3a3f3f", | ||
"label": "Too Many Requests", | ||
"regions": [ | ||
{ | ||
"components": [ | ||
{ | ||
"componentAttributes": { | ||
"backgroundImageConfig": "", | ||
"backgroundImageOverlay": "rgba(0,0,0,0)", | ||
"sectionConfig": "{\"UUID\":\"e0116551-6269-4c76-9153-b53947c825f6\",\"columns\":[{\"UUID\":\"697dc642-1f91-45bb-bfe9-32edb6b4ded3\",\"columnName\":\"Column 1\",\"columnKey\":\"col1\",\"columnWidth\":\"12\",\"seedComponents\":null}]}" | ||
}, | ||
"componentName": "community_layout:section", | ||
"id": "e0116551-6269-4c76-9153-b53947c825f6", | ||
"regions": [ | ||
{ | ||
"components": [ | ||
{ | ||
"componentAttributes": { | ||
"richTextValue": "<div style=\"display: flex; align-items: center; flex-direction: column; margin: 60px 25px 30px 25px;\">\n\t<div style=\"background-image: url(assets/img/tooManyRequests.svg); background-size: contain; height: 350px; width: 100%; background-repeat: no-repeat; background-position: center;\"></div>\n</div>\n<div style=\"margin: 0 25px; text-align: center;\">\n\t<h1 class=\"slds-text-heading_large\">Looks like the site is experiencing higher than usual demand…</h1>\n\t<p class=\"slds-text-heading_small\">Don't go anywhere. We'll redirect you in a moment.</p>\n</div>" | ||
}, | ||
"componentName": "community_builder:htmlEditor", | ||
"id": "6605c4cd-82ee-4dda-a99e-69a966c79531", | ||
"renderPriority": "NEUTRAL", | ||
"renditionMap": {}, | ||
"type": "component" | ||
}, | ||
{ | ||
"componentAttributes": {}, | ||
"componentName": "experience_availability:autoRefresh", | ||
"id": "801c639b-80e9-4310-9fe9-675f8276ca19", | ||
"renderPriority": "NEUTRAL", | ||
"renditionMap": {}, | ||
"type": "component" | ||
} | ||
], | ||
"id": "697dc642-1f91-45bb-bfe9-32edb6b4ded3", | ||
"regionLabel": "Column 1", | ||
"regionName": "col1", | ||
"renditionMap": {}, | ||
"type": "region" | ||
} | ||
], | ||
"renderPriority": "NEUTRAL", | ||
"renditionMap": {}, | ||
"scopedBrandingSetId": null, | ||
"type": "component" | ||
} | ||
], | ||
"id": "abdedd52-9d13-4def-8cfb-de7f417ea970", | ||
"regionName": "content", | ||
"type": "region" | ||
} | ||
], | ||
"themeLayoutType": "ServiceNotAvailable", | ||
"type": "view", | ||
"viewType": "too-many-requests" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
config/experience-cloud/pages/CommunitiesSelfRegConfirm.page-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
config/experience-cloud/pages/ForgotPasswordConfirm.page-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
config/experience-cloud/pages/SiteRegisterConfirm.page-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
nebula-logger/core/main/configuration/classes/LoggerParameter.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>54.0</apiVersion> | ||
<apiVersion>55.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
2 changes: 1 addition & 1 deletion
2
nebula-logger/core/main/configuration/classes/LoggerPlugin.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>54.0</apiVersion> | ||
<apiVersion>55.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
2 changes: 1 addition & 1 deletion
2
nebula-logger/core/main/log-management/classes/LogBatchPurgeController.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<apiVersion>54.0</apiVersion> | ||
<apiVersion>55.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
Oops, something went wrong.