Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot 6e320396b2 Add latest changes from gitlab-org/gitlab@master 2020-10-26 12:08:44 +00:00
GitLab Bot a87ae2e97e Add latest changes from gitlab-org/gitlab@master 2020-10-07 21:08:21 +00:00
Mark Lapierre 7886f44d63 Allow the Projects Dashboard to be validated 2019-06-12 12:09:07 +10:00
Ezekiel Kigbo 5f22907418
Update project list specs
Add tests to ensure search only executes with a button click or enter,
sort by Name, Last updated, Created date and Stars and tests for
Visibility filter
2019-05-06 16:41:47 +01:00
Ezekiel Kigbo 6daec21a16
Updated layout for various breakpoints
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-06 16:41:46 +01:00
Ezekiel Kigbo 6bab1f8dde
Added filter bar to project page
Added project_list_filter_bar feature flag
2019-05-06 16:41:46 +01:00
Gabriel Mazetto fe0824d6a4 Add render_if_exists to inject additional search field in EE
This allows EE code to reuse the search partial and append additional
query parameters to it, and have it preserved when searching.
2018-11-01 18:05:17 +01:00
Dmitriy Zaporozhets 5bb6a85b90
Refactor projects filtering by name
Reuse same search form and behavior for dashboard#projects, group#projects
and admin#projects. Repsect all other options like sorting, personal
filter when search projects by name. Create FilterableList JS class to
handle identical behaviour of projects and groups lists.

This change also makes filtering and sorting availabe on explore#projects
and explore#groups no matter if you are logged in or not.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03 18:39:30 +02:00