Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand fields for GitLab project #4861

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Expand fields for GitLab project #4861

merged 4 commits into from
Nov 19, 2024

Conversation

tas50
Copy link
Member

@tas50 tas50 commented Nov 14, 2024

Get some more data

gitlab.group.projects.first.projectMembers: [
  0: gitlab.project.member username="root" role="Owner" name="Administrator"
  1: gitlab.project.member username="group_3_bot_b7fcf7deff3b60d0c34254b9fe169255" role="Reporter" name="mondoo-scanner"
]
cnquery> gitlab.group.projects.first{jobsEnabled emptyRepo sharedRunnersEnabled groupRunnersEnabled}
gitlab.group.projects.first: {
  emptyRepo: false
  groupRunnersEnabled: true
  jobsEnabled: true
  sharedRunnersEnabled: true
}
cnquery> gitlab.group.projects.first.approvalSettings{*}
gitlab.group.projects.first.approvalSettings: {
  mergeRequestsAuthorApproval: false
  mergeRequestsDisableCommittersApproval: false
  approvalsBeforeMerge: 0
  resetApprovalsOnPush: false
  requirePasswordToApprove: false
  selectiveCodeOwnerRemovals: false
  disableOverridingApproversPerMergeRequest: false
}

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Nov 14, 2024

Test Results

3 145 tests  ±0   3 144 ✅ ±0   1m 26s ⏱️ -1s
  371 suites ±0       1 💤 ±0 
   28 files   ±0       0 ❌ ±0 

Results for commit cc8619d. ± Comparison against base commit eed8224.

♻️ This comment has been updated with latest results.

This comment has been minimized.

@tas50 tas50 force-pushed the tas50/gitlab branch 7 times, most recently from 52de71e to 7429380 Compare November 17, 2024 17:47
tas50 and others added 2 commits November 18, 2024 20:00
Get some more data. Also improve help to make it more clear what format
the URL needs to be in

Signed-off-by: Tim Smith <tsmith84@gmail.com>
Co-authored-by: Letha <letha@mondoo.com>
Signed-off-by: Tim Smith <tsmith84@gmail.com>
@tas50 tas50 marked this pull request as ready for review November 19, 2024 04:13
Signed-off-by: Tim Smith <tsmith84@gmail.com>
@tas50 tas50 merged commit 7cd1ec5 into main Nov 19, 2024
8 checks passed
@tas50 tas50 deleted the tas50/gitlab branch November 19, 2024 16:30
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants