Skip to content

Commit 58f9e67

Browse files
authored
Remove indices.unfreeze API (#3552)
* Remove indices.unfreeze API * Do not validate removed APIs
1 parent 2397e31 commit 58f9e67

File tree

8 files changed

+1
-495
lines changed

8 files changed

+1
-495
lines changed

.github/validate-pr/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function run () {
5353
per_page: 100
5454
})
5555
if (data.length > 0) {
56-
files.push(...data.map(entry => entry.filename))
56+
files.push(...data.filter(entry => entry.status !== 'deleted').map(entry => entry.filename))
5757
page += 1
5858
} else {
5959
break

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 0 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_doc_ids/table.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ terminate-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{bra
744744
time-value,https://github.com/elastic/elasticsearch/blob/{branch}/libs/core/src/main/java/org/elasticsearch/core/TimeValue.java
745745
time-zone-id,https://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html
746746
trim-processor,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/trim-processor.html
747-
unfreeze-index-api,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/unfreeze-index-api.html
748747
update-dfanalytics,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/update-dfanalytics.html
749748
update-license,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/update-license.html
750749
update-transform,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/update-transform.html

0 commit comments

Comments
 (0)