-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add support for commit_committer_check and reject_unsigned_commits in push rules #246
Conversation
There is not setter? is this computed? can you modify existing tests? |
… push rules resource
Hey @roidelapluie, I can definitely look at the existing tests. Can you clarify what you mean by:
Thanks! |
When creating a push rule resource via Terraform, we'll receive a 422 response because the push rule(s) already exist (new projects get push rules by default). This happens via AddProjectPushRule from the client library. It seems that we can get around this issue by using the Any thoughts? |
Are any maintainers available to take a look at my most recent question? @roidelapluie |
Mmmh that's a tricky one. I will think about it and come back to you. |
Do you have any additional thoughts? |
Can you update the test please? |
I like the idea of changing I also noticed in your change that you are reading these attributes, but you are not setting them in the create or update functions. That's probably what @roidelapluie meant. |
Closing this since we merged #422 where we added these attributes but moved the config into |
Resolves #202, depends on #245