summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_filter.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes issue with dropdowns not selecting valuesfilter-dropdown-bugPhil Hughes2016-03-311-2/+2
| | | | | | Fixes issue with dropdowns not selecting when navigating between tabs Closes #14813
* Update, so filtering works properly.Jacob Schatz2016-03-261-2/+2
| | | | Bulk update works as well
* Fix filter so it works with new multi select drop-downs.Jacob Schatz2016-03-251-4/+4
|
* Add labels as proper POST arrays using new dropdownJacob Schatz2016-03-251-2/+1
|
* Make label search work with JSON dataJacob Schatz2016-03-251-1/+0
|
* Sidebar milestone updatable via JSONJacob Schatz2016-03-251-3/+1
|
* Updates sidebar milestone to use new dropdownsJacob Schatz2016-03-251-1/+3
|
* Update milestone specupdate-issues-testsPhil Hughes2016-03-231-1/+1
|
* Assignee testsPhil Hughes2016-03-231-1/+1
|
* Added tests for setting multiple status on issuesPhil Hughes2016-03-231-1/+1
|
* Fixes issue with assign milestone not loading milestone listfix-milestone-assignPhil Hughes2016-03-221-1/+1
|
* Fixes issue with filter label missing on labels & milestonesPhil Hughes2016-03-181-2/+2
|
* Fixes issue on dashboard issuesPhil Hughes2016-03-181-57/+2
| | | | They would try to load JSON from a project even though it isn't a single project
* Fixed issue with labels dropdown getting wrong labelsPhil Hughes2016-03-181-2/+2
|
* Removed label/milestone helper methodsdropdown-preselect-valuePhil Hughes2016-03-161-2/+2
|
* Pre-selects values on issue and merge request dropdownPhil Hughes2016-03-161-4/+4
| | | | Closes #14290
* TypoAlfredo Sumaran2016-03-151-1/+1
|
* Fixes issue with unassigned not working in dropdownzero-dropdown-idPhil Hughes2016-03-141-1/+1
| | | | Also allowed issues to be bulk unassigned
* Fixed tests for MR & issue filtersissue-filter-testsPhil Hughes2016-03-141-1/+1
|
* Use Capybara find methods and remove sleeps in feature specs in "All Issues" ↵improve-issues-filter-all-specStan Hu2016-03-131-1/+1
| | | | filter
* Fixed failing testsPhil Hughes2016-03-101-27/+29
|
* Fixed ruby style errorsPhil Hughes2016-03-101-29/+18
|
* Stops excute remote data fetcher when already recieved dataPhil Hughes2016-03-101-1/+1
|
* Uses a publicly facing URL so that it allows labels & milestones to be ↵Phil Hughes2016-03-101-3/+3
| | | | visible when not logged in
* Status dropdownPhil Hughes2016-03-101-9/+17
|
* Can create new label from dropdownPhil Hughes2016-03-101-2/+6
|
* Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-101-7/+57
|
* Correctly fitlers remotelyPhil Hughes2016-03-101-0/+8
|
* milestone dropdownPhil Hughes2016-03-101-7/+3
|
* Extra links in label filter dropdown fotoerPhil Hughes2016-03-101-1/+5
|
* Applied new dropdowns to issue filtersPhil Hughes2016-03-101-10/+14
|
* Remove unnecessary .present?Tap2016-02-191-1/+1
|
* Label description and Label rowTap2016-02-171-0/+4
| | | | | - Add label description - Show label row when filtering issues or merge requests by label
* Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-051-28/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* adds hover titles to merge request and issue pageshover-descriptionsJacob Schatz2016-01-111-5/+9
|
* Swap Author and Assignee Selectors on issuable index viewZeger-Jan van de Weg2015-12-301-4/+4
| | | | Closes #4039
* Use placeholders rather than blank options in bulk issue edit selects.Douwe Maan2015-12-021-4/+8
|
* Remove "none" username for "Unassigned" and "Any User" select optionsDouwe Maan2015-12-021-2/+2
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-6/+6
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-5/+4
|
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-2/+2
| | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu2015-10-071-2/+2
| | | | | | | | Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
* Apply new style for issues, merge requests and milestone pagesDmitriy Zaporozhets2015-09-041-7/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* List the current user first in issuable dropdownsStan Hu2015-08-211-1/+1
|
* Fix bug preventing invite by e-mailStan Hu2015-08-211-3/+3
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Allow user to filter by Issues/Merge Requests without a MilestoneRobert Speicher2015-07-061-2/+6
|
* Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets2015-06-261-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* UsersSelect is part of filter so I rather keep js executed in partialDmitriy Zaporozhets2015-06-251-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-251-0/+69
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>