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
2019-05-06Added blank lines to meet style guideEzekiel Kigbo
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
2019-05-06Minor review fixesEzekiel Kigbo
Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
2019-05-06Ensure we dont apply changes to admin/projectsEzekiel Kigbo
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.
2019-05-06Updated layout for various breakpointsEzekiel Kigbo
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.
2019-05-04Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic
2019-02-05Add last activity to user administrationBrandon Labuschagne
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.
2018-12-31Renames Milestone sort into Milestone due dateJacopo
2018-12-18Backport of 8810-fix-weight-sortMario de la Ossa
2018-12-14Change `page_filter_path` default behaviorHeinrich Lee Yu
`label_name` is now not excluded by default Also removed `label: true` from calls to the helper
2018-12-11Fix issuables sort direction button parametersFelipe Artur
Fix labels parameter being deleted from filter when clicking sort direction button on issues/merge requests search bar.
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-03Fix losing search query when sort users on admin users pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-11Add new sort option "most_stars" to "Group > Children" pagesRene Hennig
2018-09-21Allows to sort projects by most stars🙈 jacopo beschi 🙉
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-29add sort dropdown to admin runners pageAlexis Reigel
2017-12-20Enable sorting by name in the Groups dropdownMark Fletcher
2017-12-20Employ Groups dropdown in admin viewMark Fletcher
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-09-23Improve list of sorting optionsVitaliy @blackst0ne Klachkov
2017-09-22Make branches page translatableWinnie Hellmann
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-03Fixed tags sort dropdown being emptyPhil Hughes
Closes #31618
2017-04-18Fixed branches sort toggle being emptyPhil Hughes
Closes #30950
2017-04-06ProjectsFinder should handle more optionsJacopo
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.
2017-03-24Add dropdown sort to project milestonesGeorge Andrinopoulos
2017-03-15Allow sorting by due date and label prioritySean McGivern
2017-03-07Rename priority sorting option to label priorityDimitrie Hoekstra
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2016-12-21Add more storage statisticsMarkus Koller
This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
2016-12-17Add option to sort group/project members by access levelDouglas Barbosa Alexandre
2016-12-17Adds sort dropdown for group membersNur Rony
2016-08-16Restore `Largest repository` sort option on admin projects pageAlfredo Sumaran
2016-08-01State specific default sort order for issuableszs
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
2016-06-06Sort by label priorityThijs Wouters
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan
due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
2016-04-20Add due_date:time field to Issue modelMehmet Beydogan
Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
2016-03-04Show active sorting method for projects listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-17Add ability to see and sort on vote count from Issues and MR listsDouglas Barbosa Alexandre
2016-01-11Merge branch 'group-issues-sorting' into 'master' Dmitriy Zaporozhets
Improve performance of getting issues on group level For testing I used the URL http://localhost:3000/groups/gitlab-org/issues?milestone_title=8.1. Prior to these changes said URL would take about 10-12 seconds to load. By applying these changes the loading time has been reduced to roughly 2-3 seconds. There's still some stuff going on in some views that I have to look at, resolving those changes might reduce the loading time a bit more. I also still have to check if I didn't break too many tests. Fixes: gitlab-org/gitlab-ce#3707 gitlab-org/gitlab-ce#4071 See merge request !2318
2016-01-07changes titlesJacob Schatz
2016-01-07Sort by ID when sorting using "Recently created"Yorick Peterse
Sorting by "id" has the same effect as sorting by created_at while performing far better and without the need of an extra index (in case one wanted to speed up sorting by "created_at"). Sorting by "Recently updated" still uses the physical "updated_at" column as there's no way to use the "id" column for this instead.
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2014-12-04Set proper filter wordsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04Create helper for sort drowdown option namesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>