Default context should be visible and work without errors #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hero OS requires a context to function. On a fresh install, a "default" context is auto-created so the user has somewhere to land. This is correct behavior and will always exist in production.
During Issue #7, we filtered "default" out of the Switch Context dropdown to make the demo look cleaner with only the themed contexts (Geomind, ThreeFold, Incubaid). This was a mistake. We need to bring it back because:
Error: Network error: TypeError: Failed to fetch. An empty context should show empty lists, not crash.What needs to happen
Repos involved
hero_oshero_archipelagosBranching Strategy
Work on
development_{name}branch, squash into one commit, merge todevelopment.Deployment
:devherodev.gent02.grid.tf:demoherodemo.gent02.grid.tfRegistry:
forge.ourworld.tf/lhumina_code/hero_zeroVM: TFGrid Node 8, Mycelium
495:72fa:8ec3:9264:ff0f:c0a8:abad:234cDeploy Commands
DevOps Workflow
:demoRules:
:demobefore human confirms remote buildOperational Lessons
--no-cacheis needed when cargo dependencies changedocker stop + rmbeforedocker run--no-cachebuilds require--ssh defaultDefault context appears in Manage Contexts and errors on switchto Default context should be visible and work without errorsDone