provider-gitlab
provider-gitlab copied to clipboard
Crossplane Gitlab provider
### Description of your changes Add a default no-op logger so that the controller-runtime isn't producing a stack trace. Other providers are already using the same solution to avoid this...
### What happened? The Pod started for the gitlab provider v0.8.0 des not show anly log besides the following: ``` [controller-runtime] log.SetLogger(...) was never called; logs will not be displayed....
### What happened? We saw issues concerning the group api, after updating our gitlab instance. In our case, the group api deprecated the `emails_disabled` flag and inverted it as `emails_enabled`....
### What happened? I attempted to delete a project via kubectl ``` kubectl delete -f gitlab-test.yaml ``` ``` Normal DeletedExternalResource 4m29s (x20 over 7m32s) managed/project Successfully requested deletion of external...
### What happened? When I set buildGitStrategy to clone, the Git Strategy in CI/CD settings is not changed. ### How can we reproduce it? With the following manifest ``` apiVersion:...
### Description of your changes API definition for secretRef has been added in project_types.go. Retrieving secret and adding it to the importUrl has been implemented in controller/project.go (WIP) Fixes #48...
## What and Why? - Gitlab 17 will deprecate the traditional runner registration flow, thus we need to create gitlab runner users. - As an operator of Gitlab i want...
### Description of your changes Adding support of different authentification types supported by the gitlab SDK: [BasicAuth](https://docs.gitlab.com/ee/user/application_security/dast/browser/checks/287.1.html) with username and password, [JobToken](https://docs.gitlab.com/ee/ci/jobs/ci_job_token.html), [OAuthToken](https://docs.gitlab.com/ee/api/oauth2.html), [PrivateToken](https://docs.gitlab.com/ee/security/tokens/#personal-access-tokens) that stays the default for retro-compatiability...
### What happened? When creating a managed resource of type `SamlGroupLink` the property `MemberRoleId` is not set. This field is necessary for creating a SAML Group Link to a Custom...
When conducting scans of gitlab-provider we came up with the follow list of CVEs. It's believe it's related to `stdlib-go` and that updating will solve most if not all. Below...