This project is mirrored from https://jihulab.com/gitlab-cn/gitlab.git.
Pull mirroring updated .
- Oct 06, 2015
-
-
Robert Speicher authored
-
- Oct 05, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Addresses regression with jenkins setup that does not use the multiproject setup The Jenkins Gitlab Hook Plugin allows for two kinds of setups. One where a Jenkins job is created for each branch and one where all branches are built in a single Jenkins job. MR !9 added support for the multi-job setup but broke the single job setup. This request addresses #30 and fixes the regression. See merge request !27
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzciński authored
-
Valery Sizov authored
-
Geoffrey Challen authored
-
Robert Speicher authored
Document known issue with Reply by email and multiple application servers. See merge request !1499
-
Jacob Vosmaer authored
-
Stan Hu authored
Closes #2867
-
- Sep 30, 2015
-
-
Robert Speicher authored
Bump Ruby and Golang versions [ci skip] See merge request !1467
-
Jacob Vosmaer authored
[ci skip]
-
- Sep 29, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Jacob Vosmaer authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2692
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
Fix bug where projects would appear to be stuck in the forked import state A race condition existed between when Rails committed the `import_status` to `started` and when the Sidekiq worker forked a project. If this fork were quick, it's possible that the worker would attempt to move into the `finished` state before the `started` state took effect. As mentioned in https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting#cannot-find-modelname-with-id12345, we can either delay the worker to ensure the DB has a chance to update, or use the nice `after_commit_queue` gem to schedule the task after the state machine commit. See: * https://github.com/pluginaweek/state_machine/issues/191 * https://github.com/shellycloud/after_commit_queue Closes #2736 See merge request !1434
-
Dmitriy Zaporozhets authored
Fix Slack notification URL and remove the usage of Ci::RoutesHelper Fix for #2644 See merge request !1391
-
- Sep 25, 2015
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Make instructions for CI disable checkbox clear. Fix confusion in https://gitlab.com/gitlab-org/gitlab-ce/issues/2663 See merge request !1431
-
- Sep 24, 2015
-
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Chia Yu Pai authored
Add missing path change back
-
Robert Speicher authored
Get CI token from ci projects This fixes problem when GitLabCiService had different token than stored in Ci::Project. See merge request !1425
-
Jacob Vosmaer authored
-
Robert Speicher authored
Update mailroom to 0.5.2 Fixes #2698 and #2711. See merge request !1424
-
Jacob Vosmaer authored
This allows us to see a breakdown of API requests in New Relic.
-
Robert Speicher authored
Add Troubleshooting section to 8.0 docs [ci skip] See merge request !1416
-