Skip to content

Commit

Permalink
DQA-10550: Prepare release 10.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Nov 15, 2024
1 parent 2e8293c commit 537f3f6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Toolkit change log

## Version 10.15.0
- DQA-10278: Drupal config to use config instead of env vars.
- DQA-10277: Toolkit add command for cspell.
- DQA-10274: Fix classMap namespace on SanitiseClass.
- DQA-9679: Add Behat Lint.
- DQA-10386: Remove package version parameter of the endpoint.
- DQA-10267: Add support to phpunit v11.
- DQA-10218: Allocate npm audit in toolkit.
- DQA-0: Improve phpcs ruleset.

## Version 10.14.0
- DQA-9954: Improve regex pattern unsupported checks readonly comment.

Expand Down
4 changes: 4 additions & 0 deletions docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ See bellow current list of available commands:
check:evaluation Check Evaluation components.
check:insecure Check insecure components.
check:mandatory Check mandatory components.
check:npm-insecure Run NPM Insecure.
check:npm-outdated Run NPM Outdated.
check:outdated Check outdated components.
check:recommended Check recommended components.
check:unsupported Check unsupported components.
Expand Down Expand Up @@ -69,6 +71,8 @@ See bellow current list of available commands:
toolkit:install-clone [tk-iclone] Install a clone website.
toolkit:install-dependencies Install packages present in the .opts.yml file under extra_pkgs section.
toolkit:install-dump [tk-idump] Import the production snapshot.
toolkit:lint-behat [tk-lbehat] Run lint Behat.
toolkit:lint-cspell [tk-cspell] Run lint CSpell.
toolkit:lint-css [tk-css] Run lint CSS.
toolkit:lint-js [tk-js|tljs] Run lint JS.
toolkit:lint-php [tk-php|tlp] Run lint PHP.
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.14.0">
<version number="10.15.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Mock.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class Mock
*
* @var string
*/
private static string $defaultTag = '0.0.17';
private static string $defaultTag = '0.0.20';

/**
* The directory to download the mock to.
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.14.0';
public const VERSION = '10.15.0';

/**
* The Toolkit repository.
Expand Down
14 changes: 7 additions & 7 deletions tests/fixtures/commands/component-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- file: .toolkit-mock/0.0.17/api/v1/project/ec-europa/toolkit/information.json
- file: .toolkit-mock/0.0.20/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name":"toolkit", "type": "Openeuropa", "environments": [{ "profile": "minimal", "type": "Production" }] }]
- file: .toolkit-mock/0.0.17/api/v1/toolkit-requirements.json
- file: .toolkit-mock/0.0.20/api/v1/toolkit-requirements.json
content: |
{ "php_version":"8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- file: .toolkit-mock/0.0.17/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.20/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down Expand Up @@ -427,13 +427,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- file: .toolkit-mock/0.0.17/api/v1/project/ec-europa/toolkit/information.json
- file: .toolkit-mock/0.0.20/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name": "toolkit", "type": "Openeuropa", "environments": [{ "profile":"minimal", "type":"Production" }] } ]
- file: .toolkit-mock/0.0.17/api/v1/toolkit-requirements.json
- file: .toolkit-mock/0.0.20/api/v1/toolkit-requirements.json
content: |
{ "php_version": "8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- file: .toolkit-mock/0.0.17/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.20/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down Expand Up @@ -467,7 +467,7 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "ec-europa/toolkit" } ] }
- file: .toolkit-mock/0.0.17/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.20/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- file: .toolkit-mock/0.0.17/api/v1/notifications.json
- file: .toolkit-mock/0.0.20/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
Expand Down Expand Up @@ -44,7 +44,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- file: .toolkit-mock/0.0.17/api/v1/notifications.json
- file: .toolkit-mock/0.0.20/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
Expand Down

0 comments on commit 537f3f6

Please sign in to comment.