- Jul 26, 2019
-
-
Nick Thomas authored
Fix error rendering submodules in MR diffs when there is no .gitmodules See merge request gitlab-org/gitlab-ce!31162 (cherry picked from commit 55f99e93) cfef1e8e Fix error rendering submodules in MR diffs when there is no .gitmodules
-
- Jul 22, 2019
-
-
Nick Thomas authored
Ensure SubmoduleHelper works outside view context Closes #64833 See merge request gitlab-org/gitlab-ce!31005 (cherry picked from commit 8b284a51) 26ac53b3 Ensure SubmoduleHelper works outside view context
-
- Jan 29, 2019
-
-
Andrew Newdigate authored
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
-
- Aug 20, 2018
-
-
Mark Chao authored
-
- Jul 15, 2018
-
-
Mario de la Ossa authored
-
- Sep 15, 2017
-
-
Tiago Botelho authored
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Jun 28, 2017
-
-
Douwe Maan authored
-
- Jun 05, 2017
-
-
Dmitriy Zaporozhets authored
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>
-
- May 29, 2017
-
-
Stan Hu authored
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
-
- May 15, 2017
-
-
David Turner authored
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>
-
- May 10, 2017
-
-
Sanitize submodule URLs before linking to them in the file tree view See merge request !2084
-
- Apr 21, 2017
-
-
David Turner authored
Signed-off-by:
David Turner <novalis@novalis.org>
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Jan 25, 2017
-
-
Robert Speicher authored
-
- Aug 09, 2016
-
-
tiagonbotelho authored
-
- Jun 23, 2015
-
- Jun 22, 2015
-
-
Robert Speicher authored
-
- Apr 23, 2015
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/7554
-
- Apr 10, 2015
-
-
Stan Hu authored
Closes #775
-
- Feb 14, 2015
-
-
Vinnie Okada authored
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.
-
- Feb 12, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Jun 03, 2014
-
-
Marin Jankovski authored
-
- Feb 10, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 06, 2014
-
-
Jason Hollingsworth authored
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.
-