- 20 Nov, 2014 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Nov, 2014 3 commits
-
-
Patricio Cano authored
Fix typo in documentation Fixed a typo in a link to a configuration sample that was pointing to a non-existing page. See merge request !245
-
Patricio Cano authored
-
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 - Links to configuration samples for EE files point to the Subscribers' EE repo See merge request !244
-
- 17 Nov, 2014 8 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
Renamed main update file to ...7.5.md, updated links and versions (Ruby to 2.1.5 and gitlab-shell to 2.2.0). Corrected ruby download link.
-
Patricio Cano authored
-
Jacob Vosmaer authored
-
Valery Sizov authored
Improved git hook description https://dev.gitlab.org/gitlab/gitlabhq/issues/1741 See merge request !243
-
Valery Sizov authored
-
Valery Sizov authored
Update changelog See merge request !1258
-
Valery Sizov authored
-
- 14 Nov, 2014 10 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
-
Marin Jankovski authored
-
- 13 Nov, 2014 12 commits
-
-
Valery Sizov authored
Update changelog See merge request !240
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
Update EE changelog See merge request !239
-
Valery Sizov authored
-
Jacob Vosmaer authored
CE master to EE master See merge request !238
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Valery Sizov authored
-
Valery Sizov authored
Conflicts: Gemfile VERSION app/assets/javascripts/project.js.coffee app/assets/javascripts/users_select.js.coffee app/controllers/projects/services_controller.rb app/models/project.rb app/views/groups/edit.html.haml features/project/service.feature features/steps/project/services.rb spec/models/concerns/mentionable_spec.rb
-
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>
-