provider-gitlab icon indicating copy to clipboard operation
provider-gitlab copied to clipboard

Crossplane Gitlab provider

Results 20 provider-gitlab issues
Sort by recently updated
recently updated
newest added

### Description of your changes This PR adds GroupAccessTokens I have: - [x] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable test` to ensure this PR...

### What happened? When using the Hook MR for projects, the secret token which verifies the webhook call is written directly into the MR itself. Thus having the Secret not...

bug

### What problem are you facing? Since the release of Gitlab 16.0, all forms of tokens have a limited life time and they all expire within 1 year and it's...

enhancement

### What problem are you facing? I'm missing the ability to configure protected branches, the api docs can be found here: https://docs.gitlab.com/ee/api/protected_branches.html. ### How could Crossplane help solve your problem?...

enhancement

### What problem are you facing? When I delete a project managed by the provider, the project is pending for deletion for a certain retention period. If I force the...

enhancement

### What problem are you facing? The current GitLab group implementation do not allow to configure LDAP link. Currently we have to set it up manually. See: https://docs.gitlab.com/ee/api/groups.html#add-ldap-group-link-with-cn-or-filter ### How...

enhancement

### What problem are you facing? Currently it is not possible to configure MR approval rules on project level using this provider. See: https://docs.gitlab.com/ee/api/merge_request_approvals.html#create-project-level-rule ### How could Crossplane help solve...

enhancement

### What problem are you facing? When creating a project I want to add some initial files so that its not empty. So I have some smooth onboarding process. I...

enhancement

### What happened? No Kubernetes events are raised after creating a CR instance of `accesstokens.projects.gitlab.crossplane.io`. It appears this API was recently implemented with #82 ### How can we reproduce it?...

bug

On `provider-aws` we are able to use `publishConnectionDetailsTo` instead of `writeConnectionSecretToRef` Could we also implement that functionality on `provider-gitlab`. (documentation states that: `writeConnectionSecretToRef field is planned to be replaced in...

enhancement