2019-07-31 22:56:46 +05:30
|
|
|
## Summary
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Please briefly describe what part of the code base needs to be refactored.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Improvements
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Explain the benefits of refactoring this code.
|
|
|
|
See also https://about.gitlab.com/handbook/values/index.html#say-why-not-just-what
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Risks
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Please list features that can break because of this refactoring and how you intend to solve that.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Involved components
|
|
|
|
|
|
|
|
<!--
|
|
|
|
List files or directories that will be changed by the refactoring.
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Optional: Intended side effects
|
|
|
|
|
|
|
|
<!--
|
|
|
|
If the refactoring involves changes apart from the main improvements (such as a better UI), list them here.
|
|
|
|
It may be a good idea to create separate issues and link them here.
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
## Optional: Missing test coverage
|
|
|
|
|
|
|
|
<!--
|
|
|
|
If you are aware of tests that need to be written or adjusted apart from unit tests for the changed components,
|
|
|
|
please list them here.
|
|
|
|
-->
|
|
|
|
|
2020-10-24 23:57:45 +05:30
|
|
|
<!--
|
|
|
|
Please select the appropriate label from the following:
|
|
|
|
~"feature::addition"
|
2021-12-11 22:18:48 +05:30
|
|
|
~"type::maintenance"
|
2022-05-07 20:08:51 +05:30
|
|
|
~"maintenance::refactor"
|
|
|
|
~"maintenance::pipelines"
|
|
|
|
~"maintenance::workflow"
|
2020-10-24 23:57:45 +05:30
|
|
|
-->
|
|
|
|
|
2021-12-11 22:18:48 +05:30
|
|
|
/label ~"type::maintenance"
|