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

Add units & functionals test on composite aggregation #1

Closed

Commits on May 7, 2020

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

Commits on Jun 10, 2020

  1. Prepare 7.0.0 release (ruflin#1784)

    Update changelog accordingly.
    ruflin authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d9a079c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe45203 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. add auth_type param to fix issue 1789 (ruflin#1790)

    I added   auth_type option to resolve the problem of duplicate requests in [1789 issue](ruflin#1789 "1789 issue")
    ```php
            'auth_type' => null //basic, digest, gssnegotiate, ntlm
    ```
    daalvand authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b43380b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Allow string argument in AbstractUpdateAction::setRefresh (ruflin#1791)

    Ref ruflin#1475 
    
    Currently, `AbstractUpdateAction::setRefresh` only accepts boolean values: 
    - `true` - to perform an immediate refresh
    - `false` - to not refresh at all
    
    The [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-refresh.html), however, strongly suggests the usage of `wait_for` option to ensure a good cluster performance while doing the refresh operation. But the problem is that `wait_for` is of type `string`; thus, we cannot pass it as an argument to the method.
    
    This modifies `AbstractUpdateAction::setRefresh` so that arguments of type `string` such as `wait_for` can also be passed to the method. Additionally, the return type of its getter counterpart, `AbstractUpdateAction::getRefresh`, has also been modified to mirror the accepted types of the setter.
    knsarsaba authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    9146c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    39ecb49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66dc2ff View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. add Composite support

    Oleksii authored and itkg-ppottie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4603754 View commit details
    Browse the repository at this point in the history
  2. Add units & functionals test on composite aggregation

    update CHANGELOG.md
    itkg-ppottie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f90c347 View commit details
    Browse the repository at this point in the history