Manually remove repo?
Created by: pupaxxo
Hi, i've got a broken repo (i cannot delete id, i get 500 error) , how can i manually remove it?
Here is the error i get when i try to delete the repo:
Started DELETE "repo" for 151.21.9.246 at 2014-09-13 12:11:33 +0200
Processing by ProjectsController#destroy as HTML
Parameters: {"authenticity_token"=>"xxxx", "id"=>"repo"}
PG::Error: ERROR: cached plan must not change result type
: SELECT "services".* FROM "services" WHERE "services"."type" IN ('GitlabCiService') AND "services"."project_id" = $1 LIMIT 1
Completed 500 Internal Server Error in 134ms
PG::Error (ERROR: current transaction is aborted, commands ignored until end of transaction block
):
app/services/projects/destroy_service.rb:9:in `execute'
app/controllers/projects_controller.rb:103:in `destroy'