Commit a956a9b
committed
Merge branch 'ccr' into ccr-stats
* ccr: (24 commits)
Remove _xpack from CCR APIs (elastic#32563)
TEST: Avoid merges in testRecoveryWithOutOfOrderDelete
Logging: Make node name consistent in logger (elastic#31588)
Mute SSLTrustRestrictionsTests on JDK 11
Increase max chunk size to 256Mb for repo-azure (elastic#32101)
Docs: Fix README upgrade mention (elastic#32313)
Changed ReindexRequest to use Writeable.Reader (elastic#32401)
Mute KerberosAuthenticationIT
Fix AutoIntervalDateHistogram.testReduce random failures (elastic#32301)
fix no=>not typo (elastic#32463)
Mute QueryProfilerIT#testProfileMatchesRegular()
HLRC: Add delete watch action (elastic#32337)
High-level client: fix clusterAlias parsing in SearchHit (elastic#32465)
Fix calculation of orientation of polygons (elastic#27967)
[Kerberos] Add missing javadocs (elastic#32469)
[Kerberos] Remove Kerberos bootstrap checks (elastic#32451)
Make get all app privs requires "*" permission (elastic#32460)
Switch security to new style Requests (elastic#32290)
Switch security spi example to new style Requests (elastic#32341)
Painless: Add PainlessConstructor (elastic#32447)
...File tree
144 files changed
+2296
-856
lines changed- benchmarks/src/main/resources
- client
- benchmark/src/main/resources
- rest-high-level/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client
- documentation
- distribution/src/config
- docs
- java-rest/high-level
- x-pack/watcher
- reference
- aggregations/bucket
- index-modules
- indices
- query-dsl
- setup
- modules
- ingest-common/src/main/java/org/elasticsearch/ingest/common
- lang-painless/src
- main/java/org/elasticsearch/painless
- lookup
- node
- test/java/org/elasticsearch/painless
- reindex/src
- main/java/org/elasticsearch/index/reindex
- test/java/org/elasticsearch/index/reindex
- plugins/repository-azure
- licenses
- src
- main/java/org/elasticsearch/repositories/azure
- test/java/org/elasticsearch/repositories/azure
- qa/evil-tests/src/test
- java/org/elasticsearch
- bootstrap
- common/logging
- resources/org/elasticsearch/common/logging
- config
- third
- deprecation
- find_appender
- location_info
- no_node_name
- prefix
- settings
- server/src
- main/java/org/elasticsearch
- action/admin/indices/rollover
- bootstrap
- common
- geo/builders
- logging
- settings
- index/reindex
- ingest
- node
- search
- aggregations/bucket/histogram
- test/java/org/elasticsearch
- action/admin
- indices/rollover
- bootstrap
- common
- geo/builders
- settings
- index/engine
- indices/recovery
- search
- aggregations/bucket/histogram
- profile/query
- test/framework/src
- main
- java/org/elasticsearch
- common/logging
- test
- resources
- test/java/org/elasticsearch/common/logging
- x-pack
- plugin
- ccr
- qa
- multi-cluster-with-security/src/test/java/org/elasticsearch/xpack/ccr
- multi-cluster/src/test/java/org/elasticsearch/xpack/ccr
- src/main/java/org/elasticsearch/xpack/ccr/rest
- core/src
- main/java/org/elasticsearch/xpack/core
- security
- action/privilege
- authz/privilege
- watcher
- client
- transport/actions/delete
- test/java/org/elasticsearch/xpack/core/security/authz/privilege
- monitoring/src/main/java/org/elasticsearch/xpack/monitoring/exporter/local
- security/src
- main/java/org/elasticsearch/xpack/security
- authc
- esnative
- kerberos
- test/java/org/elasticsearch
- integration
- license
- test
- xpack
- security
- audit/index
- authc
- kerberos
- pki
- rest/action
- user
- ssl
- src/test/resources/rest-api-spec
- api
- test/ccr
- watcher/src
- main/java/org/elasticsearch/xpack/watcher
- rest/action
- transport/actions/delete
- test/java/org/elasticsearch/xpack/watcher
- test/integration
- transport/action
- delete
- protocol/src
- main/java/org/elasticsearch/protocol/xpack/watcher
- test/java/org/elasticsearch/protocol/xpack/watcher
- qa
- kerberos-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos
- security-example-spi-extension/src/test/java/org/elasticsearch/example
- realm
- role
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+2296
-856
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 214 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
1133 | 1134 | | |
1134 | 1135 | | |
1135 | 1136 | | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
1136 | 1149 | | |
1137 | 1150 | | |
1138 | 1151 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
64 | 94 | | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
2580 | 2581 | | |
2581 | 2582 | | |
2582 | 2583 | | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
2583 | 2595 | | |
2584 | 2596 | | |
2585 | 2597 | | |
| |||
Lines changed: 33 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
44 | 73 | | |
45 | 74 | | |
46 | 75 | | |
Lines changed: 44 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 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 | + | |
91 | 133 | | |
| 134 | + | |
92 | 135 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments