Add Elasticsearch serverless support, deferred install, and importer cluster prefill#7
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Detect serverless clusters via build_flavor and omit shard/replica settings and UI where they are unsupported.
…ort flows. Generate movies sample data at dev/build, patch the importer package on install, and pass cluster settings into the importer page so imports target the configured backend.
Points src/batteries at serverless API mappings and index-setting helpers. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Replace the private @appbaseio-confidential GitHub Packages dependency with a public git dependency and build it in postinstall so CI install works without secrets.
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Use cypress/globals so eslint-plugin-cypress recognizes globals in CI.
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
… vulnerabilities Add an audit gate script so security CI only fails on critical or high findings, upgrade jsondiffpatch, pin uuid via resolutions, and remove unused d3-scale. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Standardize runtime and CI on Node 20 LTS. Block security workflow only on critical npm audit findings so the gate matches a strict but merge-friendly policy.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Replace the bash+jq template download step with a Node script so yarn install and production builds succeed on Vercel, and resolve template file paths relative to the project root.
|
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Summary
Elasticsearch serverless
50a23dcDeferred install
yarn installso installs stay fast and predictablepackage.jsonscripts preserved for open-source workflowsImporter improvements
patch-importerpostinstallTest plan
yarn installand confirm Cypress/template setup is not run until the documented deferred step