-
- Downloads
Merge branch 'ce_upstream' into 'master'
CE upstream CE changes https://gitlab.com/gitlab-org/gitlab-ce/compare/d636efbe26ee51030bb108d889c2ef867570358a...0c36b810abede73b3cf59f951e7467dbac54ec98?expand_all_diffs=1 See merge request !850
No related branches found
No related tags found
Showing
- app/models/concerns/token_authenticatable.rb 7 additions, 3 deletionsapp/models/concerns/token_authenticatable.rb
- app/models/external_issue.rb 9 additions, 0 deletionsapp/models/external_issue.rb
- app/models/issue_collection.rb 42 additions, 0 deletionsapp/models/issue_collection.rb
- app/models/project.rb 5 additions, 6 deletionsapp/models/project.rb
- app/models/repository.rb 4 additions, 0 deletionsapp/models/repository.rb
- app/models/user.rb 21 additions, 1 deletionapp/models/user.rb
- app/policies/issuable_policy.rb 1 addition, 1 deletionapp/policies/issuable_policy.rb
- app/policies/issue_policy.rb 2 additions, 7 deletionsapp/policies/issue_policy.rb
- app/services/git_push_service.rb 3 additions, 34 deletionsapp/services/git_push_service.rb
- app/services/issues/close_service.rb 13 additions, 0 deletionsapp/services/issues/close_service.rb
- app/services/projects/housekeeping_service.rb 51 additions, 8 deletionsapp/services/projects/housekeeping_service.rb
- app/views/admin/application_settings/_form.html.haml 39 additions, 0 deletionsapp/views/admin/application_settings/_form.html.haml
- app/views/admin/dashboard/index.html.haml 1 addition, 1 deletionapp/views/admin/dashboard/index.html.haml
- app/views/dashboard/todos/index.html.haml 13 additions, 9 deletionsapp/views/dashboard/todos/index.html.haml
- app/views/notify/pipeline_failed_email.html.haml 7 additions, 7 deletionsapp/views/notify/pipeline_failed_email.html.haml
- app/views/notify/pipeline_success_email.html.haml 6 additions, 6 deletionsapp/views/notify/pipeline_success_email.html.haml
- app/views/profiles/accounts/show.html.haml 22 additions, 10 deletionsapp/views/profiles/accounts/show.html.haml
- app/views/projects/issues/_issue_by_email.html.haml 14 additions, 7 deletionsapp/views/projects/issues/_issue_by_email.html.haml
- app/views/projects/network/show.html.haml 3 additions, 2 deletionsapp/views/projects/network/show.html.haml
- app/workers/git_garbage_collect_worker.rb 44 additions, 3 deletionsapp/workers/git_garbage_collect_worker.rb
app/models/issue_collection.rb
0 → 100644
Please register or sign in to comment