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
2023-02-20Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot
2022-08-18Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-18Improve TabHelper to clarify the use of Namespaces for the nav_linkGabriel Mazetto
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2017-09-13Remove title attribute from sidebar elementsPhil Hughes
2017-08-30Remove tooltips from new sidebarPhil Hughes
Closes #35658
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-05-24Use start_with? instead of regexDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-23Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets
2016-05-23Enable Performance/StartWith cop and fix offensesRobert Speicher
2016-05-16Implement new horizontal navigation to project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-19Implement top navigation concept for profile areaDmitriy Zaporozhets
Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-21Restyle dashboard snippets visibility level tabs.Douwe Maan
2015-08-20Rebuild navigation for dashboardDmitriy Zaporozhets
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Refactor sidebar navigation for dashboardDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-09Move Project Members link from Settings to main menu.Nicolas
Addresses #2278.
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2014-12-25Fix nav_link support for several path optionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-05-23Move protected branches to Project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-29Sort dropdown for Dashboard#projects pageDmitriy Zaporozhets
Be default it sorts by name now Respect filters like scope, label, visibility when do sort or another filter Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-07-16Fix tests and tab highlightDmitriy Zaporozhets
2013-03-24Project Snippets now part of projectAndrew8xx8
2013-03-19Return own tab for wall. Improve Wiki nav. Removed attachments listing pageDmitriy Zaporozhets
2013-03-15Use wiki tab for wiki, wall, snippetsDmitriy Zaporozhets
2013-03-15Merge wiki, wall & snippets under one tab - writeboardsDmitriy Zaporozhets
2013-03-14Add settings tab to project. Move all project administration thereDmitriy Zaporozhets
2013-01-24User can create groupDmitriy Zaporozhets
2012-12-05Fix 500 error on services page. Fixed active project tab when on servicesDmitriy Zaporozhets
2012-11-30Filter projects on dashboardDmitriy Zaporozhets
2012-09-27Minor doc fixRobert Speicher
2012-09-27Replace various "active tab" checks with nav_linkRobert Speicher
Also remove now-unused tab_class helper
2012-09-27Add nav_link helper to TabHelperRobert Speicher
2012-09-27Remove commit_tab_class helperRobert Speicher
2012-09-27Change active tab and nav class to "active"Robert Speicher
The main nav used active, the sub nav used current. This normalizes it.