Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2e37f17
Expose all permits acquisition in IndexShard and TransportReplication…
tlrx Nov 23, 2018
be69a77
Fix analyzed prefix query in query_string (#35756)
jimczi Nov 23, 2018
d01436d
Copy checkpoint atomically when rolling generation (#35407)
DaveCTurner Nov 23, 2018
88d862e
[CI] Muting two methods in IndexShardTests
Nov 23, 2018
2970abf
Add read-only repository verification (#35731)
ywelsch Nov 23, 2018
5b37031
Remove some legacy code from when indices could have multiple types. …
jpountz Nov 23, 2018
a204d1c
[Docs] Fix typo in datehistogram-aggregation.asciidoc (#35855)
williamdes Nov 23, 2018
e22a835
SQL: Polish grammar for intervals (#35853)
costin Nov 23, 2018
51d2e98
Remove BWC conditions after backport of #35731
ywelsch Nov 23, 2018
410f570
SQL: Implement NULLIF(expr1, expr2) function (#35826)
matriv Nov 23, 2018
e46e44c
Wrap can_match reader with ElasticsearchDirectoryReader (#35857)
s1monw Nov 24, 2018
4711c5c
Always return false from `refreshNeeded` on ReadOnlyEngine (#35837)
s1monw Nov 24, 2018
05620cc
TESTS: Disable Snapshot Repo Verify in BwC Test (#35876)
original-brownbear Nov 24, 2018
04a4843
NETWORKING: Upgrade Netty 4.3.31.Final (#35877)
original-brownbear Nov 25, 2018
a0f8a22
[TEST] ILM skip checking _ilm/explain response (#35830)
talevy Nov 26, 2018
00e6fec
SQL: XPack FeatureSet functionality (#35725)
astefan Nov 26, 2018
7624734
Added wait_for_metadata_version parameter to cluster state api. (#35535)
martijnvg Nov 26, 2018
401b814
[CI] Muting method testOperationPermitOnReplicaShards in IndexShardT…
iverase Nov 26, 2018
dfd93de
Remove superfluous comment
ywelsch Nov 26, 2018
8daa854
[HLRC] Add support for get roles API (#35787)
jkakavas Nov 26, 2018
971299b
SQL: Add filtering to SYS TYPES (#35852)
costin Nov 26, 2018
acb65dd
[DOCS] Fix missing include for get-roles
jkakavas Nov 26, 2018
633a562
SQL: Fix incorrect merging of #35852
costin Nov 26, 2018
cd822b7
SQL: Fix incorrect merging of #35852
costin Nov 26, 2018
e44390a
InitialSearchPhase minor cleanups (#35864)
javanna Nov 26, 2018
9bdbba2
[Tests] Fix IndexShardTests.testAcquirePrimaryAllOperationsPermits()
tlrx Nov 26, 2018
04ebc63
RoutingMissingException in more like this (#33974)
cbismuth Nov 26, 2018
b078e29
SQL: Implement null safe equality operator `<=>` (#35873)
matriv Nov 26, 2018
ca9b2b9
Repsect indices options on _msearch (#35887)
s1monw Nov 26, 2018
d291b08
SQL: SYS COLUMNS returns ODBC specific schema (#35870)
costin Nov 26, 2018
7f7b317
ingest: extended `if` documentation (#35044)
jakelandis Nov 26, 2018
3ed3aab
Fix rest test when numShards is greater than 1 (#35909)
jimczi Nov 26, 2018
13e1196
[HLRC][ML] Add delete expired data API (#35906)
edsavage Nov 26, 2018
4b99a66
ingest: fix broken doc link
jakelandis Nov 26, 2018
0baffda
ingest: grok remove duplicated patterns (#35886)
pendext Nov 26, 2018
b95a4db
Throw a parsing exception when boost is set in span_or query (#28390)…
cbismuth Nov 26, 2018
3f7cae3
SQL: Implement GREATEST and LEAST functions (#35879)
matriv Nov 26, 2018
900caa2
Handles exists query in composite aggs (#35758)
jimczi Nov 26, 2018
663563f
Geo: better handling of malformed geo_points (#35554)
imotov Nov 26, 2018
8fe5f66
[ILM] fix rest-api-spec doc links (#35478)
talevy Nov 26, 2018
5f656e4
Fields are declared at the top of the class. (#35891)
sachinaraballi Nov 26, 2018
5c11b86
Add HLRC docs for Explain Lifecycle (#35803)
gwbrown Nov 26, 2018
4d525e3
[Docs] Align callouts in search.asciidoc (#35897)
Nov 26, 2018
119835d
Always enforce cluster-wide shard limit (#34892)
gwbrown Nov 27, 2018
10447dd
Build: Fix jdbc jar to include deps (#35602)
rjernst Nov 27, 2018
72d7f23
Scripting: Add back joda to whitelist (#35915)
rjernst Nov 27, 2018
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove superfluous comment
  • Loading branch information
ywelsch committed Nov 26, 2018
commit dfd93deabef3f5647e268c397e28a737622262bd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- do:
snapshot.create_repository:
repository: my_repo
# TODO: Reenable verify
verify: false
body:
type: url
Expand Down