Commit 30d92d1
committed
Merge branch 'master' into package-ingest-geoip-as-a-module
* master: (31 commits)
Move ingest-geoip default databases out of config (elastic#36949)
[ILM][DOCS] add extra scenario to policy update docs (elastic#36871)
[Painless] Add String Casting Tests (elastic#36945)
SQL: documentation improvements and updates (elastic#36918)
[DOCS] Merges list of discovery and cluster formation settings (elastic#36909)
Only compress responses if request was compressed (elastic#36867)
Remove duplicate paragraph (elastic#36942)
Fix URI to cluster stats endpoint on specific nodes (elastic#36784)
Fix typo in unitTest task (elastic#36930)
RecoveryMonitor#lastSeenAccessTime should be volatile (elastic#36781)
[CCR] Add `ccr.auto_follow_coordinator.wait_for_timeout` setting (elastic#36714)
Scripting: Remove deprecated params.ctx (elastic#36848)
Refactor the REST actions to clarify what endpoints are deprecated. (elastic#36869)
Add JDK 12 to CI rotation (elastic#36915)
Improve error message for 6.x style realm settings (elastic#36876)
Send clear session as routable remote request (elastic#36805)
[DOCS] Remove redundant ILM attributes (elastic#36808)
SQL: Fix bug regarding histograms usage in scripting (elastic#36866)
Update index mappings when ccr restore complete (elastic#36879)
Docs: Bump version to alpha2 after release
...File tree
259 files changed
+3208
-1373
lines changed- .ci
- client/rest-high-level/src
- main/java/org/elasticsearch/client
- test/java/org/elasticsearch/client/documentation
- distribution/packages
- docs
- reference
- ccr
- apis
- auto-follow
- follow
- cluster
- ilm
- apis
- indices/apis
- licensing
- migration/apis
- ml/apis
- modules
- discovery
- rollup/apis
- setup/important-settings
- sql
- appendix
- endpoints
- client-apps
- functions
- language
- syntax
- modules
- ingest-geoip
- src
- main/java/org/elasticsearch/ingest/geoip
- test/java/org/elasticsearch/ingest/geoip
- lang-mustache/src/main/java/org/elasticsearch/script/mustache
- lang-painless/src
- main/java/org/elasticsearch/painless
- test/java/org/elasticsearch/painless
- reindex/src
- main/java/org/elasticsearch/index/reindex
- test/java/org/elasticsearch/index/reindex
- transport-netty4/src/test/java/org/elasticsearch/rest/discovery
- qa/vagrant/src
- main/java/org/elasticsearch/packaging/test
- test/resources/packaging/tests
- server/src
- main/java/org/elasticsearch
- action/explain
- cluster
- coordination
- service
- indices/recovery
- rest/action
- document
- search
- script
- transport
- test/java/org/elasticsearch
- discovery/zen
- gateway
- transport
- test/framework/src/main/java/org/elasticsearch
- test
- transport
- x-pack
- docs/en/rest-api
- security
- watcher
- plugin
- ccr/src
- main/java/org/elasticsearch/xpack/ccr
- action
- repositories
- repository
- test/java/org/elasticsearch/xpack
- ccr
- action
- core/src/main/java/org/elasticsearch/xpack/core/ssl
- ilm/qa/multi-node/src/test/java/org/elasticsearch/xpack/indexlifecycle
- security
- cli
- src
- main/java/org/elasticsearch/xpack/security
- test/java/org/elasticsearch/xpack/security
- sql
- qa/src/main/resources
- src
- main/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- expression
- function/scalar/whitelist
- gen/script
- planner
- querydsl/agg
- test/java/org/elasticsearch/xpack/sql
- analysis/analyzer
- tree
- watcher/src
- main/java/org/elasticsearch/xpack/watcher
- condition
- transform/script
- test/java/org/elasticsearch/xpack/watcher
- condition
- transform/script
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
259 files changed
+3208
-1373
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
1322 | 1321 | | |
1323 | 1322 | | |
1324 | 1323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 176 | | |
181 | 177 | | |
182 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments