summaryrefslogtreecommitdiff
path: root/app/models/global_milestone.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-4/+4
* Native group milestonesFelipe Artur2017-07-071-7/+40
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-3/+3
* Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-101-0/+22
* Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-061-4/+15
* Milestoneish SQL performance partially improved and memoizedjej-memoize-milestoneish-visible-to-userJames Edwards-Jones2016-12-201-3/+7
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-23/+10
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+5
* Use select(:foo) instead of map(&:foo) in GlobalMilestoneAhmad Sherif2016-09-231-3/+3
* Ensure milestones passed to GlobalMilestone is an ActiveRecord::RelationAhmad Sherif2016-09-231-13/+4
* Reduce number of queries when calling GlobalMilestone#{labels,participants}Ahmad Sherif2016-09-231-2/+12
* Eager-load assignee and labels associations for GlobalMilestore issuablesAhmad Sherif2016-09-231-2/+2
* Ruby fixesPhil Hughes2016-03-291-1/+1
* Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-1/+2
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-49/+4
* Refactor Merge Requests tab into a custom partialRubén Dávila2016-03-041-0/+6
* Eager load Issues/MRs project for Milestone.Rubén Dávila2016-03-041-2/+2
* Refactor GlobalMilestone queries.Rubén Dávila2016-03-041-13/+13
* Add two custom Date/Time conversion formatsRobert Speicher2016-01-071-2/+2
* Remove stamp gemRobert Speicher2016-01-071-2/+2
* Fix Error 500 when global milestones have slashesStan Hu2015-12-221-1/+1
* Merge branch 'gsmethells/gitlab-ce-sort-by-due-date'Douwe Maan2015-12-071-0/+29
|\
| * Satisfy RubocopDouwe Maan2015-12-071-1/+1
| * sort milestones by due_dateGreg Smethells2015-12-031-1/+30
* | Fix Error 500 when creating global milestones with Unicode charactersStan Hu2015-12-051-1/+1
|/
* Some code and doc improvementsglobal-milestonesDmitriy Zaporozhets2015-11-161-0/+4
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-161-0/+97