feat(backend-shared): add CUBEJS_AUTO_RUN_MODE env variable#11062
feat(backend-shared): add CUBEJS_AUTO_RUN_MODE env variable#11062keydunov wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Claude finished @keydunov's task in 33s —— View job Code Review
Verdict: LGTM — 0 high, 0 medium, 1 low. DetailsSummaryAdds FindingsLow — naming Quality / Security / Performance / Tests / Docs
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11062 +/- ##
==========================================
- Coverage 58.51% 58.50% -0.02%
==========================================
Files 216 216
Lines 17265 17270 +5
Branches 3524 3524
==========================================
+ Hits 10102 10103 +1
- Misses 6648 6652 +4
Partials 515 515
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Claude finished @keydunov's task in 31s —— View job Code ReviewVerdict: LGTM — 0 high, 0 medium, 1 low (carried over). DetailsChanges since last reviewLatest commit ( - * explicit user confirmation.
+ * explicit user confirmation. Only used in Cube Cloud.FindingsLow — naming (carried over) Quality / Security / Performance / Tests / Docs
|
Description
Adds a new
CUBEJS_AUTO_RUN_MODEenvironment variable to@cubejs-backend/shared, resolvable viagetEnv('autoRunMode').It controls whether queries are executed automatically without requiring an explicit user confirmation. Defaults to
true(current behavior); set tofalseto require confirmation.The flag will be consumed downstream (exposed via the runtime settings endpoint alongside
defaultLimit/maxLimit).🤖 Generated with Claude Code