Commit 07ecc03
committed
Merge branch '6.x' into ccr-6.x
* 6.x:
Avoid sending duplicate remote failed shard requests (#31313)
Add get field mappings to High Level REST API Client Relates to #27205
[DOCS] Updates Watcher examples for code testing (#31152)
[DOCS] Move monitoring to docs folder (#31477)
[DOCS] Fixes SQL docs in nav
[DOCS] Move sql to docs
IndexShard should not return null stats - empty stats or AlreadyCloseException if it's closed is better
Clarify that IP range data can be specified in CIDR notation. (#31374)
Remove some cases in FieldTypeLookupTests that are no longer relevant. (#31381)
In NumberFieldType equals and hashCode, make sure that NumberType is taken into account. (#31514)
fix repository update with the same settings but different type
Revert "AwaitsFix FullClusterRestartIT#testRecovery"
Upgrade to Lucene 7.4.0. (#31529)
Avoid deprecation warning when running the ML datafeed extractor. (#31463)
Retry synced-flush in FullClusterRestartIT#testRecovery
Allow multiple unicast host providers (#31509)
[ML] Add ML filter update API (#31437)
AwaitsFix FullClusterRestartIT#testRecovery
Fix missing historyUUID in peer recovery when rolling upgrade 5.x to 6.3 (#31506)
Remove QueryCachingPolicy#ALWAYS_CACHE (#31451)
Rename createNewTranslog to fileBasedRecovery (#31508)
[DOCS] Add code snippet testing in more ML APIs (#31339)
[DOCS] Remove fixed file from build.gradle
[DOCS] Creates field and document level security overview (#30937)
Test: Skip assertion on windows
[DOCS] Move migration APIs to docs (#31473)
Add a known issue for upgrading from 5.x to 6.3.0 (#31501)
Return transport addresses from UnicastHostsProvider (#31426)
Add Delete Snapshot High Level REST API
Reload secure settings for plugins (#31481)
[DOCS] Fix JDBC Maven client group/artifact IDFile tree
286 files changed
+6723
-2395
lines changed- buildSrc
- client
- rest-high-level/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- documentation
- rest/src/test/java/org/elasticsearch/client
- docs
- java-rest/high-level
- indices
- snapshot
- reference
- mapping/types
- migration
- apis
- monitoring
- release-notes
- rest-api
- sql
- endpoints
- functions
- language
- modules/lang-expression/licenses
- plugins
- analysis-icu/licenses
- analysis-kuromoji/licenses
- analysis-nori/licenses
- analysis-phonetic/licenses
- analysis-smartcn/licenses
- analysis-stempel/licenses
- analysis-ukrainian/licenses
- discovery-azure-classic/src/main/java/org/elasticsearch/discovery/azure/classic
- discovery-ec2/src
- main/java/org/elasticsearch/discovery/ec2
- test/java/org/elasticsearch/discovery/ec2
- discovery-file/src
- main/java/org/elasticsearch/discovery/file
- test/java/org/elasticsearch/discovery/file
- discovery-gce/src
- main/java/org/elasticsearch/discovery/gce
- test/java/org/elasticsearch/discovery/gce
- repository-azure/src
- main/java/org/elasticsearch
- cloud/azure
- blobstore
- storage
- plugin/repository/azure
- repositories/azure
- test/java/org/elasticsearch
- cloud/azure/storage
- repositories/azure
- repository-gcs/src
- main/java/org/elasticsearch/repositories/gcs
- test/java/org/elasticsearch/repositories/gcs
- repository-s3
- src
- main
- java/org/elasticsearch/repositories/s3
- plugin-metadata
- test/java/org/elasticsearch/repositories/s3
- qa
- full-cluster-restart/src/test/java/org/elasticsearch/upgrades
- rolling-upgrade/src/test/java/org/elasticsearch/upgrades
- server
- licenses
- src
- main/java/org/elasticsearch
- action
- admin
- cluster
- node/reload
- snapshots/delete
- stats
- indices
- mapping/get
- stats
- client
- support
- cluster/action/shard
- common
- settings
- util
- discovery
- zen
- index
- mapper
- shard
- indices
- recovery
- plugins
- repositories
- rest/action/admin/cluster
- test
- java/org/elasticsearch
- action/admin
- cluster/snapshots/delete
- indices/mapping/get
- cluster/action/shard
- discovery
- single
- zen
- index
- mapper
- shard
- indices
- recovery
- repositories
- search/scriptfilter
- resources/org/elasticsearch/action/admin
- test/framework/src/main/java/org/elasticsearch/test
- discovery
- x-pack
- docs
- en
- monitoring
- rest-api/ml
- security/authorization
- watcher
- actions
- condition
- example-watches
- input
- transform
- trigger/schedule
- plugin
- core/src
- main/java/org/elasticsearch/xpack/core
- ml
- action
- job
- config
- messages
- process/autodetect/state
- utils
- test/java/org/elasticsearch/xpack/core/ml
- action
- job/config
- ml/src
- main/java/org/elasticsearch/xpack/ml
- action
- datafeed/extractor/scroll
- job
- persistence
- rest/filter
- test/java/org/elasticsearch/xpack/ml/job
- security/src/test/java/org/elasticsearch/test
- sql/sql-proto/licenses
- src/test/resources/rest-api-spec
- api
- test/ml
- qa
- ml-native-tests/src/test/java/org/elasticsearch/xpack/ml/integration
- smoke-test-ml-with-security
- tribe-tests-with-license/src/test/java/org/elasticsearch/license
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
286 files changed
+6723
-2395
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
271 | 302 | | |
272 | 303 | | |
273 | 304 | | |
| |||
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
234 | 255 | | |
235 | 256 | | |
236 | 257 | | |
| |||
855 | 876 | | |
856 | 877 | | |
857 | 878 | | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
858 | 891 | | |
859 | 892 | | |
860 | 893 | | |
| |||
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
164 | 196 | | |
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
388 | 391 | | |
389 | 392 | | |
390 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
391 | 429 | | |
392 | 430 | | |
393 | 431 | | |
| |||
Lines changed: 82 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
465 | 467 | | |
466 | 468 | | |
467 | 469 | | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
468 | 525 | | |
469 | 526 | | |
470 | 527 | | |
| |||
1890 | 1947 | | |
1891 | 1948 | | |
1892 | 1949 | | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
1893 | 1969 | | |
1894 | 1970 | | |
1895 | 1971 | | |
| |||
2252 | 2328 | | |
2253 | 2329 | | |
2254 | 2330 | | |
2255 | | - | |
| 2331 | + | |
2256 | 2332 | | |
2257 | 2333 | | |
2258 | | - | |
| 2334 | + | |
2259 | 2335 | | |
2260 | 2336 | | |
2261 | 2337 | | |
2262 | 2338 | | |
2263 | 2339 | | |
2264 | 2340 | | |
| 2341 | + | |
| 2342 | + | |
| 2343 | + | |
| 2344 | + | |
2265 | 2345 | | |
2266 | 2346 | | |
2267 | 2347 | | |
| |||
0 commit comments