- 🇮🇳India sahil.goyal
rerolling the patch for the current version 10.1.x and adding the reroll diff file along with it.
- Status changed to Needs review
almost 2 years ago 6:01am 24 January 2023 - 🇮🇳India Abhisheksingh27
Reuploading the #26 patch after removing empty comments
The last submitted patch, 27: 2811041-27.patch, failed testing. View results →
- Status changed to Needs work
almost 2 years ago 2:37pm 24 January 2023 - 🇺🇸United States smustgrave
@Abhisheksingh27 please include an interdiff with patches.
#25 appears to be the closest reroll but needs to $modules to be protected.
- Status changed to Needs review
almost 2 years ago 3:55pm 24 January 2023 - 🇧🇷Brazil lucassc Rio de Janeiro
Patch to make $modules protected. Please, review.
- 🇧🇷Brazil lucassc Rio de Janeiro
Should we aggregate the changes in the comments from patch #27?
- Status changed to Needs work
over 1 year ago 12:27am 16 February 2023 - 🇺🇸United States smustgrave
I think #27 included additional changes as the size was 12-14KB while the fix is 7.4
Reviewing #30 the change looks good and the change record is clear.
Think it would be cool if we can eventually set this via a UI? Similar to https://www.drupal.org/project/views_custom_cache_tag → maybe.
Ran the tests locally without the fix as I didn't see the tests-only patch
QueryTest.php and SqlTest.php actually passes which doesn't show a valid test.
- Assigned to nlisgo
- 🇬🇧United Kingdom nlisgo
I'm going to see if I can help with this issue. I'll be starting by trying to work on a test only patch that adequately expresses the issue.
- 🇬🇧United Kingdom nlisgo
@smustgrave I was able to verify that QueryTest.php fails without the fix but SqlTest.php passed without the fix.
The SqlTest adjusts seem meaningless if they pass without the fix but the adjustments are needed after the fix.
To demonstrate this I will provide 3 PR's:
- test-only
- fix-only
- test-and-fix
- 🇺🇸United States smustgrave
Thanks but just fyi you do an MR you only need 1 now.
There’s a test only feature built into the pipeline.
If you’re going to do patches then just need
Test-only patch
Then full patch in that order - last update
about 1 year ago 30,416 pass, 1 fail - @nlisgo opened merge request.
- last update
about 1 year ago 30,408 pass, 2 fail - @nlisgo opened merge request.
- last update
about 1 year ago 30,418 pass - @nlisgo opened merge request.
- Status changed to Needs review
about 1 year ago 8:26am 19 October 2023 - Issue was unassigned.
- last update
about 1 year ago 30,418 pass - Status changed to Needs work
about 1 year ago 1:49pm 19 October 2023 - 🇺🇸United States smustgrave
Hiding patches to make it clearer for committers.
Rebased MR 5039 to make sure the pipeline failure was random and it was.
Change record was written for D8 so that needs to be updated.
Is this providing any UI change by chance?