-
- Downloads
file lock: feature mockup
Showing
- app/helpers/blob_helper.rb 9 additions, 0 deletionsapp/helpers/blob_helper.rb
- app/models/locked_path.rb 2 additions, 0 deletionsapp/models/locked_path.rb
- app/models/path_lock.rb 4 additions, 0 deletionsapp/models/path_lock.rb
- app/models/project.rb 13 additions, 0 deletionsapp/models/project.rb
- app/views/projects/blob/_actions.html.haml 1 addition, 0 deletionsapp/views/projects/blob/_actions.html.haml
- app/views/projects/tree/_tree_content.html.haml 2 additions, 0 deletionsapp/views/projects/tree/_tree_content.html.haml
- db/migrate/20160601102211_create_path_locks_table.rb 11 additions, 0 deletionsdb/migrate/20160601102211_create_path_locks_table.rb
- db/schema.rb 20 additions, 1 deletiondb/schema.rb
- lib/gitlab/git_access.rb 35 additions, 1 deletionlib/gitlab/git_access.rb
- lib/gitlab/locked_path_matcher.rb 59 additions, 0 deletionslib/gitlab/locked_path_matcher.rb
- spec/factories/path_locks.rb 7 additions, 0 deletionsspec/factories/path_locks.rb
- spec/lib/gitlab/locked_path_matcher_spec.rb 17 additions, 0 deletionsspec/lib/gitlab/locked_path_matcher_spec.rb
app/models/locked_path.rb
0 → 100644
app/models/path_lock.rb
0 → 100644
lib/gitlab/locked_path_matcher.rb
0 → 100644
spec/factories/path_locks.rb
0 → 100644
spec/lib/gitlab/locked_path_matcher_spec.rb
0 → 100644
Please register or sign in to comment