steampipe-plugin-gitlab icon indicating copy to clipboard operation
steampipe-plugin-gitlab copied to clipboard

v0.7.0 - Pre-release checklist

Open graza-io opened this issue 1 year ago • 0 comments

  • [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 struct has EmailsDisabled=>EmailsEnabled & SharedRunnersEnabled replaced by a new struct SharedRunnersSetting
    • [ ] Verify Changes on underlying MergeRequest struct do not break tables.
    • [ ] Verify removal of Public (bool) field on Project struct does not break tables.
    • [ ] AuditEvent now have EventType property
    • [ ] Commit now has Author property
    • [ ] ContainerRegistry now has Status property
    • [ ] GroupMember now has MemberRole property

graza-io avatar Jun 19 '24 10:06 graza-io