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/search_api from 1.29.0 to 1.31.0 #360

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link

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/search_api: 1.31.0 (updated from 1.29.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
  .gitlab-ci.yml
  CHANGELOG.txt
  composer.json
  config/schema/search_api.processor.schema.yml
  config/schema/search_api.views.schema.yml
  js/search_api.processors.js
  modules/search_api_db/README.md
  modules/search_api_db/config/schema/search_api_db.backend.schema.yml
  modules/search_api_db/search_api_db.info.yml
  modules/search_api_db/search_api_db.install
  modules/search_api_db/search_api_db_defaults/config/optional/search_api.server.default_server.yml
  modules/search_api_db/search_api_db_defaults/search_api_db_defaults.info.yml
  modules/search_api_db/src/DatabaseCompatibility/MySql.php
  modules/search_api_db/src/Plugin/search_api/backend/Database.php
  modules/search_api_db/src/Tests/DatabaseTestsTrait.php
  modules/search_api_db/tests/fixtures/update/search-api-db-base.php
  modules/search_api_db/tests/src/Kernel/BackendTest.php
  modules/search_api_db/tests/src/Kernel/LocationTest.php
  search_api.api.php
  search_api.behat.inc
  search_api.info.yml
  search_api.install
  search_api.module
  search_api.post_update.php
  search_api.services.yml
  search_api.views.inc
  src/Commands/SearchApiCommands.php
  src/Controller/IndexController.php
  src/Entity/Index.php
  src/Entity/TaskStorageSchema.php
  src/Form/IndexAddFieldsForm.php
  src/Form/IndexFieldsForm.php
  src/Form/IndexStatusForm.php
  src/Form/ServerClearConfirmForm.php
  src/Form/ServerForm.php
  src/IndexListBuilder.php
  src/Item/Field.php
  src/Item/Item.php
  src/ParamConverter/SearchApiConverter.php
  src/Plugin/search_api/data_type/DateDataType.php
  src/Plugin/search_api/datasource/ContentEntity.php
  src/Plugin/search_api/datasource/ContentEntityTrackingManager.php
  src/Plugin/search_api/datasource/EntityDatasourceInterface.php
  src/Plugin/search_api/display/ViewsBlock.php
  src/Plugin/search_api/display/ViewsDisplayBase.php
  src/Plugin/search_api/display/ViewsDisplayDeriver.php
  src/Plugin/search_api/parse_mode/Terms.php
  src/Plugin/search_api/processor/AddHierarchy.php
  src/Plugin/search_api/processor/AggregatedFields.php
  src/Plugin/search_api/processor/ContentAccess.php
  src/Plugin/search_api/processor/CustomValue.php
  src/Plugin/search_api/processor/EntityType.php
  src/Plugin/search_api/processor/Highlight.php
  src/Plugin/search_api/processor/HtmlFilter.php
  src/Plugin/search_api/processor/LanguageWithFallback.php
  src/Plugin/search_api/processor/NumberFieldBoost.php
  src/Plugin/search_api/processor/Property/AggregatedFieldProperty.php
  src/Plugin/search_api/processor/Property/CustomValueProperty.php
  src/Plugin/search_api/processor/RenderedItem.php
  src/Plugin/search_api/processor/Resources/Porter2.php
  src/Plugin/search_api/processor/ReverseEntityReferences.php
  src/Plugin/search_api/processor/Stemmer.php
  src/Plugin/views/argument/SearchApiAllTerms.php
  src/Plugin/views/argument/SearchApiDate.php
  src/Plugin/views/argument/SearchApiStandard.php
  src/Plugin/views/cache/SearchApiCachePluginTrait.php
  src/Plugin/views/field/SearchApiBulkForm.php
  src/Plugin/views/field/SearchApiEntity.php
  src/Plugin/views/field/SearchApiFieldTrait.php
  src/Plugin/views/filter/SearchApiDate.php
  src/Plugin/views/filter/SearchApiFulltext.php
  src/Plugin/views/query/SearchApiQuery.php
  src/Plugin/views/row/SearchApiDataRow.php
  src/Processor/ConfigurablePropertyBase.php
  src/Query/ResultSet.php
  src/Task/TaskManager.php
  src/UnsavedIndexConfiguration.php
  src/Utility/CommandHelper.php
  src/Utility/DataTypeHelper.php
  src/Utility/FieldsHelper.php
  src/Utility/PluginHelper.php
  src/Utility/PostRequestIndexing.php
  src/Utility/ThemeSwitcher.php
  src/Utility/ThemeSwitcherInterface.php
  src/Utility/TrackingHelper.php
  src/Utility/Utility.php
  templates/search-api-excerpt.html.twig
  tests/modules/search_api_test/search_api_test.module
  tests/modules/search_api_test_db/config/install/search_api.server.database_search_server.yml
  tests/modules/search_api_test_example_content_references/config/install/field.storage.node.entity_reference.yml
  tests/modules/search_api_test_node_indexing/config/install/search_api.server.database_search_server.yml
  tests/modules/search_api_test_views/search_api_test_views.module
  tests/src/Functional/CacheabilityTest.php
  tests/src/Functional/IntegrationTest.php
  tests/src/Functional/OverviewPageTest.php
  tests/src/Functional/ProcessorIntegrationTest.php
  tests/src/Functional/SearchApiBulkFormTest.php
  tests/src/Functional/ViewsTest.php
  tests/src/Kernel/BackendTestBase.php
  tests/src/Kernel/Datasource/ContentEntityDatasourceTest.php
  tests/src/Kernel/Datasource/ReferencedEntitiesReindexingTest.php
  tests/src/Kernel/Processor/ContentAccessTest.php
  tests/src/Kernel/Processor/CustomValueTest.php
  tests/src/Kernel/Processor/NumberFieldBoostTest.php
  tests/src/Kernel/Processor/RenderedItemTest.php
  tests/src/Kernel/System/QueryTest.php
  tests/src/Kernel/System/TaskTest.php
  tests/src/Kernel/Views/ViewsPropertyExtractionTest.php
  tests/src/Unit/BackendPluginBaseTest.php
  tests/src/Unit/FieldsHelperTest.php
  tests/src/Unit/Processor/AggregatedFieldsTest.php
  tests/src/Unit/Processor/FieldsProcessorPluginBaseTest.php
  tests/src/Unit/Processor/HighlightTest.php
  tests/src/Unit/Processor/HtmlFilterTest.php
  tests/src/Unit/Processor/IgnoreCharacterTest.php
  tests/src/Unit/Processor/ProcessorTestTrait.php
  tests/src/Unit/Processor/StemmerTest.php
  tests/src/Unit/Processor/TestItemsTrait.php
  tests/src/Unit/TermsParseModeTest.php
  tests/src/Unit/Views/AllTermsArgumentTest.php

Changelog

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

  • 17f0fd1b Adapted CHANGELOG.txt to 1.31 release.
  • e970f06f Issue #3388678 by drunken monkey, benjifisher: Fixed performance regression in HTML Filter processor.
  • a094dd61 Issue #3398192 by drunken monkey, BenStallings, admirlju: Fixed warning for undefined array key "type" in SearchApiDate::opBetween().
  • bb67856e Issue #3394189 by drunken monkey: Dropped support for Drupal 9.
  • c8a54141 Issue #3321677 by drunken monkey, david.muffley: Fixed out-of-memory errors during indexing.
  • d0ddc698 Issue #3397017 by drunken monkey, gaddman: Fixed MySQL error in edge cases when indexing bigrams.
  • 45a96186 Issue #3394738 by drunken monkey: Fixed fatal error after upgrade to 1.30.
  • 47ccf060 Issue #3308184 by drunken monkey, admirlju: Fixed handling of incomplete field definitions when generating Views data.
  • 4c20bcc0 Issue #3392465 by drunken monkey: Fixed use of location filter together with AND facets in DB backend.
  • 2330bfd2 Issue #3293474 by admirlju, jhedstrom, drunken monkey: Added configurable maximum length for exposed Views fulltext filter.
  • 50f8ca4b Back to dev version.
  • c1cd7f00 Adapted CHANGELOG.txt to 1.30 release.
  • 3724d3dc Issue #3390450 by drunken monkey: Fixed highlighting of HTML field values.
  • 62e3d75b Issue #3370934 by drunken monkey: Fixed missing log messages in Drush.
  • 42154514 Issue #3390686 by FeyP, drunken monkey: Fixed RenderedItem processor to always switch back to previous account.
  • f31bb006 Issue #3365370 by Nick_vh, drunken monkey: Added the .gitlab-ci.yml file.
  • fcdff4c3 Issue #3367647 by arti_parmar, drunken monkey: Fixed unused variables and properties left in code.
  • f97cc6f7 Fixed accidental use of @inheritDoc tag.
  • 4c96f4c3 Issue #3311004 by nsavitsky, drunken monkey: Fixed "All taxonomy term fields" contextual filter to include fields with custom IDs.
  • 801ec648 Issue #3320841 by weekbeforenext, drunken monkey: Fixed indexing of "Processed text" fields.
  • 329dac1e Issue #3273159 by naveenvalecha, drunken monkey: Added the "Custom value" processor property.
  • 53e59ba8 Issue #3296477 by abramm, drunken monkey: Fixed results when only one value is entered in a Views date range filter.
  • 30914cd0 Follow-up to #3296006 by drunken monkey: Added test for caching of exception results.
  • eb265cd9 Issue #2855447 by edurenye, drunken monkey, alexdoma: Added option to customize the separator used for aggregated fields of type "Fulltext".
  • 0273daf0 Issue #3304560 by recrit, Gertlor, drunken monkey: Fixed problems with "Multiple terms" parse mode and invalid UTF-8 strings.
  • 84f6f6bd Issue #3327383 by unstatu, drunken monkey: Fixed handling of the "view any unpublished content" permission in the "Content access" processor.
  • 5ad0d481 Issue #3363208 by drunken monkey: Fixed implicit conversion from float to int in database backend.
  • 713d11e6 Fixed bogus text in CHANGELOG.txt.
  • 1bc47909 Issue #3315269 by drunken monkey, GuyPaddock: Fixed illogical error handling code in "Content access" processor.
  • 542e798b Issue #3347610 by drunken monkey, itaran: Fixed error in HTML filter with very long attributes.
  • cf3300f5 Issue #3317569 by drunken monkey: Added tests for indexing multi-valued reverse entity references.
  • b19e1754 Issue #3363257 by drunken monkey: Fixed failing tests against Drupal 10.1 HEAD.
  • 7947f188 Issue #3325932 by tedfordgif, drunken monkey: Fixed documentation of "drush search-api:index --batch-size=0".
  • a7e96e22 Issue #3359908 by drunken monkey: Added another test case for the "Ignore characters" processor.
  • a834e7b3 Issue #3345999 by smokris, drunken monkey, ressa: Added support for phrase searching to the database backend.
  • eb1431ae Issue #3347901 by drunken monkey: Added possibility for dates to be used in number field-based boosting.
  • b9130b78 Issue #3321499 by andrew-minich, Shriaas, siddharthjain_7998, drunken monkey: Fixed errors with views on disabled indexes.
  • 855a5ee2 Issue #3361041 by BigDave91, drunken monkey: Fixed integer overflow error in DB backend for large score values.
  • 108b30ab Issue #3325360 by Jelle_S, drunken monkey: Fixed referenced entity tracking not respecting the search_api_skip_tracking flag.
  • fd7a6c0c Issue #3324776 by Kingdutch, drunken monkey: Fixed duplicate tables created by DB backend.
  • 1205ca43 Issue #3267092 by drunken monkey: Fixed stemming of content with invalid language codes.
  • 623226ca Issue #3352134 by drunken monkey: Fixed performance degradation with database backend in 1.29.
  • 1696c211 Issue #3263875 by Eduardo Morales Alberti, drunken monkey, GrumpySchlag: Fixed Behat integration.
  • 6ce3d21e Issue #3355677 by drunken monkey: Fixed incompatibility with PHP 7.3 in ConfigurablePropertyBase.
  • 9456f5e2 Issue #3358819 by drunken monkey: Fixed tests against Drupal 10.1.
  • 865c1b5e Issue #3356817 by Eduardo Morales Alberti, drunken monkey: Adapted phrasing of warning in SearchApiFulltext to that of Core.
  • bbbc1f37 Issue #3358661 by drunken monkey, tobiasb: Fixed coding standards.
  • 526efac7 Issue #3271256 by akalam, drunken monkey: Fixed infinite loop when indexing external entities.
  • 9faec459 Issue #3354906 by ericchew, drunken monkey, miedward: Fixed regression in Views argument plugins (date and All Terms).
  • e0de2d46 Issue #3332036 by drunken monkey, Chris64: Fixed too narrow Drush version constraint in composer.json.
  • 75c5d9f5 Issue #3217772 by seutje, vector_ray, drunken monkey, Marios Anagnostopoulos: Added a template for the excerpt field.
  • 42d2f7a5 Fixed typo in CHANGELOG.txt.
  • 247eb130 Back to dev version.

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.

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.

1 participant