- 18 Nov, 2014 7 commits
-
-
Dmitriy Zaporozhets authored
Fix tests See merge request !1262
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
This reverts commit 533f4cdf.
-
Dmitriy Zaporozhets authored
Web edit and HTTPS push work if multiple Rubies installed v2
-
Dmitriy Zaporozhets authored
Fork to group Fixes #1592 * project can be forked into group * fork link always lead to fork page where you select namespace where to fork See merge request !1253
-
Ciro Santilli authored
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
-
Jacob Vosmaer authored
Updated documentation for 7.5 release Documentation for 7.5 release has been updated. Changes include: - Pointed Ruby version in guides to 2.1.5 - Pointed gitlab-shell version in guides to 2.2.0 See merge request !1259
-
- 17 Nov, 2014 6 commits
-
-
Patricio Cano authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Valery Sizov authored
Update changelog See merge request !1258
-
Valery Sizov authored
-
Robert Schilling authored
remove duplicate time zone entry in CHANGELOG
-
Robert Schilling authored
fix backup rake task
-
- 16 Nov, 2014 1 commit
-
-
Robert Schilling authored
remove extra cd command
-
- 15 Nov, 2014 2 commits
-
-
Ben Bodenmiller authored
-
Ben Bodenmiller authored
-
- 14 Nov, 2014 13 commits
-
-
Dmitriy Zaporozhets authored
Run 'GC.start' after every EmailsOnPushWorker job This change removed a lot of large peaks of the Sidekiq memory growth graph on gitlab.com. See merge request !1257
-
Dmitriy Zaporozhets authored
Update gitlab_git to 7.0.0.rc11 See merge request !1256
-
Dmitriy Zaporozhets authored
Gitlab.com uses special packages, build them first See merge request !1255
-
Dmitriy Zaporozhets authored
Author attributes clean See merge request !1254
-
Dmitriy Zaporozhets authored
Strip tags from branch name See merge request !1251
-
Dmitriy Zaporozhets authored
* Show namespace thumbnail differently if project was already forked * Show loading spinner when click on fork * Fork link navigates to personal namespace only if no manageable groups exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Update changelog See merge request !1252
-
Jacob Vosmaer authored
-
Ben Bodenmiller authored
-
Marin Jankovski authored
-
- 13 Nov, 2014 8 commits
-
-
Dmitriy Zaporozhets authored
Now you can fork project into group or personal namespace. Also I moved fork logic from ProjectsController to own fork resource Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Merge branch 'prepare-fork-to-given-namespace' of https://gitlab.com/bkaindl/gitlab-ce into bkaindl/gitlab-ce-prepare-fork-to-given-namespace
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Jacob Vosmaer authored
Fix for #8271: Correctly restore empty repositories.
-
Dimitry Andric authored
If a project is being restored, but there is no bundle file, the project was empty when it was backed up. In this case, just use git init --base to create a new bare repository.
-
- 12 Nov, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Actions in the inbox Related to #1607 See merge request !1247
-
Dmitriy Zaporozhets authored
RAM Requirements update 512MB of RAM is not enough to install using omnibus-gitlab. Installation will fail in very random places. Manual installation might also fail with this low amount of RAM. See merge request !1249
-
Dmitriy Zaporozhets authored
-