Skip to content

Commit

Permalink
chore: Keep the PATCHES dir as patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed Nov 20, 2024
1 parent e7732be commit be9f3b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"patches": {
"drupal/core": {
"Issue #2820359: Add #element_submit and #limit_element_submit just like #element_validate and #limit_validation_errors": "https://www.drupal.org/files/issues/2024-09-04/2820359-121.patch",
"Issue #3008924: Callers of LayoutEntityHelperTrait::getEntitySections() do not account for the view mode": "./PATCHES/3008924-rerolled-24.patch",
"Issue #3008924: Callers of LayoutEntityHelperTrait::getEntitySections() do not account for the view mode": "./patches/3008924-rerolled-24.patch",
"Issue #2902481: Add GROUP_CONCAT aggregate function to views": "https://www.drupal.org/files/issues/2024-08-09/add_group_concat_aggregate-2902481-44.patch",
"Issue #151311: Split 'administer permissions' into a new administer roles permissions": "https://www.drupal.org/files/issues/2023-01-19/split_administer_permissions_151311-72.patch",
"Issue #2585169: Unable to alter local actions prior to rendering": "https://git.drupalcode.org/project/drupal/-/merge_requests/744.patch",
"Issue #2755791: Ajax error ajax.$form.ajaxSubmit() is not a function": "https://www.drupal.org/files/issues/2023-08-07/drupal-ajax-error-2755791-18_0.patch",
"Issue #3001188: Make it possible to add relationships to layout builder": "./PATCHES/3001188-make-it-possible-to-add-relationships-to-layout-builder.patch",
"Issue #3001188: Make it possible to add relationships to layout builder": "./patches/3001188-make-it-possible-to-add-relationships-to-layout-builder.patch",
"Issue #2329253: Allow the ChangedItem to skip updating the entity's changed timestamp when synchronizing (f.e. when migrating)": "https://www.drupal.org/files/issues/2024-07-30/2329253-10.x.patch",
"Issue #3467860: Ensure consistent library ordering between page an asset requests when calculating asset aggregates": "./PATCHES/3467860.mr-9219.patch",
"Issue #?? (maybe #2837833): 'Required contexts without a value": "./PATCHES/missing-context-value-in-layout-builder-admin.patch"
"Issue #3467860: Ensure consistent library ordering between page an asset requests when calculating asset aggregates": "./patches/3467860.mr-9219.patch",
"Issue #?? (maybe #2837833): 'Required contexts without a value": "./patches/missing-context-value-in-layout-builder-admin.patch"
},
"drupal/flat_taxonomy": {
"Issue #3427628: Hide 'Add child' link from entity operations": "https://www.drupal.org/files/issues/2024-03-13/3427628-hide-add-child-link-2.patch"
Expand All @@ -21,7 +21,7 @@
"Issue #3460194: Double check-all checkboxes in sticky header": "https://www.drupal.org/files/issues/2024-09-20/gin-issue-3460194-mr-455.patch"
},
"drupal/gin_lb": {
"Issue #??: Add alter hook for template suggestions trigger": "./PATCHES/hook_gin_lb_add_suggestions_alter-1.0.0-rc8.patch"
"Issue #??: Add alter hook for template suggestions trigger": "./patches/hook_gin_lb_add_suggestions_alter-1.0.0-rc8.patch"
},
"drupal/gin_toolbar": {
"Issue #3121440: Add option for node local tasks in toolbar": "https://www.drupal.org/files/issues/2023-10-20/3121440-49.patch"
Expand All @@ -42,7 +42,7 @@
"Issue #2820867: Bulk operations actions skip 'publishcontent' defined permissions": "https://www.drupal.org/files/issues/2024-10-14/permissions-for-bulk-operations-2820867-9.patch"
},
"drupal/seckit": {
"Issue #2844205: Provide hook_seckit_options_alter() D8": "./PATCHES/2844205.mr.patch"
"Issue #2844205: Provide hook_seckit_options_alter() D8": "./patches/2844205.mr.patch"
},
"drupal/config_default_image": {
"Issue #2921908: Provide a 2nd formatter \"Responsive image or default image\"": "https://www.drupal.org/files/issues/2022-11-21/config_default_image-2921908-7.patch"
Expand All @@ -52,12 +52,12 @@
"Issue #3396521: Fix PHP 8.2 deprecations": "https://www.drupal.org/files/issues/2023-10-25/3396521-2.patch"
},
"drupal/view_unpublished": {
"Issue #2958568: Add a search api processor for view unpublished": "./PATCHES/2958568-view-unpublished-search-api-access-18.patch"
"Issue #2958568: Add a search api processor for view unpublished": "./patches/2958568-view-unpublished-search-api-access-18.patch"
},
"drupal/webp": {
"Issue #3325808: Webp Image not generated for styles using original image.": "https://www.drupal.org/files/issues/2023-12-07/webp-3325808-11.patch",
"Issue #3281606: Rendering duplicate images when the original images have the same name but different extension": "https://git.drupalcode.org/project/webp/-/merge_requests/30.patch",
"Issue #3153137: Using Image Widget Crop in responsive images does not refresh webp image": "./PATCHES/3153137-custom-fix-3281606.patch"
"Issue #3153137: Using Image Widget Crop in responsive images does not refresh webp image": "./patches/3153137-custom-fix-3281606.patch"
}
}
}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY --from=builder /srv/www/vendor /srv/www/vendor/
COPY --from=builder /srv/www/composer.json /srv/www/composer.json
COPY --from=builder /srv/www/composer.patches.json /srv/www/composer.patches.json
COPY --from=builder /srv/www/composer.lock /srv/www/composer.lock
COPY --from=builder /srv/www/PATCHES /srv/www/PATCHES
COPY --from=builder /srv/www/patches /srv/www/patches
COPY --from=builder /srv/www/scripts /srv/www/scripts
COPY --from=builder /srv/www/docker/etc/nginx/ratelimit.conf.template /etc/nginx/ratelimit.conf.template
COPY --from=builder /srv/www/docker/etc/nginx/custom /etc/nginx/custom/
Expand Down

0 comments on commit be9f3b0

Please sign in to comment.