- 29 Sep, 2015 6 commits
-
-
Robert Speicher authored
-
Jacob Vosmaer 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
-
- 25 Sep, 2015 2 commits
-
-
Robert Speicher authored
[ci skip]
-
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
-
- 24 Sep, 2015 14 commits
-
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij 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
-
Douwe Maan authored
Help page improvements - Only signed-in users can see version information - Add "Community Edition" text so the header is less barren when version information is hidden - Minor copy edits - Make all "Quick help" link text the entire body of the link. Prior, it wasn't obvious which part of each item was an actual link. Closes #2721 See merge request !1415
-
Stan Hu authored
Closes #2585
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9657
-
Stan Hu authored
Closes #2702
-
- 23 Sep, 2015 9 commits
-
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Fix top margin for sign-in button on public pages Closes #2615 [ci skip] See merge request !1412
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2653
-
Hannes Rosenögger authored
-
Robert Speicher authored
-
Douwe Maan authored
Prevent double-prefixing of help page paths Closes #2679 See merge request !1400
-
- 22 Sep, 2015 9 commits
-
-
Achilleas Pipinellis authored
This was causing the task `gitlab-rake gitlab:incoming_email:check` to fail.
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
8.0.0 is released; add 8.0.1 entry to CHANGELOG [ci skip] See merge request !1394
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
-
Job van der Voort authored
Add to migration on what to do if you don't want your data. If you don't want to migrate your CI data , remove the old builds directory. See merge request !1392
-
Job van der Voort authored
Add to migration on what to do if you don't want your data. If you don't want to migrate your CI data , remove the old builds directory. See merge request !1392
-