Tags: ntimo/coder
Tags
feat: UI for canceling workspace builds (coder#1735) * Start hooking up cancel * Update xservice * Render cancel Changes behavior of other buttons too * Make outdated workspace story show max buttons * Remove retry code * Remove loading button state * Fix type, extend tests * Update story
fix: Append Terraform module resources to list (coder#1539) This was causing module resources to be skipped!
fix: Parse resources from Terraform Modules (coder#1501) Fixes when Terraform modules are used to primariy provision infrastructure!
feat: Redesign workspaces page (coder#1450) * feat: Improve navbar to be more compact The navbar was unnecessarily large before, which made the UI feel a bit bloaty from my perspective. * Attempt to remove overrides * Update theme * Add text field * Update theme to dark! * Fix import ordering * Fix page location * Fix requested changes * Add storybook for workspaces page view * Add empty view * Add tests for empty view * Remove templates page * Fix local port * Remove templates from nav * Fix e2e test * Remove time.ts * Remove dep * Add background color to margins * Merge status checking from workspace page * Fix requested changes * Fix workspace status tests
chore: bump docker-practice/actions-setup-docker from 1.0.8 to 1.0.10 (… …coder#1469) Bumps [docker-practice/actions-setup-docker](https://github.com/docker-practice/actions-setup-docker) from 1.0.8 to 1.0.10. - [Release notes](https://github.com/docker-practice/actions-setup-docker/releases) - [Changelog](https://github.com/docker-practice/actions-setup-docker/blob/master/CHANGELOG.md) - [Commits](docker-practice/actions-setup-docker@v1.0.8...1.0.10) --- updated-dependencies: - dependency-name: docker-practice/actions-setup-docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: build & release cross-platform Docker images (coder#1178) * feat: add dockerfile and docker-compose * build docker images on release * add Docker dependencies to release.yaml * remove docker compose for now * fix license mismatch * add docker-compose * rename volume * add WF dispatch for debugging
chore: bump github.com/moby/moby (coder#1339) Bumps [github.com/moby/moby](https://github.com/moby/moby) from 20.10.14+incompatible to 20.10.15+incompatible. - [Release notes](https://github.com/moby/moby/releases) - [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md) - [Commits](moby/moby@v20.10.14...v20.10.15) --- updated-dependencies: - dependency-name: github.com/moby/moby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: Prefix paths in find on macOS (coder#1284) This fixes paths not resolving in macOS, causing the build target to fail. This also renames the site target to specify the index.html, which is the output artifact of building the site.
fix: Use environment variables for agent authentication (coder#1238) * fix: Update GIT_COMMITTER_NAME to use username This was a mistake when adding the committer fields 🤦. * fix: Use environment variables for agent authentication Using files led to situations where running "coder server --dev" would break `gitssh`. This is applicable in a production environment too. Users should be able to log into another Coder deployment from their workspace. Users can still set "CODER_URL" if they'd like with agent env vars!
PreviousNext