Merge branch 'master' into 19703-direct-link-pipelines
* master: (175 commits) Fix typo Always use `fixture_file_upload` helper to upload files in tests. Add CHANGELOG Fix extra spacing in all rgba methods in status file Improve spacing and fixes manual status color Add `ci-manual` status CSS with darkest gray color Move admin application spinach test to rspec Move admin deploy keys spinach test to rspec Fix CI/CD statuses actions' CSS on pipeline graphs Fix rubocop failures Store mattermost_url in settings Improve Mattermost Session specs Ensure the session is destroyed Improve session tests Setup mattermost session Fix link from doc/development/performance.md to 'Performance Monitoring' Fix query in Projects::ProjectMembersController to fetch members Improve test for sort dropdown on members page Fix sort dropdown alignment Undo changes on members search button stylesheet ...
Showing
... | ... | @@ -22,7 +22,6 @@ gem 'doorkeeper', '~> 4.2.0' |
gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
gem 'omniauth-azure-oauth2', '~> 0.0.6' | ||
gem 'omniauth-bitbucket', '~> 0.0.2' | ||
gem 'omniauth-cas3', '~> 1.1.2' | ||
gem 'omniauth-facebook', '~> 4.0.0' | ||
gem 'omniauth-github', '~> 1.1.1' | ||
... | ... |
29.4 KB
16.1 KB
45.5 KB
14.9 KB
7.08 KB
1.29 KB
8.48 KB
10.8 KB
36 KB
lib/bitbucket/client.rb
0 → 100644
lib/bitbucket/collection.rb
0 → 100644
lib/bitbucket/connection.rb
0 → 100644
lib/bitbucket/page.rb
0 → 100644
lib/bitbucket/paginator.rb
0 → 100644
lib/gitlab/git/rev_list.rb
0 → 100644
lib/mattermost/session.rb
0 → 100644