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
eb640ede
Commit
eb640ede
authored
Sep 21, 2018
by
Marcel Amirault
Committed by
Douwe Maan
Sep 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct Gitlab Capitalization in code files
parent
abab0cd6
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
45 additions
and
45 deletions
+45
-45
.rubocop.yml
.rubocop.yml
+1
-1
CHANGELOG.md
CHANGELOG.md
+6
-6
app/assets/javascripts/behaviors/markdown/render_gfm.js
app/assets/javascripts/behaviors/markdown/render_gfm.js
+1
-1
app/mailers/previews/notify_preview.rb
app/mailers/previews/notify_preview.rb
+3
-3
app/models/project_wiki.rb
app/models/project_wiki.rb
+1
-1
app/models/wiki_page.rb
app/models/wiki_page.rb
+2
-2
app/views/help/instance_configuration/_gitlab_pages.html.haml
...views/help/instance_configuration/_gitlab_pages.html.haml
+1
-1
bin/pkgr_before_precompile.sh
bin/pkgr_before_precompile.sh
+1
-1
changelogs/archive.md
changelogs/archive.md
+8
-8
config/application.rb
config/application.rb
+1
-1
lib/gitlab/auth/ldap/access.rb
lib/gitlab/auth/ldap/access.rb
+3
-3
lib/gitlab/gitaly_client/storage_settings.rb
lib/gitlab/gitaly_client/storage_settings.rb
+1
-1
lib/gitlab/template/finders/global_template_finder.rb
lib/gitlab/template/finders/global_template_finder.rb
+1
-1
lib/gitlab/template/finders/repo_template_finder.rb
lib/gitlab/template/finders/repo_template_finder.rb
+1
-1
lib/support/nginx/gitlab
lib/support/nginx/gitlab
+2
-2
lib/support/nginx/gitlab-ssl
lib/support/nginx/gitlab-ssl
+2
-2
spec/lib/gitlab/auth/ldap/access_spec.rb
spec/lib/gitlab/auth/ldap/access_spec.rb
+5
-5
spec/lib/gitlab/middleware/read_only_spec.rb
spec/lib/gitlab/middleware/read_only_spec.rb
+1
-1
spec/models/instance_configuration_spec.rb
spec/models/instance_configuration_spec.rb
+1
-1
spec/requests/openid_connect_spec.rb
spec/requests/openid_connect_spec.rb
+1
-1
spec/services/auth/container_registry_authentication_service_spec.rb
...es/auth/container_registry_authentication_service_spec.rb
+1
-1
spec/services/groups/transfer_service_spec.rb
spec/services/groups/transfer_service_spec.rb
+1
-1
No files found.
.rubocop.yml
View file @
eb640ede
...
...
@@ -111,7 +111,7 @@ Naming/FileName:
-
XSRF
-
XSS
# Git
l
ab ###################################################################
# Git
L
ab ###################################################################
Gitlab/ModuleWithInstanceVariables
:
Enable
:
true
...
...
CHANGELOG.md
View file @
eb640ede
...
...
@@ -1126,7 +1126,7 @@ entry.
-
Use the default strings of timeago.js for timeago. !19350 (Takuya Noguchi)
-
Update selenium-webdriver to 3.12.0. !19351 (Takuya Noguchi)
-
Include username in output when testing SSH to GitLab. !19358
-
Update screenshot in Git
l
ab.com integration documentation. !19433 (Tuğçe Nur Taş)
-
Update screenshot in Git
L
ab.com integration documentation. !19433 (Tuğçe Nur Taş)
-
Users can accept terms during registration. !19583
-
Fix issue count on sidebar.
-
Add merge requests list endpoint for groups.
...
...
@@ -1256,7 +1256,7 @@ entry.
-
Make toggle markdown preview shortcut only toggle selected field.
-
Verifiy if pipeline has commit idetails and render information in MR widget when branch is deleted.
-
Fixed inconsistent protected branch pill baseline.
-
Fix setting Git
l
ab metrics content types.
-
Fix setting Git
L
ab metrics content types.
-
Display only generic message on merge error to avoid exposing any potentially sensitive or user unfriendly backend messages.
-
Fix label links update on project transfer.
-
Breaks commit not found message in pipelines table.
...
...
@@ -1626,7 +1626,7 @@ entry.
-
Add 'Assigned Issues' and 'Assigned Merge Requests' as dashboard view choices for users. !17860 (Elias Werberich)
-
Extend API for importing a project export with overwrite support. !17883
-
Create Deploy Tokens to allow permanent access to repository and registry. !17894
-
Detect commit message trailers and link users properly to their accounts on Git
l
ab. !17919 (cousine)
-
Detect commit message trailers and link users properly to their accounts on Git
L
ab. !17919 (cousine)
-
Adds cancel btn to new pages domain page. !18026 (Jacopo Beschi @jacopo-beschi)
-
API: Add parameter merge_method to projects. !18031 (Jan Beckmann)
-
Introduce simpler env vars for auto devops REPLICAS and CANARY_REPLICAS #41436. !18036
...
...
@@ -3074,7 +3074,7 @@ entry.
-
[FIXED] Fix broken wiki pages that link to a wiki file. !15019
-
[FIXED] Don't rename paths that were freed up when upgrading. !15029
-
[FIXED] Fix bitbucket login. !15051
-
[FIXED] Update gitaly in Git
l
ab 10.1 to 0.43.1 for temp file cleanup. !15055
-
[FIXED] Update gitaly in Git
L
ab 10.1 to 0.43.1 for temp file cleanup. !15055
-
[FIXED] Use the correct visibility attribute for projects in system hooks. !15065
-
[FIXED] Normalize LDAP DN when looking up identity.
-
[FIXED] Adds callback functions for initial request in clusters page.
...
...
@@ -4784,7 +4784,7 @@ entry.
-
Make user mentions case-insensitive. !10285 (blackst0ne)
-
Update rugged to 0.25.1.1. !10286 (Elan Ruusamäe)
-
Handle parsing OpenBSD ps output properly to display sidekiq infos on admin->monitoring->background. !10303 (Sebastian Reitenbach)
-
Log errors during generating of Git
l
ab Pages to debug log. !10335 (Danilo Bargen)
-
Log errors during generating of Git
L
ab Pages to debug log. !10335 (Danilo Bargen)
-
Update issue board cards design. !10353
-
Tags can be protected, restricting creation of matching tags by user role. !10356
-
Set GIT_TERMINAL_PROMPT env variable in initializer. !10372
...
...
@@ -5197,7 +5197,7 @@ entry.
-
Restore keyboard shortcuts for "Activity" and "Charts". !9680
-
Added commit array to Syshook json. !9685 (Gabriele Pongelli)
-
Document ability to list issues with no labels using API. !9697 (Vignesh Ravichandran)
-
Fix typo in Git
l
ab config file. !9702 (medied)
-
Fix typo in Git
L
ab config file. !9702 (medied)
-
Fix json response in branches controller. !9710 (George Andrinopoulos)
-
Refactor dropdown_assignee_spec. !9711 (George Andrinopoulos)
-
Delete artifacts for pages unless expiry date is specified. !9716
...
...
app/assets/javascripts/behaviors/markdown/render_gfm.js
View file @
eb640ede
...
...
@@ -3,7 +3,7 @@ import syntaxHighlight from '~/syntax_highlight';
import
renderMath
from
'
./render_math
'
;
import
renderMermaid
from
'
./render_mermaid
'
;
// Render Git
l
ab flavoured Markdown
// Render Git
L
ab flavoured Markdown
//
// Delegates to syntax highlight and render math & mermaid diagrams.
//
...
...
app/mailers/previews/notify_preview.rb
View file @
eb640ede
...
...
@@ -9,7 +9,7 @@ class NotifyPreview < ActionMailer::Preview
In this notification email, we expect to see:
- The note contents (that's what you're looking at)
- A link to view this note on Git
l
ab
- A link to view this note on Git
L
ab
- An explanation for why the user is receiving this notification
MD
...
...
@@ -26,7 +26,7 @@ class NotifyPreview < ActionMailer::Preview
- A line saying who started this discussion
- The note contents (that's what you're looking at)
- A link to view this discussion on Git
l
ab
- A link to view this discussion on Git
L
ab
- An explanation for why the user is receiving this notification
MD
...
...
@@ -44,7 +44,7 @@ class NotifyPreview < ActionMailer::Preview
- A line saying who started this discussion and on what file
- The diff
- The note contents (that's what you're looking at)
- A link to view this discussion on Git
l
ab
- A link to view this discussion on Git
L
ab
- An explanation for why the user is receiving this notification
MD
...
...
app/models/project_wiki.rb
View file @
eb640ede
...
...
@@ -80,7 +80,7 @@ class ProjectWiki
pages
(
limit:
1
).
empty?
end
# Returns an Array of Git
l
ab WikiPage instances or an
# Returns an Array of Git
L
ab WikiPage instances or an
# empty Array if this Wiki has no pages.
def
pages
(
limit:
0
)
wiki
.
pages
(
limit:
limit
).
map
{
|
page
|
WikiPage
.
new
(
self
,
page
,
true
)
}
...
...
app/models/wiki_page.rb
View file @
eb640ede
...
...
@@ -51,7 +51,7 @@ class WikiPage
validates
:title
,
presence:
true
validates
:content
,
presence:
true
# The Git
l
ab ProjectWiki instance.
# The Git
L
ab ProjectWiki instance.
attr_reader
:wiki
# The raw Gitlab::Git::WikiPage instance.
...
...
@@ -127,7 +127,7 @@ class WikiPage
version
.
try
(
:message
)
end
# The Git
l
ab Commit instance for this page.
# The Git
L
ab Commit instance for this page.
def
version
return
nil
unless
persisted?
...
...
app/views/help/instance_configuration/_gitlab_pages.html.haml
View file @
eb640ede
...
...
@@ -8,7 +8,7 @@
%p
Below are the settings for
=
succeed
(
'.'
)
{
link_to
(
'Git
l
ab Pages'
,
gitlab_pages
[
:url
],
target:
'_blank'
)
}
=
succeed
(
'.'
)
{
link_to
(
'Git
L
ab Pages'
,
gitlab_pages
[
:url
],
target:
'_blank'
)
}
.table-responsive
%table
%thead
...
...
bin/pkgr_before_precompile.sh
View file @
eb640ede
...
...
@@ -6,7 +6,7 @@ for file in config/*.yml.example; do
cp
${
file
}
config/
$(
basename
${
file
}
.example
)
done
# Allow to override the Git
l
ab URL from an environment variable, as this will avoid having to change the configuration file for simple deployments.
# Allow to override the Git
L
ab URL from an environment variable, as this will avoid having to change the configuration file for simple deployments.
config
=
$(
echo
'<% gitlab_url = URI(ENV["GITLAB_URL"] || "http://localhost:80") %>'
|
cat
- config/gitlab.yml
)
echo
"
$config
"
>
config/gitlab.yml
sed
-i
"s/host: localhost/host: <%= gitlab_url.host %>/"
config/gitlab.yml
...
...
changelogs/archive.md
View file @
eb640ede
...
...
@@ -739,7 +739,7 @@
-
Update duration at the end of pipeline
-
ExpireBuildArtifactsWorker query builds table without ordering enqueuing one job per build to cleanup
-
Add group level labels. (!6425)
-
Add an example for testing a phoenix application with Git
l
ab CI in the docs (Manthan Mallikarjun)
-
Add an example for testing a phoenix application with Git
L
ab CI in the docs (Manthan Mallikarjun)
-
Cancelled pipelines could be retried. !6927
-
Updating verbiage on git basics to be more intuitive
-
Fix project_feature record not generated on project creation
...
...
@@ -768,7 +768,7 @@
-
Log LDAP lookup errors and don't swallow unrelated exceptions. !6103 (Markus Koller)
-
Replace unique keyframes mixin with keyframe mixin with specific names (ClemMakesApps)
-
Add more tests for calendar contribution (ClemMakesApps)
-
Update Git
l
ab Shell to fix some problems with moving projects between storages
-
Update Git
L
ab Shell to fix some problems with moving projects between storages
-
Cache rendered markdown in the database, rather than Redis
-
Add todo toggle event (ClemMakesApps)
-
Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references
...
...
@@ -815,7 +815,7 @@
-
Replace static issue fixtures by script !6059 (winniehell)
-
Append issue template to existing description !6149 (Joseph Frazier)
-
Trending projects now only show public projects and the list of projects is cached for a day
-
Memoize Git
l
ab Shell's secret token (!6599, Justin DiPierro)
-
Memoize Git
L
ab Shell's secret token (!6599, Justin DiPierro)
-
Revoke button in Applications Settings underlines on hover.
-
Use higher size on Gitlab::Redis connection pool on Sidekiq servers
-
Add missing values to linter !6276 (Katarzyna Kobierska Ula Budziszewska)
...
...
@@ -930,7 +930,7 @@
## 8.12.3
-
Update Git
l
ab Shell to support low IO priority for storage moves
-
Update Git
L
ab Shell to support low IO priority for storage moves
## 8.12.2
...
...
@@ -1001,7 +1001,7 @@
-
Added ability to specify URL in environment configuration in gitlab-ci.yml
-
Escape search term before passing it to Regexp.new !6241 (winniehell)
-
Fix pinned sidebar behavior in smaller viewports !6169
-
Fix file permissions change when updating a file on the Git
l
ab UI !5979
-
Fix file permissions change when updating a file on the Git
L
ab UI !5979
-
Added horizontal padding on build page sidebar on code coverage block. !6196 (Vitaly Baev)
-
Change merge_error column from string to text type
-
Fix issue with search filter labels not displaying
...
...
@@ -1688,7 +1688,7 @@
-
Fix commit avatar alignment in compare view. !5128
-
Fix broken migration in MySQL. !5005
-
Overwrite Host and X-Forwarded-Host headers in NGINX !5213
-
Keeps issue number when importing from Git
l
ab.com
-
Keeps issue number when importing from Git
L
ab.com
-
Add Pending tab for Builds (Katarzyna Kobierska, Urszula Budziszewska)
## 8.9.5
...
...
@@ -4786,7 +4786,7 @@
## 3.1.0
-
Updated gems
-
Services: Git
l
ab CI integration
-
Services: Git
L
ab CI integration
-
Events filter on dashboard
-
Own namespace for redis/resque
-
Optimized commit diff views
...
...
@@ -4869,7 +4869,7 @@
## 2.8.0
-
Git
l
ab Flavored Markdown
-
Git
L
ab Flavored Markdown
-
Bulk issues update
-
Issues API
-
Cucumber coverage increased
...
...
config/application.rb
View file @
eb640ede
...
...
@@ -205,7 +205,7 @@ module Gitlab
ENV
[
'GITLAB_PATH_OUTSIDE_HOOK'
]
=
ENV
[
'PATH'
]
ENV
[
'GIT_TERMINAL_PROMPT'
]
=
'0'
# Git
l
ab Read-only middleware support
# Git
L
ab Read-only middleware support
config
.
middleware
.
insert_after
ActionDispatch
::
Flash
,
::
Gitlab
::
Middleware
::
ReadOnly
config
.
generators
do
|
g
|
...
...
lib/gitlab/auth/ldap/access.rb
View file @
eb640ede
...
...
@@ -92,12 +92,12 @@ module Gitlab
if
provider
Gitlab
::
AppLogger
.
info
(
"LDAP account
\"
#{
ldap_identity
.
extern_uid
}
\"
#{
reason
}
, "
\
"blocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"blocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
else
Gitlab
::
AppLogger
.
info
(
"Account is not provided by LDAP, "
\
"blocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"blocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
end
end
...
...
@@ -107,7 +107,7 @@ module Gitlab
Gitlab
::
AppLogger
.
info
(
"LDAP account
\"
#{
ldap_identity
.
extern_uid
}
\"
#{
reason
}
, "
\
"unblocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"unblocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
end
end
...
...
lib/gitlab/gitaly_client/storage_settings.rb
View file @
eb640ede
...
...
@@ -13,7 +13,7 @@ module Gitlab
Storage is invalid because it has no `path` key.
For source installations, update your config/gitlab.yml Refer to gitlab.yml.example for an updated example.
If you're using the Git
l
ab Development Kit, you can update your configuration running `gdk reconfigure`.
If you're using the Git
L
ab Development Kit, you can update your configuration running `gdk reconfigure`.
MSG
# This class will give easily recognizable NoMethodErrors
...
...
lib/gitlab/template/finders/global_template_finder.rb
View file @
eb640ede
# Searches and reads file present on Git
l
ab installation directory
# Searches and reads file present on Git
L
ab installation directory
module
Gitlab
module
Template
module
Finders
...
...
lib/gitlab/template/finders/repo_template_finder.rb
View file @
eb640ede
# Searches and reads files present on each Git
l
ab project repository
# Searches and reads files present on each Git
L
ab project repository
module
Gitlab
module
Template
module
Finders
...
...
lib/support/nginx/gitlab
View file @
eb640ede
...
...
@@ -17,7 +17,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
upstream gitlab-workhorse {
# Git
l
ab socket file,
# Git
L
ab socket file,
# for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket
server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
}
...
...
@@ -112,7 +112,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
# Location to the Git
l
ab's public directory,
# Location to the Git
L
ab's public directory,
# for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public.
root /home/git/gitlab/public;
internal;
...
...
lib/support/nginx/gitlab-ssl
View file @
eb640ede
...
...
@@ -21,7 +21,7 @@
## See installation.md#using-https for additional HTTPS configuration details.
upstream gitlab-workhorse {
# Git
l
ab socket file,
# Git
L
ab socket file,
# for Omnibus this would be: unix:/var/opt/gitlab/gitlab-workhorse/socket
server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
}
...
...
@@ -162,7 +162,7 @@ server {
error_page 502 /502.html;
error_page 503 /503.html;
location ~ ^/(404|422|500|502|503)\.html$ {
# Location to the Git
l
ab's public directory,
# Location to the Git
L
ab's public directory,
# for Omnibus this would be: /opt/gitlab/embedded/service/gitlab-rails/public
root /home/git/gitlab/public;
internal;
...
...
spec/lib/gitlab/auth/ldap/access_spec.rb
View file @
eb640ede
...
...
@@ -48,7 +48,7 @@ describe Gitlab::Auth::LDAP::Access do
it
'logs the reason'
do
expect
(
Gitlab
::
AppLogger
).
to
receive
(
:info
).
with
(
"LDAP account
\"
123456
\"
does not exist anymore, "
\
"blocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"blocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
access
.
allowed?
...
...
@@ -79,7 +79,7 @@ describe Gitlab::Auth::LDAP::Access do
it
'logs the reason'
do
expect
(
Gitlab
::
AppLogger
).
to
receive
(
:info
).
with
(
"LDAP account
\"
123456
\"
is disabled in Active Directory, "
\
"blocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"blocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
access
.
allowed?
...
...
@@ -123,7 +123,7 @@ describe Gitlab::Auth::LDAP::Access do
it
'logs the reason'
do
expect
(
Gitlab
::
AppLogger
).
to
receive
(
:info
).
with
(
"LDAP account
\"
123456
\"
is not disabled anymore, "
\
"unblocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"unblocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
access
.
allowed?
...
...
@@ -161,7 +161,7 @@ describe Gitlab::Auth::LDAP::Access do
it
'logs the reason'
do
expect
(
Gitlab
::
AppLogger
).
to
receive
(
:info
).
with
(
"LDAP account
\"
123456
\"
does not exist anymore, "
\
"blocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"blocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
access
.
allowed?
...
...
@@ -183,7 +183,7 @@ describe Gitlab::Auth::LDAP::Access do
it
'logs the reason'
do
expect
(
Gitlab
::
AppLogger
).
to
receive
(
:info
).
with
(
"LDAP account
\"
123456
\"
is available again, "
\
"unblocking Git
l
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
"unblocking Git
L
ab user
\"
#{
user
.
name
}
\"
(
#{
user
.
email
}
)"
)
access
.
allowed?
...
...
spec/lib/gitlab/middleware/read_only_spec.rb
View file @
eb640ede
...
...
@@ -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
...
...
spec/models/instance_configuration_spec.rb
View file @
eb640ede
...
...
@@ -52,7 +52,7 @@ RSpec.describe InstanceConfiguration do
expect
(
gitlab_pages
).
to
eq
(
Settings
.
pages
.
symbolize_keys
)
end
it
'returns the Git
l
ab\'s pages host ip address'
do
it
'returns the Git
L
ab\'s pages host ip address'
do
expect
(
gitlab_pages
.
keys
).
to
include
(
:ip_address
)
end
...
...
spec/requests/openid_connect_spec.rb
View file @
eb640ede
...
...
@@ -121,7 +121,7 @@ describe 'OpenID Connect requests' do
expect
(
@payload
).
to
match
(
a_hash_including
(
id_token_claims
))
end
it
'includes the Git
l
ab root URL'
do
it
'includes the Git
L
ab root URL'
do
expect
(
@payload
[
'iss'
]).
to
eq
Gitlab
.
config
.
gitlab
.
url
end
...
...
spec/services/auth/container_registry_authentication_service_spec.rb
View file @
eb640ede
...
...
@@ -145,7 +145,7 @@ describe Auth::ContainerRegistryAuthenticationService do
{
scopes:
[
"registry:catalog:*"
]
}
end
context
'disallow browsing for users without Git
l
ab admin rights'
do
context
'disallow browsing for users without Git
L
ab admin rights'
do
it_behaves_like
'an inaccessible'
it_behaves_like
'not a container repository factory'
end
...
...
spec/services/groups/transfer_service_spec.rb
View file @
eb640ede
...
...
@@ -22,7 +22,7 @@ describe Groups::TransferService, :postgresql do
end
end
context
"when there's an exception on Git
l
ab shell directories"
do
context
"when there's an exception on Git
L
ab shell directories"
do
let
(
:new_parent_group
)
{
create
(
:group
,
:public
)
}
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