Commit Graph

16 Commits (c95843df8d160cfb025eaf7bea542ba525d90927)

Author SHA1 Message Date
Benjamin Peinhardt 482ed84399
feat: ci to build new registry on push to main (#363)
This PR adds a github actions workflow for deploying new revisions of
the registry on pushes to main.
This means updating the new registry will continue to be as simple as
landing a PR in this repo, but it should only take as long as the docker
container takes to build to see the updates live :)

For now, updates go to dev for manual inspection, but once we're confident in the build process they'll go straight to main as well.
10 months ago
Michael Smith 6597a2d547
chore: add updates to force redeployment on Vercel (#348)
## Changes made
- Updated `check.sh` script to add support for automatic re-deploying in
the event that the the registry has a partial/full outage.

---------

Co-authored-by: Cian Johnston <cian@coder.com>
11 months ago
Muhammad Atif Ali 5101c27c83
chore: integrate Instatus in check script (#342) 11 months ago
Muhammad Atif Ali 90bfbfdc40
chore: add health check badge (#341) 11 months ago
Cian Johnston 57d96ca27f
ci: add script to check modules on registry.coder.com (#340)
Added a script + corresponding GitHub action to check active modules on registry.coder.com
11 months ago
Muhammad Atif Ali 50a946df0f
chore: explicitly setup terraform (#319) 1 year ago
Muhammad Atif Ali bd6747f9bc
chore: move update-version to ci (#301) 1 year ago
dependabot[bot] 94e126f248
chore(deps): bump oven-sh/setup-bun from 1 to 2 (#305)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Muhammad Atif Ali 1ab53139b3
ci: fix ci permissions (#166) 2 years ago
Muhammad Atif Ali d66d7e994e
ci: set base branch for docs update PR (#155) 2 years ago
Muhammad Atif Ali b299f98161
ci: automate version bumps in module README.md files (#139)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
2 years ago
Muhammad Atif Ali 6b842004e6
ci: check for typos (#131) 2 years ago
Muhammad Atif Ali 1e3bd2b04b
Add formatting check for shell scripts (#106) 2 years ago
Kyle Carberry 0516c1b8ea
feat: add linting (#51)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2 years ago
Muhammad Atif Ali 34aedce094
fix: fix misc. issues (#45) 2 years ago
Kyle Carberry cb72a16221
feat: add test framework (#48)
* Add test framework

* Add aws-region tests

* Add azure-region tests

* Update CONTRIBUTING.md

* Add formatting

* Improve fmt

* Format Terraform
2 years ago