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-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
Without this change, we get a NoMethodError on nil
2019-07-22Ensure SubmoduleHelper works outside view contextDouwe Maan
2019-07-17Added submodule links to Submodule type in GraphQL APIIgor
This is part of migration of Folder View to Vue
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
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
Before this change only last namespace in full path was extracted. It's fine unless you have a link to submodule under subgroups. In that case self_url? method returns false and link is processed as external. I could not find a proper regex to cover all cases and correctly extract full path to repository and instead used current instance host name to get correct path to namespace and project. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-29Strip trailing whitespaces in submodule URLsStan Hu
Users attempting to access repositories that had `.gitmodules` entries with trailing whitespaces would encounter an Error 500. This was due to a change in bf876ec7 that quietly removed the whitespace stripping. Closes #33018
2017-05-15submodule_links: Handle in-repository submodule urlsDavid Turner
Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org>
2017-05-10Merge branch 'rs-sanitize-submodule-urls' into 'security'Douwe Maan
Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
2017-04-21submodule_links: handle urls that don't end with .gitDavid Turner
Signed-off-by: David Turner <novalis@novalis.org>
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-23Fix Error 500 when relative submodule resolves to a namespace that has a ↵Stan Hu
different name from its path Closes #1849
2015-04-28Fix "Revspec not found" errors when viewing diffs in a forked project with ↵Stan Hu
submodules Closes #1413
2015-04-23Fix broken file browsing with relative submodule in personal projectsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/7554
2015-04-12Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets
Fix persistent XSS vulnerability around profile website URLs. Fixes gitlab/gitlab-ee#268 See merge request !1761
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
Closes #775
2015-03-25Style/RedundantReturn enabledDmitriy Zaporozhets
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-01-19show diff in submodulesHeadless
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Fix submodulesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-06Better submodule links.Jason Hollingsworth
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.