- 11 Oct, 2015 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication!
💥 -
Drew Blessing authored
-
Douwe Maan authored
-
- 06 Oct, 2015 1 commit
-
-
Robert Speicher authored
-
- 05 Oct, 2015 8 commits
-
-
Robert Speicher authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcinski 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
-
- 30 Sep, 2015 2 commits
-
-
Robert Speicher authored
Bump Ruby and Golang versions [ci skip] See merge request !1467
-
Jacob Vosmaer authored
[ci skip]
-
- 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 3 commits
-
-
Robert Speicher authored
[ci skip]
-
Douwe Maan authored
-
Robert Speicher authored
[ci skip]
-