-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Moved service name field to Log__c, added additional 'external …
…service' fields
- Loading branch information
Showing
22 changed files
with
310 additions
and
70 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
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/log-management/classes/LoggerRestResource.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>61.0</apiVersion> | ||
<apiVersion>62.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
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
18 changes: 0 additions & 18 deletions
18
...core/main/log-management/objects/LogEntry__c/listViews/AllApiLogEntries.listView-meta.xml
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ields/OriginServiceName__c.field-meta.xml → ...ields/ExternalServiceId__c.field-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
14 changes: 14 additions & 0 deletions
14
...gger/core/main/log-management/objects/Log__c/fields/ExternalServiceName__c.field-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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>ExternalServiceName__c</fullName> | ||
<businessStatus>Active</businessStatus> | ||
<complianceGroup>None</complianceGroup> | ||
<externalId>true</externalId> | ||
<label>External Service Name</label> | ||
<length>255</length> | ||
<required>false</required> | ||
<securityClassification>Confidential</securityClassification> | ||
<trackTrending>false</trackTrending> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
14 changes: 14 additions & 0 deletions
14
...gger/core/main/log-management/objects/Log__c/fields/ExternalServiceType__c.field-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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>ExternalServiceType__c</fullName> | ||
<businessStatus>Active</businessStatus> | ||
<complianceGroup>None</complianceGroup> | ||
<externalId>true</externalId> | ||
<label>External Service Type</label> | ||
<length>255</length> | ||
<required>false</required> | ||
<securityClassification>Confidential</securityClassification> | ||
<trackTrending>false</trackTrending> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
14 changes: 14 additions & 0 deletions
14
...r/core/main/log-management/objects/Log__c/fields/ExternalServiceVersion__c.field-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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>ExternalServiceVersion__c</fullName> | ||
<businessStatus>Active</businessStatus> | ||
<complianceGroup>None</complianceGroup> | ||
<externalId>true</externalId> | ||
<label>External Service Version</label> | ||
<length>255</length> | ||
<required>false</required> | ||
<securityClassification>Confidential</securityClassification> | ||
<trackTrending>false</trackTrending> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
25 changes: 25 additions & 0 deletions
25
...ore/main/log-management/objects/Log__c/listViews/AllExternalServiceLogs.listView-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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>AllExternalServiceLogs</fullName> | ||
<columns>NAME</columns> | ||
<columns>ExternalServiceType__c</columns> | ||
<columns>ExternalServiceId__c</columns> | ||
<columns>ExternalServiceName__c</columns> | ||
<columns>LoggedByUsernameLink__c</columns> | ||
<columns>ProfileLink__c</columns> | ||
<columns>TransactionId__c</columns> | ||
<columns>TotalLogEntries__c</columns> | ||
<columns>TotalERRORLogEntries__c</columns> | ||
<columns>TotalWARNLogEntries__c</columns> | ||
<columns>OWNER.ALIAS</columns> | ||
<columns>Priority__c</columns> | ||
<columns>Status__c</columns> | ||
<columns>TransactionScenarioLink__c</columns> | ||
<columns>StartTime__c</columns> | ||
<filterScope>Everything</filterScope> | ||
<filters> | ||
<field>ExternalServiceName__c</field> | ||
<operation>notEqual</operation> | ||
</filters> | ||
<label>All Child Logs</label> | ||
</ListView> |
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
...a-logger/core/main/log-management/permissionsets/LoggerIntegration.permissionset-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
Oops, something went wrong.