Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-05Version 7.5.3v7.5.37-5-stableJacob Vosmaer
2014-12-05Merge branch 'release/7.5.3' into '7-5-stable'Jacob Vosmaer
Fixes for 7.5.3 See merge request !1302
2014-12-05Update CHANGELOG for 7.5.3Jacob Vosmaer
2014-12-05Revert "Update Sidekiq to 2.17.8"Jacob Vosmaer
This reverts commit 91ee82c54f41d830922f5504ea37a8a75a0c360b.
2014-12-04Bump gitlab_git with new ruggedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04Update Sidekiq to 2.17.8Jacob Vosmaer
Conflicts: CHANGELOG
2014-12-02Version 7.5.2v7.5.2Jacob Vosmaer
2014-12-02Merge branch 'release/7.5.2' into '7-5-stable'Jacob Vosmaer
Fixes for 7.5.2 See merge request !1283
2014-12-01Add wiki restore fix to CHANGELOGJacob Vosmaer
2014-12-01Remove unnecessary backported changeJacob Vosmaer
Make the diff with 7.5.1 smaller.
2014-12-01Properly fix wiki restore.Achilleas Pipinellis
ProjectWiki.new() creates a new wiki git repository, so any tries to bare clone a bundle fail. With this patch we remove the newly created wiki.git before restoring from the backup bundle. Conflicts: lib/backup/repository.rb
2014-12-01Disable Sidekiq arguments logging by defaultJacob Vosmaer
Conflicts: config/initializers/4_sidekiq.rb
2014-11-21Version 7.5.1v7.5.1Jacob Vosmaer
2014-11-21Add missing timestamps to the 'members' tableJacob Vosmaer
2014-11-21Version 7.5.0v7.5.0Jacob Vosmaer
2014-11-18Added update guide for updating to 7.5, and pointed installation and updates ↵Patricio Cano
guides to new version.
2014-11-17Version 7.5.0.rc1v7.5.0.rc1Jacob Vosmaer
2014-11-17Merge branch 'update_changelog_' into 'master'Valery Sizov
Update changelog See merge request !1258
2014-11-17Update changelogValery Sizov
2014-11-14Merge branch 'sidekiq_gc_start' into 'master'Dmitriy Zaporozhets
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
2014-11-14Merge branch 'update-gitlab-git' into 'master'Dmitriy Zaporozhets
Update gitlab_git to 7.0.0.rc11 See merge request !1256
2014-11-14Merge branch 'gitlab.com-packages' into 'master'Dmitriy Zaporozhets
Gitlab.com uses special packages, build them first See merge request !1255
2014-11-14Merge branch 'author_attributes_clean' into 'master'Dmitriy Zaporozhets
Author attributes clean See merge request !1254
2014-11-14Merge branch 'branch_name' into 'master'Dmitriy Zaporozhets
Strip tags from branch name See merge request !1251
2014-11-14Run 'GC.start' after every EmailsOnPushWorker jobJacob Vosmaer
2014-11-14Update gitlab_git to 7.0.0.rc11Jacob Vosmaer
2014-11-14Merge branch 'update-changelog' into 'master'Dmitriy Zaporozhets
Update changelog See merge request !1252
2014-11-14Gitlab.com uses special packages, build them firstJacob Vosmaer
2014-11-14Clean the string with commit author and email.Marin Jankovski
2014-11-13Update CHANGELOG for 7.5Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-13Sanitize branch name and ref nameMarin Jankovski
2014-11-13Add branch controller test.Marin Jankovski
2014-11-13Merge pull request #8299 from dandric-activevideo/bug8271Jacob Vosmaer
Fix for #8271: Correctly restore empty repositories.
2014-11-13Correctly restore empty repositories.Dimitry Andric
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.
2014-11-12Merge branch 'actions_in_the_inbox' into 'master'Dmitriy Zaporozhets
Actions in the inbox Related to #1607 See merge request !1247
2014-11-12Merge branch 'requirements_update' into 'master'Dmitriy Zaporozhets
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
2014-11-12Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2014-11-12Merge branch 'performance-improvements' into 'master'Dmitriy Zaporozhets
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
2014-11-12Merge pull request #8291 from MrMarvin/fix/ldap_cleanup_taskJacob Vosmaer
fixes the `block_removed_ldap_users` rake task
2014-11-12Prevent big amount of sql queries for push serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-12Remove the lowest memory requirement of 512MB.Marin Jankovski
2014-11-12Merge pull request #8276 from dblessing/docs/custom_hooksDmitriy Zaporozhets
Custom git hook documentation
2014-11-12Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2014-11-12Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵Dmitriy Zaporozhets
jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-11-12Merge branch 'backup_restore_drop_sequences' into 'master'Valery Sizov
Drop all Postgres sequences during backup restore See merge request !1226
2014-11-12Merge remote-tracking branch 'origin/master' into backup_restore_drop_sequencesValery Sizov
Conflicts: CHANGELOG
2014-11-12fixes the `block_removed_ldap_users` rake taskMarvin Frick
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.
2014-11-12Merge branch 'add_issue_edited_timestamp' into 'master'Dmitriy Zaporozhets
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
2014-11-12Set action on issue/mr creation mail.Marin Jankovski
2014-11-12Merge pull request #7617 from pkill/issue-280-commit-note-notificationsDmitriy Zaporozhets
Issue-280 Send notifications when a note is added to a commit and author...