-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): need to allow the user to pass in the domain name for mirror node, explorer, relay, and node service endpoints #1673
feat(cli): need to allow the user to pass in the domain name for mirror node, explorer, relay, and node service endpoints #1673
Conversation
Signed-off-by: Zhan Milenkov <[email protected]>
…y' and 'solo mirror-node deploy' Signed-off-by: Zhan Milenkov <[email protected]>
…he-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints
…ded it to 'solo network deploy' + all the 'solo node commands' where they are used Signed-off-by: Zhan Milenkov <[email protected]>
…he-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1673 +/- ##
==========================================
- Coverage 84.25% 84.24% -0.02%
==========================================
Files 212 212
Lines 31307 31371 +64
Branches 2838 2168 -670
==========================================
+ Hits 26378 26427 +49
- Misses 4740 4817 +77
+ Partials 189 127 -62
🚀 New features to boost your workflow:
|
…he-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints # Conflicts: # src/commands/mirror-node.ts
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints' into 01040-need-to-allow-the-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints
Signed-off-by: Zhan Milenkov <[email protected]>
…he-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints # Conflicts: # src/commands/explorer.ts # src/commands/mirror-node.ts # src/commands/network.ts # src/commands/node/flags.ts
…pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints' into 01040-need-to-allow-the-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints
…esting Signed-off-by: instamenta <[email protected]>
… fixed the taskfile solo:explorer:deploy and added new taskfile for testing connection when providing domain names to solo Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
…he-user-to-pass-in-the-domain-name-to-use-for-mirror-node-mirror-node-explorer-and-service-endpoints # Conflicts: # src/commands/node/configs.ts # src/commands/node/node-add-config.ts
…node Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Description
Adds new flags:
--domain-name
- for specifying domain name on:solo mirror-node deploy
solo explorer deploy
solo relay deploy
--domain-names
- for specifying deployment names for consensus nodes whengenesis-network.yaml
andconfig.txt
are being built.Related Issues