- Oct 16, 2015
-
-
Robert Speicher authored
[ci skip]
-
-
Robert Speicher authored
When `window.location.hash` is pointing to a note, e.g. `#note_1234`, `scrollToElement` would throw an error because a selector such as `.commits #note_1234` doesn't exist, so `offset()` returned `undefined`. This error would prevent subsequent calls from running, which caused the loading spinner to never be hidden. Now we ensure the selector returns a valid element before trying to scroll to it.
-
- Oct 14, 2015
-
- Oct 11, 2015
-
-
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
-
- Oct 06, 2015
-
- Oct 05, 2015
-
-
Robert Speicher authored
-
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
-
Valery Sizov authored
-
Geoffrey Challen authored
-
Robert Speicher authored
Document known issue with Reply by email and multiple application servers. See merge request !1499
-
-
Stan Hu authored
Closes #2867
-
- Sep 30, 2015
-
-
Robert Speicher authored
Bump Ruby and Golang versions [ci skip] See merge request !1467
-
[ci skip]
-
- Sep 29, 2015
-
-
[ci skip]
-
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
-
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
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
-
-
Sid Sijbrandij authored
-
Sid 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
-
-
Robert Speicher authored
Update mailroom to 0.5.2 Fixes #2698 and #2711. See merge request !1424
-
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
-