Skip to content

Remove (deprecated) strings from ProjectType

What does this MR do?

This MR removes "(deprecated)" strings from the GraphQL ProjectType.

ProjectType had "(deprecated)" added to the description of some of its fields in d1451e7b. These were added because the same properties had been deprecated in the REST Projects API in favor of properties called {x}_access_level #211620 (comment 315174858).

As the GraphQL ProjectType does not have such fields, the fields that had "(deprecated)" added to their descriptions were never actually deprecated.

This MR removes those strings, and also makes the descriptions more consistent according to the styleguide for descriptions

Descriptions of GraphQL::BOOLEAN_TYPE fields should answer the question: “What does this field do?”. Example: 'Indicates project has a Git repository'.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports