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 (Expand)Author
2023-01-09Add latest changes from gitlab-org/security/gitlab@15-7-stable-eeGitLab Bot
2022-12-20Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-04-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-26Fix error rendering submodules in MR diffs when there is no .gitmodulesDouwe Maan
2019-07-22Ensure SubmoduleHelper works outside view contextDouwe Maan
2019-07-17Added submodule links to Submodule type in GraphQL APIIgor
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
2018-08-20Allow resolving git submodule url for subgroup projects using relative pathMark Chao
2018-07-16SubmoduleHelper - Project is not always available as an instance variableMario de la Ossa
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-09-15Fixes project denial of service via gitmodules using Extended ASCII.Tiago Botelho
2017-07-20Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett
2017-06-28Strip trailing whitespace in relative submodule URLDouwe Maan
2017-06-14Add experimental JSON format for tree controllerDouwe Maan
2017-06-05Fix submodule link to then project under subgroupDmitriy Zaporozhets
2017-05-29Strip trailing whitespaces in submodule URLsStan Hu
2017-05-15submodule_links: Handle in-repository submodule urlsDavid Turner
2017-05-10Merge branch 'rs-sanitize-submodule-urls' into 'security'Douwe Maan
2017-04-21submodule_links: handle urls that don't end with .gitDavid Turner
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
2015-06-23Fix Error 500 when relative submodule resolves to a namespace that has a diff...Stan Hu
2015-04-28Fix "Revspec not found" errors when viewing diffs in a forked project with su...Stan Hu
2015-04-23Fix broken file browsing with relative submodule in personal projectsStan Hu
2015-04-12Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-04-10Fix broken file browsing with a submodule that has a relative linkStan Hu
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2015-01-19show diff in submodulesHeadless
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
2014-02-28simplify link urlTimm Drevensek
2014-02-27fixed regex to match url pointing to a user repoTimm Drevensek
2014-02-26Add support for relative submodulesTimm Drevensek
2014-02-10Fix submodule_helper specsDmitriy Zaporozhets
2014-02-10Fix submodulesDmitriy Zaporozhets
2014-02-06Better submodule links.Jason Hollingsworth