- 18 Nov, 2014 1 commit
-
-
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 11 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
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Update changelog See merge request !1252
-
Jacob Vosmaer authored
-
Ben Bodenmiller authored
-
Marin Jankovski authored
-
- 13 Nov, 2014 5 commits
-
-
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 14 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>
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Custom git hook documentation
-
Dmitriy Zaporozhets authored
-
https://gitlab.com/jeroenj/gitlab-ceDmitriy Zaporozhets authored
Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
-
Valery Sizov authored
Drop all Postgres sequences during backup restore See merge request !1226
-
Valery Sizov authored
Conflicts: CHANGELOG
-
Marvin Frick authored
In e23a26a (and later 1bc9936) the API for Gitlab::LDAP::Adapter was changed. I assume this rake task was an oversight in the refactoring of the changed class. While being on it, I noticed that already blocked users cannot be blocked again.
-
Dmitriy Zaporozhets authored
Add issue edited timestamp Comments already have this feature. So, I think, issues should also have it. ![Снимок экрана 2014-11-08 в 17.07.10](https://gitlab.com/uploads/vernik91/gitlab-ce/4e87a15130/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA_%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0_2014-11-08_%D0%B2_17.07.10.png) See merge request !235
-