summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-074-81/+68
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-0/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-1/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-091-2/+2
|
* Fix milestone view specsSean McGivern2019-08-011-1/+1
|
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-251-1/+5
| | | | Changes migration and all other places the attribute is used
* Cleanup deprecation message popoverEnrique Alcantara2019-06-071-0/+1
|
* Fix layout of group milestone header60750-milestone-headerAnnabel Dunstone Gray2019-05-201-12/+15
|
* Move scoped_label into label presenterJan Provaznik2019-04-231-1/+1
| | | | | | | When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
* Show prioritized labels to guests57247-show-prioritized-labels-to-guestsHeinrich Lee Yu2019-04-191-1/+1
| | | | Disables sorting when guests are viewing
* Fix scoped links styling on milestones pageJan Provaznik2019-04-051-2/+1
|
* [backend] backport of scoped labelsJan Provaznik2019-04-042-3/+2
| | | | Scoped labels in EE require additional changes in CE code.
* Merge branch ↵Rémy Coutable2019-03-261-1/+1
|\ | | | | | | | | | | | | | | | | '49910-reopening-a-closed-milestone-from-the-closed-milestones-page-fails2' into 'master' Fix bug when reopening milestone from index page Closes #49910 See merge request gitlab-org/gitlab-ce!26597
| * Fix bug when reopening milestone from index pageMark Fletcher2019-03-261-1/+1
| |
* | Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-3/+2
|/ | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* Display the correct number of MRs a user has access toIgor Drozdov2019-03-052-2/+2
|
* Display only informaton visible to current userJarka Košanová2019-03-051-2/+2
| | | | | | Display only labels and assignees of issues visible by the currently logged user Display only issues visible to user in the burndown chart
* Fix CSS grid on a new Project/Group MilestoneTakuya Noguchi2019-01-301-2/+4
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Adds milestone searchJacopo2019-01-241-0/+8
| | | | | | | Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
* Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling2019-01-022-12/+13
|\ | | | | | | | | | | | | Add project milestone link Closes #49289 See merge request gitlab-org/gitlab-ce!22552
| * Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-202-12/+13
| | | | | | | | | | | | One of the steps to deprecate dashboard milestones. Links do dashboard milestone are replaced with links for each project milestone
* | Code style changes and refactorHeinrich Lee Yu2018-12-201-1/+1
|/
* Merge branch 'security-issue_51301' into 'master'Cindy Pallares2018-11-281-2/+2
| | | | | [master] Resolve: Promoting a milestone is missing an authorization check See merge request gitlab/gitlabhq!2598
* Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-283-2/+19
|\ | | | | | | | | | | | | Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
| * Allow to delete group milestonesissue_36138Felipe Artur2018-08-063-2/+19
| |
* | Add group name badge under group milestoneKushal Pandya2018-08-261-0/+3
| |
* | Fix styling of all card elementsAnnabel Dunstone Gray2018-08-091-2/+2
|/
* Adjusted styling of milestone projects in milestone listConstance Okoghenun2018-06-281-1/+1
|
* Fixed alignment of milestone status and projects in milestone list39543-milestone-page-list-redesignConstance Okoghenun2018-06-251-7/+11
|
* Updated stlying of title and date range of milestone listConstance Okoghenun2018-06-251-1/+1
|
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Constance Okoghenun2018-06-211-2/+2
|\ | | | | | | 39543-milestone-page-list-redesign
| * Prevent browser autocomplete for milestone date fieldsMark Fletcher2018-06-201-2/+2
| |
* | Added changelog entryConstance Okoghenun2018-06-211-1/+1
| |
* | Updated the styling of milestone projects in groups milestone listConstance Okoghenun2018-06-211-1/+1
| |
* | Removed milestone type from project milestonesConstance Okoghenun2018-06-201-1/+1
| |
* | Updated markup for milestone title in milestones listConstance Okoghenun2018-06-201-3/+4
| |
* | Fixed lint errorsConstance Okoghenun2018-06-191-5/+1
| |
* | Fixed mobile placement for milestone percent complete in milestones listConstance Okoghenun2018-06-191-1/+1
| |
* | Updated styling of milestone type in dashboard milestones listConstance Okoghenun2018-06-191-1/+1
| |
* | Added styling for milestone progressConstance Okoghenun2018-06-191-2/+2
| |
* | Added styles for milestone date range in milestone listConstance Okoghenun2018-06-191-2/+2
| |
* | updated placement of milestone type for dashboard milestone listConstance Okoghenun2018-06-181-7/+7
| |
* | Update milestone actions placement for group milestones in milestones listConstance Okoghenun2018-06-181-21/+15
| |
* | Added 'Reopen Milestone' button to milestones list for closed milestonesConstance Okoghenun2018-06-181-0/+2
| |
* | Updated styling of promote project milestone button in the milestones listConstance Okoghenun2018-06-181-3/+3
| |
* | Removed edit and delete buttons from milestone listConstance Okoghenun2018-06-181-15/+0
| |
* | Updated placement of milestone actions in milestone listConstance Okoghenun2018-06-181-35/+36
|/
* Fix active tab stylingAnnabel Gray2018-05-311-10/+10
|
* Replace well-list with content-list and hover-listAnnabel Dunstone Gray2018-05-291-1/+1
|
* Bring changes from EELin Jen-Shin2018-05-282-1/+5
|