Commit f74bca6
committed
Merge branch 'master' into sync-retention-leases
* master: (28 commits)
Introduce retention lease serialization (elastic#37447)
Update Delete Watch to allow unknown fields (elastic#37435)
Make finalize step of recovery source non-blocking (elastic#37388)
Update the default for include_type_name to false. (elastic#37285)
Security: remove SSL settings fallback (elastic#36846)
Adding mapping for hostname field (elastic#37288)
Relax assertSameDocIdsOnShards assertion
Reduce recovery time with compress or secure transport (elastic#36981)
Implement ccr file restore (elastic#37130)
Fix Eclipse specific compilation issue (elastic#37419)
Performance fix. Reduce deprecation calls for the same bulk request (elastic#37415)
[ML] Use String rep of Version in map for serialisation (elastic#37416)
Cleanup Deadcode in Rest Tests (elastic#37418)
Mute IndexShardRetentionLeaseTests.testCommit elastic#37420
unmuted test
Remove unused index store in directory service
Improve CloseWhileRelocatingShardsIT (elastic#37348)
Fix ClusterBlock serialization and Close Index API logic after backport to 6.x (elastic#37360)
Update the scroll example in the docs (elastic#37394)
Update analysis.asciidoc (elastic#37404)
...File tree
461 files changed
+4126
-3506
lines changed- client/rest-high-level
- src
- main/java/org/elasticsearch/client
- watcher
- test/java/org/elasticsearch/client
- documentation
- watcher
- distribution/archives/integ-test-zip/src/test/java/org/elasticsearch/test/rest
- docs
- java-rest/high-level/search
- painless
- painless-contexts
- plugins
- reference
- aggregations
- bucket
- metrics
- analysis
- analyzers
- charfilters
- tokenfilters
- tokenizers
- cat
- ccr
- docs
- how-to
- recipes
- ilm
- apis
- index-modules
- allocation
- indices
- ingest/processors
- mapping
- dynamic
- fields
- params
- types
- migration/migrate_7_0
- ml
- modules
- indices
- scripting
- query-dsl
- search
- request
- suggesters
- security/securing-communications
- settings
- modules
- lang-mustache/src/test/resources/rest-api-spec/test/lang_mustache
- reindex/src/test/resources/rest-api-spec/test/update_by_query
- transport-netty4/src/test/java/org/elasticsearch/rest
- plugins
- examples/custom-suggester/src/main/java/org/elasticsearch/example/customsuggester
- store-smb/src/main/java/org/elasticsearch/index/store
- smbmmapfs
- smbsimplefs
- qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades
- rest-api-spec/src/main/resources/rest-api-spec/test
- indices.create
- indices.get_field_mapping
- indices.get_mapping
- indices.get_template
- indices.put_mapping
- indices.put_template
- indices.shrink
- indices.split
- search
- suggest
- server/src
- main/java/org/elasticsearch
- action
- admin/indices
- get
- mapping/get
- template/get
- bulk
- ingest
- client
- support
- cluster
- block
- metadata
- common
- bytes
- io
- stream
- settings
- index/store
- indices
- flush
- recovery
- repositories/blobstore
- rest
- action/admin/indices
- search/suggest
- completion
- phrase
- term
- test/java/org/elasticsearch
- action
- admin/indices
- mapping/get
- template/get
- cluster
- block
- coordination
- metadata
- common/bytes
- index
- replication
- shard
- store
- indices
- recovery
- state
- recovery
- rest/action/admin/indices
- search
- test/framework/src/main/java/org/elasticsearch
- common/bytes
- index/shard
- test
- rest
- yaml
- store
- x-pack
- docs/en
- rest-api/security
- security
- auditing
- authentication
- authorization
- ccs-clients-integrations
- plugin
- ccr
- qa
- downgrade-to-basic-license/src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster/src/test/java/org/elasticsearch/xpack/ccr
- security/src/test/java/org/elasticsearch/xpack/ccr
- src
- main/java/org/elasticsearch/xpack/ccr
- action/repositories
- repository
- test/java/org/elasticsearch/xpack
- ccr
- repository
- core/src
- main
- config
- java/org/elasticsearch/xpack/core
- security/transport/netty4
- ssl
- resources
- test/java/org/elasticsearch/xpack/core/ssl
- ml
- qa
- basic-multi-node/src/test/java/org/elasticsearch/xpack/ml/integration
- native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration
- single-node-tests/src/test/java/org/elasticsearch/xpack/ml/transforms
- src
- main/java/org/elasticsearch/xpack/ml
- test/java/org/elasticsearch/xpack/ml
- monitoring/src
- main/java/org/elasticsearch/xpack/monitoring/exporter/http
- test/java/org/elasticsearch/xpack/monitoring/exporter/http
- security/src
- main/java/org/elasticsearch/xpack/security
- audit/logfile
- authc/esnative
- transport/nio
- test/java/org/elasticsearch
- integration
- test
- xpack
- security
- audit
- index
- logfile
- authc
- esnative
- tool
- ldap
- pki
- saml
- transport
- netty4
- nio
- ssl
- ssl
- sql
- qa
- multi-node/src/test/java/org/elasticsearch/xpack/sql/qa/multi_node
- security
- src/test/java/org/elasticsearch/xpack/sql/qa/security
- with-ssl
- single-node/src/test/java/org/elasticsearch/xpack/sql/qa/single_node
- src/main
- java/org/elasticsearch/xpack/sql/qa/jdbc
- resources
- src
- main/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- expression
- function
- aggregate
- scalar
- datetime
- math
- string
- predicate
- logical
- operator
- arithmetic
- comparison
- parser
- test/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- expression/function
- scalar/datetime
- optimizer
- parser
- planner
- type
- src/test/resources/rest-api-spec/test/ml
- watcher/src/test/java/org/elasticsearch/xpack/watcher/common/http
- qa
- full-cluster-restart
- openldap-tests/src/test/java/org/elasticsearch
- test
- xpack/security/authc/ldap
- rolling-upgrade
- smoke-test-plugins-ssl
- third-party/active-directory/src/test/java/org/elasticsearch/xpack/security/authc/ldap
- vagrant/src/test/resources/packaging/tests
- test/feature-aware
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
461 files changed
+4126
-3506
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| 153 | + | |
| 154 | + | |
149 | 155 | | |
150 | 156 | | |
151 | 157 | | |
| |||
165 | 171 | | |
166 | 172 | | |
167 | 173 | | |
| 174 | + | |
| 175 | + | |
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
| |||
357 | 365 | | |
358 | 366 | | |
359 | 367 | | |
| 368 | + | |
360 | 369 | | |
361 | 370 | | |
362 | 371 | | |
| |||
395 | 404 | | |
396 | 405 | | |
397 | 406 | | |
| 407 | + | |
398 | 408 | | |
399 | 409 | | |
400 | 410 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 90 | | |
102 | 91 | | |
103 | 92 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
| 258 | + | |
261 | 259 | | |
262 | 260 | | |
263 | 261 | | |
| |||
1242 | 1240 | | |
1243 | 1241 | | |
1244 | 1242 | | |
1245 | | - | |
| 1243 | + | |
1246 | 1244 | | |
1247 | 1245 | | |
1248 | 1246 | | |
| |||
1318 | 1316 | | |
1319 | 1317 | | |
1320 | 1318 | | |
1321 | | - | |
| 1319 | + | |
1322 | 1320 | | |
1323 | 1321 | | |
1324 | 1322 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | | - | |
1255 | | - | |
| 1254 | + | |
| 1255 | + | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
214 | 217 | | |
215 | 218 | | |
216 | 219 | | |
| 220 | + | |
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
| |||
266 | 270 | | |
267 | 271 | | |
268 | 272 | | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
| |||
835 | 840 | | |
836 | 841 | | |
837 | 842 | | |
| 843 | + | |
| 844 | + | |
838 | 845 | | |
839 | 846 | | |
840 | 847 | | |
| |||
888 | 895 | | |
889 | 896 | | |
890 | 897 | | |
| 898 | + | |
| 899 | + | |
891 | 900 | | |
892 | 901 | | |
893 | 902 | | |
| |||
Lines changed: 15 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
| |||
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
185 | 181 | | |
186 | 182 | | |
187 | 183 | | |
| |||
445 | 441 | | |
446 | 442 | | |
447 | 443 | | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
454 | 448 | | |
455 | 449 | | |
456 | 450 | | |
| |||
Lines changed: 31 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
795 | | - | |
796 | | - | |
797 | | - | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
805 | | - | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
806 | 804 | | |
807 | 805 | | |
808 | 806 | | |
| |||
1000 | 998 | | |
1001 | 999 | | |
1002 | 1000 | | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1016 | 1012 | | |
1017 | 1013 | | |
1018 | 1014 | | |
| |||
1125 | 1121 | | |
1126 | 1122 | | |
1127 | 1123 | | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
1133 | | - | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
1141 | 1135 | | |
1142 | 1136 | | |
1143 | 1137 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
| 719 | + | |
719 | 720 | | |
720 | 721 | | |
721 | 722 | | |
722 | 723 | | |
723 | | - | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
0 commit comments