Skip to content

Simplify project milestone resource

What does this MR do?

This MR simplifies the project milestone resource.

The fabricate method is not in use, and so it just adds unnecessary complexity. This is why it is being removed. The same applies to the description attribute.

Also, instead of having a title= method, better having it initialized with a default value so that it doesn't need to be provided when fabricating the resource in the test file.

Finally, the test that uses the updated resource was updated to use the default title.

With all that, we save 21 lines of code.

Note: I have created a follow-up MR to remove duplications between this resource and the one under the qa/qa/ee/resource/ directory.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Walmyr Lima e Silva Filho

Merge request reports