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

### What problem are you facing? `provider-gitlab` does not have support for [sharing groups with other groups](https://docs.gitlab.com/ee/user/group/manage.html#share-a-group-with-another-group) ### How could Crossplane help solve your problem? Implement the [group share](https://docs.gitlab.com/ee/api/groups.html#share-groups-with-groups) resource

enhancement

Is it possibly to use useremail or username instead of userid? ``` kind: Member metadata: name: admin-member spec: forProvider: groupIdRef: name: crossplane-example userID: [email protected] accessLevel: 50 providerConfigRef: name: gitlab-provider writeConnectionSecretToRef:...

enhancement

### What problem are you facing? would like to get the functionality of creating a project / group from the template, not just a blank project

enhancement

### What problem are you facing? We are currently using version [v0.50.0](https://github.com/crossplane-contrib/provider-gitlab/blob/master/go.mod#L10) of the xanzy/go-gitlab sdk, which is quite dated by now ### How could Crossplane help solve your problem?...

enhancement

### What happened? Build failed with go version go1.19.2 darwin/amd64 ``` 13:53:52 [ .. ] golangci-lint WARN [runner] Can't run linter unused: buildir: failed to load package goarch: could not...

bug

### What problem are you facing? In our environment we use some automation flow to create a gitops projects in a local gitlab instance, it’d be great to have an...

enhancement

### What problem are you facing? We would like to reconcile the `PipelineSchedule` and `PipelineScheduleVariable` resources using the provider-gitlab. ### How could Crossplane help solve your problem? General availability of...

enhancement

Signed-off-by: Stanislav2017 [email protected] ### Description of your changes Added DeployKey api, client side and controller side. Added referencers for relation DeployKey with Project without hardcoded IDs Fixes https://github.com/crossplane-contrib/provider-gitlab/issues/13 I have:...

### What problem are you facing? I would like to be able to supply credentials using a Secret for the provider when importing a project from an external URL. ###...

enhancement

### What problem are you facing? provider-gitlab does not have support for gitlab [deploy keys](https://docs.gitlab.com/ee/user/project/deploy_keys/) resource ### How could Crossplane help solve your problem? Implement https://docs.gitlab.com/ee/api/deploy_keys.html resource.

enhancement