Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-09Fixes for MR comments.Fatih Acet
2016-06-08Copy changes for milestone due dates.Fatih Acet
2016-06-08Revert milestone_remaining_days helper.Fatih Acet
2016-06-06Favor the ternary operator. :police_car:Fatih Acet
2016-06-03Show milestone remaining tooltip in right sidebar.Fatih Acet
2016-03-23Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable
2016-03-18Dedupe labels in labels selector in Dashboard pagesRémy Coutable
Also moved useless helper methods and directly to the DashboardController.
2016-03-18Fixes issue on dashboard issuesPhil Hughes
They would try to load JSON from a project even though it isn't a single project
2016-03-18Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre
2016-03-12implements upcoming filter in milstonestiagonbotelho
2016-03-07Updates from last code review.Rubén Dávila
2016-03-02Little refactor for milestone_remaining_days helper from last code review.Rubén Dávila
2016-03-02Show days remaining instead of elapsed time for Milestone.Rubén Dávila
2015-12-03sort milestones by due_dateGreg Smethells
2015-11-16Refactor global and group milestones logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-09Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu
1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
2015-07-07Rename NoMilestone to Milestone::NoneRobert Speicher
Also refactors IssuableFinder to avoid redundant title check.
2015-07-07Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher
2015-05-01Group milestones by title in the dashboard and all other issue viewsDominik Sander
This groups milestones by title for issue views like it has been done for the milestone dashboard/project overview. Before milestones with the same title would show up multiple times in the filter dropdown and one could only filter per project and milestone. Now the milestone filter is based on the title of the milestone, i.e. all issues marked with the same milestone title are shown.
2015-03-27Improve UI for issues filtersDmitriy Zaporozhets
2015-03-27Big refactoring of issues filtersDmitriy Zaporozhets
* Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
2015-03-10Render milestone progress with one helper methodDmitriy Zaporozhets
2015-03-03Add dashboard milestones.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-06Restyle and refactor milestones filterDmitriy Zaporozhets