-
- Downloads
Merge branch 'master' into reference_relative_links
Conflicts: spec/models/project_spec.rb Former-commit-id: 54bcb6cc
No related branches found
No related tags found
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- Gemfile 0 additions, 1 deletionGemfile
- Gemfile.lock 0 additions, 1 deletionGemfile.lock
- PROCESS.md 2 additions, 2 deletionsPROCESS.md
- VERSION 1 addition, 1 deletionVERSION
- app/assets/stylesheets/sections/login.scss 2 additions, 3 deletionsapp/assets/stylesheets/sections/login.scss
- app/assets/stylesheets/sections/merge_requests.scss 0 additions, 13 deletionsapp/assets/stylesheets/sections/merge_requests.scss
- app/controllers/admin/groups_controller.rb 1 addition, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/projects_controller.rb 1 addition, 1 deletionapp/controllers/admin/projects_controller.rb
- app/controllers/admin/users_controller.rb 1 addition, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 1 addition, 1 deletionapp/controllers/groups_controller.rb
- app/controllers/profiles/groups_controller.rb 1 addition, 1 deletionapp/controllers/profiles/groups_controller.rb
- app/controllers/projects/issues_controller.rb 2 additions, 2 deletionsapp/controllers/projects/issues_controller.rb
- app/controllers/projects/merge_requests_controller.rb 6 additions, 2 deletionsapp/controllers/projects/merge_requests_controller.rb
- app/controllers/projects/milestones_controller.rb 1 addition, 1 deletionapp/controllers/projects/milestones_controller.rb
- app/controllers/projects/team_members_controller.rb 4 additions, 4 deletionsapp/controllers/projects/team_members_controller.rb
- app/controllers/search_controller.rb 2 additions, 2 deletionsapp/controllers/search_controller.rb
- app/controllers/snippets_controller.rb 1 addition, 1 deletionapp/controllers/snippets_controller.rb
- app/controllers/users_controller.rb 1 addition, 1 deletionapp/controllers/users_controller.rb
Loading
| Loading
| @@ -14,7 +14,6 @@ gem "protected_attributes" |
gem 'rails-observers' | ||
gem 'actionpack-page_caching' | ||
gem 'actionpack-action_caching' | ||
gem 'activerecord-deprecated_finders' | ||
# Supported DBs | ||
gem "mysql2", group: :mysql | ||
Loading
| Loading
|
Please register or sign in to comment