Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace instances of Opensearch with OpenSearch #335

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

Xtansia
Copy link
Collaborator

@Xtansia Xtansia commented Jun 12, 2024

Description

Replace instances of Opensearch with OpenSearch

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

Changes Analysis

Commit SHA: de65c27
Comparing To SHA: ababab0

API Changes

Summary

├─┬Paths
│ ├─┬/{index}/_flush
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (16290:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (16290:20)
│ ├─┬/{index}/_update/{id}
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21623:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21590:20)
│ ├─┬/_index_template/{name}
│ │ ├─┬PUT
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬priority
│ │ │         └──[🔀] description (21937:30)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬priority
│ │           └──[🔀] description (21937:30)
│ ├─┬/{index}/_bulk
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (11545:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (11545:20)
│ ├─┬/_search
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20044:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20028:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20184:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├─┬ext
│ │ │       │ └──[🔀] description (22558:30)
│ │ │       └─┬terminate_after
│ │ │         └──[🔀] description (22646:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20044:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20184:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20028:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬ext
│ │         │ └──[🔀] description (22558:30)
│ │         └─┬terminate_after
│ │           └──[🔀] description (22646:30)
│ ├─┬/_ingest/pipeline/{id}
│ │ └─┬PUT
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬on_failure
│ │           └──[🔀] description (22186:30)
│ ├─┬/{index}/_count
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (14205:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (14205:20)
│ ├─┬/_component_template/{name}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (13820:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (13820:20)
│ ├─┬/_cat/snapshots/{repository}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (13101:20)
│ ├─┬/{index}/_doc/{id}
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (15339:20)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (15430:20)
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (15430:20)
│ │ ├─┬DELETE
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (14795:20)
│ │ └─┬HEAD
│ │   └─┬Parameters
│ │     └──[🔀] description (14986:20)
│ ├─┬/_template/{name}
│ │ ├─┬PUT
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (17227:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬order
│ │ │         └──[🔀] description (22033:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (17227:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬order
│ │           └──[🔀] description (22033:30)
│ ├─┬/{index}/_create/{id}
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (14292:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (14292:20)
│ ├─┬/_count
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (14205:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (14205:20)
│ ├─┬/_flush
│ │ ├─┬GET
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (16290:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (16290:20)
│ ├─┬/{index}/_doc
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (15430:20)
│ ├─┬/{index}/_delete_by_query
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (14584:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (14682:20)
│ ├─┬/{index}/_search
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20184:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20044:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (20028:20)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       ├─┬ext
│ │ │       │ └──[🔀] description (22558:30)
│ │ │       └─┬terminate_after
│ │ │         └──[🔀] description (22646:30)
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20184:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20028:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (20044:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬ext
│ │         │ └──[🔀] description (22558:30)
│ │         └─┬terminate_after
│ │           └──[🔀] description (22646:30)
│ ├─┬/_snapshot/{repository}/{snapshot}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (20760:20)
│ ├─┬/_bulk
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (11545:20)
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └──[🔀] description (11545:20)
│ ├─┬/_index_template/_simulate_index/{name}
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬priority
│ │           └──[🔀] description (22119:30)
│ ├─┬/{index}/_update_by_query
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (21390:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (21482:20)
│ ├─┬/
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬version
│ │             └──[🔀] $ref (26783:13)❌ 
│ └─┬/{index}/_source/{id}
│   ├─┬GET
│   │ └─┬Parameters
│   │   └──[🔀] description (15259:20)
│   └─┬HEAD
│     └─┬Parameters
│       └──[🔀] description (14900:20)
└─┬Components
  ├──[➕] schemas (26783:7)
  ├──[➖] schemas (26783:7)❌ 
  ├─┬_common.mapping:NumberPropertyBase
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (33739:11)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (33261:9)❌ 
  ├─┬nodes._common:CgroupMemory
  │ ├─┬control_group
  │ │ └──[🔀] description (44291:24)
  │ ├─┬usage_in_bytes
  │ │ └──[🔀] description (44300:24)
  │ └─┬limit_in_bytes
  │   └──[🔀] description (44294:24)
  ├─┬indices._common:DataStream
  │ └─┬system
  │   └──[🔀] description (41239:24)
  ├─┬nodes._common:CgroupCpu
  │ ├─┬cfs_period_micros
  │ │ └──[🔀] description (44269:24)
  │ ├─┬cfs_quota_micros
  │ │ └──[🔀] description (44272:24)
  │ └─┬control_group
  │   └──[🔀] description (44266:24)
  ├─┬cat.allocation:AllocationRecord
  │ ├─┬disk.avail
  │ │ └──[🔀] description (38274:24)
  │ └─┬disk.used
  │   └──[🔀] description (38264:24)
  ├─┬_common:DateTime
  │ └──[🔀] description (26034:20)
  ├─┬_core.msearch:MultisearchBody
  │ ├─┬terminate_after
  │ │ └──[🔀] description (36667:24)
  │ └─┬ext
  │   └──[🔀] description (36592:24)
  ├─┬nodes._common:IoStatDevice
  │ ├─┬operations
  │ │ └──[🔀] description (44651:24)
  │ ├─┬write_operations
  │ │ └──[🔀] description (44663:24)
  │ ├─┬write_kilobytes
  │ │ └──[🔀] description (44660:24)
  │ ├─┬read_kilobytes
  │ │ └──[🔀] description (44654:24)
  │ └─┬read_operations
  │   └──[🔀] description (44657:24)
  ├─┬cluster.stats:ClusterFileSystem
  │ └─┬available_in_bytes
  │   └──[🔀] description (40474:24)
  ├─┬_common.mapping:IpProperty
  │ └─┬ALLOF
  │   └─┬time_series_dimension
  │     └──[🔀] description (33586:28)
  ├─┬nodes._common:IoStats
  │ └─┬devices
  │   └──[🔀] description (44669:24)
  ├─┬nodes._common:FileSystemTotal
  │ ├─┬available
  │ │ └──[🔀] description (44535:24)
  │ └─┬available_in_bytes
  │   └──[🔀] description (44541:24)
  ├─┬indices._common:IndexTemplate
  │ └─┬priority
  │   └──[🔀] description (41728:24)
  ├─┬indices._common:MappingLimitSettingsDimensionFields
  │ └─┬limit
  │   └──[🔀] description (41815:24)
  ├─┬cat.nodes:NodesRecord
  │ ├─┬build
  │ │ └──[🔀] description (38896:24)
  │ ├─┬flavor
  │ │ └──[🔀] description (38890:24)
  │ └─┬type
  │   └──[🔀] description (38893:24)
  ├─┬_common.mapping:KeywordProperty
  │ ├─┬ALLOF
  │ │ └──[🔀] $ref (33261:9)❌ 
  │ └─┬ALLOF
  │   └──[🔀] $ref (33629:11)❌ 
  ├─┬cluster.stats:NodePackagingType
  │ └─┬flavor
  │   └──[🔀] description (41011:24)
  ├─┬nodes._common:CpuAcct
  │ └─┬control_group
  │   └──[🔀] description (44435:24)
  ├─┬nodes._common:CgroupCpuStat
  │ └─┬number_of_times_throttled
  │   └──[🔀] description (44283:24)
  ├─┬cat.segments:SegmentsRecord
  │ ├─┬committed
  │ │ └──[🔀] description (39323:24)
  │ ├─┬generation
  │ │ └──[🔀] description (39301:24)
  │ └─┬docs.deleted
  │   └──[🔀] description (39312:24)
  ├─┬cluster.stats:ClusterNodes
  │ ├─┬packaging_types
  │ │ └──[🔀] description (40714:24)
  │ └─┬versions
  │   └──[🔀] description (40728:24)
  ├─┬_common.query_dsl:DisMaxQuery
  │ └─┬ALLOF
  │   └─┬queries
  │     └──[🔀] description (34445:28)
  ├─┬_common:DocStats
  │ └─┬deleted
  │   └──[🔀] description (26086:24)
  └─┬ingest._common:UserAgentProcessor
    └─┬ALLOF
      └─┬regex_file
        └──[🔀] description (44071:28)

Document Element Total Changes Breaking Changes
paths 61 1
components 44 9
  • BREAKING Changes: 10 out of 105
  • Modifications: 103
  • Removals: 1
  • Additions: 1
  • Breaking Removals: 1
  • Breaking Modifications: 5

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9475343823/artifacts/1591976415

API Coverage

Before After Δ
Covered (%) 483 (47.31 %) 483 (47.31 %) 0 (0 %)
Uncovered (%) 538 (52.69 %) 538 (52.69 %) 0 (0 %)
Unknown 24 24 0

Signed-off-by: Thomas Farr <[email protected]>
@dblock dblock merged commit a2425cc into opensearch-project:main Jun 12, 2024
7 checks passed
@Xtansia Xtansia deleted the fix/branding-consistency branch June 12, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants