This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Converted metadata to SFDX format * Arranged metadata into subfolders
- Loading branch information
Showing
148 changed files
with
189 additions
and
139 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# List files or directories below to ignore them when running force:source:push, force:source:pull, and force:source:status | ||
# More information: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_exclude_source.htm | ||
# | ||
|
||
package.xml | ||
|
||
# LWC configuration files | ||
**/jsconfig.json | ||
**/.eslintrc.json | ||
|
||
# LWC Jest | ||
**/__tests__/** |
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,12 +1,8 @@ | ||
#Folders to exclude | ||
# Folders to exclude | ||
.settings/ | ||
config/ | ||
debug/ | ||
deploy/ | ||
.sfdx/ | ||
.vscode/ | ||
|
||
#Files to exclude | ||
# Files to exclude | ||
*.log | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.sublime-settings | ||
|
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,7 +1,27 @@ | ||
language: node_js | ||
node_js: | ||
- "7" | ||
install: | ||
- npm install -g jsforce-metadata-tools | ||
sudo: true | ||
os: trusty | ||
cache: false | ||
|
||
env: | ||
- URL=https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz | ||
|
||
before_install: | ||
#- openssl aes-256-cbc -K $encrypted_b1fbf710b918_key -iv $encrypted_b1fbf710b918_iv | ||
# -in assets/server.key.enc -out assets/server.key -d | ||
- export SFDX_AUTOUPDATE_DISABLE=false | ||
- export SFDX_USE_GENERIC_UNIX_KEYCHAIN=true | ||
- export SFDX_DOMAIN_RETRY=300 | ||
- export SFDX_DISABLE_APP_HUB=true | ||
- export SFDX_LOG_LEVEL=DEBUG | ||
- mkdir sfdx | ||
- wget -qO- $URL | tar xJ -C sfdx --strip-components 1 | ||
- "./sfdx/install" | ||
- export PATH=./sfdx/$(pwd):$PATH | ||
- sfdx --version | ||
- sfdx plugins --core | ||
- echo $SFDX_URL > sfdx_url_file | ||
- sfdx force:auth:sfdxurl:store --sfdxurlfile sfdx_url_file --setalias nebula_ci | ||
|
||
script: | ||
- jsforce-deploy --checkOnly -u $DEPLOYMENT_USERNAME -p $DEPLOYMENT_PASSWORD$DEPLOYMENT_TOKEN -D $TRAVIS_BUILD_DIR/src -l $DEPLOYMENT_LOGIN_URL --rollbackOnError true --testLevel $DEPLOYMENT_TEST_LEVEL --pollTimeout $POLL_TIMEOUT --pollInterval $POLL_INTERVAL--verbose | ||
- sfdx force:config:set apiVersion=39.0 | ||
- sfdx force:source:deploy --checkonly --manifest ./manifest/package.xml --testlevel RunLocalTests --targetusername nebula_ci --verbose |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
12 changes: 12 additions & 0 deletions
12
nebula-app-framework/main/logger/objects/NebulaLog__c/fields/InitialClass__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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>InitialClass__c</fullName> | ||
<externalId>false</externalId> | ||
<label>Initial Class</label> | ||
<length>255</length> | ||
<required>false</required> | ||
<trackHistory>false</trackHistory> | ||
<trackTrending>false</trackTrending> | ||
<type>Text</type> | ||
<unique>false</unique> | ||
</CustomField> |
13 changes: 13 additions & 0 deletions
13
nebula-app-framework/main/logger/objects/NebulaLog__c/fields/TransactionId__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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>TransactionId__c</fullName> | ||
<caseSensitive>false</caseSensitive> | ||
<externalId>true</externalId> | ||
<label>Transaction ID</label> | ||
<length>36</length> | ||
<required>true</required> | ||
<trackHistory>false</trackHistory> | ||
<trackTrending>false</trackTrending> | ||
<type>Text</type> | ||
<unique>true</unique> | ||
</CustomField> |
13 changes: 13 additions & 0 deletions
13
nebula-app-framework/main/logger/objects/NebulaLog__c/listViews/All_Logs.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,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>All_Logs</fullName> | ||
<columns>NAME</columns> | ||
<columns>TransactionId__c</columns> | ||
<columns>InitialClass__c</columns> | ||
<columns>CREATEDBY_USER</columns> | ||
<columns>CREATED_DATE</columns> | ||
<columns>UPDATEDBY_USER</columns> | ||
<columns>LAST_UPDATE</columns> | ||
<filterScope>Everything</filterScope> | ||
<label>All Logs</label> | ||
</ListView> |
12 changes: 12 additions & 0 deletions
12
nebula-app-framework/main/logger/objects/NebulaLog__c/listViews/My_Logs.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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ListView xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>My_Logs</fullName> | ||
<columns>NAME</columns> | ||
<columns>TransactionId__c</columns> | ||
<columns>InitialClass__c</columns> | ||
<columns>CREATED_DATE</columns> | ||
<columns>UPDATEDBY_USER</columns> | ||
<columns>LAST_UPDATE</columns> | ||
<filterScope>Mine</filterScope> | ||
<label>My 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
9 changes: 9 additions & 0 deletions
9
...mework/main/logger/objects/NebulaLoggerSettings__c/fields/EnableLogging__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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>EnableLogging__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<externalId>false</externalId> | ||
<label>Enable Logging</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...s/objects/NebulaTriggerHandlerSettings__c/NebulaTriggerHandlerSettings__c.object-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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customSettingsType>Hierarchy</customSettingsType> | ||
<description>Controls the behavior of the class SObjectTriggerHandler.cls</description> | ||
<enableFeeds>false</enableFeeds> | ||
<label>Nebula Trigger Handler Settings</label> | ||
<visibility>Public</visibility> | ||
</CustomObject> |
11 changes: 11 additions & 0 deletions
11
...handlers/objects/NebulaTriggerHandlerSettings__c/fields/ExecuteTriggers__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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>ExecuteTriggers__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<description>Controls if any trigger handler classes run its execute() method. This should always be enabled unless you are doing a data fix, etc and need to temporarily disable all triggers.</description> | ||
<externalId>false</externalId> | ||
<inlineHelpText>Controls if any trigger handler classes run its execute() method. This should always be enabled unless you are doing a data fix, etc and need to temporarily disable all triggers.</inlineHelpText> | ||
<label>Execute Triggers</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
9 changes: 9 additions & 0 deletions
9
...ers/objects/NebulaTriggerHandlerSettings__c/fields/HandlerClassesToSkip__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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>HandlerClassesToSkip__c</fullName> | ||
<externalId>false</externalId> | ||
<label>Handler Classes to Skip</label> | ||
<required>false</required> | ||
<trackTrending>false</trackTrending> | ||
<type>TextArea</type> | ||
</CustomField> |
9 changes: 9 additions & 0 deletions
9
...andlers/objects/NebulaTriggerHandlerSettings__c/fields/PreventRecursion__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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>PreventRecursion__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<externalId>false</externalId> | ||
<label>Prevent Recursion</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
...ilities/objects/NebulaRecordTypesSettings__c/NebulaRecordTypesSettings__c.object-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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customSettingsType>Hierarchy</customSettingsType> | ||
<description>Controls the behavior of the class SObjectRecordTypes.cls</description> | ||
<enableFeeds>false</enableFeeds> | ||
<label>Nebula Record Types Settings</label> | ||
<visibility>Public</visibility> | ||
</CustomObject> |
11 changes: 11 additions & 0 deletions
11
...s/objects/NebulaRecordTypesSettings__c/fields/IncludeManagedRecordTypes__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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>IncludeManagedRecordTypes__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<description>Determines if managed record types are included in queries. If you do not use any managed record types, then you can disable this.</description> | ||
<externalId>false</externalId> | ||
<inlineHelpText>Determines if managed record types are included in queries. If you do not use any managed record types, then you can disable this.</inlineHelpText> | ||
<label>Include Managed Record Types</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
11 changes: 11 additions & 0 deletions
11
...ork/main/utilities/objects/NebulaRecordTypesSettings__c/fields/LazyLoad__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,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>LazyLoad__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<description>Determines if a separate query is executed for each SObject (lazy load enabled), or if a single query is used to pre-load all record types (lazy load disabled)</description> | ||
<externalId>false</externalId> | ||
<inlineHelpText>Determines if a separate query is executed for each SObject (lazy load enabled), or if a single query is used to pre-load all record types (lazy load disabled)</inlineHelpText> | ||
<label>Lazy Load</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
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
9 changes: 9 additions & 0 deletions
9
...objects/NebulaSObjectQueryBuilderSettings__c/fields/IncludeCommonFields__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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fullName>IncludeCommonFields__c</fullName> | ||
<defaultValue>true</defaultValue> | ||
<externalId>false</externalId> | ||
<label>Include Common Fields</label> | ||
<trackTrending>false</trackTrending> | ||
<type>Checkbox</type> | ||
</CustomField> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,11 @@ | ||
{ | ||
"packageDirectories": [ | ||
{ | ||
"path": "nebula-app-framework", | ||
"default": true | ||
} | ||
], | ||
"namespace": "Nebula", | ||
"sfdcLoginUrl": "https://nebulaframework-dev.my.salesforce.com", | ||
"sourceApiVersion": "39.0" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.