description: 'Timestamp of the project last activity'
field:archived,GraphQL::BOOLEAN_TYPE,null: true,
description: 'Archived status of the project'
description: 'Indicates the archived status of the project'
field:visibility,GraphQL::STRING_TYPE,null: true,
description: 'Visibility of the project'
...
...
@@ -102,6 +102,8 @@
description: 'Indicates if a link to create or view a merge request should display after a push to Git repositories of the project from the command line'
=_('Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one.')
.settings-content
-if@project.empty_repo?
.text-secondary
=_('A default branch cannot be chosen for an empty project.')
-placeholder=model.is_a?(MergeRequest)?_('Describe the goal of the changes and what reviewers should be aware of.'):_('Write a comment or drag your files here…')