Adds synthetic daemons for Electros UI#168
Open
gabrielefronze wants to merge 4 commits into
Open
Conversation
Add mock HTTP servers to emulate Elemento client daemons, enabling Electros UI development without requiring native ECD binaries. This provides a consistent and controllable mock data environment. Updates `--no-daemons` flag description and adds detailed instructions in the README.
… GUI The `pingPath` configuration for synthetic daemons now defaults to `/ping` if `TARGET_PING_API_KEY` is not explicitly provided. This improves configuration flexibility and robustness. Updates the `elemento-gui-new` submodule to the latest commit.
Introduces mock API endpoints and fixture data for license management, enabling UI development for the "Settings → Licenses" section in Electros. This includes functionality to list, view armed, and arm licenses. Enriches VM and Volume fixture data by populating `serverurl` and `target_type` fields, which were previously null. This provides more complete and realistic IAAS data for various UI components. Updates fixture generation scripts and README accordingly.
Updates the `elemento-gui-new` submodule to incorporate the latest UI changes relevant to the ongoing synthetic daemons feature development.
Contributor
|
please check conflicts |
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.
Introduces a standalone suite of Node.js-based HTTP mock servers that emulate Elemento client daemons. This enables Electros UI development and testing without requiring native daemon binaries to be running.
Key features:
npm run synthetic-daemonsscript for easy startup.README.mdwith detailed setup instructions, including the new--no-daemonsElectros CLI switch.This enhancement significantly streamlines the local UI development workflow, offering a consistent and predictable environment for faster feature iteration and bug reproduction.