-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat/handle-webhook-notifications #33
Conversation
f4372aa
to
89607be
Compare
357bf22
to
dc1bc9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add proper logging inside the server
fmt.Println("Received push event repo: %s, revision: %s, touchedHead: %v", webURL, revision, touchedHead) | ||
} | ||
// The next 2 lines probably dont work, waiting for chat GPT to be up \o/ | ||
repositories := &configv1alpha1.TerraformRepositoryList{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to find how to get all TerraformRepository
resources inside a namespace
} | ||
// The next 2 lines probably dont work, waiting for chat GPT to be up \o/ | ||
// Should we link lkayer and repositories by label to make this list easier? | ||
layers := &configv1alpha1.TerraformLayerList{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to find how to get all TerraformLayer
resources linked to a a TerraformRepository
7c788ac
to
11e8663
Compare
No description provided.