Run the platform on macOS end to end, and make the Storybook tell the truth - #58
Open
MChrys wants to merge 82 commits into
Open
Run the platform on macOS end to end, and make the Storybook tell the truth#58MChrys wants to merge 82 commits into
MChrys wants to merge 82 commits into
Conversation
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.
51 commits across three strands. macOS: Ganymede, a gateway on Apple container, the container broker, launchd supervision and a VPN whose tunnel survives Apple's UDP proxy — a second, additive path beside the canonical Linux one, which is untouched. Storybook: an inventory of every story the repo has ever held (269 files, 21 genuinely lost, 97 components that never had one), all 117 titles put back under
Views > Components > Resource > Assets, and the defects that sweep found by loading all 259 stories in a real browser — an infinite render loop inTagsBar, node backgrounds pointing at a package that ships no SVG, a missing module provider that killed fourteen Jupyter stories, and stories that needed a proxy nobody had started. UI: alocalbutton besidecloud, and the service card gains run control and live presence to match the notebook card it sits beside.Also here: PKCE was impossible because the OpenAPI spec required
client_secret, so no public client could enrol; a tag edit landed on the wrong tag after any parent re-render; and a project's collaborative state now survives its gateway restarting.