feat(coderd/templatebuilder): author initial module catalog for 19 modules#26194
Open
jeremyruppel wants to merge 1 commit into
Conversation
This was referenced Jun 9, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
c2001ae to
9b5edc9
Compare
a22ee04 to
30c756d
Compare
9b5edc9 to
b1e1078
Compare
4679a0b to
fe5d6b4
Compare
b1e1078 to
6a591ad
Compare
fe5d6b4 to
78166e5
Compare
6a591ad to
e1dff0c
Compare
Docs preview📖 View docs preview for |
3b2c50b to
7786eb2
Compare
e1dff0c to
36a2669
Compare
7786eb2 to
ebeeeb9
Compare
36a2669 to
04eb9f8
Compare
04eb9f8 to
bf3751c
Compare
ebeeeb9 to
5825947
Compare
Contributor
Author
|
reviewers, hark! these are all generated by the modulegen script introduced in #26193. any bug here is either a bug in the script or a data discrepancy in the registry. the additional, template-builder-specific module data can be found here: coder/scripts/modulegen/main.go Lines 22 to 42 in bf3751c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
This PR was authored by Coder Agents on behalf of @jeremyruppel.
Runs the
scripts/modulegengenerator against the coder/registry to produce the initial module catalog for the template builder. Generatesmodule.jsonand.tf.tmplfiles for 19 modules across four categories:Also updates
catalog_test.goto validate the new embedded modules load correctly.