Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/purge from 3.4.0 to 3.5.0 #297

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

violinist-bot
Copy link
Contributor

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • drupal/purge: 3.5.0 (updated from 3.4.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  CHANGELOG.md
  composer.json
  drush.services.yml
  modules/purge_drush/purge_drush.info.yml
  modules/purge_drush/purge_drush.install
  modules/purge_drush/purge_drush.module
  modules/purge_drush/src/Commands/DebugCommands.php
  modules/purge_drush/src/Commands/DiagnosticsCommand.php
  modules/purge_drush/src/Commands/InvalidateCommand.php
  modules/purge_drush/src/Commands/ProcessorCommands.php
  modules/purge_drush/src/Commands/PurgerCommands.php
  modules/purge_drush/src/Commands/QueueCommands.php
  modules/purge_drush/src/Commands/QueuerCommands.php
  modules/purge_drush/src/Commands/TypesCommand.php
  modules/purge_queuer_coretags/src/CacheTagsQueuer.php
  modules/purge_queuer_coretags/src/Form/ConfigurationForm.php
  modules/purge_queuer_test/purge_queuer_test.info.yml
  modules/purge_queuer_test/src/Form/QueuerConfigForm.php
  modules/purge_queuer_test/src/Plugin/Purge/Queuer/AQueuer.php
  modules/purge_queuer_test/src/Plugin/Purge/Queuer/BQueuer.php
  modules/purge_queuer_test/src/Plugin/Purge/Queuer/CQueuer.php
  modules/purge_queuer_test/src/Plugin/Purge/Queuer/WithFormQueuer.php
  modules/purge_queuer_test/tests/src/Functional/QueuerConfigFormTest.php
  modules/purge_ui/purge_ui.module
  modules/purge_ui/src/Form/PurgeBlockForm.php
  modules/purge_ui/src/Form/QueueChangeForm.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/AjaxFormTestBase.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/FormTestBase.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/ProcessorAddFormTest.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/PurgerAddFormTest.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/QueueBrowserFormTest.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/QueueChangeFormTest.php
  modules/purge_ui/tests/src/FunctionalJavascript/Form/QueuerAddFormTest.php
  purge.module
  src/Commands/DebugCommands.php
  src/Commands/DiagnosticsCommand.php
  src/Commands/InvalidateCommand.php
  src/Commands/ProcessorCommands.php
  src/Commands/PurgerCommands.php
  src/Commands/QueueCommands.php
  src/Commands/QueuerCommands.php
  src/Commands/TypesCommand.php
  src/EventSubscriber/CacheableResponseSubscriber.php
  src/Logger/LoggerChannelPart.php
  src/Logger/LoggerChannelPartBase.php
  src/Logger/LoggerChannelPartForV1.php
  src/Logger/LoggerChannelPartForV3.php
  src/Logger/LoggerService.php
  src/Logger/LoggerServiceInterface.php
  src/Logger/PurgeLoggerAwareTrait.php
  src/Plugin/Purge/DiagnosticCheck/DiagnosticCheckBase.php
  src/Plugin/Purge/DiagnosticCheck/PluginManager.php
  src/Plugin/Purge/DiagnosticCheck/QueueSizeDiagnosticCheck.php
  src/Plugin/Purge/Invalidation/InvalidationInterface.php
  src/Plugin/Purge/Invalidation/PluginManager.php
  src/Plugin/Purge/Processor/DrushInvalidateProcessor.php
  src/Plugin/Purge/Processor/DrushQueueWorkProcessor.php
  src/Plugin/Purge/Processor/PluginManager.php
  src/Plugin/Purge/Purger/CapacityTracker.php
  src/Plugin/Purge/Purger/PluginManager.php
  src/Plugin/Purge/Purger/PurgerInterface.php
  src/Plugin/Purge/Purger/PurgersService.php
  src/Plugin/Purge/Purger/RuntimeMeasurementTracker.php
  src/Plugin/Purge/Queue/PluginManager.php
  src/Plugin/Purge/Queue/QueueService.php
  src/Plugin/Purge/Queuer/DrushQueueAddQueuer.php
  src/Plugin/Purge/Queuer/PluginManager.php
  src/Plugin/Purge/TagsHeader/PluginManager.php
  tests/src/Functional/TagsHeader/CacheableResponseSubscriberTest.php
  tests/src/FunctionalJavascript/BrowserTestBase.php
  tests/src/Kernel/DiagnosticCheck/ServiceSmokeAndFireTest.php
  tests/src/Kernel/DiagnosticCheck/ServiceTest.php
  tests/src/Kernel/Invalidation/PluginTestBase.php
  tests/src/Kernel/Processor/PluginManagerTest.php
  tests/src/Kernel/Processor/ServiceTest.php
  tests/src/Kernel/Queue/FileQueueTest.php
  tests/src/Kernel/Queue/ServiceTest.php
  tests/src/Kernel/Queue/TxBufferTest.php
  tests/src/Kernel/Queuer/PluginManagerTest.php
  tests/src/Kernel/Queuer/ServiceTest.php
  tests/src/Kernel/TagsHeader/ServiceTest.php
  tests/src/Traits/PluginManagerTestTrait.php
  tests/src/Traits/ServiceTestTrait.php
  tests/src/Unit/Logger/LoggerServiceTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 3a6a46f Issue #2978195 by japerry: If purge_queuer_coretags.settings config object is missing or null, purging does not happen
  • 70b3494 DIT-192: Allow override of max items queued via purge.dangerous state flag.
  • b569079 Issue #3139245 by alexshipilov: Replace assert* involving an instanceof operator with assertInstanceOf()/assertNotInstanceOf()
  • 776792e Issue #3132185 by owenpm3: Output expression as well as count in queue debug messages
  • 83cff7a Issue #2953632 by japerry: Set max-age in performance tab from the purge module itself.
  • 910e6a2 Linting and PHP8 warning fixes.
  • 5711248 Issue #2757155 by japerry, moshe weitzman: Provide a mechanism to programatically alter purge plugins.
  • fb3ad4e Issue #3298855 by japerry: Ensure max() function operates when no types are selected.
  • 0cdda17 Issue #3078507 by japerry, Balu Ertl: Refactor drush commands into base module
  • a21be45 Issue #3383874: Don't require QueueChangeForm to be modal
  • 5c5f2f8 DIT-973: Remove unused testRouteAccessGranted() method from purge_ui tests.
  • 75afeb4 Issue #3343141 by kiseleva.t: Undefined array key in Drupal\purge\Plugin\Purge\Queue\QueueService->commitAdding()
  • d7326d9 Linting and PHPCS fixes.
  • b1e5110 Issue #3309728 by nkoporec: Refactor D10 tests to not depend on classy.

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-bot violinist-bot force-pushed the violinistdrupalpurge branch 5 times, most recently from 39f52f0 to 076f9d5 Compare October 26, 2023 00:46
@mglaman mglaman merged commit f515c2a into simplytestme:main Jan 12, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants