Skip to content

Commit

Permalink
NO MERGE - CI ONLY. Moving code from CMS to framework
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 24, 2024
1 parent 97538e4 commit 296d837
Show file tree
Hide file tree
Showing 3 changed files with 15,404 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
composer_install: true
# Use simple_matrix to limit the number of created jobs
# phpunit.xml.dist has a large number of testsuites, all of which are tested with
# multiple versions of php + databases in both the modules themselves and other recipes
Expand Down
113 changes: 104 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"silverstripe/recipe-form-building": "3.x-dev",
"silverstripe/recipe-reporting-tools": "3.x-dev",
"silverstripe/recipe-services": "3.x-dev",
"silverstripe/recipe-content-blocks": "4.x-dev",
"silverstripe/recipe-content-blocks": "dev-pulls/4/move-code-from-cms as 4.x-dev",
"silverstripe/auditor": "4.x-dev",
"silverstripe/developer-docs": "6.x-dev",
"silverstripe/environmentcheck": "4.x-dev",
"silverstripe/hybridsessions": "4.x-dev",
"silverstripe/registry": "4.x-dev",
"silverstripe/registry": "dev-pulls/4/move-code-from-cms as 4.x-dev",
"silverstripe/totp-authenticator": "6.x-dev",
"silverstripe/mfa": "6.x-dev",
"silverstripe/crontask": "4.x-dev",
Expand All @@ -28,21 +28,34 @@
"silverstripe/textextraction": "5.x-dev",
"silverstripe/realme": "6.x-dev",
"silverstripe/webauthn-authenticator": "6.x-dev",
"silverstripe/subsites": "4.x-dev",
"silverstripe/subsites": "dev-pulls/4/move-code-from-cms as 4.x-dev",
"silverstripe/lumberjack": "4.x-dev",
"silverstripe/staticpublishqueue": "7.x-dev",
"dnadesign/silverstripe-elemental-userforms": "5.x-dev",
"dnadesign/silverstripe-elemental-userforms": "dev-pulls/5/new-description-config as 5.x-dev",
"symbiote/silverstripe-multivaluefield": "7.x-dev",
"symbiote/silverstripe-gridfieldextensions": "5.x-dev",
"symbiote/silverstripe-queuedjobs": "6.x-dev",
"colymba/gridfield-bulk-editing-tools": "5.x-dev",
"tractorcow/silverstripe-fluent": "8.x-dev",
"tractorcow/silverstripe-fluent": "dev-pulls/8/status-flags as 8.x-dev",
"silverstripe/dynamodb": "6.x-dev",
"silverstripe/linkfield": "5.x-dev",
"silverstripe/graphql": "6.x-dev"
"silverstripe/linkfield": "dev-pulls/5/status-flags as 5.x-dev",
"silverstripe/graphql": "6.x-dev",
"silverstripe/framework": "dev-pulls/6/move-from-cms as 6.9999999.9999999.9999999-dev",
"silverstripe/cms": "dev-pulls/6/move-to-framework as 6.9999999.9999999.9999999-dev",
"silverstripe/versioned": "dev-pulls/3/generic-cmsmain as 3.9999999.9999999.9999999-dev",
"dnadesign/silverstripe-elemental": "dev-pulls/6/new-description-config as 6.9999999.9999999.9999999-dev",
"silverstripe/iframe": "dev-pulls/4/generic-cmsmain as 4.9999999.9999999.9999999-dev",
"silverstripe/assets": "dev-pulls/3/move-code-from-cms as 3.9999999.9999999.9999999-dev",
"silverstripe/blog": "dev-pulls/5/move-code-from-cms as 5.9999999.9999999.9999999-dev",
"silverstripe/errorpage": "dev-pulls/3/move-code-from-ms as 3.9999999.9999999.9999999-dev",
"silverstripe/userforms": "dev-pulls/7/move-code-from-cms as 7.9999999.9999999.9999999-dev",
"silverstripe/admin": "dev-pulls/3/status-flags as 3.9999999.9999999.9999999-dev",
"silverstripe/versioned-admin": "dev-pulls/3/status-flags as 3.9999999.9999999.9999999-dev",
"symbiote/silverstripe-advancedworkflow": "dev-pulls/7/status-flags as 7.9999999.9999999.9999999-dev"
},
"require-dev": {
"silverstripe/frameworktest": "^2",
"silverstripe/frameworktest": "dev-pulls/2/status-flags as 2.x-dev",
"silverstripe/behat-extension": "dev-pulls/6/improve-click-xpath as 6.9999999.9999999.9999999-dev",
"silverstripe/graphql-devtools": "2.x-dev",
"silverstripe/recipe-testing": "^4",
"mikey179/vfsstream": "^1.6"
Expand All @@ -65,5 +78,87 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"repositories": {
"silverstripe/framework": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-framework.git"
},
"silverstripe/cms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-cms.git"
},
"silverstripe/versioned": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned.git"
},
"dnadesign/silverstripe-elemental": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-elemental.git"
},
"dnadesign/silverstripe-elemental-userforms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-elemental-userforms.git"
},
"silverstripe/recipe-content-blocks": {
"type": "vcs",
"url": "[email protected]:creative-commoners/recipe-content-blocks.git"
},
"silverstripe/iframe": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-iframe.git"
},
"silverstripe/subsites": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-subsites.git"
},
"silverstripe/assets": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-assets.git"
},
"silverstripe/blog": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-blog.git"
},
"silverstripe/errorpage": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-errorpage.git"
},
"silverstripe/registry": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-registry.git"
},
"silverstripe/userforms": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-userforms.git"
},
"silverstripe/admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-admin.git"
},
"silverstripe/linkfield": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-linkfield.git"
},
"silverstripe/versioned-admin": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-versioned-admin.git"
},
"silverstripe/frameworktest": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-frameworktest.git"
},
"symbiote/silverstripe-advancedworkflow": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-advancedworkflow.git"
},
"tractorcow/silverstripe-fluent": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-fluent.git"
},
"silverstripe/behat-extension": {
"type": "vcs",
"url": "[email protected]:creative-commoners/silverstripe-behat-extension.git"
}
}
}
Loading

0 comments on commit 296d837

Please sign in to comment.