Files
atlantis/server/events/vcs/testdata/gitlab-project-success.json
Luke Massa 1035d9263a chore: Move gitlab client test data into testdata/ files (#4086)
* feat: Move gitlab client test data into testdata/ files

* Cleanup
2023-12-21 19:20:40 -05:00

116 lines
3.9 KiB
JSON

{
"id": 4580910,
"description": "",
"name": "atlantis-example",
"name_with_namespace": "lkysow / atlantis-example",
"path": "atlantis-example",
"path_with_namespace": "lkysow/atlantis-example",
"created_at": "2018-04-30T13:44:28.367Z",
"default_branch": "patch-1",
"tag_list": [],
"ssh_url_to_repo": "git@gitlab.com:lkysow/atlantis-example.git",
"http_url_to_repo": "https://gitlab.com/lkysow/atlantis-example.git",
"web_url": "https://gitlab.com/lkysow/atlantis-example",
"readme_url": "https://gitlab.com/lkysow/atlantis-example/-/blob/main/README.md",
"avatar_url": "https://gitlab.com/uploads/-/system/project/avatar/4580910/avatar.png",
"forks_count": 0,
"star_count": 7,
"last_activity_at": "2021-06-29T21:10:43.968Z",
"namespace": {
"id": 1,
"name": "lkysow",
"path": "lkysow",
"kind": "group",
"full_path": "lkysow",
"parent_id": 1,
"avatar_url": "/uploads/-/system/group/avatar/1651/platform.png",
"web_url": "https://gitlab.com/groups/lkysow"
},
"_links": {
"self": "https://gitlab.com/api/v4/projects/4580910",
"issues": "https://gitlab.com/api/v4/projects/4580910/issues",
"merge_requests": "https://gitlab.com/api/v4/projects/4580910/merge_requests",
"repo_branches": "https://gitlab.com/api/v4/projects/4580910/repository/branches",
"labels": "https://gitlab.com/api/v4/projects/4580910/labels",
"events": "https://gitlab.com/api/v4/projects/4580910/events",
"members": "https://gitlab.com/api/v4/projects/4580910/members"
},
"packages_enabled": false,
"empty_repo": false,
"archived": false,
"visibility": "private",
"resolve_outdated_diff_discussions": false,
"container_registry_enabled": false,
"container_expiration_policy": {
"cadence": "1d",
"enabled": false,
"keep_n": 10,
"older_than": "90d",
"name_regex": ".*",
"name_regex_keep": null,
"next_run_at": "2021-05-01T13:44:28.397Z"
},
"issues_enabled": true,
"merge_requests_enabled": true,
"wiki_enabled": false,
"jobs_enabled": true,
"snippets_enabled": true,
"service_desk_enabled": false,
"service_desk_address": null,
"can_create_merge_request_in": true,
"issues_access_level": "private",
"repository_access_level": "enabled",
"merge_requests_access_level": "enabled",
"forking_access_level": "enabled",
"wiki_access_level": "disabled",
"builds_access_level": "enabled",
"snippets_access_level": "enabled",
"pages_access_level": "private",
"operations_access_level": "disabled",
"analytics_access_level": "enabled",
"emails_disabled": null,
"shared_runners_enabled": true,
"lfs_enabled": false,
"creator_id": 818,
"import_status": "none",
"import_error": null,
"open_issues_count": 0,
"runners_token": "1234456",
"ci_default_git_depth": 50,
"ci_forward_deployment_enabled": true,
"public_jobs": true,
"build_git_strategy": "fetch",
"build_timeout": 3600,
"auto_cancel_pending_pipelines": "enabled",
"build_coverage_regex": null,
"ci_config_path": "",
"shared_with_groups": [],
"only_allow_merge_if_pipeline_succeeds": true,
"allow_merge_on_skipped_pipeline": false,
"restrict_user_defined_variables": false,
"request_access_enabled": true,
"only_allow_merge_if_all_discussions_are_resolved": true,
"remove_source_branch_after_merge": true,
"printing_merge_request_link_enabled": true,
"merge_method": "merge",
"suggestion_commit_message": "",
"auto_devops_enabled": false,
"auto_devops_deploy_strategy": "continuous",
"autoclose_referenced_issues": true,
"repository_storage": "default",
"approvals_before_merge": 0,
"mirror": false,
"external_authorization_classification_label": null,
"marked_for_deletion_at": null,
"marked_for_deletion_on": null,
"requirements_enabled": false,
"compliance_frameworks": [],
"permissions": {
"project_access": null,
"group_access": {
"access_level": 50,
"notification_level": 3
}
}
}