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

Amol/v7.6.0 fork #14

Open
wants to merge 190 commits into
base: master
Choose a base branch
from
Open

Amol/v7.6.0 fork #14

wants to merge 190 commits into from

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    ec643cf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Merge pull request toptal#710 from toptal/fix-deprecation-warning

    Fix deprecation warning for contructing new BigDecimal
    AlexVPopov authored May 8, 2020
    Configuration menu
    Copy the full SHA
    de2f06c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Setup CircleCI

    This commit sets up CircleCI for combinations of ruby 2.6/2.5,
    mongoid, ActiveRecord 6.0/5.2.
    
    It also marks some specs as pending, as they are not allowed in
    elasticsearch now. They will be addressed in a separate PR.
    mrzasa committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    4364ebc View commit details
    Browse the repository at this point in the history
  2. Merge pull request toptal#711 from toptal/circleci

    Setup CI on CircleCI
    mrzasa authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    024d741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11a51a View commit details
    Browse the repository at this point in the history
  4. Merge pull request toptal#707 from toptal/configure-active-job-queue

    Allow configuration of Active Job queue name
    mrzasa authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    22f8f27 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    4225fdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request toptal#718 from toptal/ruby-2.7-ci

    Added Ruby 2.7 to CircleCI config
    mrzasa authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    388c4cf View commit details
    Browse the repository at this point in the history
  3. Fix all ruby 2.7 deprecation warnings

    Gareth Seddon committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0609d58 View commit details
    Browse the repository at this point in the history
  4. Bump version

    Gareth Seddon committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    4cea529 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request toptal#715 from gseddon/fix-all-2.7-dep-warnings

    Fixed deprecation warnings in Ruby 2.7
    mrzasa authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    74470f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Fix more ruby 2.7 keyword params deprecation warnings

    Fixes deprecation warnings
    ```
    warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
    ```
    
    1. Fixed warning when calling `response.records`, warning backtrace:
    ```
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/search/loader.rb:55:in `block in load'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/search/loader.rb:50:in `each'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/search/loader.rb:50:in `each_with_object'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/search/loader.rb:50:in `load'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/search/response.rb:85:in `objects'
    ```
    
    2. Fixed warning when calling `SomeIndex.reset!((Time.now.to_f * 1000).round)`, warning backtrace:
    ```
      # gems/chewy-74470f2525b2/lib/chewy/type/adapter/active_record.rb:25:in `import_scope'
      # gems/chewy-74470f2525b2/lib/chewy/type/adapter/orm.rb:79:in `import'
      # gems/chewy-74470f2525b2/lib/chewy/type/import.rb:142:in `block in import_linear'
      # /home/aglushkov/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `block in instrument'
      # /home/aglushkov/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
      # /home/aglushkov/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/notifications.rb:180:in `instrument'
      # gems/chewy-74470f2525b2/lib/chewy/type/import.rb:141:in `import_linear'
      # gems/chewy-74470f2525b2/lib/chewy/type/import.rb:136:in `import_routine'
      # gems/chewy-74470f2525b2/lib/chewy/type/import.rb:76:in `import'
      # gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:149:in `block in import'
      # gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:147:in `map'
      # gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:147:in `import'
      # gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:182:in `reset!'
    ```
    
    3. Same  `SomeIndex.reset!((Time.now.to_f * 1000).round)`, warning backtrace:
    ```
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/type/import.rb:130:in `new'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/type/import.rb:130:in `import_routine'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/type/import.rb:76:in `import'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:149:in `block in import'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:147:in `map'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:147:in `import'
      # gems/2.7.0/bundler/gems/chewy-74470f2525b2/lib/chewy/index/actions.rb:182:in `reset!'
    ```
    aglushkov authored and bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0e6f609 View commit details
    Browse the repository at this point in the history
  2. Update instructions for AWS ElasticSearch

    Fix instructions for AWS ElasticSearch configuration in README as it is outdated.
    olancheg authored and bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    57cb24e View commit details
    Browse the repository at this point in the history
  3. Update the CI badge

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    55b6f0a View commit details
    Browse the repository at this point in the history
  4. Remove broken logo

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    15637e8 View commit details
    Browse the repository at this point in the history
  5. Update copyright

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b25e57c View commit details
    Browse the repository at this point in the history
  6. Update the gemspec

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a2cdb4a View commit details
    Browse the repository at this point in the history
  7. Add Ruby 3 to the CI matrix

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    da4ff3e View commit details
    Browse the repository at this point in the history
  8. Delete .travis.yml

    bbatsov committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4e6bd37 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Revert "Add Ruby 3 to the CI matrix"

    Seems we're blocked by rspec/rspec-mocks#1394
    
    This reverts commit da4ff3e.
    bbatsov committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c59ade5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c709a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94746fa View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    9f97dac View commit details
    Browse the repository at this point in the history
  2. Patch witchcraft to work with ActiveSupport 6.1

    Thanks to @rabotyaga for the solution
    Bhacaz committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e87c5e5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request toptal#733 from petalmd/update_ci_matrix

    Update Rails version in CI matrix
    Ivan Rabotyaga authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    ac0e5ef View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    61a59e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request toptal#735 from petalmd/correct_es_6_delete_by_que…

    …ry_warning
    
    Patch ElasticSearch deprecation warning
    Ivan Rabotyaga authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    1f2e682 View commit details
    Browse the repository at this point in the history
  3. Add support for Ruby 3

    lowang authored and Ivan Rabotyaga committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8e9186a View commit details
    Browse the repository at this point in the history
  4. Merge pull request toptal#734 from toptal/ruby3-support

    Add support for Ruby 3
    Ivan Rabotyaga authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    cd9570c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    068759a View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    Ivan Rabotyaga committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    86157fd View commit details
    Browse the repository at this point in the history
  7. Merge pull request toptal#737 from toptal/update-changelog-5-2-0

    Update CHANGELOG
    Ivan Rabotyaga authored Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8967c24 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Fix CHANGELOG

    Ivan Rabotyaga authored and bbatsov committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0dfebc2 View commit details
    Browse the repository at this point in the history
  2. Remove explicit main branch dependencies on rspec* gems after `rspe…

    …c-mocks` 3.10.2 is released
    Ivan Rabotyaga committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    2ef5674 View commit details
    Browse the repository at this point in the history
  3. Merge pull request toptal#739 from toptal/update-rspec-mocks

    Remove explicit `main` branch dependencies on rspec* gems after `rspec-mocks` 3.10.2 is released
    Ivan Rabotyaga authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    fc737a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request toptal#736 from AJLA-TS/fix-nil-relationship

    Fix nil children when using witchcraft
    Ivan Rabotyaga authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    dab5d75 View commit details
    Browse the repository at this point in the history
  5. Add CHANGELOG entry for toptal#736

    Ivan Rabotyaga committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e4ff792 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Avoid importing everything when given an empty relation (toptal#749)

    * Avoid importing everything when given an empty relation
    * Add spec to cover empty relations
    
    Co-authored-by: JF Lalonde <[email protected]>
    Dalton Pinto and JF-Lalonde authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3f6eb82 View commit details
    Browse the repository at this point in the history
  2. Clear the scroll by id after completing scroll_batches (toptal#750)

    * Clear the scroll by id after completing scroll_batches
    * Update CHANGELOG with PR 695 comment
    
    Co-authored-by: Amos Lanka <[email protected]>
    Dalton Pinto and amoslanka authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7efd2e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. * Add support for direct_import parameter to skip loading default sco…

    …pe on import (toptal#753)
    
    * Skimpier direct_import
    * Fix linter error in orm.rb
    * Add spec and fixed an issue related to ids
    * Update lib/chewy/type/import.rb
    * Allow direct_import as default import options
    * Update CHANGELOG.md
    * Add a note about default `direct_import` value
    * Improve error messages in db_queries helpers
    
    Co-authored-by: Tikhon Botchkarev <[email protected]>
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    3 people authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    cd71c83 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. attribute_highlights returns an array of highlights (toptal#755)

    Co-authored-by: Ahmad Musaffa <[email protected]>
    Dalton Pinto and musaffa authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    8094790 View commit details
    Browse the repository at this point in the history
  2. ES6 compatibility (toptal#743)

    * Add ES6 support: remove multiple types mappings support. add `include_type_name` parameter for ES 6.7-6.8
    * Remove legacy DSL & ES2 support (toptal#747)
    
    * Add Chewy::MultiSearch Feature (toptal#751)
    mrzasa authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    d56adc4 View commit details
    Browse the repository at this point in the history
  3. Explain briefly the existence of outdated_sync_field at README (top…

    …tal#756)
    
    Explain briefly the existence of `outdated_sync_field` at README
    
    Co-authored-by: ramazan <[email protected]>
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    3 people authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    14b6b1d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Fix the changelog headings

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    7a2cb01 View commit details
    Browse the repository at this point in the history
  2. Clean up version headings

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    8776569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3224501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bea7ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da14877 View commit details
    Browse the repository at this point in the history
  6. Tweak some wording

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    bec5284 View commit details
    Browse the repository at this point in the history
  7. Add code of conduct

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    04979db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fcd922 View commit details
    Browse the repository at this point in the history
  9. Add issue templates

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0772048 View commit details
    Browse the repository at this point in the history
  10. Add a PR template

    bbatsov committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    bc84b4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2c4d0c View commit details
    Browse the repository at this point in the history
  12. Merge pull request toptal#761 from toptal/avoid-unneeded-fecthing-on-…

    …import
    
    [FIX-716] Avoid fetching scope data to check if it is blank
    Dalton Pinto authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d5ffa79 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Correctly report indices and aliases (toptal#757)

    * Correctly report indices and aliases
    * Fix rubocop offense
    * Fix specs & Changelog
    * Add `include_type_name` parameter for ES 6.7-6.8 for `client.indices.get` request
    
    Co-authored-by: mpeychich <[email protected]>
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    3 people authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    47ad295 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add ES7 support, prepare 7.0.0 release (toptal#763)

    Ivan Rabotyaga authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    3ba07cc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    3c8fc7f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    f8ff5d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Drop support for Elasticsearch 6.x, prepare 7.1.0 release (toptal#766)

    * Drop support for Elasticsearch 6.x, prepare 7.1.0 release (toptal#766)
    Ivan Rabotyaga authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    55f2813 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Fix typos (toptal#770)

    DNNX authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0470c5e View commit details
    Browse the repository at this point in the history
  2. Update rubocop version & fix offences (toptal#768)

    * Update Rubocop to 1.11
    * Fix a bunch of offenses
    Vitalina-Vakulchyk authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    891472d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2b577d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    f5bad9f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Review and update documentation (toptal#773)

    Vitalina-Vakulchyk authored and Ivan Rabotyaga committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    90b5c6a View commit details
    Browse the repository at this point in the history
  2. CI reconfiguration: migrate to GitHub Actions (toptal#774)

    Vitalina-Vakulchyk authored and Ivan Rabotyaga committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    f44febc View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    473f7eb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    fe5e411 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    86ee881 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    e4ed1eb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. [Fix toptal#594] Reindex implementation (toptal#784)

    Vitalina-Vakulchyk authored and Ivan Rabotyaga committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    67edda2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    5ba13f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Remove the TOC

    It's redundant now that GitHub generates one automatically.
    bbatsov committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6a9cf13 View commit details
    Browse the repository at this point in the history
  2. Remove Chewy::Type, simplify DSL: (toptal#783)

    - Remove the `Chewy::Type` class
        - e.g. remove `CitiesIndex::City` / `CitiesIndex.city`
          - `CitiesIndex::City.import! ...` becomes `CitiesIndex.import! ...`
      - Simplify index DSL:
        - `define_type` block -> `index_scope` clause
          - it can be omitted completely, if you don't need to specify the scope or options, e.g. `name`
      - Remove type names from string representations:
        - in `update_index` ActiveRecord helper and RSpec matcher, e.g.
          - `update_index('cities#city')` -> `update_index('cities')`
          - `update_index(UsersIndex::User)` -> `update_index(UsersIndex)`
        - in rake tasks (e.g. `rake chewy:update[cities#city]` -> `rake chewy:update[cities]`)
        - in rake tasks output (e.g. `Imported CitiesIndex::City in 1s, stats: index 3` -> `Imported CitiesIndex in 1s, stats: index 3`)
      - Use index name instead of type name in loader additional scope
        - e.g. `CitiesIndex.filter(...).load(city: {scope: City.where(...)})` -> `CitiesIndex.filter(...).load(cities: {scope: City.where(...)})`
    Ivan Rabotyaga authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a349bf6 View commit details
    Browse the repository at this point in the history
  3. Prepare 7.2.0 release (toptal#788)

    Ivan Rabotyaga authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    49f9820 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    6b20011 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    64f7343 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    cb7e4c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    2d10b3e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    e19ad16 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Fix clear scroll: pass scroll_id in body, as passing in path parame…

    …ters is deprecated and can overflow `http.max_initial_line_length` (toptal#796)
    Ivan Rabotyaga authored May 11, 2021
    Configuration menu
    Copy the full SHA
    973e122 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Fixed 'Breaking changes in 7.0' URL (toptal#797)

    Fixed 'Breaking changes in 7.0' URL in the migration guide, which had an additional `l` in `.html`.
    schinery authored May 19, 2021
    Configuration menu
    Copy the full SHA
    6a0efcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f909cc7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. [Fix toptal#795] Change implementation of Order param (toptal#798)

    * [Fix toptal#795] **(Breaking)** Change implementation of Order param
    
    Use Array to store the value of Chewy::Search::Parameters::Order.
    To allow multiple sorting options that may have the same key name.
    For example script based sorting whose key will always be `_script`.
    jiajiawang authored May 20, 2021
    Configuration menu
    Copy the full SHA
    261dc9e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Revert [toptal#787](toptal#787) progressbar feature to avoid performa…

    …nce degradation in parallel import (toptal#800)
    Ivan Rabotyaga authored May 24, 2021
    Configuration menu
    Copy the full SHA
    6e77065 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    d3b7253 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Use Chewy.thread_local_data to access Thread.current (toptal#804)

    Having `Thread.current` access isolated helps us to extend chewy. After isolating it, we can provide dry-effects integration.
    bolshakov authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    1c2b3ce View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Rename Chewwy.thread_local_data to Chewy.current (toptal#805)

    We don't want to specify in the variable's name how the data is stored to be able to change an underlying implementation easily.
    bolshakov authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    00e6409 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Use thread-local variables instead of fiber-local variables to store …

    …global configuration. (toptal#807)
    
    Use thread-local variables instead of fiber-local variables to store global configuration
    bolshakov authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9bd3161 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    e779e7d View commit details
    Browse the repository at this point in the history
  2. Fixate elasticsearch gem version < 7.14.0 (toptal#811)

    Ivan Rabotyaga authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e48f091 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    c9d1159 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Move preference to query params (toptal#816)

    afg419 authored and Ivan Rabotyaga committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1f139ba View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Do not apply journal and show warning message for chewy:reset and che…

    …wy:upgrade if journal index is missing (toptal#817)
    
    * Do not apply journal and show warning message for chewy:reset and chewy:upgrade if journal index is missing
    
    * Update CHANGELOG.md
    
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    konalegi and Ivan Rabotyaga authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    38698f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    d0aef50 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Prepare 7.2.3 release (toptal#820)

    Ivan Rabotyaga authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    be3c4f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    665063e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    22b4d6c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    7d56754 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Replace parent-child with a join field. (toptal#760)

    Implement hierarchical structures with Elastic join field, in place of
    an obsolete (and removed) parent-child relationships.
    mrzasa authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    10ff43b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Fixed elasticsearch-dsl link (toptal#830)

    A few days ago this PR was merged elastic/elasticsearch-ruby#1624 meaning the link isn't working again. Now it's pointing the the `elasticsearch-dsl-ruby` repository
    manuelvanrijn authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6ab6e01 View commit details
    Browse the repository at this point in the history
  2. Remove deep_dup backport

    Ivan Rabotyaga authored and rabotyaga committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    aeb369c View commit details
    Browse the repository at this point in the history
  3. Replace i18n/core_ext/hash with active_support/core_ext/hash/keys (`d…

    …eep_symbolize_keys`)
    Ivan Rabotyaga authored and rabotyaga committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    bd90368 View commit details
    Browse the repository at this point in the history
  4. Add Ruby 3.1 & ActiveRecord 7.1 to CI matrix

    Ivan Rabotyaga authored and rabotyaga committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    60d66de View commit details
    Browse the repository at this point in the history
  5. Prepare 7.2.4 release

    Ivan Rabotyaga authored and rabotyaga committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    48001e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    876d51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b07cd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    ff6e522 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. LazySidekiq strategy (toptal#827)

    - Implement LazySidekiq strategy
    - Implement AtomicNoRefresh strategy
    - Add `no_refresh` chain call to `update_index` matcher
    
    Co-authored-by: Slava Mefodin <[email protected]>
    Co-authored-by: Bartek Bułat <[email protected]>
    Co-authored-by: Ivan Rabotyaga <[email protected]>
    4 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d8c7bf7 View commit details
    Browse the repository at this point in the history
  2. Prepare 7.2.5 release (toptal#838)

    Ivan Rabotyaga authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    98c2fc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    d6f0507 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    fb8e288 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    639db8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec973b1 View commit details
    Browse the repository at this point in the history
  3. feat/Enrich README with import bang doc (toptal#844)

    Henry Steinhauer authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    2f3ce89 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    14afebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b82016f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    50bd5c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    5ecbee3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Allow async options for delete_all method (toptal#857)

    That enables aynchronous journal clean up.
    
    Co-Authored-By: Bartek Bulat <[email protected]>
    Co-authored-by: Alex Popov <[email protected]>
    
    Co-authored-by: Bartek Bulat <[email protected]>
    Co-authored-by: Alex Popov <[email protected]>
    3 people authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    73b2fb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    4c067e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6fe792 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Fix github CI

    konalegi committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7869c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad19ab View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    fed4a21 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    7ee4005 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    8ea2cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    7566f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b886d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Fix chewy:journal:clean task for ruby 3.x (toptal#874)

    * with double splat operator
    
    * add test case for rake task `chewy:journal:clean`
    
    * :gear: fix Style/StringLiterals
    
    * update CHANGELOG
    muk-ai authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    8e3fa9a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    1e9a1e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Fix memory leak for ruby 3.2 (toptal#882)

    * Fix memory leak for ruby 3.2
    
    * Add changelog
    
    * Update documentation
    konalegi authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    827591d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb0b50 View commit details
    Browse the repository at this point in the history
  3. Fix in mock_elasticsearch_response_sources (toptal#861)

    * Fix for incremental id in mock_elasticsearch_response_sources
    
    * Modifies test so it passes when id matches source id.
    
    * Adds changelog entry
    lafeber authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c20d112 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    8fe3d0f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Skip journal creation on import (toptal#888)

    * Skip journal creation on import
    
    * Update changelog
    konalegi authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f77e9dc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    94d8e11 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add task to create all indexes (toptal#892)

    * Add task to create all indexes
    
    * Update changelog and readme
    
    * Address review comments
    
    * Control verbosity of the index creation
    konalegi authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    541b696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10c655 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    3eba904 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump actions/checkout from 2 to 4 (toptal#897)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    22ead9a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    317dd93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5594f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add KNN (toptal#890)

    * Add KNN
    
    * Fix PR number in Changelog
    
    * Fix test for collapse and knn
    jkostolansky authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a3f5026 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    6addcb3 View commit details
    Browse the repository at this point in the history
  2. Remove ruby 2.x (toptal#911)

    * Remove ruby 2.x
    
    * Fix rubocop
    konalegi authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f9681e4 View commit details
    Browse the repository at this point in the history
  3. Make a release (toptal#914)

    konalegi authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7ffdcbe View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Update CHANGELOG.md (toptal#915)

    Fix incorrect mention of version release 7.3.5; the second occurrence should be 7.3.6.
    tomdev authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    63d6458 View commit details
    Browse the repository at this point in the history
  2. Add helper to cleanup delayed sidekiq timechunks (toptal#894)

    Mainly useful to avoid flaky tests when using a real redis database
    and not flushing the database in between tests
    Drowze authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ea0ed0a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    cf07086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f383e47 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update rubocop requirement from 1.48 to 1.60.0 (toptal#921)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.48.0...v1.60.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8954835 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update rubocop requirement from 1.60.0 to 1.60.1 (toptal#923)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.0...v1.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c833003 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Make default index scope cleanup behavior configurable (toptal#925)

    * Make default index scope cleanup behavior configurable
    
    Instead of warning, you can completely ignore cases when the scope
    include order/offset/limit or you can raise an exception instead.
    
    * Update changelog
    barthez authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8604b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7460f8e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update rubocop requirement from 1.60.1 to 1.60.2 (toptal#927)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.1...v1.60.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    35a0b7b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update rubocop requirement from 1.60.2 to 1.61.0 (toptal#931)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.60.2...v1.61.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4cebde6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Update rubocop requirement from 1.61.0 to 1.62.1 (toptal#932)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.61.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4fde2ac View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update rubocop requirement from 1.62.1 to 1.63.0 (toptal#936)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.62.1...v1.63.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cdb5ee7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update rubocop requirement from 1.63.0 to 1.63.2 (toptal#939)

    * Update rubocop requirement from 1.63.0 to 1.63.2
    
    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix specs
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Samuel Ebeagu <[email protected]>
    dependabot[bot] and ebeagusamuel authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    41e4741 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update rubocop requirement from 1.63.2 to 1.63.3 (toptal#945)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.63.2...v1.63.3)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3d559bb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Relax allowed elasticsearch dependency version (toptal#933)

    * Relax allowed `elasticsearch` dependency version
    
    * Update tracer/logger access style
    
    * Add changelog notes
    mjankowski authored May 1, 2024
    Configuration menu
    Copy the full SHA
    7e65698 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Fix intermittent time-based failure in delayed sidekiq spec (toptal#947)

    * Fix intermittent time-based failure in delayed sidekiq spec
    
    This example was previously failing when it was run at exactly an "even"
    10 second increment time. For example, it would fail at "12:00:10", but
    pass at "12:00:09" and "12:00:11". This leads to intermittent failures
    on CI (presumably around ~10% of runs).
    
    Updated to use a helper method in the spec which more closely mirrors
    the scheduler code.
    
    * Add changelog notes
    mjankowski authored May 2, 2024
    Configuration menu
    Copy the full SHA
    f45460f View commit details
    Browse the repository at this point in the history
  2. Update rubocop requirement from 1.63.3 to 1.63.4 (toptal#946)

    Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.63.3...v1.63.4)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    04e5984 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c99741e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    17cd230 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. added changes for apollo fork

    amol21p committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bad41b0 View commit details
    Browse the repository at this point in the history
  2. added searchable proc support

    amol21p committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    578bda3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. added mongoid support

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    181932a View commit details
    Browse the repository at this point in the history
  2. commented mongoid methods

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d1ee9ba View commit details
    Browse the repository at this point in the history
  3. added new files

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    57ad8d5 View commit details
    Browse the repository at this point in the history
  4. uncommented mongoid methods

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    929a880 View commit details
    Browse the repository at this point in the history
  5. commented again

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    010f76e View commit details
    Browse the repository at this point in the history
  6. added mongo id adapter import

    amol21p committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    29690d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. removed redundant merge

    amol21p committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8215998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5783913 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. added index types

    amol21p committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6dae0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    a7461b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1a31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c650e5 View commit details
    Browse the repository at this point in the history
  4. fixed rubocop errors

    amol21p committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    16ea00d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8c1100 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b7f81f View commit details
    Browse the repository at this point in the history
  7. temp revert override

    amol21p committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    420d4cd View commit details
    Browse the repository at this point in the history
  8. changed index type

    amol21p committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    888b3d2 View commit details
    Browse the repository at this point in the history
  9. reverted to old logic

    amol21p committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1fc7ce9 View commit details
    Browse the repository at this point in the history
  10. Revert "temp revert override"

    This reverts commit 420d4cd.
    amol21p committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0ed3d75 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fixed elastic clients

    amol21p committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c270093 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    c5c1f49 View commit details
    Browse the repository at this point in the history
  2. revert count behavior

    amol21p committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e93811a View commit details
    Browse the repository at this point in the history