Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f49034ba
Commit
f49034ba
authored
Oct 25, 2018
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename SSL to TLS
parent
d67be3aa
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
17 deletions
+17
-17
.rubocop.yml
.rubocop.yml
+2
-2
qa/qa.rb
qa/qa.rb
+2
-2
qa/qa/scenario/test/integration/ldap_no_tls.rb
qa/qa/scenario/test/integration/ldap_no_tls.rb
+2
-2
qa/qa/scenario/test/integration/ldap_tls.rb
qa/qa/scenario/test/integration/ldap_tls.rb
+2
-2
qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
...rowser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
...specs/features/browser_ui/1_manage/login/register_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
...ecs/features/browser_ui/3_create/repository/clone_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb
...res/browser_ui/3_create/repository/push_over_http_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
...wser_ui/3_create/repository/push_protected_branch_spec.rb
+1
-1
qa/spec/scenario/test/integration/ldap_spec.rb
qa/spec/scenario/test/integration/ldap_spec.rb
+4
-4
No files found.
.rubocop.yml
View file @
f49034ba
...
@@ -80,8 +80,8 @@ Naming/FileName:
...
@@ -80,8 +80,8 @@ Naming/FileName:
-
'
locale/unfound_translations.rb'
-
'
locale/unfound_translations.rb'
-
'
ee/locale/unfound_translations.rb'
-
'
ee/locale/unfound_translations.rb'
-
'
ee/lib/generators/**/*'
-
'
ee/lib/generators/**/*'
-
'
qa/qa/scenario/test/integration/ldap_no_
ssl
.rb'
-
'
qa/qa/scenario/test/integration/ldap_no_
tls
.rb'
-
'
qa/qa/scenario/test/integration/ldap_
ssl
.rb'
-
'
qa/qa/scenario/test/integration/ldap_
tls
.rb'
IgnoreExecutableScripts
:
true
IgnoreExecutableScripts
:
true
AllowedAcronyms
:
AllowedAcronyms
:
...
...
qa/qa.rb
View file @
f49034ba
...
@@ -100,8 +100,8 @@ module QA
...
@@ -100,8 +100,8 @@ module QA
module
Integration
module
Integration
autoload
:Github
,
'qa/scenario/test/integration/github'
autoload
:Github
,
'qa/scenario/test/integration/github'
autoload
:LDAPNo
SSL
,
'qa/scenario/test/integration/ldap_no_ssl
'
autoload
:LDAPNo
TLS
,
'qa/scenario/test/integration/ldap_no_tls
'
autoload
:LDAP
SSL
,
'qa/scenario/test/integration/ldap_ssl
'
autoload
:LDAP
TLS
,
'qa/scenario/test/integration/ldap_tls
'
autoload
:InstanceSAML
,
'qa/scenario/test/integration/instance_saml'
autoload
:InstanceSAML
,
'qa/scenario/test/integration/instance_saml'
autoload
:Kubernetes
,
'qa/scenario/test/integration/kubernetes'
autoload
:Kubernetes
,
'qa/scenario/test/integration/kubernetes'
autoload
:Mattermost
,
'qa/scenario/test/integration/mattermost'
autoload
:Mattermost
,
'qa/scenario/test/integration/mattermost'
...
...
qa/qa/scenario/test/integration/ldap_no_
ssl
.rb
→
qa/qa/scenario/test/integration/ldap_no_
tls
.rb
View file @
f49034ba
...
@@ -2,8 +2,8 @@ module QA
...
@@ -2,8 +2,8 @@ module QA
module
Scenario
module
Scenario
module
Test
module
Test
module
Integration
module
Integration
class
LDAPNo
SSL
<
Test
::
Instance
::
All
class
LDAPNo
TLS
<
Test
::
Instance
::
All
tags
:ldap_no_
ssl
tags
:ldap_no_
tls
end
end
end
end
end
end
...
...
qa/qa/scenario/test/integration/ldap_
ssl
.rb
→
qa/qa/scenario/test/integration/ldap_
tls
.rb
View file @
f49034ba
...
@@ -2,8 +2,8 @@ module QA
...
@@ -2,8 +2,8 @@ module QA
module
Scenario
module
Scenario
module
Test
module
Test
module
Integration
module
Integration
class
LDAP
SSL
<
Test
::
Instance
::
All
class
LDAP
TLS
<
Test
::
Instance
::
All
tags
:ldap_
ssl
tags
:ldap_
tls
end
end
end
end
end
end
...
...
qa/qa/specs/features/browser_ui/1_manage/login/log_into_gitlab_via_ldap_spec.rb
View file @
f49034ba
# frozen_string_literal: true
# frozen_string_literal: true
module
QA
module
QA
context
'Manage'
,
:orchestrated
,
:ldap_no_
ssl
,
:ldap_ssl
do
context
'Manage'
,
:orchestrated
,
:ldap_no_
tls
,
:ldap_tls
do
describe
'LDAP login'
do
describe
'LDAP login'
do
it
'user logs into GitLab using LDAP credentials'
do
it
'user logs into GitLab using LDAP credentials'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
...
...
qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb
View file @
f49034ba
...
@@ -22,7 +22,7 @@ module QA
...
@@ -22,7 +22,7 @@ module QA
end
end
end
end
context
'Manage'
,
:orchestrated
,
:ldap_no_
ssl
,
:skip_signup_disabled
do
context
'Manage'
,
:orchestrated
,
:ldap_no_
tls
,
:skip_signup_disabled
do
describe
'while LDAP is enabled'
do
describe
'while LDAP is enabled'
do
it_behaves_like
'registration and login'
it_behaves_like
'registration and login'
end
end
...
...
qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
View file @
f49034ba
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
module
QA
module
QA
context
'Create'
do
context
'Create'
do
describe
'Git clone over HTTP'
,
:ldap_no_
ssl
do
describe
'Git clone over HTTP'
,
:ldap_no_
tls
do
let
(
:location
)
do
let
(
:location
)
do
Page
::
Project
::
Show
.
act
do
Page
::
Project
::
Show
.
act
do
choose_repository_clone_http
choose_repository_clone_http
...
...
qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb
View file @
f49034ba
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
module
QA
module
QA
context
'Create'
do
context
'Create'
do
describe
'Git push over HTTP'
,
:ldap_no_
ssl
do
describe
'Git push over HTTP'
,
:ldap_no_
tls
do
it
'user pushes code to the repository'
do
it
'user pushes code to the repository'
do
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Runtime
::
Browser
.
visit
(
:gitlab
,
Page
::
Main
::
Login
)
Page
::
Main
::
Login
.
act
{
sign_in_using_credentials
}
Page
::
Main
::
Login
.
act
{
sign_in_using_credentials
}
...
...
qa/qa/specs/features/browser_ui/3_create/repository/push_protected_branch_spec.rb
View file @
f49034ba
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
module
QA
module
QA
context
'Create'
do
context
'Create'
do
describe
'Protected branch support'
,
:ldap_no_
ssl
do
describe
'Protected branch support'
,
:ldap_no_
tls
do
let
(
:branch_name
)
{
'protected-branch'
}
let
(
:branch_name
)
{
'protected-branch'
}
let
(
:commit_message
)
{
'Protected push commit message'
}
let
(
:commit_message
)
{
'Protected push commit message'
}
let
(
:project
)
do
let
(
:project
)
do
...
...
qa/spec/scenario/test/integration/ldap_spec.rb
View file @
f49034ba
# frozen_string_literal: true
# frozen_string_literal: true
describe
QA
::
Scenario
::
Test
::
Integration
::
LDAPNo
SSL
do
describe
QA
::
Scenario
::
Test
::
Integration
::
LDAPNo
TLS
do
context
'#perform'
do
context
'#perform'
do
it_behaves_like
'a QA scenario class'
do
it_behaves_like
'a QA scenario class'
do
let
(
:tags
)
{
[
:ldap_no_
ssl
]
}
let
(
:tags
)
{
[
:ldap_no_
tls
]
}
end
end
end
end
end
end
describe
QA
::
Scenario
::
Test
::
Integration
::
LDAP
SSL
do
describe
QA
::
Scenario
::
Test
::
Integration
::
LDAP
TLS
do
context
'#perform'
do
context
'#perform'
do
it_behaves_like
'a QA scenario class'
do
it_behaves_like
'a QA scenario class'
do
let
(
:tags
)
{
[
:ldap_
ssl
]
}
let
(
:tags
)
{
[
:ldap_
tls
]
}
end
end
end
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment