-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new properties to gitlab.project (#1816)
Add a pile of new properties we need to improve the security policy + asset overview data. ``` gitlab.group.projects.first: { webURL: "https://gitlab.com/lunaelectric/rover" issuesEnabled: true wikiEnabled: true requirementsEnabled: false path: "rover" createdAt: 2023-09-20 15:56:18.042 -0700 PDT containerRegistryEnabled: true name: "Rover" visibility: "private" id: 50575105 defaultBranch: "main" description: "" archived: false serviceDeskEnabled: true emailsDisabled: false mirror: false allowMergeOnSkippedPipeline: false autoDevopsEnabled: false onlyAllowMergeIfAllDiscussionsAreResolved: false onlyAllowMergeIfPipelineSucceeds: false fullName: "Lunalectric / Rover" packagesEnabled: true mergeRequestsEnabled: true snippetsEnabled: true } ``` Highlights: - Update the defaults to use the new fullName property which includes the namespace (group in our context) - Include super handy things for asset inventory like the URL, create date, and status of features, if its a mirror/archived, and the default branch name. - Include some rules for merges --------- Signed-off-by: Tim Smith <[email protected]> Co-authored-by: Letha <[email protected]>
- Loading branch information
1 parent
c884837
commit ebe8c80
Showing
6 changed files
with
336 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.