Skip to content

Conversation

@keanelekenns
Copy link
Member

closes #109 #111 #112

This is just a first draft that only takes into account the limited settings we currently support for terraform.

I also have no way to test if it works without deploying it to main, so I can't tell what will happen, but I figured I can just fix it if it breaks anything.

apiV1Router.get("/repo", getRepoList);

apiV1Router.post("/settings", settingsValidator, postSettings);
apiV1Router.get("/settings", getSettings);
Copy link
Member

Choose a reason for hiding this comment

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

@keanelekenns keanelekenns merged commit b10e264 into main Feb 25, 2022
@keanelekenns keanelekenns deleted the 109-repo-config-db branch February 25, 2022 20:17
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.

Persistent Repository Configurations

3 participants