Results 15 issues of M.Y

I want a component dependency resolution. e.g. component A is dependent on component B, B must be applied before A. currently, it seems we can't define order of component apply....

**Describe the feature you would like and why you want it** I would like to specify multiple namespaces and/or with label selector for pod status and pod restart checker. as...

feature request

GetPermissionTarget returns non-nil err when permission target doesn't exist. I would like it to return nil err when permission target doesn't exist. This will be useful when I perform Create/Update/Delete...

feature request

**Is your feature request related to a problem? Please describe.** client timeout is currently set at 30s, introduced by #29 I like to set it shorter to fail fast or...

feature request

14.7 added support for group level access token https://about.gitlab.com/releases/2022/01/22/gitlab-14-7-released/#group-access-tokens we want to support this in this plugin. depending on https://github.com/xanzy/go-gitlab/issues/1347

enhancement

as described in the issue, only adding `token_type` in BaseTokenStorage and it'll do population. TODO: switch to create group/project access token based on `token_type` field haven't tested with gitlab instance...

I've tested at instance level where an admin token is used. This allows to create project access token for any projects. For SaaS or limited use, this secret mount should...

documentation
help wanted

dependabot takes care of updating dependencies. We should have a security scanning integrated in CI - OSS(once a week on main) - SAST(every push, and once a week on main)

For self-hosted GitLab, admin can lift API rate limit per origin of user. For SaaS GitLab, there's a limit documented [here](https://docs.gitlab.com/ee/user/gitlab_com/index.html#gitlabcom-specific-rate-limits). it's 2000 rpm for authenticated access. This shouldn't be...

documentation

Implement revoke token functionality. Currently, generated tokens are either expired or manually revoked. No-longer-needed token should also be revoked programmatically. AC: generic path revoke which accepts below to revoke {...