Can't edit commit in web interface
Closed
Can't edit commit in web interface
Created by: glebcha
Create new repository in Gitlab. Create new repository on local machine. Make initial commit in local repo. Add remote origin (gitlab fresh repo). Push master to newly created gitlab repo. Open random file to edit in my private repository -> see 500 error (but all ok with previously cloned repos).
Completed 500 Internal Server Error in 36ms
Gitlab::SatelliteNotExistError (Satellite doesn't exist):
lib/gitlab/satellite/satellite.rb:21:in raise_no_satellite' lib/gitlab/satellite/satellite.rb:55:in
lock'
lib/gitlab/satellite/action.rb:23:in block in in_locked_and_timed_satellite' lib/gitlab/satellite/action.rb:22:in
in_locked_and_timed_satellite'
lib/gitlab/satellite/edit_file_action.rb:22:in commit!' app/controllers/edit_tree_controller.rb:18:in
update'
Created by: glebcha
It seems that satellites are not created automatically.
bundle exec rake gitlab:satellites:create RAILS_ENV=production
helped, but it should be fixed. For each new repo I have to run this command. Hope someone will give me a hand of support.By Administrator on 2013-06-05T10:31:00 (imported from GitLab project)
Created by: bbodenmiller
Thanks for the issue report. Please reformat your issue to conform to the issue tracker guidelines found in our contributing guidelines.
By Administrator on 2013-06-06T00:43:27 (imported from GitLab project)
Created by: glebcha
Yep, found all of this issues and tested carefully mine.
This issue doesn't solve https://github.com/gitlabhq/gitlabhq/issues/3370
This one https://github.com/gitlabhq/gitlabhq/issues/3797 is unanswered
Once it was ok and then all the same with this output:
Started PUT "/user/pretest/edit/master/README.md" for at 2013-06-06 11:23:31 +0600 Processing by EditTreeController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xxxx=", "commit_message"=>"some tests made", "last_commit"=>"ca5cd426454f97587ad4cb910b89bb85aef4fc10", "content"=>"uuuuutest", "project_id"=>"user/pretest", "id"=>"master/README.md"} Completed 500 Internal Server Error in 97ms Gitlab::SatelliteNotExistError (Satellite doesn't exist): lib/gitlab/satellite/satellite.rb:21:in
raise_no_satellite' lib/gitlab/satellite/satellite.rb:55:in
lock' lib/gitlab/satellite/action.rb:23:inblock in in_locked_and_timed_satellite' lib/gitlab/satellite/action.rb:22:in
in_locked_and_timed_satellite' lib/gitlab/satellite/edit_file_action.rb:22:incommit!' app/controllers/edit_tree_controller.rb:18:in
update'By Administrator on 2013-06-06T06:25:08 (imported from GitLab project)
Created by: bbodenmiller
Still need you to update this with more details from contributing guidelines before I can mark for more attention.
By Administrator on 2013-06-07T07:58:16 (imported from GitLab project)