Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-18 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-05 | 3 | -4/+48 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 2 | -0/+4 |
| | |||||
* | Add service to transfer group milestones | Eugenia Grieff | 2019-09-04 | 2 | -0/+118 |
| | | | | | | | | | | | - 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 | ||||
* | Externalize strings detected by rubocop-i18n | Martin Wortschack | 2019-04-15 | 1 | -3/+3 |
| | | | | | | - Externalize strings in milestones_helper - Externalize strings in app/services - Update PO file | ||||
* | Add a thin encapsulation around .pluck(:id) | Nick Thomas | 2019-03-28 | 1 | -3/+1 |
| | |||||
* | Fix MilestonesFinder to pass relations to scope | Heinrich Lee Yu | 2019-01-12 | 1 | -3/+1 |
| | | | | | | | 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` | ||||
* | Add email for milestone change | Chantal Rollison | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 2 | -0/+10 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Merge branch 'issue_36138' into 'master' | Sean McGivern | 2018-08-28 | 1 | -8/+12 |
|\ | | | | | | | | | | | | | Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057 | ||||
| * | Allow to delete group milestonesissue_36138 | Felipe Artur | 2018-08-06 | 1 | -8/+12 |
| | | |||||
* | | Whitelist existing destroy_all offensesblacklist-destroy-all | Yorick Peterse | 2018-08-16 | 1 | -1/+1 |
|/ | | | | This whitelists all existing places where we use "destroy_all". | ||||
* | Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-more | gfyoung | 2018-07-17 | 7 | -0/+14 |
| | | | | Partially addresses #47424. | ||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Bring CE-EE parity to app/services/milestones/base_service.rbrs-milestones-base-service-parity | Robert Speicher | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Fix promoting milestone updating all issuables without milestoneissue_40337 | Felipe Artur | 2017-11-21 | 1 | -9/+14 |
| | |||||
* | Allow promoting project milestones to group milestones | Felipe Artur | 2017-10-31 | 1 | -0/+80 |
| | |||||
* | replace `is_project_milestone?` with `project_milestone?` | Maxim Rydkin | 2017-08-29 | 4 | -4/+4 |
| | |||||
* | Repair Regression caused by - !11573 | Paul Charlton | 2017-07-11 | 1 | -2/+4 |
| | | | | | | | | some changes introduced by 4daa6da5407d235cbe4f7a787eaa29304446a870, 26b6e299e1c97b956306572c5c9f6c02f428bfd7, 17898ce021fc365c620d4600df68c3e7d2151619 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling | ||||
* | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 1 | -4/+2 |
| | |||||
* | Fix milestones destroy servicefix_milestone_destroy_service | Felipe Artur | 2017-07-10 | 1 | -2/+4 |
| | |||||
* | Native group milestones | Felipe Artur | 2017-07-07 | 5 | -6/+12 |
| | |||||
* | Ensure validation messages are shown within the milestone form | Mark Fletcher | 2016-09-19 | 1 | -1/+1 |
| | | | | | | | * Remove call to Milestone#save! instead just Milestone#save * Add safety specs to stop a regression Fixes #22033 | ||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | Implement review suggestions | Felipe Artur | 2016-04-07 | 1 | -1/+1 |
| | |||||
* | Move global milestone specs | Dmitriy Zaporozhets | 2015-11-16 | 1 | -26/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor global and group milestones logic | Dmitriy Zaporozhets | 2015-11-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove milestones from merge requests when milestones are deleted | Stan Hu | 2015-09-21 | 1 | -0/+5 |
| | | | | Reported by https://github.com/gitlabhq/gitlabhq/issues/9643 | ||||
* | Create a "destroyed Milestone" event and keep Milestone events around in the DB | Stan Hu | 2015-09-15 | 1 | -0/+22 |
| | | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382 | ||||
* | Merge branch 'group_milestones' into 'master' | Dmitriy Zaporozhets | 2014-07-01 | 1 | -0/+26 |
|\ | | | | | | | Group milestones | ||||
| * | Fix styling issues. | Marin Jankovski | 2014-06-30 | 1 | -1/+1 |
| | | |||||
| * | Start building group milestone show page. | Marin Jankovski | 2014-06-30 | 1 | -2/+8 |
| | | |||||
| * | Get one group milestone based on milestone title. | Marin Jankovski | 2014-06-30 | 1 | -0/+8 |
| | | |||||
| * | Move group milestone processing from service to model. | Marin Jankovski | 2014-06-30 | 1 | -64/+3 |
| | | |||||
| * | Reuse existing milestones counting. | Marin Jankovski | 2014-06-30 | 1 | -2/+2 |
| | | |||||
| * | Create group milestones service. | Marin Jankovski | 2014-06-30 | 1 | -0/+73 |
| | | |||||
* | | Make app works with strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix milestone reopen | Dmitriy Zaporozhets | 2014-06-10 | 2 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace milestone observer with services | Dmitriy Zaporozhets | 2014-06-10 | 5 | -0/+59 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |