Skip to content

Commit a68e740

Browse files
Merge remote-tracking branch 'origin/main' into feature/llama-embedding-completion
# Conflicts: # output/openapi/elasticsearch-openapi.json # output/openapi/elasticsearch-serverless-openapi.json # output/schema/schema.json
2 parents 659c6ca + fc0c299 commit a68e740

File tree

15 files changed

+1794
-1664
lines changed

15 files changed

+1794
-1664
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'main'
77
- '7.17'
88
- '8.[0-9]+'
9+
- '9.[0-9]+'
910

1011
# For debugging purposes:
1112
# pull_request:

compiler-rs/clients_schema_to_openapi/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ pub fn product_meta_as_extensions(namespace: &str, product_meta: &IndexMap<Strin
191191
additional_namespace = format!(", {meta}");
192192
}
193193

194-
let product_str = format!("elasticsearch{additional_namespace}");
194+
let product_str = format!("Elasticsearch{additional_namespace}");
195195
let mut product_feature_list: Vec<Value> = Vec::new();
196196
let mut product_feature: Map<String, Value> = Map::new();
197-
product_feature.insert("name".to_string(),Value::String("x-product-feature".to_string()));
197+
product_feature.insert("name".to_string(),Value::String("product_name".to_string()));
198198
product_feature.insert("content".to_string(),Value::String(product_str));
199199
product_feature_list.push(Value::Object(product_feature));
200200
result.insert("x-metaTags".to_string(), Value::Array(product_feature_list));

compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js

Lines changed: 49 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.5 KB
Binary file not shown.

compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts

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

0 commit comments

Comments
 (0)