Chris Burgess activity https://gitlab.com/xurizaemon 2026-03-21T18:00:56Z tag:gitlab.com,2026-03-21:5229556305 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-21T18:00:56Z xurizaemon Chris Burgess

Chris Burgess (68efdc84) at 21 Mar 18:00

⏱️ update data

tag:gitlab.com,2026-03-20:5227383435 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-20T18:01:03Z xurizaemon Chris Burgess

Chris Burgess (b385f82b) at 20 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-19:5223426363 Chris Burgess deleted project branch deps/contrib-minor-patch at Chris Burgess / Commerce Demo 2026-03-19T18:12:48Z xurizaemon Chris Burgess

Chris Burgess (66d7a9d1) at 19 Mar 18:12

tag:gitlab.com,2026-03-19:5223426274 Chris Burgess pushed to project branch main at Chris Burgess / Commerce Demo 2026-03-19T18:12:46Z xurizaemon Chris Burgess

Chris Burgess (fad74bb2) at 19 Mar 18:12

Merge branch 'deps/contrib-minor-patch' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-19:5223426264 Chris Burgess accepted merge request !93: Update Minor and patch - Contrib at Chris Burgess / Commerce Demo 2026-03-19T18:12:46Z xurizaemon Chris Burgess

This MR contains the following updates:

Package Change Age Confidence
drupal/drupal-driver 2.3.02.4.3 age confidence
drupal/drupal-extension (source) 5.1.05.3.2 age confidence

Release Notes

jhedstrom/DrupalDriver (drupal/drupal-driver)

v2.4.3

Compare Source

What's new since v2.4.2

Full Changelog: https://github.com/jhedstrom/DrupalDriver/compare/v2.4.2...v2.4.3

@​AlexSkrypnyk

v2.4.2

Compare Source

What's new since v2.4.1

Full Changelog: https://github.com/jhedstrom/DrupalDriver/compare/v2.4.1...v2.4.2

@​AlexSkrypnyk

v2.4.1

Compare Source

What's new since v2.4.0

Full Changelog: https://github.com/jhedstrom/DrupalDriver/compare/v2.4.0...v2.4.1

@​AlexSkrypnyk

v2.4.0

Compare Source

Added
  • #​299 Added PHP 8.4 to CI test matrix.
  • #​300 Added release drafter CI workflow.
Changed
  • #​282 Switch from docker-compose to docker compose.
  • #​288 Removed unsupported PHP versions and updated testing instructions.
  • #​297 Updated formatting of the CI config.
  • #​298 Normalised composer.json.
Fixed
  • #​286 Fixed PHP 8.4 nullable types warnings.
jhedstrom/drupalextension (drupal/drupal-extension)

v5.3.2

Compare Source

What's new since v5.3.1

Full Changelog: https://github.com/jhedstrom/drupalextension/compare/v5.3.1...v5.3.2

@​AlexSkrypnyk

v5.3.1

Compare Source

What's new since v5.3.0

Full Changelog: https://github.com/jhedstrom/drupalextension/compare/v5.3.0...v5.3.1

@​AlexSkrypnyk

v5.3.0

Compare Source

Added
  • #​776 - Added table header validation and improved error message in assertValidMessageTable().
  • #​773 - Added behat.dist.yml with all configuration values pre-filled.
  • #​772 - Added parent term resolution in termCreate() with validation and tests.
  • #​767 - Added double-quote escaping to prevent compound separator splitting entity reference values.
  • #​765 - Added validation for non-existent entity fields in parseEntityFields().
  • #​764 - Added custom DocumentElement to remove DrupalFinder dependency from extension boot.
  • #​762 - Added test for fresh REQUEST_TIME during cron and bumped drupal-driver to ^2.4.2.
  • #​744 - Added examples to tests and updated docs generator to post summary to CI.
  • #​743 - Added instructions for AI agents.
  • #​742 - Added steps documentation generator.
  • #​756 - Added more negative test coverage.
  • #​753 - Added tests for Managers.
  • #​740 - Added comprehensive test coverage for all Context classes.
Changed
  • #​781 - Simplified code.
  • #​780 - Converted standard Behat annotations to PHP 8 attributes.

    [!WARNING] If you extend any of the bundled context classes and override step or hook methods, you must switch your overrides from docblock annotations (@Given, @When, @Then, @BeforeScenario, etc.) to PHP 8 attributes (#[Given], #[When], #[Then], #[BeforeScenario], etc.). Behat resolves both the parent attribute and the child annotation independently, which causes a RedundantStepException for step definitions and duplicate execution for hooks. To safely override a method, either re-declare the step/hook using only the PHP 8 attribute on the child (and remove it from the parent by not registering the parent context), or override the method without any annotation or attribute to inherit the parent's definition.

  • #​779 - Changed ConfigContext::setConfig() visibility from public to protected.
  • #​771 - Reformatted configuration trees to use hierarchical indentation and added formatter fences.
  • #​768 - Removed Drupal 6 and 7 driver support.
  • #​763 - Always create fresh user in role-based login steps.
  • #​761 - Separated link assertion from click action.
  • #​760 - Removed Drupal 6 and 7 support remnants.
  • #​758 - Removed deprecated ScenarioTagTrait and RawDrupalContext magic property accessors.
  • #​757 - Switched coding standards to Drupal.
  • #​755 - Updated testing harness to support negative coverage.
  • #​751 - Increased coverage for Mink extension service container.
  • #​750 - Fixed coverage merge.
  • #​748 - Increased coverage for DrupalDriverManager.
  • #​747 - Renamed blackbox fixtures to generic names and updated region mappings.
  • #​746 - Merged FeatureContextTrait into FeatureContext.
  • #​745 - Replaced regex annotation with turnip in BatchContext::iWaitForTheBatchJobToFinish().
  • #​741 - Added posting of the coverage as comments to the MR.
  • #​739 - Updated stack to support Ahoy command wrapper and added coverage support.
Fixed
  • #​778 - Fixed iWaitForAjaxToFinish() crashing on unstarted session.
  • #​777 - Fixed stale config cache in cleanConfig() breaking change detection.
  • #​775 - Fixed config backup using overridden value instead of original.
  • #​774 - Fixed stale login state leaking between scenarios.

v5.2.1

Compare Source

What's new since v5.2.0

Full Changelog: https://github.com/jhedstrom/drupalextension/compare/v5.2.0...v5.2.1

@​AlexSkrypnyk

v5.2.0

Compare Source

Added
  • #​594 - Added expanding/collapsing of <details> element.
  • #​636 - Added "press button in row" step.
  • #​591 - Added checkbox manipulation in regions.
  • #​685 - Allow adding extra entries to text and selectors in behat.yml.
  • #​705 - Added assertRegionElementText() step.
  • #​722 - Added screenshot taking helper.
  • #​668 - Made it possible to override how to get the log out link.
  • #​592 - Added AJAX wait on attachFileToField().
Changed
  • #​678 - Aligned package with Drupal core.
  • #​689 - Added Symfony 7 compatibility.
  • #​713 - Switched to use Drupal 11 by default.
  • #​708 - Added PHP 8.4 support.
  • #​699 - Removed PHP 7.4 and Drupal 9 support.
  • #​723 - Added PHPStan and Rector for static analysis.
  • #​702 - Added ergebnis/composer-normalize.
  • #​717 - Moved tests under tests directory.
Fixed
  • #​681 - Fixed DrupalAuthenticationManager::logout().
  • #​605 - Fixed TableNode namespace for instanceof check.
  • #​666 - Fixed iWaitForAjaxToFinish failing.
  • #​690 - Fixed PHP 8.4 deprecation with str_getcsv.
  • #​682 - Fixed PHP 8.4 deprecation.
  • #​707 - Fixed RandomContext not transforming <?placeholder> variables in TableNode arguments.
  • #​665 - Fixed reverse term removal order.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

tag:gitlab.com,2026-03-19:5223385493 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-19T18:01:00Z xurizaemon Chris Burgess

Chris Burgess (60890cf9) at 19 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-19:5221485609 Chris Burgess deleted project branch deps/core-patch at Chris Burgess / Commerce Demo 2026-03-19T10:39:37Z xurizaemon Chris Burgess

Chris Burgess (4a63445b) at 19 Mar 10:39

tag:gitlab.com,2026-03-19:5221485460 Chris Burgess pushed to project branch main at Chris Burgess / Commerce Demo 2026-03-19T10:39:35Z xurizaemon Chris Burgess

Chris Burgess (90ea019b) at 19 Mar 10:39

Merge branch 'deps/core-patch' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-19:5221485444 Chris Burgess accepted merge request !94: Update Patch - Drupal Core to v10.6.5 at Chris Burgess / Commerce Demo 2026-03-19T10:39:35Z xurizaemon Chris Burgess

This MR contains the following updates:

Package Change Age Confidence
drupal/core-composer-scaffold (source) 10.6.310.6.5 age confidence
drupal/core-dev 10.6.310.6.5 age confidence
drupal/core-recommended 10.6.310.6.5 age confidence

Release Notes

drupal/core-composer-scaffold (drupal/core-composer-scaffold)

v10.6.5

Compare Source

v10.6.4

Compare Source

drupal/core-dev (drupal/core-dev)

v10.6.5

Compare Source

v10.6.4

Compare Source

drupal/core-recommended (drupal/core-recommended)

v10.6.5

Compare Source

v10.6.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

tag:gitlab.com,2026-03-18:5218918542 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-18T18:01:00Z xurizaemon Chris Burgess

Chris Burgess (2f5ec796) at 18 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-17:5214167572 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-17T18:01:01Z xurizaemon Chris Burgess

Chris Burgess (fec0f83a) at 17 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-16:5209540682 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-16T18:01:00Z xurizaemon Chris Burgess

Chris Burgess (729201af) at 16 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-15:5205598389 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-15T18:00:58Z xurizaemon Chris Burgess

Chris Burgess (91522dd7) at 15 Mar 18:00

⏱️ update data

tag:gitlab.com,2026-03-14:5204286661 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-14T18:01:00Z xurizaemon Chris Burgess

Chris Burgess (72c2cd5f) at 14 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-13:5202485981 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-13T18:01:17Z xurizaemon Chris Burgess

Chris Burgess (5ba9733d) at 13 Mar 18:01

⏱️ update data

tag:gitlab.com,2026-03-12:5198233232 Chris Burgess pushed to project branch main at Chris Burgess / Window Shopping 2026-03-12T18:01:14Z xurizaemon Chris Burgess

Chris Burgess (710f9b28) at 12 Mar 18:01

⏱️ update data