- 15 Aug, 2017 1 commit
-
-
vanadium23 authored
-
- 10 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
so that we don't have to fetch it for non-forks
-
- 08 Aug, 2017 2 commits
-
-
Brian Neel authored
-
blackst0ne authored
-
- 07 Aug, 2017 1 commit
-
-
- 04 Aug, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Aug, 2017 7 commits
-
-
Z.J. van de Weg authored
First round of review, main changes: - templates.title is human readable, #name will be passed around - GitLabProjectImporterService has been renamed
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 28 Jul, 2017 2 commits
-
-
Michael Kozono authored
-
Z.J. van de Weg authored
Started implementation for the first iteration of gitlab-org/gitlab-ce#32420. This will allow users to select a template to start with, instead of an empty repository in the project just created. Internally this is basically a small extension of the ImportExport GitLab projects we already support. We just import a certain import tar archive. This commits includes the first one: Ruby on Rails. In the future more will be added.
-
- 24 Jul, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 14 Jul, 2017 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
This reverts merge request !12633
-
- 13 Jul, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 11 Jul, 2017 1 commit
-
-
Paul Charlton authored
-
- 10 Jul, 2017 1 commit
-
-
Sean McGivern authored
-
- 07 Jul, 2017 1 commit
-
-
Tiago Botelho authored
-
- 06 Jul, 2017 3 commits
-
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
Yorick Peterse authored
This removes the need for relying on Rails' "dependent" option for data removal, which is _incredibly_ slow (even when using :delete_all) when deleting large amounts of data. This also ensures data consistency is enforced on DB level and not on application level (something Rails is really bad at). This commit also includes various migrations to add foreign keys to tables that eventually point to "projects" to ensure no rows get orphaned upon removing a project.
-
-
- 05 Jul, 2017 3 commits
-
-
Douwe Maan authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 04 Jul, 2017 1 commit
-
-
Douwe Maan authored
This reverts merge request !12557
-
- 03 Jul, 2017 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Douglas Barbosa Alexandre authored
-
- 30 Jun, 2017 3 commits
-
-
Stan Hu authored
In Geo, Project#ensure_repository is used to make sure that a Git repo is available to be fetched on a secondary. If a project were a fork, this directory would never be created. Closes gitlab-org/gitlab-ee#2800
-
Adam Niedzielski authored
-
Lin Jen-Shin authored
-
- 29 Jun, 2017 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Adam Niedzielski authored
This reverts commit 498a8d8560b4, reversing changes made to ecba21e0a524.
-
- 28 Jun, 2017 2 commits
-
-
Douwe Maan authored
-
Douglas Barbosa Alexandre authored
-