Commit ec9497de authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents fc2b282a 36a28757
...@@ -277,6 +277,7 @@ omniauth: ...@@ -277,6 +277,7 @@ omniauth:
sync_profile_from_provider: ['twitter', 'google_oauth2'] sync_profile_from_provider: ['twitter', 'google_oauth2']
sync_profile_attributes: ['email', 'location'] sync_profile_attributes: ['email', 'location']
``` ```
## Bypassing two factor authentication ## Bypassing two factor authentication
Starting with GitLab 12.3, this allows users to login with the specified Starting with GitLab 12.3, this allows users to login with the specified
......
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/127 context 'Create' do
context 'Create', :quarantine do
describe 'File templates' do describe 'File templates' do
include Runtime::Fixtures include Runtime::Fixtures
......
# frozen_string_literal: true # frozen_string_literal: true
module QA module QA
context 'Create', :quarantine do context 'Create' do
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/127
describe 'Web IDE file templates' do describe 'Web IDE file templates' do
include Runtime::Fixtures include Runtime::Fixtures
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment