File tree
78 files changed
+2006
-522
lines changed- build-tools-internal/src/main/groovy
- docs/changelog
- libs/entitlement
- asm-provider/src/main/java/org/elasticsearch/entitlement/instrumentation/impl
- bridge/src/main/java/org/elasticsearch/entitlement/bridge
- qa
- entitled-plugin/src/main/java/org/elasticsearch/entitlement/qa/entitled
- entitlement-test-plugin/src/main/java/org/elasticsearch/entitlement/qa/test
- src/javaRestTest/java/org/elasticsearch/entitlement/qa
- src/main/java/org/elasticsearch/entitlement
- initialization
- runtime
- api
- policy
- entitlements
- modules
- lang-mustache/src/test/java/org/elasticsearch/script/mustache
- reindex/src
- internalClusterTest/java/org/elasticsearch/migration
- main/plugin-metadata
- repository-azure/src/main/plugin-metadata
- repository-s3/src/main/plugin-metadata
- transport-netty4/src/main/plugin-metadata
- plugins
- discovery-ec2/src/main/plugin-metadata
- repository-hdfs/src/main/plugin-metadata
- rest-api-spec
- src/yamlRestTest/resources/rest-api-spec/test/tsdb
- server/src
- internalClusterTest/java/org/elasticsearch
- persistent
- search
- functionscore
- main/java/org/elasticsearch
- action
- search
- support
- update
- cluster/routing
- common
- lucene
- text
- util
- index
- mapper
- ingest
- persistent
- search
- query
- rescore
- suggest
- transport
- upgrades
- test/java/org/elasticsearch
- action/search
- cluster/routing
- common/text
- ingest
- search/query
- transport
- test/framework/src/main/java/org/elasticsearch/test/rest
- x-pack
- plugin
- core/src/main
- java/org/elasticsearch/snapshots/sourceonly
- plugin-metadata
- deprecation/src
- main/java/org/elasticsearch/xpack/deprecation
- test/java/org/elasticsearch/xpack/deprecation
- esql
- compute/src
- main/java/org/elasticsearch/compute/operator
- test/java/org/elasticsearch/compute/operator
- src/main/java/org/elasticsearch/xpack/esql/plugin
- inference/src/test/java/org/elasticsearch/xpack/inference/mapper
- logsdb/src/javaRestTest/java/org/elasticsearch/xpack/logsdb
- ml/src/main
- java/org/elasticsearch/xpack/ml/job/process/autodetect
- plugin-metadata
- security/src/main/plugin-metadata
- transform/src/test/java/org/elasticsearch/xpack/transform/action
- watcher/src/main/plugin-metadata
- qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+2006
-522
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | | - | |
| 158 | + | |
160 | 159 | | |
161 | 160 | | |
162 | | - | |
| 161 | + | |
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
| |||
libs/entitlement/bridge/src/main/java/org/elasticsearch/entitlement/bridge/EntitlementChecker.java
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
652 | 653 | | |
653 | 654 | | |
654 | 655 | | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
655 | 678 | | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
| |||
0 commit comments