summaryrefslogtreecommitdiff
path: root/app/helpers/sorting_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+25
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+6
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+9
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-14/+7
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-20/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-349/+18
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+28
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+42
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Change sorting options for starrers: name (asc/desc), most/least recent starCamil Staps2019-08-071-0/+17
|
* Change qa-reverse-sort class references to rspec-reverse-sortTanya Pazitny2019-07-291-1/+1
|
* Minor review cleanup60798-follow-up-simplify-sort-direction-logicEzekiel Kigbo2019-07-121-1/+1
| | | | Minor refactor specs
* Added tests for sort icon currentEzekiel Kigbo2019-07-121-26/+20
| | | | Refactor sort direction icon
* Added test for admin/projectsEzekiel Kigbo2019-07-121-22/+18
| | | | | | | | Added tests with project_list_filter_bar set to off Added tests for projects_sort_option_titles Refactor project sort options hash
* Added tests for current behaviourEzekiel Kigbo2019-07-121-10/+5
|
* Allow issues to be sorted by relative_positionBrett Walker2019-05-281-23/+32
| | | | | - adding a "Manual" option to the dropdown - show 100 issues list when manually sorting
* Added blank lines to meet style guideEzekiel Kigbo2019-05-061-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Un-nest title variable output Update spec test names Rename sort_value_most_stars -> sort_value_stars_desc Rename sorted_by_stars -> sorted_by_stars_desc Renname sort_value_most_stars_asc -> sort_value_stars_asc Invert feature check, assign feature condition to a variable Inline conditional nav bar rendering Invert conditional label Added follow up task Fix filters returning 0 projects show the wrong view Move click action out of test expectation Use proper variable name for project in before block Rename projects_sort_admin_options_hash Renamed projects_sort_admin_options_has to old_projects_sort_options_hash as its not only used on the admin screen Fix extra whitespace errors Stub project_list_filter_bar in the projects_helper specs Added follow up task for `show_projects?` Removed url test expectations
* Minor review fixesEzekiel Kigbo2019-05-061-8/+11
| | | | | | | | | | Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
* Ensure we dont apply changes to admin/projectsEzekiel Kigbo2019-05-061-7/+17
| | | | | | | | | | The changes introduced for the project filter bar should not apply to the admin projects screen. Remove "Owned by me", "Owned by anyone" options Update the dropdown option Last created -> Created date. Introduces fixes for spacing and minor styling across breakpoints.
* Updated layout for various breakpointsEzekiel Kigbo2019-05-061-4/+54
| | | | | | | | | | Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
* Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic2019-05-041-2/+16
|
* Add last activity to user administrationBrandon Labuschagne2019-02-051-1/+19
| | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* Renames Milestone sort into Milestone due dateJacopo2018-12-311-1/+1
|
* Backport of 8810-fix-weight-sortMario de la Ossa2018-12-181-9/+10
|
* Change `page_filter_path` default behaviorHeinrich Lee Yu2018-12-141-1/+1
| | | | | | `label_name` is now not excluded by default Also removed `label: true` from calls to the helper
* Fix issuables sort direction button parametersFelipe Artur2018-12-111-1/+1
| | | | | Fix labels parameter being deleted from filter when clicking sort direction button on issues/merge requests search bar.
* Sort issues and merge requests in ascending and descending orderFatih Acet2018-12-061-0/+47
|
* Fix losing search query when sort users on admin users pageDmitriy Zaporozhets2018-12-031-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add new sort option "most_stars" to "Group > Children" pagesRene Hennig2018-10-111-4/+10
|
* Allows to sort projects by most stars🙈 jacopo beschi 🙉2018-09-211-1/+10
|
* Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-1/+10
|\ | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * add sort dropdown to admin runners pageAlexis Reigel2018-08-291-1/+10
| |
* | Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-0/+11
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
|/ | | | Partially addresses #47424.
* Enable sorting by name in the Groups dropdownMark Fletcher2017-12-201-0/+2
|
* Employ Groups dropdown in admin viewMark Fletcher2017-12-201-2/+6
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-041-0/+11
|
* Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-131/+173
|
* Make branches page translatableWinnie Hellmann2017-09-221-27/+27
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixed tags sort dropdown being emptyPhil Hughes2017-05-031-0/+8
| | | | Closes #31618
* Fixed branches sort toggle being emptybranches-sort-toggle-emptyPhil Hughes2017-04-181-0/+8
| | | | Closes #30950
* ProjectsFinder should handle more optionsJacopo2017-04-061-2/+18
| | | | | | | | | | | | | | | | | | | Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
* Add dropdown sort to project milestonesGeorge Andrinopoulos2017-03-241-0/+28
|
* Allow sorting by due date and label prioritySean McGivern2017-03-151-1/+10
|