Refactor updates for Varbase Layout Builder by moving hook updates to include/updates with load Include based on major branches

Created on 9 November 2023, 8 months ago
Updated 12 December 2023, 7 months ago

Problem/Motivation

Having old hook updates back from ~8.0, ~9.0.0, ~10.0.0, and ~10.1.0 in the same location in the varbase_layout_builder.install file.

Which brings number of conflicting issues for order of hooks when committing, and updating a miner or batch fix release.
Having issues when updating an old version in the old branch, then the latest branch has to shift and have the old hook updates before.
To prevent issues when upgrading to a major release.

Proposed resolution

Keep all hook updates, but archive them.
not to remove any of them

  • Add the include/updates folder into the module.
  • Move hook updates to include/updates/v8.inc, include/updates/v9.inc, include/updates/v10-0.inc, include/updates/v10-1.inc
  • Add the include/updates/all.inc file and add the following:
            \Drupal::moduleHandler()->loadInclude('varbase_layout_builder', 'inc', 'include/updates/v8');
            \Drupal::moduleHandler()->loadInclude('varbase_layout_builder', 'inc', 'include/updates/v9');
            \Drupal::moduleHandler()->loadInclude('varbase_layout_builder', 'inc', 'include/updates/v10-0');
            \Drupal::moduleHandler()->loadInclude('varbase_layout_builder', 'inc', 'include/updates/v10-1');
        
  • Add the following to the varbase_layout_builder.install file
    \Drupal::moduleHandler()->loadInclude('varbase_layout_builder', 'inc', 'include/updates/all');

Add more inc includes for more update files when needed.

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
  • ✅ Code review from 1 Varbase core team member
  • ✅ Full testing and approval
  • ✅ Credit contributors
  • ✅ Review with the product owner
  • ✅ Update Release Notes and Update Helper on new feature change/addition
  • ✅ Release varbase-9.0.17 , varbase_layout_builder-9.0.38 , varbase_layout_builder-10.0.40 , varbase-10.0.0-rc1 , varbase_layout_builder-10.1.0-beta8

Varbase update type

  • ✅ No Update
  • ➖ Optional Update
  • ➖ Forced Update
  • ➖ Forced Update if Unchanged

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • Issue #3400506 : Refactored updates for Varbase Layout Builder by moving hook updates to include/updates with load Include based on major branches
📌 Task
Status

Fixed

Version

10.1

Component

Code

Created by

🇯🇴Jordan Rajab Natshah Jordan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024