- 24 Nov, 2014 1 commit
-
-
Valery Sizov authored
-
- 18 Nov, 2014 3 commits
-
-
Valery Sizov authored
Conflicts: lib/gitlab/git_access.rb spec/lib/gitlab/git_access_spec.rb
-
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
-
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 6 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
-
Dmitriy Zaporozhets authored
Performance improvements Push 1k commits cause 1k sql queries to collect commit author. But this variable was used only in 20 commits (from 1000). So we did 980 sql queries without using it. This MR fixes it. See merge request !1250
-
Jacob Vosmaer authored
fixes the `block_removed_ldap_users` rake task
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-