- Jan 27, 2023
-
-
Heinrich Lee Yu authored
Changes the service to only accept `milestone_id` param and not `milestone`.
-
- Nov 01, 2022
-
-
Alexandru Croitor authored
When a project is transferred between groups we also transfer objects like labels or milestones. For transfered milestones we should keep the status of the transfered milestone. re #367045 Changelog: fixed
-
- Sep 07, 2022
-
-
Thiago Figueiró authored
-
- May 11, 2021
-
-
Chad Woolley authored
What: - Continuation of refactoring discussed and started in !30979 (comment 337747596) - Refactors Issuable-related service classes to subclass `BaseContainerService` instead of `BaseService`. Why: - This provides a greater degree of type safety in order to more easily and safely introduce a new named argument `spam_params` to support !58603 - The additional type safety will also make future refactors easier and less risky How: - Note that this is an incremental commit. In a subsequent commit, the first argument will be changed to `group` in the `Epics::BaseService` hierarchy.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Apr 19, 2021
-
-
- Apr 08, 2021
-
-
This change also makes count independent of user authorisation. It's a logical step in a light of 99eec020
-
- May 28, 2020
-
-
- make use of new cops and gitlab-styles updates
-
- Mar 17, 2020
-
-
Heinrich Lee Yu authored
This fixes a bug where only direct parent group milestones were checked
-
- Mar 04, 2020
-
-
Add milestone close issues count service Add milestone issue count service Use count issue services in milestoneish Clear milestone issue counters cache on issue creation Clear milestone closed issue counters cache Clear milestone issue counters cache on updating issue Clear milestone issue counters on project transfer Add a changelog for milestones page improvement Fix milestones issue count cache keys
-
- Sep 17, 2019
-
-
- Sep 04, 2019
-
-
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
-
- Jul 30, 2019
-
-
Yorick Peterse authored
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
- Apr 15, 2019
-
-
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
-
- Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file
-
- Mar 28, 2019
-
-
Nick Thomas authored
-
Nick Thomas authored
-
- Jan 11, 2019
-
-
Heinrich Lee Yu authored
Instead of querying relations into ids we just pass them to the model scope because the scope supports it now. Also changes other calls to `Milestone.for_projects_and_groups`
-
- Nov 05, 2018
-
-
Yorick Peterse authored
This moves all instances of `prepend EE::Something` and `include EE::Something` in service classes to the last line of the corresponding service class. This pushes EE specific code further down the files, reducing the likelihood of developers running into merge conflicts.
-
- Nov 02, 2018
-
-
Chantal Rollison authored
-
Chantal Rollison authored
-
- Sep 13, 2018
-
-
Robert Speicher authored
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Aug 16, 2018
-
-
Yorick Peterse authored
This whitelists all existing places where we use "destroy_all".
-
Yorick Peterse authored
This whitelists all existing places where we use "destroy_all".
-
- Aug 07, 2018
-
-
Mark Chao authored
1. When milestone's dates changes 2. When issue changes milestone 3. When epic's issues change 4. When Epic changes date fields Convert use of any_instance as it does not work with prepend
-
- Aug 06, 2018
-
-
Felipe authored
-
- Jul 17, 2018
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
* update-rubocop: Use stable gitlab-styles and eliminate offenses Updates from `rubocop -a` Update rubocop to get rid of a warning in other MR
-
Lin Jen-Shin authored
-
- May 17, 2018
-
-
Robert Speicher authored
-
- Nov 21, 2017
-
-
Felipe authored
-
- Nov 01, 2017
-
-
Valery Sizov authored
-
- Oct 31, 2017
-
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
- Jul 11, 2017
-
-
Paul Charlton authored
some changes introduced by 4daa6da5, 26b6e299, 17898ce0 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
-
Paul Charlton authored
-