-
- Downloads
Initial deploy_key feature commit
Showing
- app/controllers/deploy_keys_controller.rb 42 additions, 0 deletionsapp/controllers/deploy_keys_controller.rb
- app/models/deploy_key.rb 49 additions, 0 deletionsapp/models/deploy_key.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- app/views/deploy_keys/_form.html.haml 16 additions, 0 deletionsapp/views/deploy_keys/_form.html.haml
- app/views/deploy_keys/_show.html.haml 7 additions, 0 deletionsapp/views/deploy_keys/_show.html.haml
- app/views/deploy_keys/create.js.haml 9 additions, 0 deletionsapp/views/deploy_keys/create.js.haml
- app/views/deploy_keys/edit.html.haml 7 additions, 0 deletionsapp/views/deploy_keys/edit.html.haml
- app/views/deploy_keys/index.html.haml 16 additions, 0 deletionsapp/views/deploy_keys/index.html.haml
- app/views/deploy_keys/new.html.haml 5 additions, 0 deletionsapp/views/deploy_keys/new.html.haml
- app/views/deploy_keys/new.js.haml 11 additions, 0 deletionsapp/views/deploy_keys/new.js.haml
- app/views/deploy_keys/show.html.haml 10 additions, 0 deletionsapp/views/deploy_keys/show.html.haml
- app/views/layouts/project.html.haml 1 addition, 0 deletionsapp/views/layouts/project.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- db/migrate/20111225202855_create_deploy_keys.rb 12 additions, 0 deletionsdb/migrate/20111225202855_create_deploy_keys.rb
- lib/gitlabhq/gitolite.rb 1 addition, 1 deletionlib/gitlabhq/gitolite.rb
- spec/models/deploy_key_spec.rb 33 additions, 0 deletionsspec/models/deploy_key_spec.rb
Loading
Please register or sign in to comment