10000 chore: migrate all Coder modules to Registry repo by Parkreiner · Pull Request #4 · coder/registry · GitHub
[go: up one dir, main page]

Skip to content

chore: migrate all Coder modules to Registry repo #4

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

Merged
merged 23 commits into from
Apr 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1965655
chore: add module icons
Parkreiner Apr 16, 2025
ad58a76
chore: add sample module files
Parkreiner Apr 16, 2025
592e7a5
chore: add VSCode settings
Parkreiner Apr 16, 2025
2317f92
chore: add general module images for Coder
Parkreiner Apr 16, 2025
e905d7a
chore: copy over main modules
Parkreiner Apr 16, 2025
24fef19
chore: update .gitignore
Parkreiner Apr 16, 2025
4bbeb50
fix: add missing contributor README files
Parkreiner Apr 16, 2025
25b7225
fix: update path for TS test helpers
Parkreiner Apr 16, 2025
39b524c
chore: add current lint file
Parkreiner Apr 16, 2025
bad778e
chore: update more setup files
Parkreiner Apr 16, 2025
f7f7b3e
chore: update setup for windows-rdp type-checking
Parkreiner Apr 16, 2025
bdc4679
chore: move exoscale images to whizus namespace
Parkreiner Apr 16, 2025
5dec066
chore: update frontmatter image paths
Parkreiner Apr 16, 2025
f373279
fix: update frontmatter icons paths
Parkreiner Apr 16, 2025
9b11825
fix: update remaining fm paths
Parkreiner Apr 16, 2025
e87dc93
fix: update windows-rpd tsconfig
Parkreiner Apr 16, 2025
8480748
docs: make comment for clear
Parkreiner Apr 16, 2025
c3822ea
fix: make sure TF tests run properly
Parkreiner Apr 16, 2025
12e0eab
chore: add registry health check back
Parkreiner Apr 16, 2025
3886b0e
chore: add back other workflow files
Parkreiner Apr 16, 2025
8b26886
fix: standardize naming conventions for Bash files
Parkreiner Apr 16, 2025
a778878
fix: update display name for node.js module
Parkreiner Apr 16, 2025
82e4009
fix: remove typo that prevented GH Actions from picking up job
Parkreiner Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove typo that prevented GH Actions from pickin A30C g up job
  • Loading branch information
Parkreiner committed Apr 17, 2025
commit 82e4009a0a2898e3ebf417e16ade0d272f60e2a9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Remove build file artifact
run: rm ./contributors
test-terraform:
runs-on: ubuntu-latest/
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
0