- ๐ฎ๐ณIndia nikhil_110
Re-roll patch Attached against Drupal 10.1.x
- ๐ณ๐ฑNetherlands Lendude Amsterdam
Discussed this with @xjm and @longwave at Drupal Dev Days and we all agree this checkbox should be removed.
- It hasn't worked since Drupal 8.0.0
- the functionality is very edge case
- the description and title of the field are very unclear as to what a user could expect this to do
- Status changed to Needs review
over 1 year ago 4:37pm 20 July 2023 - last update
over 1 year ago 29,828 pass - ๐ณ๐ฑNetherlands Lendude Amsterdam
Here we go. Removed the setting. Update hook added to remove from existing and newly imported config. Removed from all existing core config.
- Status changed to RTBC
over 1 year ago 12:28am 22 July 2023 - ๐บ๐ธUnited States smustgrave
Applied the patch and searched for default_argument_skip_url.
Found 19 instances that were in the test, update hook, or fixture for the test.
Ran the update hook to make sure that ran and it did without issue.Think this is good.
- last update
over 1 year ago 29,881 pass - last update
over 1 year ago 29,879 pass - last update
over 1 year ago 29,884 pass - last update
over 1 year ago 29,888 pass - last update
over 1 year ago 29,910 pass - last update
over 1 year ago CI error - last update
over 1 year ago 29,934 pass, 4 fail The last submitted patch, 45: 981870-45.patch, failed testing. View results โ
- Status changed to Needs work
over 1 year ago 5:24pm 4 August 2023 - ๐ฌ๐งUnited Kingdom longwave UK
๐ [random test failure] InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync Fixed fixed some config install tests, looks like we need work here for that.
๐ Random test fail in Drupal\Tests\Component\Utility\RandomTest::testRandomMachineNamesUniqueness Needs work is a genuine random fail in the random component :)
- ๐ณ๐ฑNetherlands spokje
Removed
default_argument_skip_url
fromviews.view.files
andviews.view.glossary
frommultilingual.tar.gz
No interdiff, because the only change is that tarball and interdiff on that is useless.
- last update
over 1 year ago 29,951 pass, 8 fail - ๐ณ๐ฑNetherlands spokje
It really helps if you supply the correct tarball format _sigh_
Again, no interdiff, since the only change is in a tarball.
- last update
over 1 year ago Custom Commands Failed - ๐ณ๐ฑNetherlands spokje
And maybe even not include the local test changes in an official patch.
#MustBeMondayMorning - last update
over 1 year ago 29,955 pass - Status changed to RTBC
over 1 year ago 9:05am 7 August 2023 - ๐ณ๐ฑNetherlands spokje
Going to tentatively self back-to-RTBC.
- I didn't change any code.
- The only changes were made in a fixture, which wasn't testable before because of the re-enabling of the test in ๐ [random test failure] InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync Fixed wasn't committed yet. - last update
over 1 year ago 29,960 pass - last update
over 1 year ago 29,960 pass - last update
over 1 year ago 29,960 pass - last update
over 1 year ago 29,961 pass -
longwave โ
committed f890b7ff on 11.x
Issue #981870 by Spokje, Lendude, longwave, xjm, smustgrave: Skip...
-
longwave โ
committed f890b7ff on 11.x
- Status changed to Fixed
over 1 year ago 9:12am 16 August 2023 - ๐ณ๐ฑNetherlands Lendude Amsterdam
Added small CR, if someone could review we can publish it, https://www.drupal.org/node/3382316 โ
- ๐ฌ๐งUnited Kingdom longwave UK
Looks good to me. Added version numbers and published the change record.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
9 months ago 5:12pm 20 February 2024 There is a regression a reporter thinks may be caused by this issue.
- ๐ญ๐บHungary Gรกbor Hojtsy Hungary
Via @berdir:
something that I'm seeing pop up a lot in contrib tests is the removal of default_argument_skip_url, I've had that in ~3 out of 5 modules that I've worked on so far. It's key in a yml file, not sure where exactly detection of that would go
[...]
well, config schema validation fails
so the test failshttps://git.drupalcode.org/search?group_id=2&scope=blobs&search=%22defau... finds 1500 instances of this
So it looks like the fallout from this is much bigger than expected.
I am working on ๐ Support default_argument_skip_url views setting removal checking in Upgrade Status Active to side-add a deprecation for this in upgrade status at least. But based on that contrib search many more people will run into this.
- ๐ฌ๐งUnited Kingdom catch
This is another instance where we missed ๐ Add proper deprecation notices in config entity presave bc layers Active .
If we'd done that at the time, then module tests with deprecation reporting enabled would have picked this up since the time it was committed.
We could still retrospectively add the deprecation support to 10.3.0 during beta maybe?
- ๐ฌ๐งUnited Kingdom catch
- ๐ญ๐บHungary Gรกbor Hojtsy Hungary
I released https://www.drupal.org/project/upgrade_status/releases/4.3.2 โ with support for checking for this one specific key deprecation. I don't think we have a generic way to statically detect config keys depreacted but would be happy to add support for that too there for a more general solution.