feat(dbprovider): dataflow support - #6925
Merged
Merged
Conversation
…ffects; align action buttons in DB list
…t, ensuring proper button states based on application status
…nection handling for desktop app launch
…nents - Added new constants for dataflow application key and supported types in `dataflow.ts`. - Removed `whodb.ts` as its functionality has been integrated into the new dataflow structure. - Updated `getEnv.ts` to use the new `DATAFLOW_ENABLED` instead of `WHODB_ENABLED`. - Refactored `Header.tsx` and `dbList.tsx` to utilize the new dataflow constants and adjust logic accordingly. - Ensured environment store reflects the new dataflow configuration.
…tion changes - Replaced WHODB_ENABLED and related keys with DATAFLOW_ENABLED in the environment template. - Ensured the template aligns with recent dataflow feature integration.
Whoa! Easy there, Partner!This PR is too big. Please break it up into smaller PRs. |
…orted types and non-running databases
zjy365
approved these changes
May 9, 2026
… config Replace process.env.DATAFLOW_ENABLED / WHODB_ENABLED with a dataflowForceEnabled field in the YAML config (FeaturesSchema). Also changes resolveDataflowEnabled() return type from string to boolean. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Eliminate the dataflowForceEnabled field from the YAML config and related code, simplifying the dataflow resolution logic. This change enhances clarity and reduces unnecessary complexity in the configuration and service files.
zjy365
approved these changes
May 9, 2026
zjy365
approved these changes
May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.