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
2017-09-19Add tooltip for milestone due date to issue and merge request listsVitaliy @blackst0ne Klachkov
2017-08-29replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-07-07Native group milestonesFelipe Artur
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-26Change milestone endpoint for groupsTakuya Noguchi
2017-06-09Fixed dashboard milestone tabs not loadingPhil Hughes
Closes #33477
2017-04-26Change the hash when changing tabPhil Hughes
This allows the tab to be loaded by default when the page loads & the hash is present
2017-04-26Load milestone tabs asynchronouslyPhil Hughes
2017-03-25move links to browse issuables into sidebarMike Greiling
2017-03-25prevent formatted milestone date string from having html escapedMike Greiling
2017-03-16Issue milestone remaining time tooltipMichael
2017-02-24Format milestone header as issues and MRsPedro Moreira da Silva
* Enclose the identifier in strong * Use the % character as in GFM * Remove spaces around en dash for date range
2016-11-23Add a starting date to milestonesValery Sizov
2016-10-03Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-07Ensure milestone counts work with no dataAlfredo Sumaran
Commit originally written by @smcgivern
2016-09-07Fix failing specs and improve htmlAlfredo Sumaran
2016-09-07Added a small helper to reduce logic in the viewDan Rowden
2016-09-07Updated milestone count helper plus testsDan Rowden
2016-09-07Use newer hash styleDan Rowden
2016-09-07Improved milestone counts with a single queryDan Rowden
2016-09-07Show badges in Milestone tabs and padding in Milestone list (both to match ↵Dan Rowden
Issues page)
2016-07-20Fixed up frontend code based on feedbackPhil Hughes
Updated a test to be more specific about where the content is
2016-07-20Uses the selected values from the controller not the paramsPhil Hughes
Added tests for new merge requests from forked project & owned project
2016-07-20Updated how the label toggle gets the textPhil Hughes
Fixed some issues based on self-review
2016-07-20Fixed milestone dropdown label not persistingPhil Hughes
2016-07-20Fixed milestone dropdown testsPhil Hughes
2016-07-20Fixed labels & milestones loading the wrong pathPhil Hughes
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