Commit 89f9eff
committed
Merge branch 'master' into pr/37940
* master:
Expose retention leases in shard stats (elastic#37991)
Make primary terms fields private in index shard (elastic#38036)
ML: Add reason field in JobTaskState (elastic#38029)
Log flush_stats and commit_stats in testMaybeFlush
HLRC: Fix strict setting exception handling (elastic#37247)
Test: Enable strict deprecation on all tests (elastic#36558)
Removes typed calls from YAML REST tests (elastic#37611)
Switch default time format for ingest from Joda to Java for v7 (elastic#37934)
Remove deprecated Plugin#onModule extension points (elastic#37866)
Geo: Fix Empty Geometry Collection Handling (elastic#37978)File tree
297 files changed
+2205
-2657
lines changed- client
- rest-high-level/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- rest/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- libs/geo/src/main/java/org/elasticsearch/geo/utils
- modules
- aggs-matrix-stats/src/test/resources/rest-api-spec/test/stats
- analysis-common/src/test/resources/rest-api-spec/test
- indices.analyze
- indices/validate_query
- search.query
- search.suggest
- termvectors
- ingest-common/src
- main/java/org/elasticsearch/ingest/common
- test
- java/org/elasticsearch/ingest/common
- resources/rest-api-spec/test/ingest
- ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip
- ingest-user-agent/src/test/resources/rest-api-spec/test/ingest-useragent
- lang-expression/src/test/resources/rest-api-spec/test/lang_expression
- lang-mustache/src/test/resources/rest-api-spec/test/lang_mustache
- lang-painless/src/test/resources/rest-api-spec/test/painless
- mapper-extras/src/test/resources/rest-api-spec/test
- dense-vector
- rank_features
- rank_feature
- scaled_float
- sparse-vector
- parent-join/src/test/resources/rest-api-spec/test
- percolator/src/test/resources/rest-api-spec/test
- rank-eval/src/test/resources/rest-api-spec/test/rank_eval
- reindex/src/test/resources/rest-api-spec/test
- delete_by_query
- reindex
- update_by_query
- repository-url/src/test/resources/rest-api-spec/test/repository_url
- transport-netty4/src/test/java/org/elasticsearch/rest
- plugins
- analysis-icu/src/test/resources/rest-api-spec/test/analysis_icu
- analysis-kuromoji/src/test/resources/rest-api-spec/test/analysis_nori
- analysis-nori/src/test/resources/rest-api-spec/test/analysis_nori
- analysis-phonetic/src/test/resources/rest-api-spec/test/analysis_phonetic
- analysis-smartcn/src/test/resources/rest-api-spec/test/analysis_smartcn
- analysis-stempel/src/test/resources/rest-api-spec/test/analysis_stempel
- analysis-ukrainian/src/test/resources/rest-api-spec/test/analysis_ukrainian
- examples
- custom-suggester/src/test/resources/rest-api-spec/test/custom-suggester
- painless-whitelist/src/test/resources/rest-api-spec/test/painless_whitelist
- rescore/src/test/resources/rest-api-spec/test/example-rescore
- script-expert-scoring/src/test/resources/rest-api-spec/test/script_expert_scoring
- ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment
- mapper-annotated-text/src/test/resources/rest-api-spec/test/mapper_annotatedtext
- mapper-murmur3/src/test/resources/rest-api-spec/test/mapper_murmur3
- mapper-size/src/test/resources/rest-api-spec/test/mapper_size
- repository-s3/src/test/resources/rest-api-spec/test/repository_s3
- store-smb/src/test/resources/rest-api-spec/test/store_smb
- qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest
- rest-api-spec/src/main/resources/rest-api-spec/test
- cat.aliases
- cat.count
- cat.fielddata
- cat.recovery
- cat.segments
- cat.shards
- cluster.state
- count
- exists
- explain
- field_caps
- get_source
- indices.analyze
- indices.get_field_mapping
- indices.get_mapping
- indices.get
- indices.put_mapping
- indices.shrink
- indices.sort
- indices.split
- indices.stats
- indices.validate_query
- mget
- mlt
- msearch
- mtermvectors
- range
- scroll
- search.aggregation
- search.highlight
- search.inner_hits
- search_shards
- search
- suggest
- termvectors
- update
- server/src
- main/java/org/elasticsearch
- action/admin
- cluster/stats
- indices/stats
- common/geo
- builders
- parsers
- index
- seqno
- shard
- indices
- plugins
- test/java/org/elasticsearch
- cluster
- common/geo
- index
- seqno
- shard
- rest/action/cat
- test/framework/src/main/java/org/elasticsearch/test/rest
- yaml
- x-pack/plugin
- core/src
- main/java/org/elasticsearch/xpack/core/ml/job/config
- test/java/org/elasticsearch/xpack/core/ml
- ml/src
- main/java/org/elasticsearch/xpack/ml
- action
- job/process
- autodetect
- normalizer
- process
- test/java/org/elasticsearch/xpack/ml
- action
- datafeed
- job
- config
- process/autodetect
- monitoring/src/test/java/org/elasticsearch/xpack/monitoring/collector/indices
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
297 files changed
+2205
-2657
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1671 | 1671 | | |
1672 | 1672 | | |
1673 | 1673 | | |
| 1674 | + | |
| 1675 | + | |
1674 | 1676 | | |
1675 | 1677 | | |
1676 | | - | |
| 1678 | + | |
1677 | 1679 | | |
1678 | 1680 | | |
1679 | 1681 | | |
1680 | 1682 | | |
1681 | 1683 | | |
1682 | | - | |
1683 | 1684 | | |
1684 | 1685 | | |
1685 | 1686 | | |
| |||
Lines changed: 73 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
689 | 692 | | |
690 | 693 | | |
691 | 694 | | |
| |||
Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
Lines changed: 8 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | | - | |
50 | 46 | | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
55 | | - | |
56 | 51 | | |
57 | 52 | | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
61 | | - | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | 59 | | |
66 | 60 | | |
67 | | - | |
68 | 61 | | |
69 | 62 | | |
70 | 63 | | |
71 | 64 | | |
72 | 65 | | |
73 | | - | |
74 | 66 | | |
75 | 67 | | |
76 | 68 | | |
77 | 69 | | |
78 | 70 | | |
79 | | - | |
80 | 71 | | |
81 | 72 | | |
82 | 73 | | |
83 | 74 | | |
84 | 75 | | |
85 | | - | |
86 | 76 | | |
87 | 77 | | |
88 | 78 | | |
89 | 79 | | |
90 | 80 | | |
91 | | - | |
92 | 81 | | |
93 | 82 | | |
94 | 83 | | |
95 | 84 | | |
96 | 85 | | |
97 | | - | |
98 | 86 | | |
99 | 87 | | |
100 | 88 | | |
101 | 89 | | |
102 | 90 | | |
103 | | - | |
104 | 91 | | |
105 | 92 | | |
106 | 93 | | |
107 | 94 | | |
108 | 95 | | |
109 | | - | |
110 | 96 | | |
111 | 97 | | |
112 | 98 | | |
113 | 99 | | |
114 | 100 | | |
115 | | - | |
116 | 101 | | |
117 | 102 | | |
118 | 103 | | |
| |||
0 commit comments