steampipe-plugin-gitlab
steampipe-plugin-gitlab copied to clipboard
Use SQL to instantly query GitLab projects, groups and more. Open source CLI. No DB required.
Related to https://github.com/theapsgroup/steampipe-plugin-gitlab/issues/70 Adding a `ref` value to filter results by. This is so you can query for the files in a non-default branch, but I've tried to configure it...
I'd like to be able to specify the branch to use for the `gitlab_project_repository` table, as right now it can only ever get the file tree from the default branch...
When performing a query on project to get statistics all columns are null. However, when setting `statistics=true` on an API call to the same project id the expected results are...
Hi I'm trying to query the gitlab_user table with users that are in a group: gitlab_group_member but I keep running into the same error. This is on gitlab.com: ``` Query...
Currently the plugin cannot be built as a standalone postgres FDW as it differs from the standard way how the plugin `main.go` and `go.mod` have to look like. go.mod and...
- [x] Verify Statistics in `gitlab_project` table. - [x] Verify `ref` column on `gitlab_project_repository` - [x] Upgrade Steampipe SDK Version - [x] Upgrade GitLab SDK Version - [ ] `Group`...
ListOptions has been updated to include: ```go // For keyset-based paginated result sets, name of the column by which to order OrderBy string `url:"order_by,omitempty" json:"order_by,omitempty"` // For keyset-based paginated result...
`https://github.com/xanzy/go-gitlab` has been migrated to `https://gitlab.com/gitlab-org/api/client-go` Although the original instructions to migrate have been to _just_ replace the dependency, in effect some code changes were needed. Additionally this was compiled...
Justy wondering if there are any plans to add https://docs.gitlab.com/ee/api/merge_request_approvals.html#get-project-level-rules As table(s) in this plugin. Given the pretty complex lists of users and groups returned I am not clear on...