Install
Works with Drupal: ^8.8 || ^9 || ^10Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
26.84 KB
MD5: 33da9158f31af35d213b6face22eb4d2
SHA-1: 8d0cc3aad2e29a3c91bcd43496fd4aead2147eb3
SHA-256: 129629a55d56fcd1cf1982156926722dbe9e9af65c28065a6184e61f2694ec14
Download zip
38.41 KB
MD5: c418ca72ef1fa73836f6e9294f7c0968
SHA-1: 114707c1ef70f07fdcd9b9658d657764779db8ec
SHA-256: d3caa6b609dfb67bb5ebaf1af9938f6aab787697d0fa3850900de87648454174
Release notes
A major rewrite of config ignore. However, tests from previous versions continue to pass, so it should behave just the same.
The code is now hopefully easier to understand even though it has some more added complexity.
Contributors (16)
Pinolo, TVoesenek, aluzzardi, ayalon, bartlangelaan, bircher, claudiu.cristea, dpi, julien.sibi, kim.pepper, marciaibanez, mglaman, mikran, mpp, rajanvalecha12, zviryatko
Changelog
Issues: 17 issues resolved.
Changes since 8.x-2.4:
Bug
- #3117135 by claudiu.cristea, mpp: TypeError: Argument 1 passed to NestedArray::unsetValue() must be of the type array, null given
- #3117694 by dpi, bircher, kim.pepper, rajanvalecha12, aluzzardi, TVoesenek, mpp: Make all available tests pass
- #3307928 by bircher: Remove alter hook
- Revert "Issue #3307928 by bircher: Remove alter hook"
- #3307928 by bircher: Make alter hook work again
- #3307928 by bircher: Assert previously commented lenient tests
- #3307928 by bircher: Use import tests also for export
- #3307928 by bircher: Use sorting for the patterns
- #3307928 by bircher: Re-format kernel test to use generator
Feature
- #3223748 by bircher: Allow to configure different behaviors
- #3223748 by bircher: Make ignoring parts of config work
- #3314749 by julien.sibi, bircher: Make eventsubscriber priority configurable in settings.php
Misc
- Add default gitlab-ci
Task
- #3099674 by claudiu.cristea, mikran, kim.pepper, ayalon, bartlangelaan, bircher: Add compatibility with new Drupal 8.8 API
- #3099674 fix to use latest patch
- #3186392 by bircher: Port IgnoreKernelTest from 2.x to 3.x
- #3226493 by bircher, zviryatko, Pinolo: Clear Config Filter plugin cache to update from 2.x to 3.x
- #3269875 by mglaman, marciaibanez: Drupal 10 compatibility