Commit 874617c
committed
Merge remote-tracking branch 'elastic/master' into avx-512-jdk-10-only
* elastic/master: (36 commits)
Remove unneded cluster config from test (elastic#40856)
Make Fuzziness reject illegal values earlier (elastic#33511)
Remove test-only customisation from TransReplAct (elastic#40863)
Fix dense/sparse vector limit documentation (elastic#40852)
Make -try xlint warning disabled by default. (elastic#40833)
Async Snapshot Repository Deletes (elastic#40144)
Revert "Replace usages RandomizedTestingTask with built-in Gradle Test (elastic#40564)"
Init global checkpoint after copy commit in peer recovery (elastic#40823)
Replace usages RandomizedTestingTask with built-in Gradle Test (elastic#40564)
[DOCS] Removed redundant (not quite right) information about upgrades.
Remove string usages of old transport settings (elastic#40818)
Rollup ignores time_zone on date histogram (elastic#40844)
HLRC: fix uri encode bug when url path starts with '/' (elastic#34436)
Mutes GatewayIndexStateIT.testRecoverBrokenIndexMetadata
Docs: Pin two IDs in the rest client (elastic#40785)
Adds version 6.7.2
[DOCS] Remind users to include @ symbol when applying license file (elastic#40688)
HLRC: Convert xpack methods to client side objects (elastic#40705)
Allow ILM to stop if indices have nonexistent policies (elastic#40820)
Add an OpenID Connect authentication realm (elastic#40674)
...File tree
265 files changed
+131196
-2342
lines changed- benchmarks
- buildSrc/src/main
- groovy/org/elasticsearch/gradle
- plugin
- test
- java/org/elasticsearch/gradle/testclusters
- client
- client-benchmark-noop-api-plugin
- rest-high-level/src
- main/java/org/elasticsearch/client
- core
- test/java/org/elasticsearch/client
- core
- documentation
- docs
- java-rest/high-level
- miscellaneous
- painless
- reference
- licensing
- mapping/types
- migration
- migrate_8_0
- query-dsl
- sql/functions
- modules
- analysis-common
- src/test/resources/rest-api-spec/test/analysis-common
- ingest-common
- ingest-user-agent
- lang-painless
- mapper-extras
- rank-eval
- reindex
- repository-url
- src
- main/java/org/elasticsearch
- plugin/repository/url
- repositories/url
- test/java/org/elasticsearch/repositories/url
- transport-netty4
- src/main/java/org/elasticsearch/transport/netty4
- plugins
- ingest-attachment
- src/main/java/org/elasticsearch/ingest/attachment
- mapper-size
- repository-azure/src
- main/java/org/elasticsearch/repositories/azure
- test/java/org/elasticsearch/repositories/azure
- repository-gcs/src/main/java/org/elasticsearch/repositories/gcs
- repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs
- repository-s3/src
- main/java/org/elasticsearch/repositories/s3
- test/java/org/elasticsearch/repositories/s3
- transport-nio
- src/main/java/org/elasticsearch
- http/nio
- transport/nio
- qa
- logging-config
- vagrant/src/main/java/org/elasticsearch/packaging/test
- server
- src
- main/java/org/elasticsearch
- action
- admin/cluster/snapshots
- create
- restore
- fieldcaps
- resync
- search
- support/replication
- cluster/metadata
- common/unit
- index
- engine
- query
- search
- seqno
- shard
- indices/recovery
- plugins
- repositories
- blobstore
- fs
- snapshots
- threadpool
- transport
- test/java/org/elasticsearch
- action/support/replication
- cluster/metadata
- common/unit
- discovery/single
- gateway
- index
- query
- replication
- shard
- translog
- indices/recovery
- repositories
- blobstore
- search/query
- snapshots
- mockstore
- transport
- test/framework
- src/main/java/org/elasticsearch
- index/shard
- indices/recovery
- test
- transport/nio
- x-pack
- plugin
- ccr
- src/main/java/org/elasticsearch/xpack/ccr
- repository
- core
- src
- main/java/org/elasticsearch/xpack/core
- dataframe/action
- ml
- security
- action/oidc
- authc
- oidc
- authz/privilege
- test/java/org/elasticsearch
- snapshots
- xpack/core
- data-frame
- qa/single-node-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration
- src
- main/java/org/elasticsearch/xpack/dataframe
- action
- persistence
- transforms/pivot
- util
- test/java/org/elasticsearch/xpack/dataframe
- transforms/pivot
- util
- ilm
- qa/multi-node/src/test/java/org/elasticsearch/xpack/indexlifecycle
- src/main/java/org/elasticsearch/xpack/indexlifecycle
- ml/src
- main/java/org/elasticsearch/xpack/ml
- test/java/org/elasticsearch/xpack/ml
- monitoring
- rollup/src
- main/java/org/elasticsearch/xpack/rollup
- test/java/org/elasticsearch/xpack/rollup
- security
- forbidden
- licenses
- src
- main/java/org/elasticsearch/xpack/security
- action/oidc
- authc
- oidc
- authz
- rest/action/oidc
- transport/nio
- test/java/org/elasticsearch/xpack/security
- action/oidc
- authc
- oidc
- sql
- qa/src/main/resources
- src/main/java/org/elasticsearch/xpack/sql/querydsl/query
- src/test/resources/rest-api-spec/test/data_frame
- watcher
- licenses
- qa
- oidc-op-tests
- src/test/java/org/elasticsearch/xpack/security/authc/oidc
- rolling-upgrade-basic
- rolling-upgrade
- third-party/active-directory
- vagrant/src/test/resources/packaging/tests
- test/idp-fixture
- oidc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
265 files changed
+131196
-2342
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
752 | 752 | | |
753 | 753 | | |
754 | 754 | | |
755 | | - | |
| 755 | + | |
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
| |||
Lines changed: 84 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | | - | |
| 51 | + | |
45 | 52 | | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | | - | |
| 62 | + | |
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | | - | |
| 66 | + | |
58 | 67 | | |
59 | | - | |
| 68 | + | |
60 | 69 | | |
61 | 70 | | |
62 | 71 | | |
| |||
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
71 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
75 | 86 | | |
76 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
77 | 97 | | |
78 | 98 | | |
79 | 99 | | |
| |||
87 | 107 | | |
88 | 108 | | |
89 | 109 | | |
90 | | - | |
| 110 | + | |
91 | 111 | | |
92 | 112 | | |
93 | 113 | | |
| |||
104 | 124 | | |
105 | 125 | | |
106 | 126 | | |
107 | | - | |
| 127 | + | |
108 | 128 | | |
109 | 129 | | |
110 | 130 | | |
111 | 131 | | |
112 | | - | |
| 132 | + | |
113 | 133 | | |
114 | | - | |
| 134 | + | |
115 | 135 | | |
116 | 136 | | |
117 | 137 | | |
118 | 138 | | |
119 | 139 | | |
120 | 140 | | |
121 | 141 | | |
122 | | - | |
123 | | - | |
124 | | - | |
| 142 | + | |
125 | 143 | | |
126 | 144 | | |
127 | 145 | | |
128 | 146 | | |
129 | 147 | | |
130 | | - | |
131 | | - | |
132 | | - | |
| 148 | + | |
133 | 149 | | |
134 | 150 | | |
135 | 151 | | |
| |||
164 | 180 | | |
165 | 181 | | |
166 | 182 | | |
167 | | - | |
| 183 | + | |
168 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
169 | 195 | | |
170 | | - | |
171 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
172 | 231 | | |
173 | 232 | | |
174 | 233 | | |
175 | 234 | | |
176 | | - | |
| 235 | + | |
177 | 236 | | |
178 | 237 | | |
179 | 238 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 239 | + | |
| 240 | + | |
185 | 241 | | |
186 | 242 | | |
187 | 243 | | |
| |||
223 | 279 | | |
224 | 280 | | |
225 | 281 | | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 282 | | |
233 | 283 | | |
234 | | - | |
235 | | - | |
| 284 | + | |
| 285 | + | |
236 | 286 | | |
237 | 287 | | |
238 | 288 | | |
239 | 289 | | |
240 | 290 | | |
241 | 291 | | |
242 | | - | |
| 292 | + | |
243 | 293 | | |
244 | 294 | | |
245 | 295 | | |
| |||
Lines changed: 0 additions & 82 deletions
This file was deleted.
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
388 | 392 | | |
389 | 393 | | |
390 | 394 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
198 | 203 | | |
199 | 204 | | |
200 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
201 | 211 | | |
202 | 212 | | |
203 | 213 | | |
| |||
0 commit comments