forked from ruflin/Elastica
-
Notifications
You must be signed in to change notification settings - Fork 1
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
-
Configuration menu - View commit details
-
Copy full SHA for a65de6b - Browse repository at this point
Copy the full SHA a65de6bView commit details
Commits on Jun 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d9a079c - Browse repository at this point
Copy the full SHA d9a079cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe45203 - Browse repository at this point
Copy the full SHA fe45203View commit details
Commits on Aug 6, 2020
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for b43380b - Browse repository at this point
Copy the full SHA b43380bView commit details
Commits on Aug 10, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9146c80 - Browse repository at this point
Copy the full SHA 9146c80View commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 39ecb49 - Browse repository at this point
Copy the full SHA 39ecb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66dc2ff - Browse repository at this point
Copy the full SHA 66dc2ffView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4603754 - Browse repository at this point
Copy the full SHA 4603754View commit details -
Add units & functionals test on composite aggregation
update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for f90c347 - Browse repository at this point
Copy the full SHA f90c347View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.