Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot ab7cf450ba Add latest changes from gitlab-org/gitlab@master 2019-12-03 18:06:49 +00:00
GitLab Bot c324100967 Add latest changes from gitlab-org/gitlab@master 2019-11-07 21:06:14 +00:00
blunceford 6ff16f4bd0 Fix bug with closed milestones in dashboard 2019-07-16 15:33:35 -06:00
Jacopo 22eb2e4c22 Adds milestone search
Adds to search ILIKE search for milestones title in:
  - Milestones dashboard
  - Group milestones page
  - Project milestones page
2019-01-24 18:44:09 +01:00
Mike Greiling a4833f6fe0 Merge branch 'ccr/49289_milestone_link' into 'master'
Add project milestone link

Closes #49289

See merge request gitlab-org/gitlab-ce!22552
2019-01-02 21:17:16 +00:00
Jacopo d2851f41ba Extend override check to also check arity
Override now cares about parents method arity: if parents arity
doesn't match raises an error.
2018-12-22 14:10:43 +01:00
Fatih Acet e9ef02096b
Add project milestone link to dashboard milestones
One of the steps to deprecate dashboard milestones.
Links do dashboard milestone are replaced with links for each
project milestone
2018-12-20 13:33:09 +01:00
Douglas Barbosa Alexandre ec14d3fe34
Don't use MilestoneFinder for group milestones
This refactors the DashboardGroupMilestone model so that it no
longer uses the MilestoneFinder, instead using methods defined
on the Milestone model directly.
2018-09-18 11:35:21 -03:00
Chantal Rollison e580c2261d Filter group milestones based on user membership 2018-09-13 08:08:53 -07:00
Yorick Peterse 2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Chantal Rollison 90aae02bd7 Add group milestones to dashboard milestone page 2018-08-03 19:52:37 +00:00