summaryrefslogtreecommitdiff
path: root/app/models/milestone.rb
Commit message (Expand)AuthorAgeFilesLines
* Change query to work on mysql as well. Also set entire date because setting o...Luke Picciau2019-05-311-0/+11
* Externalize strings in app/modelsMartin Wortschack2019-04-121-5/+5
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Only count active milestones as startedSean McGivern2019-03-191-0/+1
* Fix upcoming milestone for far-future due datesSean McGivern2019-03-061-2/+2
* Merge branch '54905-milestone-search' into 'master'Sean McGivern2019-01-251-1/+12
|\
| * Adds milestone searchJacopo2019-01-241-1/+12
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/
* Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-4/+3
* Merge branch '53431-fix-upcoming-milestone-filter-for-groups' into 'master'Sean McGivern2019-01-111-13/+26
|\
| * Refactor Milestone.for_projects_and_groupsHeinrich Lee Yu2018-12-311-6/+7
| * Add group milestones in upcoming filterHeinrich Lee Yu2018-12-311-8/+20
* | Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling2019-01-021-1/+5
|\ \ | |/ |/|
| * Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-201-1/+5
* | Add % prefix to milestone reference link textHeinrich Lee Yu2018-12-211-1/+1
|/
* Merge branch 'rails5-deprecated-uniq' into 'master'Robert Speicher2018-10-291-1/+1
|\
| * Replace deprecated uniq on a Relation with distinctJasper Maes2018-10-261-1/+1
* | Moving state_count to Milestone model and related testsEagllus2018-10-171-0/+16
|/
* Don't use MilestoneFinder for group milestonesDouglas Barbosa Alexandre2018-09-181-1/+4
* Fix missing and duplicates on project milestone listing pageOswaldo Ferreira2018-08-071-16/+19
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Fix ordering by name on milestones pageDouglas Barbosa Alexandre2018-07-301-0/+4
|/
* [Rails5] Fix milestone GROUP BY queryblackst0ne2018-07-061-1/+2
* Fix static analysysShinya Maeda2018-05-111-1/+1
* Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-081-0/+1
* Atomic internal ids for all modelsAndreas Brandl2018-04-201-1/+4
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-1/+1
* Fix specsFelipe Artur2018-04-051-2/+2
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Deprecate InternalId concern and rename.Andreas Brandl2018-03-161-1/+1
* [CE-Backport] Fix board filter when milestone is predefinedee-backport-issue_40654Felipe Artur2017-12-051-0/+7
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-4/+1
* Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-241-1/+2
* Fix link text from group contextJarka Kadlecova2017-11-231-3/+3
* Changed validation error message on wrong milestone datesXurxo Méndez Pérez2017-11-181-1/+1
* Fix rewriting issue references with group milestonesGrzegorz Bizon2017-09-201-3/+5
* replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-291-2/+2
* replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-291-1/+1
* Support references to group milestonesSean McGivern2017-08-071-3/+9
* Native group milestonesFelipe Artur2017-07-071-3/+69
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-5/+5
* Improve method names and add more specsFelipe Artur2017-06-161-1/+1
* Order merge requests by priorityFelipe Artur2017-06-161-1/+1
* Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-32/+0
* Fix: Milestone - Participants list is showing duplicate assigneesfix_duplicated_assignees_on_milestone_pageValery Sizov2017-05-291-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+4
* Removed `Milestone#is_empty?`Jacopo2017-04-071-4/+0