Context
The drupal-contrib template was merged with the new unified Drupal Issue Picker living at docs/drupal-contrib-picker.html (beta) while docs/drupal-issue.html was left as the original core-only picker.
The beta picker currently defaults to staging-coder.ddev.com so testers don't accidentally hit production.
What needs to happen when drupal-contrib is promoted to production
-
Replace docs/drupal-issue.html with the unified picker
- Copy
docs/drupal-contrib-picker.html → docs/drupal-issue.html
- Change
CODER_BASE default from https://staging-coder.ddev.com → https://coder.ddev.com
- Update the comment above it (currently says "Beta picker — defaults to staging")
- Update
<title> from Drupal Issue Picker (Beta) → Drupal Issue Picker
- Remove the BETA badge from
<h1> and the staging warning from the subtitle
- Update the sign-in link from
staging-coder.ddev.com/login → coder.ddev.com/login
-
Remove docs/drupal-contrib-picker.html
- It becomes redundant once
drupal-issue.html is the unified picker
-
Update docs/index.html
- Remove the beta card (the green "Open Beta Picker" card)
- Update the original "Drupal Issue Picker" card description to mention contrib support
-
Push the drupal-contrib template to production Coder
make push-template-drupal-contrib
-
Verify
- Open
start.coder.ddev.com/drupal-issue and confirm it routes core issues to drupal-core and contrib issues to drupal-contrib on coder.ddev.com
- Test a contrib workspace end-to-end on production
Context
The drupal-contrib template was merged with the new unified Drupal Issue Picker living at
docs/drupal-contrib-picker.html(beta) whiledocs/drupal-issue.htmlwas left as the original core-only picker.The beta picker currently defaults to staging-coder.ddev.com so testers don't accidentally hit production.
What needs to happen when drupal-contrib is promoted to production
Replace
docs/drupal-issue.htmlwith the unified pickerdocs/drupal-contrib-picker.html→docs/drupal-issue.htmlCODER_BASEdefault fromhttps://staging-coder.ddev.com→https://coder.ddev.com<title>fromDrupal Issue Picker (Beta)→Drupal Issue Picker<h1>and the staging warning from the subtitlestaging-coder.ddev.com/login→coder.ddev.com/loginRemove
docs/drupal-contrib-picker.htmldrupal-issue.htmlis the unified pickerUpdate
docs/index.htmlPush the
drupal-contribtemplate to production CoderVerify
start.coder.ddev.com/drupal-issueand confirm it routes core issues to drupal-core and contrib issues to drupal-contrib on coder.ddev.com