Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jbdemonte/mongoose-elasticsearch-xp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.0
Choose a base ref
...
head repository: jbdemonte/mongoose-elasticsearch-xp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 28, 2018

  1. chore: update dependencies

    nodkz committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    9bb215d View commit details
    Browse the repository at this point in the history
  2. fix(esSynchronize): use query.cursor() instead of query.stream()

    As a fallback for old mongoose versions will be used query.stream()
    method.
    Closes #41
    nodkz committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    a23cebf View commit details
    Browse the repository at this point in the history
  3. fix(esSynchronise): using end event on stream, cause close may be…

    … emitted earlier than all docs will be passed to Bulker
    nodkz committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    ca0c7d9 View commit details
    Browse the repository at this point in the history
Loading