summaryrefslogtreecommitdiff
path: root/app/models/concerns/milestoneish.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust burndown chart opened issues countce-9578-adjust-opened-issues-count-and-completion-rateAlexandru Croitor2019-06-041-14/+6
* Display the correct number of MRs a user has access toIgor Drozdov2019-03-051-7/+7
* Display only informaton visible to current userJarka Košanová2019-03-051-0/+12
* Show only MRs visible to user on milestone detailJarka Košanová2019-02-141-2/+9
* Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-201-1/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-2/+2
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-2/+2
* #28481: Display time tracking totals on milestone pageRiccardo Padovani2018-02-211-0/+8
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-4/+5
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-171-0/+8
|\
| * Add externalized stringsGeorge Andrinopoulos2017-11-111-1/+1
| * Move total time spend calculation to milestoneishGeorge Andrinopoulos2017-11-111-0/+8
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-291-1/+1
* replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-291-1/+1
* replace `is_project_milestone?` with `project_milestone?`Maxim Rydkin2017-08-291-1/+1
* replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-291-1/+1
* Native group milestonesFelipe Artur2017-07-071-0/+16
* Improve method names and add more specsFelipe Artur2017-06-161-10/+12
* Remove old specs and add new onesFelipe Artur2017-06-161-2/+6
* Order merge requests by priorityFelipe Artur2017-06-161-3/+3
* Order issues by priorityFelipe Artur2017-06-161-5/+7
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
* Use cached values to compute total issues count in milestone index pagesreduce-queries-milestone-indexAdam Niedzielski2017-01-101-2/+5
* Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-061-2/+8
* Milestoneish SQL performance partially improved and memoizedjej-memoize-milestoneish-visible-to-userJames Edwards-Jones2016-12-201-3/+25
* Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-151-1/+1
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-5/+5
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+24
* Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-1/+1
* Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre2016-03-171-8/+12
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-0/+25