-
Notifications
You must be signed in to change notification settings - Fork 1
feat: update project URL from coder.buildworkforce.ai to workbench.buildworkforce.ai #5
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
base: main
Are you sure you want to change the base?
Conversation
Remove light theme option from appearance settings and force dark theme even when system preference is light. Only dark and auto themes are now supported, with auto mode defaulting to dark theme. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Updated theme configuration to remove light theme option and set dark theme as default. - Modified appearance form to disable light theme selection - Updated theme colors and favicon assets for dark theme - Added package-lock.json for frontend dependencies 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…odebase Update company name in copyright notices and metadata across frontend components, installer scripts, and Helm charts to reflect new branding. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Restore essential deployment files from git history: - DEPLOY-PLAN.md: Complete AWS deployment guide with ECS, ECR, and database setup - DATABASE-MIGRATION.md: Database migration instructions - deploy-with-database.sh: Automated deployment script - .dockerignore: Docker ignore configuration - coder-task-definition.json: ECS task definition for AWS deployment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…ildworkforce.ai Updates deployment configuration and documentation to reflect the new project URL. Changes include: - ECS task definition environment variables - Documentation references 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Resolves conflicts while preserving URL changes from coder.buildworkforce.ai to workbench.buildworkforce.ai. Uses latest docker image version a99f246 from upstream. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the weird dockerignore this looks fine.
# Ignore all files and folders | ||
** | ||
|
||
# Include flake.nix and flake.lock | ||
!flake.nix | ||
!flake.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is an odd setup. why would you want to ignore everything but nix config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's clearer in @DEPLOY-PLAN.md
The Coder binary is built outside the Docker build context (using make build-fat)
The Docker image only needs the Nix configuration to set up the runtime environment
By ignoring everything except flake.nix and flake.lock, it ensures:
- Minimal Docker context (faster builds)
- Clean separation between build and runtime
- Reproducible runtime environment via Nix
- Add MFA authentication requirements and troubleshooting to DEPLOY-PLAN.md - Update task definition with latest image tag and task role ARN - Replace "Coder" with "Workbench" in example template descriptions - Add database access specification document 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Updates deployment configurations, documentation, test data, and Helm charts to reflect new branding and infrastructure requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Summary
• Updates project URL from
coder.buildworkforce.ai
toworkbench.buildworkforce.ai
• Changes deployment configuration in ECS task definition
• Updates documentation references
Test plan
🤖 Generated with Claude Code