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
5306879e
Commit
5306879e
authored
Sep 20, 2018
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct GitLab capitalization in EE-only files
parent
62314647
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGELOG-EE.md
CHANGELOG-EE.md
+3
-3
ee/app/controllers/oauth/jira/authorizations_controller.rb
ee/app/controllers/oauth/jira/authorizations_controller.rb
+1
-1
ee/app/models/project_services/jenkins_deprecated_service.rb
ee/app/models/project_services/jenkins_deprecated_service.rb
+1
-1
ee/lib/ee/gitlab/auth/saml/user.rb
ee/lib/ee/gitlab/auth/saml/user.rb
+1
-1
ee/spec/lib/ee/gitlab/middleware/read_only_spec.rb
ee/spec/lib/ee/gitlab/middleware/read_only_spec.rb
+1
-1
No files found.
CHANGELOG-EE.md
View file @
5306879e
...
...
@@ -1618,7 +1618,7 @@ Please view this file on the master branch, on stable branches it's out of date.
## 9.3.5 (2017-07-05)
- Make admin mirror application setting Git
l
ab.com exclusive. !2307
- Make admin mirror application setting Git
L
ab.com exclusive. !2307
- Make Geo::RepositorySyncService force create a repo.
## 9.3.4 (2017-07-03)
...
...
@@ -3099,7 +3099,7 @@ Please view this file on the master branch, on stable branches it's out of date.
## 7.5.0 (2014-11-22)
-
Added an ability to check each author commit's email by regex
-
Added an ability to restrict commit authors to existing Git
l
ab users
-
Added an ability to restrict commit authors to existing Git
L
ab users
-
Add an option for automatic daily LDAP user sync
-
Added git hook for preventing tag removal to API
-
Added git hook for setting commit message regex to API
...
...
@@ -3125,7 +3125,7 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Show group sharing members on /my/project/team
-
Improve explanation of the LDAP permission reset
-
Fix some navigation issues
-
Added support for multiple LDAP groups per Git
l
ab group
-
Added support for multiple LDAP groups per Git
L
ab group
## 7.2.0 (2014-08-22)
...
...
ee/app/controllers/oauth/jira/authorizations_controller.rb
View file @
5306879e
# This controller's role is to mimic and rewire the Git
l
ab OAuth
# This controller's role is to mimic and rewire the Git
L
ab OAuth
# flow routes for Jira DVCS integration.
# See https://gitlab.com/gitlab-org/gitlab-ee/issues/2381
#
...
...
ee/app/models/project_services/jenkins_deprecated_service.rb
View file @
5306879e
...
...
@@ -45,7 +45,7 @@ class JenkinsDeprecatedService < CiService
[
{
type:
'text'
,
name:
'project_url'
,
placeholder:
'Jenkins project URL like http://jenkins.example.com/job/my-project/'
},
{
type:
'checkbox'
,
name:
'multiproject_enabled'
,
title:
"Multi-project setup enabled?"
,
help:
"Multi-project mode is configured in Jenkins Git
l
ab Hook plugin."
},
help:
"Multi-project mode is configured in Jenkins Git
L
ab Hook plugin."
},
{
type:
'checkbox'
,
name:
'pass_unstable'
,
title:
'Should unstable builds be treated as passing?'
,
help:
'Unstable builds will be treated as passing.'
}
]
...
...
ee/lib/ee/gitlab/auth/saml/user.rb
View file @
5306879e
...
...
@@ -41,7 +41,7 @@ module EE
def
log_user_changes
(
user
,
message
)
::
Gitlab
::
AppLogger
.
info
(
"SAML(
#{
auth_hash
.
provider
}
) account
\"
#{
auth_hash
.
uid
}
\"
#{
message
}
"
\
"Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
end
...
...
ee/spec/lib/ee/gitlab/middleware/read_only_spec.rb
View file @
5306879e
...
...
@@ -34,7 +34,7 @@ describe Gitlab::Middleware::ReadOnly do
end
end
context
'normal requests to a read-only Git
l
ab instance'
do
context
'normal requests to a read-only Git
L
ab instance'
do
let
(
:fake_app
)
{
lambda
{
|
env
|
[
200
,
{
'Content-Type'
=>
'text/plain'
},
[
'OK'
]]
}
}
before
do
...
...
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