-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'master' into fixes/api
Conflicts: spec/requests/api/projects_spec.rb
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/assets/javascripts/main.js.coffee 4 additions, 0 deletionsapp/assets/javascripts/main.js.coffee
- app/assets/javascripts/merge_requests.js.coffee 1 addition, 1 deletionapp/assets/javascripts/merge_requests.js.coffee
- app/assets/stylesheets/gitlab_bootstrap/mixins.scss 2 additions, 2 deletionsapp/assets/stylesheets/gitlab_bootstrap/mixins.scss
- app/assets/stylesheets/sections/commits.scss 13 additions, 14 deletionsapp/assets/stylesheets/sections/commits.scss
- app/assets/stylesheets/sections/header.scss 16 additions, 13 deletionsapp/assets/stylesheets/sections/header.scss
- app/assets/stylesheets/sections/projects.scss 4 additions, 0 deletionsapp/assets/stylesheets/sections/projects.scss
- app/assets/stylesheets/themes/ui_mars.scss 10 additions, 49 deletionsapp/assets/stylesheets/themes/ui_mars.scss
- app/contexts/merge_requests_load_context.rb 1 addition, 1 deletionapp/contexts/merge_requests_load_context.rb
- app/contexts/projects/create_context.rb 2 additions, 0 deletionsapp/contexts/projects/create_context.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/controllers/files_controller.rb 13 additions, 0 deletionsapp/controllers/files_controller.rb
- app/controllers/merge_requests_controller.rb 3 additions, 3 deletionsapp/controllers/merge_requests_controller.rb
- app/controllers/milestones_controller.rb 1 addition, 1 deletionapp/controllers/milestones_controller.rb
- app/controllers/profiles_controller.rb 3 additions, 1 deletionapp/controllers/profiles_controller.rb
- app/controllers/team_members_controller.rb 5 additions, 1 deletionapp/controllers/team_members_controller.rb
- app/controllers/teams/members_controller.rb 7 additions, 2 deletionsapp/controllers/teams/members_controller.rb
- app/controllers/teams_controller.rb 3 additions, 2 deletionsapp/controllers/teams_controller.rb
Loading
| Loading
| @@ -70,6 +70,9 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' |
# Servers | ||
gem "unicorn", "~> 4.4.0" | ||
# State machine | ||
gem "state_machine" | ||
# Issue tags | ||
gem "acts-as-taggable-on", "2.3.3" | ||
Loading
| Loading
|
app/controllers/files_controller.rb
0 → 100644
Please register or sign in to comment