summaryrefslogtreecommitdiff
path: root/app/views/explore
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-04-291-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-081-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-011-18/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-112-14/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-042-0/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-021-0/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-245-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-071-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-062-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-221-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-291-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-221-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-0/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+1
|
* Resolve Incorrect empty state message on "Explore projects"Dennis Tang2019-08-022-2/+3
|
* Cleanup css classes and stylesEzekiel Kigbo2019-05-061-1/+2
| | | | | | | | | | | | | | | | | | | | Use class and id syntax for button attributes Use feature flag variable and shorthand if expression Use shorthand if expression Use a classname instead of tag Simplify common rules Use size variable Move flex grow and shrink to utility classes Extract redused classes Remove unecessary styles
* Added blank lines to meet style guideEzekiel Kigbo2019-05-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-065-13/+8
| | | | | | | | | | 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-1/+1
| | | | | | | | | | 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-063-6/+9
| | | | | | | | | | 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.
* Added filter bar to project pageEzekiel Kigbo2019-05-062-3/+8
| | | | Added project_list_filter_bar feature flag
* Update spinners in group list componentDennis Tang2019-03-261-2/+2
|
* Refactor dashboard gold trial calloutsLuke Bennett2019-03-064-4/+4
| | | | | Uses new gold trial helper method to render a gold trial callout on user dashboards.
* Improve snippets empty stateGeorge Tsiolis2019-02-221-1/+1
|
* Port GitLab.com gold trial callout changes to CEce-revert-revert-gold-trial-mrsLuke Bennett2019-01-034-0/+8
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
* Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett2018-12-064-8/+0
| | | | | | | 'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
* Fix secondary nav dropdown menu styling in tablet and mobile screensKushal Pandya2018-12-031-3/+3
|
* Promote the GitLab.com Gold trial on a users default dashboardce-6983-promote-starting-a-gitlab-com-trialLuke Bennett2018-11-214-0/+8
| | | | | | | Show a dismissable callout on a users dashboard for a free trial of the GitLab.com Gold plan. Hide the callout from users who have dismissed the callout, are already on a trial or are already on the gold plan
* Merge branch 'revert-f90fc922' into 'master'Mike Greiling2018-10-154-12/+0
|\ | | | | | | | | Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
| * Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett2018-10-124-12/+0
| | | | | | | | | | 'master'" This reverts merge request !21551
* | Replace `<i>` in vue components with `<icon>`George Tsiolis2018-10-151-1/+1
|/
* Review changesLuke Bennett2018-09-244-0/+12
|
* i18n: externalize strings from 'app/views/explore'Tao Wang2018-07-108-21/+21
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Fix dropdown from project welcome page moving out of the screenjivl-fix-dropdown-going-out-of-screenJose2018-06-151-1/+1
|
* Fix explore groups landing toggleClement Ho2018-04-231-1/+1
|
* Add .nav.nav-tabs to nav-linksClement Ho2018-04-192-2/+2
|
* Fix dropdownsClement Ho2018-04-171-1/+1
|
* Added dispatcher imports for groups webpack bundlePhil Hughes2018-01-232-3/+2
|
* Resolve "Display member role per project"Mike Greiling2017-12-071-1/+1
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-042-8/+7
|
* fixed breadcrumb titlesPhil Hughes2017-07-071-0/+1
|