newly uploaded keys dont work since upgrade to 2.9.1
Created by: bluenemo
hi guys,
we use gitlab in production for our business, i've just upgraded to 2.9.1 (from 2.8.2). When a user adds a new public key cloning does not work. When i use keys that i saved before the upgrade they still work.
my production.log doesnt show anything unusual:
Started POST "/keys" for 92.226.32.9 at 2012-10-19 13:06:29 +0200 Processing by KeysController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cNz9JrbSKvgoyUaJ4Mud9P8rVQG0wMpKXDU2krHj/XVzqiU=", "key"=>{"title"=>"foo", "key"=>"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAACABAQCzDl+XA6PcpP/Jq8KfMXHhAYJgqyjsfR8JmMe8Ib1Z6jqdYP/I56h/QSO6bepM6UxdN7uBqwaH/sv/5gZh8VpB6Lt5UXj9gloqc3IP2dowIWrcqlFCpqujNyIuxhv6e4jo1T12j9cmr/yTxJl+n7/7EZcejNLkdhhJAlT6WR1W8ahrcyhWUuzKU7CPwu9f2xk1BIK/c5l5jtOfbCLvYpk/XBE0TvhSTZUWZ6tZYZ7ay7+8wTkQGyqfP+LMoVlrQ4l1NA8dPOHWAaQlhJ5EXGfr8Ww/nLoixMm4+XR0Qx7AWEOy+fip/M+3NbptPFfNlGnTkeorMRvapg9/+bVWPgUZN bluenemo@shiva"}} Redirected to http://git.overlord.org/keys/116 Completed 302 Found in 1570ms (ActiveRecord: 0.0ms)
Started GET "/keys/116" for 92.226.32.9 at 2012-10-19 13:06:31 +0200 Processing by KeysController#show as HTML Parameters: {"id"=>"116"} Rendered keys/show.html.haml within layouts/profile (1.6ms) Rendered layouts/_head.html.haml (1.5ms) Rendered layouts/_flash.html.haml (0.1ms) Rendered layouts/_init_auto_complete.html.haml (4.5ms) Rendered layouts/_head_panel.html.haml (15.3ms) Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 1.4ms)