-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'ce-upstream-1' into 'master'
CE upstream extracted from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/850 where build is red now. This is the build which was green but has not been merged to EE master on time. The idea is to have smaller iterations. See merge request !855
Showing
- .eslintignore 1 addition, 1 deletion.eslintignore
- CHANGELOG.md 12 additions, 0 deletionsCHANGELOG.md
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 2 additions, 5 deletionsGemfile
- Gemfile.lock 4 additions, 8 deletionsGemfile.lock
- README.md 1 addition, 1 deletionREADME.md
- app/assets/javascripts/boards/components/new_list_dropdown.js.es6 13 additions, 0 deletions...ts/javascripts/boards/components/new_list_dropdown.js.es6
- app/assets/javascripts/create_label.js.es6 2 additions, 0 deletionsapp/assets/javascripts/create_label.js.es6
- app/assets/javascripts/extensions/element.js.es6 4 additions, 2 deletionsapp/assets/javascripts/extensions/element.js.es6
- app/assets/javascripts/project_new.js 12 additions, 1 deletionapp/assets/javascripts/project_new.js
- app/assets/javascripts/users_select.js 4 additions, 0 deletionsapp/assets/javascripts/users_select.js
- app/assets/stylesheets/framework/avatar.scss 5 additions, 5 deletionsapp/assets/stylesheets/framework/avatar.scss
- app/assets/stylesheets/framework/dropdowns.scss 3 additions, 5 deletionsapp/assets/stylesheets/framework/dropdowns.scss
- app/assets/stylesheets/framework/selects.scss 3 additions, 3 deletionsapp/assets/stylesheets/framework/selects.scss
- app/assets/stylesheets/pages/commit.scss 36 additions, 14 deletionsapp/assets/stylesheets/pages/commit.scss
- app/assets/stylesheets/pages/commits.scss 16 additions, 1 deletionapp/assets/stylesheets/pages/commits.scss
- app/assets/stylesheets/pages/editor.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/editor.scss
- app/assets/stylesheets/pages/icons.scss 12 additions, 0 deletionsapp/assets/stylesheets/pages/icons.scss
- app/assets/stylesheets/pages/pipelines.scss 14 additions, 1 deletionapp/assets/stylesheets/pages/pipelines.scss
- app/assets/stylesheets/pages/status.scss 2 additions, 1 deletionapp/assets/stylesheets/pages/status.scss
Loading
| Loading
| @@ -110,11 +110,11 @@ gem 'gitlab-elasticsearch-git', '~> 1.0.1', require: "elasticsearch/git" |
# Markdown and HTML processing | ||
gem 'html-pipeline', '~> 1.11.0' | ||
gem 'deckar01-task_list', '1.0.5', require: 'task_list/railtie' | ||
gem 'deckar01-task_list', '1.0.6', require: 'task_list/railtie' | ||
gem 'gitlab-markup', '~> 1.5.0' | ||
gem 'redcarpet', '~> 3.3.3' | ||
gem 'RedCloth', '~> 4.3.2' | ||
gem 'rdoc', '~>3.6' | ||
gem 'rdoc', '~> 4.2' | ||
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
Loading
| Loading
| @@ -271,9 +271,6 @@ group :development do |
gem 'better_errors', '~> 1.0.1' | ||
gem 'binding_of_caller', '~> 0.7.2' | ||
# Docs generator | ||
gem 'sdoc', '~> 0.3.20' | ||
# thin instead webrick | ||
gem 'thin', '~> 1.7.0' | ||
end | ||
Loading
| Loading
|
app/assets/stylesheets/pages/icons.scss
0 → 100644
Please register or sign in to comment