Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Elastic 7 Search support #342

Merged
merged 36 commits into from
Nov 25, 2019
Merged

Elastic 7 Search support #342

merged 36 commits into from
Nov 25, 2019

Commits on Aug 21, 2019

  1. #327 and #328

    - The `db` context object - passed to every api endpoint now has two usefull methods: `getElasticClient` and `getRedisClient` for accesing the data stores - @pkarw (#328)
    - The `lib/utils` got two new methods `getStoreCode(req: Express.Request)` and `getStoreView(code: string)` for getting the current multistore context from `vue-storefront` frontend requests - @pkarw
    - The way Elastic and Redis clients have been fixed and code duplication removed across the app - @pkarw (#327)
    pkarw committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ccb5657 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. docker-compose .elastic7 added

    pkarw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    f0de85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ecdd49 View commit details
    Browse the repository at this point in the history
  3. elastic type removals

    pkarw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    a4c6239 View commit details
    Browse the repository at this point in the history
  4. Fixes for the search client

    pkarw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7677965 View commit details
    Browse the repository at this point in the history
  5. Update tax.js

    pkarw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c71bd7d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    936f042 View commit details
    Browse the repository at this point in the history
  2. api Verrsion fix

    pkarw committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    0f29751 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee07e48 View commit details
    Browse the repository at this point in the history
  4. CR fixes

    pkarw committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    69f656e View commit details
    Browse the repository at this point in the history
  5. CR + eslint fixes

    pkarw committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fb88210 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22bdbce View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    f38b665 View commit details
    Browse the repository at this point in the history
  2. unsupported extensions removed

    pkarw committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ea08258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e456f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    110cfe5 View commit details
    Browse the repository at this point in the history
  5. cms schema fixes

    pkarw committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    97811f1 View commit details
    Browse the repository at this point in the history
  6. Fresh db dumps added

    pkarw committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d668a9b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. catalog helper, docs

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    e257599 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    9106881 View commit details
    Browse the repository at this point in the history
  3. Update default.json

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    8067cc4 View commit details
    Browse the repository at this point in the history
  4. Backward compatibility fix

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    69b1b12 View commit details
    Browse the repository at this point in the history
  5. Update elastic.js

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2548211 View commit details
    Browse the repository at this point in the history
  6. Backward compatibility changes

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    5590e2e View commit details
    Browse the repository at this point in the history
  7. Minor fixes - memory limits

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    681d726 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ca0f4d View commit details
    Browse the repository at this point in the history
  9. Small refactor, graphql

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3c9720f View commit details
    Browse the repository at this point in the history
  10. Update elastic.js

    pkarw committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    d3ba934 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b3ce81 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. getHits got fixed

    pkarw committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    be7371e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d673321 View commit details
    Browse the repository at this point in the history
  3. ES7 reindex api fix

    pkarw committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    02911f1 View commit details
    Browse the repository at this point in the history
  4. proper client restored

    pkarw committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3a967ed View commit details
    Browse the repository at this point in the history
  5. Update docker-compose.yml

    pkarw committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    f653fd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. update resolvers

    andrzejewsky committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    4c5998a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. add minimum filter match

    andrzejewsky committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    0052aad View commit details
    Browse the repository at this point in the history