fix: failure reporting, allow-plugins, operations docs, workspace sharing docs#98
Merged
fix: failure reporting, allow-plugins, operations docs, workspace sharing docs#98
Conversation
…stop TTL Update the Makefile examples to cover all three templates and the new targets. Add an Auto-stop TTL section with the recommended 2h default. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
When SETUP_FAILED=true, the final banner now shows "✗ SETUP FAILED" instead of "✨ Setup Complete!", collects all ✗-prefixed error lines from the setup log into a summary block, and overwrites WELCOME.txt with the failure notice so SSH login immediately surfaces the problem. Success path is unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
#80 Add a "Sharing and Collaboration" section to using-workspaces.md covering: - Workspace sharing via UI and CLI (coder sharing add/list/remove) - Admin access to any workspace - Sharing individual ports with visibility controls Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
ddev composer config allow-plugins truebeforecomposer update -Wso issue-fork packages likesymfony/runtimedon't block setupSETUP_FAILED=true, final banner now shows✗ SETUP FAILEDwith a collected list of error lines instead of✨ Setup Complete!;WELCOME.txtis overwritten with the failure notice so SSH login immediately surfaces the problem (fixes drupal-core-seed (on host) needs to useddev start -y#92-adjacent UX gap)push-all-templatesanddeploy-alltargets, add Auto-stop TTL section (--default-ttl 2h)Test plan
make push-template-drupal-core— template pushed successfully✗ SETUP FAILEDbanner appears at end of agent log on failurecoder sharing addCLI command and Share button location match UI🤖 Generated with Claude Code