Commit 20e4303
committed
Merge branch 'master' into ubuntu-1804
* master:
Use more precise does S3 bucket exist method (elastic#34123)
LLREST: Introduce a strict mode (elastic#33708)
[CCR] Adjust list retryable errors (elastic#33985)
Fix AggregationFactories.Builder equality and hash regarding order (elastic#34005)
MINOR: Remove some deadcode in NodeEnv and Related (elastic#34133)
Rest-Api-Spec: Correct spelling in filter_path description (elastic#33154)
Core: Don't rely on java time for epoch seconds formatting (elastic#34086)
Retry errors when fetching follower global checkpoint. (elastic#34019)
Watcher: Reenable watcher stats REST tests (elastic#34107)
Remove special-casing of Synonym filters in AnalysisRegistry (elastic#34034)
Rename CCR APIs (elastic#34027)
Fixed CCR stats api serialization issues and (elastic#33983)
Support 'string'-style queries on metadata fields when reasonable. (elastic#34089)
Logging: Drop Settings from security logger get calls (elastic#33940)
SQL: Internal refactoring of operators as functions (elastic#34097)File tree
384 files changed
+5551
-4275
lines changed- client/rest/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- modules/analysis-common/src
- main/java/org/elasticsearch/analysis/common
- test
- java/org/elasticsearch/analysis/common
- resources/rest-api-spec/test
- analysis-common
- indices.analyze
- indices/validate_query
- search.query
- search.suggest
- plugins
- mapper-annotated-text/src/test/java/org/elasticsearch/index/mapper/annotatedtext
- repository-s3/src
- main/java/org/elasticsearch/repositories/s3
- test/java/org/elasticsearch/repositories/s3
- rest-api-spec/src/main/resources/rest-api-spec/api
- server/src
- main/java/org/elasticsearch
- common/time
- env
- index
- analysis
- mapper
- indices/store
- search/aggregations
- pipeline
- bucketmetrics
- percentile
- stats/extended
- bucketsort
- cumulativesum
- derivative
- movavg
- movfn
- test/java/org/elasticsearch
- common
- joda
- time
- index
- mapper
- search
- indices/analyze
- search
- aggregations
- bucket
- histogram
- sampler
- metrics
- pipeline/bucketmetrics
- fetch/subphase/highlight
- functionscore
- profile/aggregation
- query
- suggest
- snapshots
- validate
- test/framework/src/main/java/org/elasticsearch
- indices/analysis
- search/aggregations
- x-pack
- plugin
- ccr
- qa
- multi-cluster-with-non-compliant-license/src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster/src/test/java/org/elasticsearch/xpack/ccr
- rest/src/test/resources/rest-api-spec/test/ccr
- src
- main/java/org/elasticsearch/xpack/ccr
- action
- rest
- test/java/org/elasticsearch/xpack/ccr
- action
- core/src
- main/java/org/elasticsearch
- license
- xpack/core
- ccr
- action
- client
- ml/datafeed
- extractor
- security
- authc
- authz
- accesscontrol
- privilege
- ssl
- watcher/transform
- chain
- test/java/org/elasticsearch/xpack/core
- security/authz/accesscontrol
- ssl
- monitoring/src/main/java/org/elasticsearch/xpack/monitoring/collector/ccr
- rollup/src/test/java/org/elasticsearch/xpack/rollup
- action
- job
- security/src
- main/java/org/elasticsearch/xpack/security
- authc
- file
- ldap/support
- saml
- support
- transport/filter
- test/java/org/elasticsearch/xpack/security/authc/saml
- sql/src
- main/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- execution/search
- extractor
- expression
- function
- aggregate
- scalar
- arithmetic
- datetime
- math
- processor/definition
- string
- whitelist
- gen
- pipeline
- processor
- script
- predicate
- fulltext
- operator
- arithmetic
- comparison
- regex
- optimizer
- parser
- planner
- plan/logical/command
- sys
- querydsl
- agg
- container
- query
- test/java/org/elasticsearch/xpack/sql
- execution/search
- extractor
- expression
- function
- scalar
- datetime
- math
- processor/definition
- string
- gen
- pipeline
- processor
- predicate
- fulltext
- operator
- arithmetic
- comparison
- optimizer
- parser
- tree
- src/test/resources/rest-api-spec
- api
- test/watcher/usage
- watcher/src
- main/java/org/elasticsearch/xpack/watcher
- test/java/org/elasticsearch/xpack/watcher
- input/transform
- transform/chain
- watch
- qa/sql
- no-security/src/test/java/org/elasticsearch/xpack/qa/sql/nosecurity
- src/main
- java/org/elasticsearch/xpack/qa/sql/rest
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
384 files changed
+5551
-4275
lines changedLines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
99 | 143 | | |
100 | 144 | | |
101 | 145 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | | - | |
115 | | - | |
| 115 | + | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
299 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
302 | 308 | | |
| |||
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
188 | 198 | | |
189 | 199 | | |
190 | 200 | | |
| |||
199 | 209 | | |
200 | 210 | | |
201 | 211 | | |
202 | | - | |
| 212 | + | |
203 | 213 | | |
204 | 214 | | |
205 | 215 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
| 279 | + | |
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments