Skip to content

Commit

Permalink
Merge branch 'release/8.x' into feature/DQA-4585
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhy81 authored Aug 23, 2022
2 parents f8fb3e8 + 59676df commit fca2b41
Show file tree
Hide file tree
Showing 65 changed files with 23,591 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
/grumphp.yml
/docker-compose.*.yml
.phpunit.result.cache

*.sql
phpda.*
.phpdoc*
3 changes: 2 additions & 1 deletion docs/available-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Available commands:
toolkit:build-dev-reset Build site for local development from scratch with a clean git.
toolkit:build-dist Build the distribution package.
toolkit:component-check Check composer.json for components that are not whitelisted/blacklisted.
toolkit:d9-compatibility Check project compatibility for Drupal 9 upgrade.
toolkit:disable-drupal-cache Disable aggregation and clear cache.
toolkit:download-dump Download ASDA snapshot.
toolkit:import-config Import config.
Expand All @@ -42,6 +41,7 @@ Available commands:
toolkit:run-phpcbf [tpb] Run PHP code autofixing.
toolkit:test-behat [tb] Run Behat tests.
toolkit:test-phpcs [tp] Run PHP code review.
toolkit:drupal-upgrade-status [tdus] Check project compatibility for Drupal 9/10 upgrade.
```
Expand All @@ -54,4 +54,5 @@ Available commands:
- [Using Docker environment](/docs/docker-environment.md)
- [Continuous integration](/docs/continuous-integration.md)
- [Building assets](/docs/building-assets.md)
- [Update Project Documentation](/docs/project-documentation.md)
- [Changelog](/changelog.md)
1 change: 1 addition & 0 deletions docs/building-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,5 @@ docker-compose exec web ./vendor/bin/run toolkit:build-assets --validate=fix
- [Continuous integration](/docs/continuous-integration.md)
- [Building assets](/docs/building-assets.md)
- [Available tasks](/docs/available-tasks.md)
- [Update Project Documentation](/docs/project-documentation.md)
- [Changelog](/CHANGELOG.md)
848 changes: 848 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-BuildCommands.html

Large diffs are not rendered by default.

1,003 changes: 1,003 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-CloneCommands.html

Large diffs are not rendered by default.

618 changes: 618 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-DrupalCommands.html

Large diffs are not rendered by default.

520 changes: 520 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-InstallCommands.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,356 changes: 1,356 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-TestsCommands.html

Large diffs are not rendered by default.

2,313 changes: 2,313 additions & 0 deletions docs/classes/EcEuropa-Toolkit-TaskRunner-Commands-ToolCommands.html

Large diffs are not rendered by default.

784 changes: 784 additions & 0 deletions docs/classes/EcEuropa-Toolkit-Tests-AbstractTest.html

Large diffs are not rendered by default.

928 changes: 928 additions & 0 deletions docs/classes/EcEuropa-Toolkit-Tests-Commands-BuildCommandsTest.html

Large diffs are not rendered by default.

928 changes: 928 additions & 0 deletions docs/classes/EcEuropa-Toolkit-Tests-Commands-CloneCommandsTest.html

Large diffs are not rendered by default.

937 changes: 937 additions & 0 deletions docs/classes/EcEuropa-Toolkit-Tests-Commands-DrupalCommandsTest.html

Large diffs are not rendered by default.

928 changes: 928 additions & 0 deletions docs/classes/EcEuropa-Toolkit-Tests-Commands-InstallCommandsTest.html

Large diffs are not rendered by default.

Loading

0 comments on commit fca2b41

Please sign in to comment.