Skip to content
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: pionl/laravel-lelastico
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: pionl/laravel-lelastico
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 15, 2020

  1. Fix --only behaviour for Update command

    Closing Issue #1
    vitezslav-lindovsky authored and pionl committed Jun 15, 2020
    Copy the full SHA
    207b689 View commit details

Commits on Jul 1, 2020

  1. Copy the full SHA
    6053ebe View commit details

Commits on Sep 4, 2020

  1. Copy the full SHA
    a75db5a View commit details

Commits on Oct 29, 2020

  1. Copy the full SHA
    d0de29b View commit details

Commits on Dec 31, 2020

  1. Copy the full SHA
    289b20b View commit details

Commits on Feb 11, 2021

  1. Copy the full SHA
    9b944de View commit details
  2. Added sort from the request query param

    erikpach authored and pionl committed Feb 11, 2021
    Copy the full SHA
    3ffc8ae View commit details

Commits on Nov 11, 2021

  1. Ensure that results are sorted by _id (could be breaking change) + us…

    …e logger instead of debugbar_log
    
    By default we are sorting by `_id` after any HasSorting logic to ensure that pagination is correct.
    
    You can turn this feature by using `$builder->setSortById(false);`
    
    Updated config structure:
    
    - `log_measurement` Logs every query to log (default false). You can use `ELASTICSEARCH_LOG_MEASUREMENT` env.
    - `log_debug` Debug logs every query data to a log (true in local environment). You can use `ELASTICSEARCH_LOG_DEBUG` env.
    - `service` Enables to change available indices (implement IndicesServiceContract or  extend IndicesService)
    - `prefix` Used prefix for index names - uses APP_NAME and replace '-' to '_', converts name to slug variant.
    - `hosts` A list of IPS for your elastic search - https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/configuration.html. Use `;` separator. Default localhost:9200.
    pionl committed Nov 11, 2021
    Copy the full SHA
    ddc67e8 View commit details

Commits on Feb 23, 2022

  1. Copy the full SHA
    81eb760 View commit details

Commits on Mar 17, 2022

  1. Copy the full SHA
    dc3fdc7 View commit details
Loading