govcms / scaffold-tooling
A variety of standard config, scripts and packages to support GovCMS scaffold.
Installs: 69 936
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 11
Forks: 17
Open Issues: 13
Language:Shell
Requires
- cweagans/composer-patches: 1.7.3
- drupal/clamav: 2.0.2
- drupal/fast_404: 3.3.0
- drupal/govcms_akamai_purge: 2.1.0
- drupal/httpav: 1.1.2
- drupal/lagoon_logs: ^3.0 || ^2.1
- drupal/purge: 3.6.0
- drupal/redis: 1.7.0
- drupal/stage_file_proxy: 2.1.5
- drush/drush: 12.5.2
- phpstan/extension-installer: 1.3.1
- spaze/phpstan-disallowed-calls: 2.16.1
Requires (Dev)
- dev-10.x-develop
- 5.4.0
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.7.0
- 4.6.0
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.2.0
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.6.0
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 1.1.0
- 1.0.2
- 1.0.0
- 0.1.1
- 0.1.0
- dev-feature/DEVOPS-663
- dev-10.x-master
- dev-feature/sso
- dev-release/5.4.1
- dev-feature/DEVOPS-81
- dev-feat/allow-unchecked-in-non-prod
- dev-feature/DEVOPS-40
- dev-feat/devops-230-banned-theme
- dev-feature/GOVCMS-8117-shipshape-paas
- dev-9.x-develop
- dev-feat/GOVCMS-1398-shipshape-paas
- dev-feat/httpav
- dev-release/4.8.0
- dev-9.x-master
- dev-8.x-develop
- dev-release/4.5.0
- dev-feature/reset-preupdb-cr
- dev-fix/add-tests-for-new-flags
- dev-feature/GOVCMS-7646-remove-early-exit-condition
- dev-release/4.0.0
- dev-hotfix/ship-shape-autolookup
- dev-hotfix/lagoon_logs
- dev-release/3.1.7
- dev-feature/sapi-audit
- dev-feature/ship-shape-controls
- dev-8.x-master
- dev-release/8.x-2.7
- dev-master
- dev-feature/govcms-5883-site-profile
- dev-feature/d9-security.settings
- dev-feature/6487-extra-permissions
- dev-feature/drupal-scaffold
- dev-GOVCMSD8-865
- dev-release/2.5.8
- dev-release/2.5.1
- dev-release/2.5.3
- dev-release/2.5.2
- dev-feature/govcms-5993-active-permissions
- dev-release/2.5.0
- dev-release/2.4.0
- dev-release/2.3.3
- dev-release/2.3.2
- dev-release/2.3.1
- dev-release/2.0.3
- dev-feature/govcmsd8-556-dump-reader
- dev-release/2.0.1
- dev-feature/redis-failover
This package is auto-updated.
Last update: 2024-11-14 05:12:52 UTC
README
A collection of standard config, scripts and packages to support GovCMS scaffold.
Run tests
Your local composer auth.json can be loaded by copying
docker-compose.override.example.yml
to docker-compose.override.yml
.
# Integration tests. docker compose run --rm test -- bash -c "bats tests/bats/integration.bats" # All the tests. docker compose run --rm test -- bash -c ".ci/bats.sh"