Merge remote-tracking branch 'upstream/master' into ce-to-ee-2017-08-25
* upstream/master: (39 commits) Fix searching for files by path Fix invite by email address duplication Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'" Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'" Add missing third argument to `Git::Repository#initialize` in spec New doc: how to install GitLab on Azure Enable 5 lines of Sidekiq backtrace lines to aid in debugging Reenable MySQL tests on all branches Add `:nested_groups` metadata to `Groups::NestedCreateService` specs Re-allow appearances.description_html to be NULL Remove leftover API helper for removed CI API Define ldap methods at runtime Changed all font-weight values to 400 and 600 Use gitaly-proto 0.31.0 Avoid committer = lines Reword job to pipeline on the chart view Remove underscore-rails gem Hide group title on sidebar collapse; use more generic class for titles Add tests for Committer#== Added repo_service_spec for commitFlash and corrected repo_commit-Secion api spec ...
Showing
... | ... | @@ -217,9 +217,6 @@ gem 'kubeclient', '~> 2.2.0' |
# d3 | ||
gem 'd3_rails', '~> 3.5.0' | ||
# underscore-rails | ||
gem 'underscore-rails', '~> 1.8.0' | ||
# Sanitize user input | ||
gem 'sanitize', '~> 2.0' | ||
gem 'babosa', '~> 1.0.2' | ||
... | ... | @@ -417,7 +414,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.30.0' | ||
gem 'gitaly-proto', '~> 0.31.0', require: 'gitaly' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
... | ... |
16.5 KB
16.4 KB
24.3 KB
22.4 KB
23.2 KB
42.7 KB
25.1 KB
32.5 KB
33.4 KB
33.5 KB
35.5 KB
22.2 KB
18.6 KB
22.1 KB
30.7 KB
23.2 KB
34.2 KB
35 KB
34.5 KB
34.4 KB
28.6 KB
23.8 KB
25.7 KB
24.1 KB
33.4 KB
27.7 KB
doc/install/azure/index.md
0 → 100644
lib/gitlab/git/committer.rb
0 → 100644