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
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-12-04Add latest changes from gitlab-org/security/gitlab@13-6-stable-eeGitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-02Resolve Incorrect empty state message on "Explore projects"Dennis Tang
2019-05-06Cleanup css classes and stylesEzekiel Kigbo
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
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-06Added filter bar to project pageEzekiel Kigbo
Added project_list_filter_bar feature flag
2019-03-26Update spinners in group list componentDennis Tang
2019-03-06Refactor dashboard gold trial calloutsLuke Bennett
Uses new gold trial helper method to render a gold trial callout on user dashboards.
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-01-03Port GitLab.com gold trial callout changes to CELuke Bennett
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
2018-12-06Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
2018-12-03Fix secondary nav dropdown menu styling in tablet and mobile screensKushal Pandya
2018-11-21Promote the GitLab.com Gold trial on a users default dashboardLuke Bennett
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
2018-10-16Merge branch 'revert-f90fc922' into 'master'Mike Greiling
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-10-12Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts merge request !21551
2018-09-24Review changesLuke Bennett
2018-07-10i18n: externalize strings from 'app/views/explore'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-15Fix dropdown from project welcome page moving out of the screenJose
2018-04-23Fix explore groups landing toggleClement Ho
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-17Fix dropdownsClement Ho
2018-01-23Added dispatcher imports for groups webpack bundlePhil Hughes
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-07-07fixed breadcrumb titlesPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-05-02Better Explore Groups viewLuke "Jared" Bennett
2017-03-26Remove Tags filter from Projects Explore dropdownStan Hu
Problems: 1. It's huge. 2. It's loaded on page load, which makes the page take 13 seconds. 3. It has a terrible UX. Closes #28992
2017-03-16Fixed duplicate pagination on explore#groupsPhil Hughes
Closes #29531
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
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-02Update JS to use new standardsFilipa Lacerda
2017-03-01Add filter and sorting to dashboard groups pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-15Add active_when helperSemyon Pupkov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-15Shift emojis and icons styles into frameworkAnnabel Dunstone Gray
2016-12-10conditionally display assoc project info in snippets indexMike Greiling
2016-12-10move new snippet button to main snippet navigation blockMike Greiling
2016-11-29Update some more sort/filter dropdownsDavid Wagner
Apart from Issues and Merge Requests pages, there are other sort/filter dropdowns that needed updating. Signed-off-by: David Wagner <david@marvid.fr>