- Oct 16, 2015
-
-
Robert Speicher authored
[ci skip]
-
- Oct 11, 2015
-
-
Robert Speicher authored
[ci skip]
-
- Oct 05, 2015
-
-
Robert Speicher authored
-
Valery Sizov authored
-
Geoffrey Challen authored
-
Stan Hu authored
Closes #2867
-
- Sep 29, 2015
-
-
Stan Hu authored
Closes #2692
-
Robert Speicher authored
[ci skip]
-
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
-
- Sep 25, 2015
-
-
Robert Speicher authored
[ci skip]
-
- Sep 24, 2015
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Update mailroom to 0.5.2 Fixes #2698 and #2711. See merge request !1424
-
Stan Hu authored
Closes #2585
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9657
-
- Sep 23, 2015
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2653
-
Robert Speicher authored
-
- Sep 22, 2015
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Fix CI permissions  This fixes two problems: - Allow developers to retry builds - Hide advanced project options from CI page for non-admin users See merge request !1379
-
- Sep 21, 2015
-
-
Kamil Trzcińśki authored
-
Stan Hu authored
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
-
Dmitriy Zaporozhets authored
Fail ci builds without yml Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/2551 See merge request !1349
-
- Sep 20, 2015
-
-
Kamil Trzcińśki authored
-
- Sep 18, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Jeroen van Baarsen authored
Fixes #2536 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Sep 17, 2015
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9640
-
- Sep 16, 2015
-
-
Patricio Cano authored
-
Jungkook Park authored
add a test for to_hook_data of issue model update CHANGELOG
-
Robert Speicher authored
Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
-
Stan Hu authored
Closes #2266
-
- Sep 15, 2015
-
-
Allister Antosik authored
-
liyakun authored
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
-
- Sep 11, 2015
-
-
Stan Hu authored
Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
-
- Sep 10, 2015
-
-
Stan Hu authored
-