Problem/Motivation
The 🧪 Automated Functional Testing job in .gitlab-ci.yml temporarily pinned drupal/varbase_components to the issue-fork branch of Varbase Components issue #3611182, because the components_exposed_form views exposed-form plugin (which the events listing view uses) was not yet in Varbase Components 4.0.x.
That merge request, Varbase Components !46, is now merged. The plugin resolves from 4.0.x-dev now, so the pin must go, otherwise CI keeps building from a stale issue fork.
Steps to reproduce
- Open
.gitlab-ci.ymlon the1.0.xbranch of Varbase Events Base. - Look at the
🧪 Automated Functional Testingjob. - See the six-line
TEMPORARYcomment block plus therepositories.varbase_components_forkVCS repository line, and the pinneddrupal/varbase_components:dev-3611182-components-exposed-form as 4.0.x-devargument in thecomposer requireretry loop.
Proposed resolution
Remove the TEMPORARY comment block and the repositories.varbase_components_fork line, and drop the pinned drupal/varbase_components argument from the composer require retry loop, so that drupal/varbase_components resolves from 4.0.x-dev again — the same version stream the merged Varbase Components !46 (issue #3611182) landed on.
Remaining tasks
- ✅ File an issue about this project
- ❌ Addition/Change/Update/Fix to this project
- ❌ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ❌ Reviewed by a human
- ❌ Code review by maintainers
- ❌ Full testing and approval
- ❌ Credit contributors
- ❌ Review with the product owner
- ✅ Update Release Notes
- ✅ Release varbase_events_base-1.0.0-alpha1
User interface changes
- N/A
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- N/A
Issue fork varbase_events_base-3611860
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshah✅ Released varbase_events_base-1.0.0-alpha1