Skip to content

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ericlunadco
Copy link
Collaborator

Summary

• Updates project URL from coder.buildworkforce.ai to workbench.buildworkforce.ai
• Changes deployment configuration in ECS task definition
• Updates documentation references

Test plan

  • Verify deployment configuration uses correct URLs
  • Confirm documentation links are updated appropriately
  • Test that wildcard access URL is properly configured

🤖 Generated with Claude Code

ericlunadco and others added 6 commits June 27, 2025 13:05
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>
Copy link

@sflanker sflanker left a 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.

Comment on lines +1 to +6
# Ignore all files and folders
**

# Include flake.nix and flake.lock
!flake.nix
!flake.lock

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?

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

ericlunadco and others added 2 commits August 1, 2025 10:39
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants