Skip to content

Conversation

tjholm
Copy link
Member

@tjholm tjholm commented Oct 17, 2025

Expecting this one to still have a few outstanding issues, but should be ready enough to start testing.

Copy link
Contributor

coderabbitai bot commented Oct 17, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.


# Checkout the suga github repo
RUN git clone --depth=1 -b main https://github.com/nitrictech/suga /suga
RUN git clone --depth=1 -b feat/suga-plugin-serve https://github.com/nitrictech/suga /suga
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to mainline this before merge but leaving like this to make testing easier

package terraform

var imageModuleRef = "github.com/nitrictech/suga//engines/terraform/modules/image?depth=1&ref=main"
var imageModuleRef = "github.com/nitrictech/suga//engines/terraform/modules/image?depth=1&ref=feat/suga-plugin-serve"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to re mainline this but here like this for testing for now


// Disable checksum validation during local development
// TODO: Limit this to modules served from the proxies only
env = append(env, "GONOSUMDB=*")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to resolve this, will probably make a custom endpoint as part of the go mod server to output the discovered modules that the proxy is hosting.

@tjholm tjholm force-pushed the feat/suga-plugin-serve branch from 3e69fc0 to 763e0e8 Compare October 17, 2025 02:09
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