-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into new-list-margin
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/projects_list.js.coffee 5 additions, 5 deletionsapp/assets/javascripts/projects_list.js.coffee
- app/assets/stylesheets/framework/common.scss 6 additions, 1 deletionapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/mobile.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/mobile.scss
- app/assets/stylesheets/pages/projects.scss 40 additions, 3 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/dashboard/_projects_head.html.haml 17 additions, 10 deletionsapp/views/dashboard/_projects_head.html.haml
- app/views/dashboard/projects/_projects.html.haml 0 additions, 8 deletionsapp/views/dashboard/projects/_projects.html.haml
- app/views/search/results/_issue.html.haml 1 addition, 1 deletionapp/views/search/results/_issue.html.haml
- db/migrate/20151203162134_add_build_events_to_services.rb 1 addition, 1 deletiondb/migrate/20151203162134_add_build_events_to_services.rb
- db/migrate/20151209144329_migrate_ci_web_hooks.rb 3 additions, 0 deletionsdb/migrate/20151209144329_migrate_ci_web_hooks.rb
- db/migrate/20151210125928_add_ci_to_project.rb 1 addition, 1 deletiondb/migrate/20151210125928_add_ci_to_project.rb
- db/migrate/20151210125929_add_project_id_to_ci.rb 1 addition, 1 deletiondb/migrate/20151210125929_add_project_id_to_ci.rb
- db/migrate/20151210125930_migrate_ci_to_project.rb 4 additions, 0 deletionsdb/migrate/20151210125930_migrate_ci_to_project.rb
- db/migrate/20151210125931_add_index_to_ci_tables.rb 1 addition, 1 deletiondb/migrate/20151210125931_add_index_to_ci_tables.rb
- db/migrate/20151210125932_drop_null_for_ci_tables.rb 1 addition, 1 deletiondb/migrate/20151210125932_drop_null_for_ci_tables.rb
- lib/support/init.d/gitlab 5 additions, 5 deletionslib/support/init.d/gitlab
- lib/support/init.d/gitlab.default.example 2 additions, 2 deletionslib/support/init.d/gitlab.default.example
Loading
| Loading
| @@ -172,7 +172,7 @@ gem 'd3_rails', '~> 3.5.5' |
gem "cal-heatmap-rails", "~> 0.0.1" | ||
# underscore-rails | ||
gem "underscore-rails", "~> 1.4.4" | ||
gem "underscore-rails", "~> 1.8.0" | ||
# Sanitize user input | ||
gem "sanitize", '~> 2.0' | ||
Loading
| Loading
|
Please register or sign in to comment