Commit 5617675
5.5 (#2807)
* Code generation of elasticsearch's 5.5 branch
* Update existing XPack API spec files
* Add ml xpack api spec and new security endpoints
* Add CRUD support for the new role mapping security API's
* Add support for security token API's
* fix failing codestandards tests after implementing xpack security 5.5 new features
* fix overal bg_count now gets returned for sig_terms
* fix stats matrix now also returns overal doc_count
* fix change in GetAlias behavior, since 5.5 now returns 404 when some aliases suplied are not found
* Sampler agg test for bg count should only be asserted 5.5.0 and up
* Array.Empty not available for .NET 4.5
* Add force + operation_threading to RefreshRequest
Removed in REST API spec elastic/elasticsearch#25234 - patched in to maintain binary compatibility
* Set tests.default.yaml ES version to 5.5.0
* Update XML comments for LazyDocument
* Minor language tweaks
* Fix spelling
* update SkipVersion for PutRoleMapping to <5.5.01 parent bef4b9d commit 5617675
File tree
132 files changed
+20565
-16723
lines changed- build
- src
- CodeGeneration/ApiGenerator
- Overrides/Descriptors
- RestSpecification
- Core
- XPack
- Info
- MachineLearning
- Security
- Watcher
- Elasticsearch.Net
- Domain
- RequestParameters
- Nest
- Aggregations
- Bucket
- Filters
- SignificantTerms
- Matrix/MatrixStats
- Metric/GeoCentroid
- CommonAbstractions
- Extensions
- LazyDocument
- SerializationBehavior
- Indices
- AliasManagement/GetAlias
- MappingManagement/PutMapping
- XPack/Security
- RoleMapping
- DeleteRoleMapping
- GetRoleMapping
- PutRoleMapping
- Rules
- Field
- Role
- User
- DisableUser
- GetUserAccessToken
- InvalidateUserAccessToken
- _Generated
- Tests
- Aggregations/Bucket/Sampler
- ClientConcepts/Certificates
- CodeStandards
- Framework/ManagedElasticsearch/Clusters
- Indices/AliasManagement/GetAlias
- XPack/Security
- RoleMapping
- DeleteRoleMapping
- GetRoleMapping
- PutRoleMapping
- User
- EnableUser
- GetUserAccessToken
- InvalidateUserAccessToken
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+20565
-16723
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 28 | | |
37 | 29 | | |
38 | 30 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 347 additions & 319 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments