summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
Commit message (Expand)AuthorAgeFilesLines
* Add externalized stringsGeorge Andrinopoulos2017-11-111-3/+3
* Move total time spend calculation to milestoneishGeorge Andrinopoulos2017-11-111-5/+5
* Fix static code analysis offenceGeorge Andrinopoulos2017-11-111-1/+1
* Fix collapsed sidebar messages and iconGeorge Andrinopoulos2017-11-111-4/+10
* Add total time spent to milestonesGeorge Andrinopoulos2017-11-111-0/+10
* Allow promoting project milestones to group milestonesFelipe Artur2017-10-311-0/+7
* Fixes milestone issuable assignee URLmilestone-avatar-issuable-linkPhil Hughes2017-09-151-1/+1
* Merge branch '36452-milestone-icon' into 'master'Phil Hughes2017-09-041-1/+1
|\
| * Use new MR icon for milestone sidebar36452-milestone-iconAnnabel Dunstone Gray2017-09-011-1/+1
* | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-031-2/+2
|/
* replace `is_dashboard_milestone?` with `dashboard_milestone?`Maxim Rydkin2017-08-291-1/+1
* replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin2017-08-292-6/+6
* replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-292-2/+2
* Fix milestone sidebar collapse buttonfix-milestone-sidebarClement Ho2017-08-161-1/+1
* Fix edit milestone path from group milestones listJarka Kadlecova2017-08-162-2/+2
* Update top bar issues iconAnnabel Dunstone Gray2017-08-041-1/+1
* Fix participant name link trailing space on milestone pagefix-participant-name-trailingClement Ho2017-07-261-2/+2
* Native group milestonesFelipe Artur2017-07-072-36/+63
* Remove duplicated queriesTakuya Noguchi2017-07-072-6/+9
* Remove issuable drag-n-drop and sorting from milestone view completely (!11950)Takuya Noguchi2017-07-071-2/+1
* Avoid to repeat namespace querying on project milestoneTakuya Noguchi2017-07-071-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-054-8/+8
* Drop GFM support for the title of Milestone/MergeRequest in templateTakuya Noguchi2017-06-271-1/+1
* Drop GFM support for issuable title on milestone for consistency and performanceTakuya Noguchi2017-06-261-1/+1
* Improve method names and add more specsFelipe Artur2017-06-163-6/+6
* Order merge requests by priorityFelipe Artur2017-06-162-3/+3
* Order issues by priorityFelipe Artur2017-06-163-7/+7
* Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-2/+2
* Add fixed positioning to top level navbarAnnabel Dunstone Gray2017-05-121-1/+1
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-4/+4
|\
| * Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-4/+4
* | Fixed labels layout on labels milestone tabfix-milestone-label-layoutPhil Hughes2017-05-051-8/+6
|/
* Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz2017-05-032-12/+18
|\
| * Moved sort endpoints into data attributesasync-milestone-tabsPhil Hughes2017-04-281-3/+3
| * Change the hash when changing tabPhil Hughes2017-04-262-13/+11
| * Load milestone tabs asynchronouslyPhil Hughes2017-04-261-8/+16
* | add issues and merge-requests classes and use to find in rspecfix-sidebar-block-ref-testLuke "Jared" Bennett2017-04-281-2/+2
* | Correct the resource counted for MR collapsed infoLuke "Jared" Bennett2017-04-261-1/+1
|/
* Optimize project namespace lookup for milestones and add specssh-optimize-milestone-polymorphic-urlStan Hu2017-04-241-5/+8
* Eliminate N+1 queries in loading namespaces for every issuable in milestonesStan Hu2017-04-231-1/+1
* Adding animation for all dropdownNur Rony2017-04-211-2/+2
* Copy diff file path as GFMDouwe Maan2017-04-061-2/+2
* Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-293-45/+134
|\
| * prever #count over #size when calculating issue/mr totalsMike Greiling2017-03-291-12/+12
| * combine milestone start and end dates in collapsed sidebarMike Greiling2017-03-271-9/+19
| * add start date to sidebar and display dates on group and dashboard views when...Mike Greiling2017-03-271-20/+35
| * use smaller font-weight in sidebar to match other sidebar content in gitlabMike Greiling2017-03-271-3/+3
| * enable links to browse milsetone issuables in dashboard and group viewMike Greiling2017-03-271-13/+5
| * move progress bar from milestone summary into the sidebarMike Greiling2017-03-242-16/+10
| * add separator before milestone reference in collapsed viewMike Greiling2017-03-241-1/+1