- 21 Nov, 2017 1 commit
-
-
Stan Hu authored
ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` Closes #40291 See merge request gitlab-org/gitlab-ce!15520 (cherry picked from commit b462edfddbd8e8b4449a6ae8cf482a9255f5d550) Conflicts: lib/tasks/gitlab/cleanup.rake
-
- 07 Nov, 2017 3 commits
-
-
James Lopez authored
-
digitalMoksha authored
-
digitalMoksha authored
-
- 02 Nov, 2017 1 commit
-
-
Douwe Maan authored
-
- 31 Oct, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 18 Oct, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Oct, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 05 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 04 Oct, 2017 1 commit
-
-
Tim Zallmann authored
-
- 29 Sep, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 28 Sep, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 14 Sep, 2017 1 commit
-
-
Lin Jen-Shin authored
We exclude known EE projects, and check the project directory name for EE forks.
-
- 12 Sep, 2017 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 06 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
-
- 04 Sep, 2017 2 commits
-
-
Nick Thomas authored
-
Gabriel Mazetto authored
-
- 30 Aug, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 29 Aug, 2017 1 commit
-
-
Maxim Rydkin authored
-
- 23 Aug, 2017 1 commit
-
-
Bob Van Landuyt authored
- Allow imports into nested groups - Make sure it sets the correct visibility level when creating new groups While doing this, I moved the import into a testable class, that made it easier to improve.
-
- 22 Aug, 2017 1 commit
-
-
Gabriel Mazetto authored
-
- 15 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Z.J. van de Weg authored
Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
-
- 11 Aug, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 08 Aug, 2017 3 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Unfortunately rake doesn't have nested context, everything just runs on a main rake object. This is probably due to compatibility issue, but anyway, we could just extend the object.
-
Jacob Vosmaer authored
-
- 07 Aug, 2017 2 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
-
- 04 Aug, 2017 4 commits
-
-
Rémy Coutable authored
Print the setup steps and duration and fix an issue resulting in re-setuping GitLab Shell on each test run Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This reverts commit 409a8b90f9a7, reversing changes made to f0cb411dc93c.
-
Kim "BKC" Carlbäcker authored
-
- 02 Aug, 2017 1 commit
-
-
Rémy Coutable authored
If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to `'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need a clean env since they install their own Gem bundle. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 01 Aug, 2017 3 commits
-
-
Z.J. van de Weg authored
First iteration, and some stuff is missing. But basically this rake task does a clone of a project we've pointed it to. Than creates a project on the GDK, which should be running in the background. This project is exported, after which we move that archive to the location we need it. We clean up by removing the generated project. The first idea was to export the project on .com too, however than we might run into ImportExport versions mismatch. This could've been circumvented by checkout out an older commit locally. This however is not needed yet, so we opted to not go this route yet, instead we will iterate on what we got.
-
Jacob Vosmaer authored
-
Gabriel Mazetto authored
-
- 27 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Phil Hughes authored
Closes #35615
-