Skip to content
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

Test merge down from main #3

Open
wants to merge 36 commits into
base: DCJI-1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/d2x-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install d2x_cli
run: pip install d2x-cli
- name: Run D2X Job
run: d2x job run ${{ github.event.deployment.payload.job }}
run: d2x job run ${{ github.event.deployment.payload.job }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# D2X Cloud Demo 1
Enter a description for your project

Demo project for D2X Cloud.

# Project Setup
This project is preconfigured with D2X for a comprehensive Development-to-Delivery Experience including CI/CD using GitHub Actions and development environments using GitHub Codespaces.
Expand Down
12 changes: 12 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ project:
git:
default_branch: 'main'
source_format: sfdx
dependencies:
- github: 'https://github.com/SFDO-Community/declarative-lookup-rollup-summaries'
- github: 'https://github.com/SFDO-Community/GrassrootsSurveySalesforcePackage'
- github: 'https://github.com/SFDO-Community/Salesforce-Indicators'
- github: 'https://github.com/SFDO-Community/Summit-Events-App'
- github: 'https://github.com/muselab-d2x/Cactusforce24-Base'
- namespace: pmdm
version: 1.33
- github: 'https://github.com/muselab-d2x/D2X-Cloud-Demo-1'
subfolder: 'force-app'
dependency_resolutions:
preproduction: commit_status



Expand Down
3 changes: 2 additions & 1 deletion orgs/managed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"orgName": "D2X Cloud Demo 1 - Managed Org",
"edition": "Developer",
"features": ["WavePlatform", "DevelopmentWave", "AnalyticsAdminPerms", "ApexUserModeWithPermset"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand All @@ -18,4 +19,4 @@
}
}
}
}
}