-
- Downloads
New feature: Create file from UI
Now you are able to create a new file in repository from your browser.
You are not allowed to create a file if file with same name already
exists in the repo.
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/controllers/projects/new_tree_controller.rb 65 additions, 0 deletionsapp/controllers/projects/new_tree_controller.rb
- app/views/layouts/nav/_project.html.haml 1 addition, 1 deletionapp/views/layouts/nav/_project.html.haml
- app/views/projects/new_tree/show.html.haml 47 additions, 0 deletionsapp/views/projects/new_tree/show.html.haml
- app/views/projects/tree/_tree.html.haml 5 additions, 0 deletionsapp/views/projects/tree/_tree.html.haml
- config/routes.rb 11 additions, 9 deletionsconfig/routes.rb
- lib/gitlab/satellite/files/edit_file_action.rb 3 additions, 16 deletionslib/gitlab/satellite/files/edit_file_action.rb
- lib/gitlab/satellite/files/file_action.rb 20 additions, 0 deletionslib/gitlab/satellite/files/file_action.rb
- lib/gitlab/satellite/files/new_file_action.rb 44 additions, 0 deletionslib/gitlab/satellite/files/new_file_action.rb
app/views/projects/new_tree/show.html.haml
0 → 100644
lib/gitlab/satellite/files/file_action.rb
0 → 100644
Please register or sign in to comment