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
6b9eb4d6
Commit
6b9eb4d6
authored
Dec 18, 2019
by
Alessio Caiazza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'dz-scope-repository-routes' into 'master'"
This reverts merge request !20455
parent
13e60a2b
Changes
49
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
116 additions
and
147 deletions
+116
-147
app/assets/javascripts/repository/components/breadcrumbs.vue
app/assets/javascripts/repository/components/breadcrumbs.vue
+2
-2
app/assets/javascripts/repository/components/table/parent_row.vue
...ts/javascripts/repository/components/table/parent_row.vue
+1
-1
app/assets/javascripts/repository/components/table/row.vue
app/assets/javascripts/repository/components/table/row.vue
+1
-1
app/assets/javascripts/repository/router.js
app/assets/javascripts/repository/router.js
+1
-1
app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue
...scripts/vue_shared/components/diff_viewer/diff_viewer.vue
+2
-2
app/helpers/submodule_helper.rb
app/helpers/submodule_helper.rb
+0
-2
app/helpers/tree_helper.rb
app/helpers/tree_helper.rb
+2
-2
changelogs/unreleased/dz-scope-repository-routes.yml
changelogs/unreleased/dz-scope-repository-routes.yml
+0
-5
config/routes/project.rb
config/routes/project.rb
+1
-2
config/routes/repository.rb
config/routes/repository.rb
+1
-1
ee/app/assets/javascripts/onboarding/tour_parts.js
ee/app/assets/javascripts/onboarding/tour_parts.js
+2
-2
ee/config/routes/project.rb
ee/config/routes/project.rb
+1
-1
ee/spec/frontend/environments_dashboard/components/mock_environment.json
...d/environments_dashboard/components/mock_environment.json
+1
-1
ee/spec/helpers/ee/version_check_helper_spec.rb
ee/spec/helpers/ee/version_check_helper_spec.rb
+1
-1
ee/spec/lib/gitlab/ci/parsers/security/dependency_list_spec.rb
...ec/lib/gitlab/ci/parsers/security/dependency_list_spec.rb
+1
-1
ee/spec/lib/gitlab/ci/parsers/security/formatters/dependency_list_spec.rb
...ab/ci/parsers/security/formatters/dependency_list_spec.rb
+1
-1
ee/spec/models/ci/build_spec.rb
ee/spec/models/ci/build_spec.rb
+1
-1
ee/spec/requests/jira_routing_spec.rb
ee/spec/requests/jira_routing_spec.rb
+2
-2
lib/banzai/filter/relative_link_filter.rb
lib/banzai/filter/relative_link_filter.rb
+1
-8
lib/gitlab/dependency_linker/godeps_json_linker.rb
lib/gitlab/dependency_linker/godeps_json_linker.rb
+2
-4
lib/gitlab/middleware/go.rb
lib/gitlab/middleware/go.rb
+1
-1
spec/controllers/concerns/metrics_dashboard_spec.rb
spec/controllers/concerns/metrics_dashboard_spec.rb
+1
-1
spec/controllers/projects/blame_controller_spec.rb
spec/controllers/projects/blame_controller_spec.rb
+1
-1
spec/controllers/projects/blob_controller_spec.rb
spec/controllers/projects/blob_controller_spec.rb
+2
-2
spec/controllers/projects/branches_controller_spec.rb
spec/controllers/projects/branches_controller_spec.rb
+3
-3
spec/controllers/projects/raw_controller_spec.rb
spec/controllers/projects/raw_controller_spec.rb
+1
-1
spec/controllers/projects/tree_controller_spec.rb
spec/controllers/projects/tree_controller_spec.rb
+5
-5
spec/controllers/projects_controller_spec.rb
spec/controllers/projects_controller_spec.rb
+1
-1
spec/frontend/repository/components/table/parent_row_spec.js
spec/frontend/repository/components/table/parent_row_spec.js
+4
-4
spec/frontend/repository/components/table/row_spec.js
spec/frontend/repository/components/table/row_spec.js
+1
-1
spec/frontend/repository/router_spec.js
spec/frontend/repository/router_spec.js
+5
-5
spec/helpers/blob_helper_spec.rb
spec/helpers/blob_helper_spec.rb
+2
-2
spec/helpers/markup_helper_spec.rb
spec/helpers/markup_helper_spec.rb
+1
-1
spec/helpers/submodule_helper_spec.rb
spec/helpers/submodule_helper_spec.rb
+2
-2
spec/javascripts/vue_shared/components/diff_viewer/diff_viewer_spec.js
...pts/vue_shared/components/diff_viewer/diff_viewer_spec.js
+2
-2
spec/lib/banzai/filter/relative_link_filter_spec.rb
spec/lib/banzai/filter/relative_link_filter_spec.rb
+18
-18
spec/lib/gitlab/conflict/file_spec.rb
spec/lib/gitlab/conflict/file_spec.rb
+1
-1
spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb
spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb
+2
-2
spec/lib/gitlab/middleware/go_spec.rb
spec/lib/gitlab/middleware/go_spec.rb
+1
-1
spec/models/project_spec.rb
spec/models/project_spec.rb
+1
-1
spec/presenters/blob_presenter_spec.rb
spec/presenters/blob_presenter_spec.rb
+1
-1
spec/presenters/merge_request_presenter_spec.rb
spec/presenters/merge_request_presenter_spec.rb
+4
-4
spec/presenters/tree_entry_presenter_spec.rb
spec/presenters/tree_entry_presenter_spec.rb
+1
-1
spec/requests/api/projects_spec.rb
spec/requests/api/projects_spec.rb
+1
-1
spec/requests/git_http_spec.rb
spec/requests/git_http_spec.rb
+2
-2
spec/routing/project_routing_spec.rb
spec/routing/project_routing_spec.rb
+25
-39
spec/serializers/blob_entity_spec.rb
spec/serializers/blob_entity_spec.rb
+1
-1
spec/serializers/merge_request_poll_widget_entity_spec.rb
spec/serializers/merge_request_poll_widget_entity_spec.rb
+1
-1
spec/views/help/index.html.haml_spec.rb
spec/views/help/index.html.haml_spec.rb
+1
-1
No files found.
app/assets/javascripts/repository/components/breadcrumbs.vue
View file @
6b9eb4d6
...
@@ -104,10 +104,10 @@ export default {
...
@@ -104,10 +104,10 @@ export default {
return
acc
.
concat
({
return
acc
.
concat
({
name
,
name
,
path
,
path
,
to
:
`/
-/
tree/
${
this
.
ref
}${
path
}
`
,
to
:
`/tree/
${
this
.
ref
}${
path
}
`
,
});
});
},
},
[{
name
:
this
.
projectShortPath
,
path
:
'
/
'
,
to
:
`/
-/
tree/
${
this
.
ref
}
/`
}],
[{
name
:
this
.
projectShortPath
,
path
:
'
/
'
,
to
:
`/tree/
${
this
.
ref
}
/`
}],
);
);
},
},
canCreateMrFromFork
()
{
canCreateMrFromFork
()
{
...
...
app/assets/javascripts/repository/components/table/parent_row.vue
View file @
6b9eb4d6
...
@@ -15,7 +15,7 @@ export default {
...
@@ -15,7 +15,7 @@ export default {
const
splitArray
=
this
.
path
.
split
(
'
/
'
);
const
splitArray
=
this
.
path
.
split
(
'
/
'
);
splitArray
.
pop
();
splitArray
.
pop
();
return
{
path
:
`/
-/
tree/
${
this
.
commitRef
}
/
${
splitArray
.
join
(
'
/
'
)}
`
};
return
{
path
:
`/tree/
${
this
.
commitRef
}
/
${
splitArray
.
join
(
'
/
'
)}
`
};
},
},
},
},
methods
:
{
methods
:
{
...
...
app/assets/javascripts/repository/components/table/row.vue
View file @
6b9eb4d6
...
@@ -84,7 +84,7 @@ export default {
...
@@ -84,7 +84,7 @@ export default {
},
},
computed
:
{
computed
:
{
routerLinkTo
()
{
routerLinkTo
()
{
return
this
.
isFolder
?
{
path
:
`/
-/
tree/
${
this
.
ref
}
/
${
this
.
path
}
`
}
:
null
;
return
this
.
isFolder
?
{
path
:
`/tree/
${
this
.
ref
}
/
${
this
.
path
}
`
}
:
null
;
},
},
iconName
()
{
iconName
()
{
return
`fa-
${
getIconName
(
this
.
type
,
this
.
path
)}
`
;
return
`fa-
${
getIconName
(
this
.
type
,
this
.
path
)}
`
;
...
...
app/assets/javascripts/repository/router.js
View file @
6b9eb4d6
...
@@ -12,7 +12,7 @@ export default function createRouter(base, baseRef) {
...
@@ -12,7 +12,7 @@ export default function createRouter(base, baseRef) {
base
:
joinPaths
(
gon
.
relative_url_root
||
''
,
base
),
base
:
joinPaths
(
gon
.
relative_url_root
||
''
,
base
),
routes
:
[
routes
:
[
{
{
path
:
`/
-/
tree/
${
baseRef
}
(/.*)?`
,
path
:
`/tree/
${
baseRef
}
(/.*)?`
,
name
:
'
treePath
'
,
name
:
'
treePath
'
,
component
:
TreePage
,
component
:
TreePage
,
props
:
route
=>
({
props
:
route
=>
({
...
...
app/assets/javascripts/vue_shared/components/diff_viewer/diff_viewer.vue
View file @
6b9eb4d6
...
@@ -79,10 +79,10 @@ export default {
...
@@ -79,10 +79,10 @@ export default {
return
this
.
projectPath
.
indexOf
(
'
/
'
)
===
0
?
''
:
`
${
gon
.
relative_url_root
}
/`
;
return
this
.
projectPath
.
indexOf
(
'
/
'
)
===
0
?
''
:
`
${
gon
.
relative_url_root
}
/`
;
},
},
fullOldPath
()
{
fullOldPath
()
{
return
`
${
this
.
basePath
}${
this
.
projectPath
}
/
-/
raw/
${
this
.
oldSha
}
/
${
this
.
oldPath
}
`
;
return
`
${
this
.
basePath
}${
this
.
projectPath
}
/raw/
${
this
.
oldSha
}
/
${
this
.
oldPath
}
`
;
},
},
fullNewPath
()
{
fullNewPath
()
{
return
`
${
this
.
basePath
}${
this
.
projectPath
}
/
-/
raw/
${
this
.
newSha
}
/
${
this
.
newPath
}
`
;
return
`
${
this
.
basePath
}${
this
.
projectPath
}
/raw/
${
this
.
newSha
}
/
${
this
.
newPath
}
`
;
},
},
},
},
};
};
...
...
app/helpers/submodule_helper.rb
View file @
6b9eb4d6
...
@@ -43,8 +43,6 @@ module SubmoduleHelper
...
@@ -43,8 +43,6 @@ module SubmoduleHelper
elsif
github_dot_com_url?
(
url
)
elsif
github_dot_com_url?
(
url
)
standard_links
(
'github.com'
,
namespace
,
project
,
submodule_item_id
)
standard_links
(
'github.com'
,
namespace
,
project
,
submodule_item_id
)
elsif
gitlab_dot_com_url?
(
url
)
elsif
gitlab_dot_com_url?
(
url
)
# This need to be replaced with /-/tree routing once one is landed on
# GitLab.com. Issue https://gitlab.com/gitlab-org/gitlab/issues/42764
standard_links
(
'gitlab.com'
,
namespace
,
project
,
submodule_item_id
)
standard_links
(
'gitlab.com'
,
namespace
,
project
,
submodule_item_id
)
else
else
[
sanitize_submodule_url
(
url
),
nil
]
[
sanitize_submodule_url
(
url
),
nil
]
...
...
app/helpers/tree_helper.rb
View file @
6b9eb4d6
...
@@ -38,13 +38,13 @@ module TreeHelper
...
@@ -38,13 +38,13 @@ module TreeHelper
# many paths, as with a repository tree that has thousands of items.
# many paths, as with a repository tree that has thousands of items.
def
fast_project_blob_path
(
project
,
blob_path
)
def
fast_project_blob_path
(
project
,
blob_path
)
ActionDispatch
::
Journey
::
Router
::
Utils
.
escape_path
(
ActionDispatch
::
Journey
::
Router
::
Utils
.
escape_path
(
File
.
join
(
relative_url_root
,
project
.
path_with_namespace
,
'
-'
,
'
blob'
,
blob_path
)
File
.
join
(
relative_url_root
,
project
.
path_with_namespace
,
'blob'
,
blob_path
)
)
)
end
end
def
fast_project_tree_path
(
project
,
tree_path
)
def
fast_project_tree_path
(
project
,
tree_path
)
ActionDispatch
::
Journey
::
Router
::
Utils
.
escape_path
(
ActionDispatch
::
Journey
::
Router
::
Utils
.
escape_path
(
File
.
join
(
relative_url_root
,
project
.
path_with_namespace
,
'
-'
,
'
tree'
,
tree_path
)
File
.
join
(
relative_url_root
,
project
.
path_with_namespace
,
'tree'
,
tree_path
)
)
)
end
end
...
...
changelogs/unreleased/dz-scope-repository-routes.yml
deleted
100644 → 0
View file @
13e60a2b
---
title
:
Move repository routes under - scope
merge_request
:
20455
author
:
type
:
deprecated
config/routes/project.rb
View file @
6b9eb4d6
...
@@ -554,8 +554,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
...
@@ -554,8 +554,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
:forks
,
:group_links
,
:import
,
:avatar
,
:mirror
,
:forks
,
:group_links
,
:import
,
:avatar
,
:mirror
,
:cycle_analytics
,
:mattermost
,
:variables
,
:triggers
,
:cycle_analytics
,
:mattermost
,
:variables
,
:triggers
,
:environments
,
:protected_environments
,
:error_tracking
,
:environments
,
:protected_environments
,
:error_tracking
,
:serverless
,
:clusters
,
:audit_events
,
:wikis
,
:merge_requests
,
:serverless
,
:clusters
,
:audit_events
,
:wikis
,
:merge_requests
)
:blob
,
:tree
,
:raw
,
:blame
,
:commits
,
:create_dir
,
:find_file
,
:files
)
end
end
# rubocop: disable Cop/PutProjectRoutesUnderScope
# rubocop: disable Cop/PutProjectRoutesUnderScope
...
...
config/routes/repository.rb
View file @
6b9eb4d6
...
@@ -65,7 +65,7 @@ scope format: false do
...
@@ -65,7 +65,7 @@ scope format: false do
resources
:protected_tags
,
only:
[
:index
,
:show
,
:create
,
:update
,
:destroy
]
resources
:protected_tags
,
only:
[
:index
,
:show
,
:create
,
:update
,
:destroy
]
end
end
scope
path:
'-'
,
constraints:
{
id:
/[^\0]+/
}
do
scope
constraints:
{
id:
/[^\0]+/
}
do
scope
controller: :blob
do
scope
controller: :blob
do
get
'/new/*id'
,
action: :new
,
as: :new_blob
get
'/new/*id'
,
action: :new
,
as: :new_blob
post
'/create/*id'
,
action: :create
,
as: :create_blob
post
'/create/*id'
,
action: :create
,
as: :create_blob
...
...
ee/app/assets/javascripts/onboarding/tour_parts.js
View file @
6b9eb4d6
...
@@ -36,7 +36,7 @@ const GUIDED_GITLAB_TOUR = [
...
@@ -36,7 +36,7 @@ const GUIDED_GITLAB_TOUR = [
},
},
},
},
{
{
forUrl
:
({
projectFullPath
})
=>
new
RegExp
(
`
${
projectFullPath
}
/
-/
tree/master$`
,
''
),
forUrl
:
({
projectFullPath
})
=>
new
RegExp
(
`
${
projectFullPath
}
/tree/master$`
,
''
),
getHelpContent
:
({
projectName
})
=>
[
getHelpContent
:
({
projectName
})
=>
[
{
{
text
:
sprintf
(
text
:
sprintf
(
...
@@ -69,7 +69,7 @@ const GUIDED_GITLAB_TOUR = [
...
@@ -69,7 +69,7 @@ const GUIDED_GITLAB_TOUR = [
},
},
},
},
{
{
forUrl
:
({
projectFullPath
})
=>
new
RegExp
(
`
${
projectFullPath
}
/
-/
commits/master$`
,
''
),
forUrl
:
({
projectFullPath
})
=>
new
RegExp
(
`
${
projectFullPath
}
/commits/master$`
,
''
),
getHelpContent
:
()
=>
[
getHelpContent
:
()
=>
[
{
{
text
:
s__
(
text
:
s__
(
...
...
ee/config/routes/project.rb
View file @
6b9eb4d6
...
@@ -245,7 +245,7 @@ scope path: '(/-/jira)', constraints: ::Constraints::JiraEncodedUrlConstrainer.n
...
@@ -245,7 +245,7 @@ scope path: '(/-/jira)', constraints: ::Constraints::JiraEncodedUrlConstrainer.n
project:
params
[
:project_id
]
project:
params
[
:project_id
]
)
)
"/
#{
project_full_path
}
/
-/
tree/
#{
params
[
:id
]
}
"
"/
#{
project_full_path
}
/tree/
#{
params
[
:id
]
}
"
}
}
end
end
end
end
ee/spec/frontend/environments_dashboard/components/mock_environment.json
View file @
6b9eb4d6
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
"deployed_at"
:
"2019-02-20T16:15:40.122Z"
,
"deployed_at"
:
"2019-02-20T16:15:40.122Z"
,
"ref"
:
{
"ref"
:
{
"name"
:
"master"
,
"name"
:
"master"
,
"ref_path"
:
"/root/minimal-ruby-app/
-/
tree/master"
,
"ref_path"
:
"/root/minimal-ruby-app/tree/master"
,
"tag"
:
false
"tag"
:
false
},
},
"created_at"
:
"2019-02-20T16:09:12.213Z"
,
"created_at"
:
"2019-02-20T16:09:12.213Z"
,
...
...
ee/spec/helpers/ee/version_check_helper_spec.rb
View file @
6b9eb4d6
...
@@ -12,7 +12,7 @@ describe EE::VersionCheckHelper do
...
@@ -12,7 +12,7 @@ describe EE::VersionCheckHelper do
end
end
it
'links to an ee-commit'
do
it
'links to an ee-commit'
do
expect
(
helper
.
link_to_version
).
to
include
(
'https://gitlab.com/gitlab-org/gitlab/
-/
commits/deadbeef'
)
expect
(
helper
.
link_to_version
).
to
include
(
'https://gitlab.com/gitlab-org/gitlab/commits/deadbeef'
)
end
end
end
end
...
...
ee/spec/lib/gitlab/ci/parsers/security/dependency_list_spec.rb
View file @
6b9eb4d6
...
@@ -19,7 +19,7 @@ describe Gitlab::Ci::Parsers::Security::DependencyList do
...
@@ -19,7 +19,7 @@ describe Gitlab::Ci::Parsers::Security::DependencyList do
let
(
:artifact
)
{
create
(
:ee_ci_job_artifact
,
:dependency_list
)
}
let
(
:artifact
)
{
create
(
:ee_ci_job_artifact
,
:dependency_list
)
}
it
'parses all files'
do
it
'parses all files'
do
blob_path
=
"/
#{
project
.
full_path
}
/
-/
blob/
#{
sha
}
/yarn/yarn.lock"
blob_path
=
"/
#{
project
.
full_path
}
/blob/
#{
sha
}
/yarn/yarn.lock"
expect
(
report
.
dependencies
.
size
).
to
eq
(
21
)
expect
(
report
.
dependencies
.
size
).
to
eq
(
21
)
expect
(
report
.
dependencies
[
0
][
:name
]).
to
eq
(
'mini_portile2'
)
expect
(
report
.
dependencies
[
0
][
:name
]).
to
eq
(
'mini_portile2'
)
...
...
ee/spec/lib/gitlab/ci/parsers/security/formatters/dependency_list_spec.rb
View file @
6b9eb4d6
...
@@ -20,7 +20,7 @@ describe Gitlab::Ci::Parsers::Security::Formatters::DependencyList do
...
@@ -20,7 +20,7 @@ describe Gitlab::Ci::Parsers::Security::Formatters::DependencyList do
let
(
:package_manager
)
{
'bundler'
}
let
(
:package_manager
)
{
'bundler'
}
let
(
:file_path
)
{
'rails/Gemfile.lock'
}
let
(
:file_path
)
{
'rails/Gemfile.lock'
}
let
(
:data
)
{
formatter
.
format
(
dependency
,
package_manager
,
file_path
,
parsed_report
[
'vulnerabilities'
])
}
let
(
:data
)
{
formatter
.
format
(
dependency
,
package_manager
,
file_path
,
parsed_report
[
'vulnerabilities'
])
}
let
(
:blob_path
)
{
"/
#{
project
.
full_path
}
/
-/
blob/
#{
sha
}
/rails/Gemfile.lock"
}
let
(
:blob_path
)
{
"/
#{
project
.
full_path
}
/blob/
#{
sha
}
/rails/Gemfile.lock"
}
context
'with secure dependency'
do
context
'with secure dependency'
do
let
(
:dependency
)
{
parsed_report
[
'dependency_files'
][
0
][
'dependencies'
][
0
]
}
let
(
:dependency
)
{
parsed_report
[
'dependency_files'
][
0
][
'dependencies'
][
0
]
}
...
...
ee/spec/models/ci/build_spec.rb
View file @
6b9eb4d6
...
@@ -247,7 +247,7 @@ describe Ci::Build do
...
@@ -247,7 +247,7 @@ describe Ci::Build do
it
'parses blobs and add the results to the report'
do
it
'parses blobs and add the results to the report'
do
subject
subject
blob_path
=
"/
#{
project
.
full_path
}
/
-/
blob/
#{
job
.
sha
}
/yarn/yarn.lock"
blob_path
=
"/
#{
project
.
full_path
}
/blob/
#{
job
.
sha
}
/yarn/yarn.lock"
mini_portile2
=
dependency_list_report
.
dependencies
[
0
]
mini_portile2
=
dependency_list_report
.
dependencies
[
0
]
yarn
=
dependency_list_report
.
dependencies
[
20
]
yarn
=
dependency_list_report
.
dependencies
[
20
]
...
...
ee/spec/requests/jira_routing_spec.rb
View file @
6b9eb4d6
...
@@ -30,7 +30,7 @@ describe 'Jira referenced paths', type: :request do
...
@@ -30,7 +30,7 @@ describe 'Jira referenced paths', type: :request do
'/group/group@sub_group@sub_group_project'
|
'/group/sub_group/sub_group_project'
'/group/group@sub_group@sub_group_project'
|
'/group/sub_group/sub_group_project'
'/group@sub_group/group@sub_group@sub_group_project'
|
'/group/sub_group/sub_group_project'
'/group@sub_group/group@sub_group@sub_group_project'
|
'/group/sub_group/sub_group_project'
'/group/group@sub_group@sub_group_project/commit/1234567'
|
'/group/sub_group/sub_group_project/commit/1234567'
'/group/group@sub_group@sub_group_project/commit/1234567'
|
'/group/sub_group/sub_group_project/commit/1234567'
'/group/group@sub_group@sub_group_project/tree/1234567'
|
'/group/sub_group/sub_group_project/
-/
tree/1234567'
'/group/group@sub_group@sub_group_project/tree/1234567'
|
'/group/sub_group/sub_group_project/tree/1234567'
end
end
with_them
do
with_them
do
...
@@ -50,7 +50,7 @@ describe 'Jira referenced paths', type: :request do
...
@@ -50,7 +50,7 @@ describe 'Jira referenced paths', type: :request do
where
(
:jira_path
,
:redirect_path
)
do
where
(
:jira_path
,
:redirect_path
)
do
'/-/jira/group/group_project'
|
'/group/group_project'
'/-/jira/group/group_project'
|
'/group/group_project'
'/-/jira/group/group_project/commit/1234567'
|
'/group/group_project/commit/1234567'
'/-/jira/group/group_project/commit/1234567'
|
'/group/group_project/commit/1234567'
'/-/jira/group/group_project/tree/1234567'
|
'/group/group_project/
-/
tree/1234567'
'/-/jira/group/group_project/tree/1234567'
|
'/group/group_project/tree/1234567'
end
end
with_them
do
with_them
do
...
...
lib/banzai/filter/relative_link_filter.rb
View file @
6b9eb4d6
...
@@ -152,18 +152,11 @@ module Banzai
...
@@ -152,18 +152,11 @@ module Banzai
def
rebuild_relative_uri
(
uri
)
def
rebuild_relative_uri
(
uri
)
file_path
=
nested_file_path_if_exists
(
uri
)
file_path
=
nested_file_path_if_exists
(
uri
)
resource_type
=
uri_type
(
file_path
)
# Repository routes are under /-/ scope now.
# Since we craft a path without using route helpers we must
# ensure - is added here.
prefix
=
'-'
if
%w(tree blob raw commits)
.
include?
(
resource_type
.
to_s
)
uri
.
path
=
[
uri
.
path
=
[
relative_url_root
,
relative_url_root
,
project
.
full_path
,
project
.
full_path
,
prefix
,
uri_type
(
file_path
),
resource_type
,
Addressable
::
URI
.
escape
(
ref
).
gsub
(
'#'
,
'%23'
),
Addressable
::
URI
.
escape
(
ref
).
gsub
(
'#'
,
'%23'
),
Addressable
::
URI
.
escape
(
file_path
)
Addressable
::
URI
.
escape
(
file_path
)
].
compact
.
join
(
'/'
).
squeeze
(
'/'
).
chomp
(
'/'
)
].
compact
.
join
(
'/'
).
squeeze
(
'/'
).
chomp
(
'/'
)
...
...
lib/gitlab/dependency_linker/godeps_json_linker.rb
View file @
6b9eb4d6
...
@@ -12,12 +12,10 @@ module Gitlab
...
@@ -12,12 +12,10 @@ module Gitlab
def
link_dependencies
def
link_dependencies
link_json
(
'ImportPath'
)
do
|
path
|
link_json
(
'ImportPath'
)
do
|
path
|
case
path
case
path
when
%r{
\A
(?<repo>github
\.
com/
#{
REPO_REGEX
}
)/(?<path>.+)
\z
}
"https://
#{
$~
[
:repo
]
}
/tree/master/
#{
$~
[
:path
]
}
"
when
%r{
\A
(?<repo>gitlab
\.
com/
#{
NESTED_REPO_REGEX
}
)
\.
git/(?<path>.+)
\z
}
,
when
%r{
\A
(?<repo>gitlab
\.
com/
#{
NESTED_REPO_REGEX
}
)
\.
git/(?<path>.+)
\z
}
,
%r{
\A
(?<repo>gitlab
\.
com/
#{
REPO_REGEX
}
)/(?<path>.+)
\z
}
%r{
\A
(?<repo>git(lab|hub)
\.
com/
#{
REPO_REGEX
}
)/(?<path>.+)
\z
}
"https://
#{
$~
[
:repo
]
}
/
-/
tree/master/
#{
$~
[
:path
]
}
"
"https://
#{
$~
[
:repo
]
}
/tree/master/
#{
$~
[
:path
]
}
"
when
/\Agolang\.org/
when
/\Agolang\.org/
"https://godoc.org/
#{
path
}
"
"https://godoc.org/
#{
path
}
"
else
else
...
...
lib/gitlab/middleware/go.rb
View file @
6b9eb4d6
...
@@ -60,7 +60,7 @@ module Gitlab
...
@@ -60,7 +60,7 @@ module Gitlab
end
end
meta_import_tag
=
tag
:meta
,
name:
'go-import'
,
content:
"
#{
import_prefix
}
git
#{
repository_url
}
"
meta_import_tag
=
tag
:meta
,
name:
'go-import'
,
content:
"
#{
import_prefix
}
git
#{
repository_url
}
"
meta_source_tag
=
tag
:meta
,
name:
'go-source'
,
content:
"
#{
import_prefix
}
#{
project_url
}
#{
project_url
}
/
-/tree/
#{
branch
}
{/dir}
#{
project_url
}
/-
/blob/
#{
branch
}
{/dir}/{file}#L{line}"
meta_source_tag
=
tag
:meta
,
name:
'go-source'
,
content:
"
#{
import_prefix
}
#{
project_url
}
#{
project_url
}
/
tree/
#{
branch
}
{/dir}
#{
project_url
}
/blob/
#{
branch
}
{/dir}/{file}#L{line}"
head_tag
=
content_tag
:head
,
meta_import_tag
+
meta_source_tag
head_tag
=
content_tag
:head
,
meta_import_tag
+
meta_source_tag
html_tag
=
content_tag
:html
,
head_tag
+
body_tag
html_tag
=
content_tag
:html
,
head_tag
+
body_tag
[
html_tag
,
200
]
[
html_tag
,
200
]
...
...
spec/controllers/concerns/metrics_dashboard_spec.rb
View file @
6b9eb4d6
...
@@ -72,7 +72,7 @@ describe MetricsDashboard do
...
@@ -72,7 +72,7 @@ describe MetricsDashboard do
it
'includes project_blob_path only for project dashboards'
do
it
'includes project_blob_path only for project dashboards'
do
expect
(
system_dashboard
[
'project_blob_path'
]).
to
be_nil
expect
(
system_dashboard
[
'project_blob_path'
]).
to
be_nil
expect
(
project_dashboard
[
'project_blob_path'
]).
to
eq
(
"/
#{
project
.
namespace
.
path
}
/
#{
project
.
name
}
/
-/
blob/master/.gitlab/dashboards/test.yml"
)
expect
(
project_dashboard
[
'project_blob_path'
]).
to
eq
(
"/
#{
project
.
namespace
.
path
}
/
#{
project
.
name
}
/blob/master/.gitlab/dashboards/test.yml"
)
end
end
describe
'project permissions'
do
describe
'project permissions'
do
...
...
spec/controllers/projects/blame_controller_spec.rb
View file @
6b9eb4d6
...
@@ -36,7 +36,7 @@ describe Projects::BlameController do
...
@@ -36,7 +36,7 @@ describe Projects::BlameController do
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/master"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/master"
)
end
end
end
end
...
...
spec/controllers/projects/blob_controller_spec.rb
View file @
6b9eb4d6
...
@@ -33,7 +33,7 @@ describe Projects::BlobController do
...
@@ -33,7 +33,7 @@ describe Projects::BlobController do
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/master"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/master"
)
end
end
end
end
...
@@ -115,7 +115,7 @@ describe Projects::BlobController do
...
@@ -115,7 +115,7 @@ describe Projects::BlobController do
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/markdown/doc"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/markdown/doc"
)
end
end
end
end
end
end
...
...
spec/controllers/projects/branches_controller_spec.rb
View file @
6b9eb4d6
...
@@ -37,7 +37,7 @@ describe Projects::BranchesController do
...
@@ -37,7 +37,7 @@ describe Projects::BranchesController do
let
(
:ref
)
{
"master"
}
let
(
:ref
)
{
"master"
}
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/merge_branch"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/merge_branch"
)
end
end
end
end
...
@@ -46,7 +46,7 @@ describe Projects::BranchesController do
...
@@ -46,7 +46,7 @@ describe Projects::BranchesController do
let
(
:ref
)
{
"master"
}
let
(
:ref
)
{
"master"
}
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/alert('merge');"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/alert('merge');"
)
end
end
end
end
...
@@ -88,7 +88,7 @@ describe Projects::BranchesController do
...
@@ -88,7 +88,7 @@ describe Projects::BranchesController do
}
}
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/1-feature-branch"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/1-feature-branch"
)
end
end
it
'posts a system note'
do
it
'posts a system note'
do
...
...
spec/controllers/projects/raw_controller_spec.rb
View file @
6b9eb4d6
...
@@ -69,7 +69,7 @@ describe Projects::RawController do
...
@@ -69,7 +69,7 @@ describe Projects::RawController do
env: :raw_blob_request_limit
,
env: :raw_blob_request_limit
,
remote_ip:
'0.0.0.0'
,
remote_ip:
'0.0.0.0'
,
request_method:
'GET'
,
request_method:
'GET'
,
path:
"/
#{
project
.
full_path
}
/
-/
raw/
#{
file_path
}
"
path:
"/
#{
project
.
full_path
}
/raw/
#{
file_path
}
"
}
}
expect
(
Gitlab
::
AuthLogger
).
to
receive
(
:error
).
with
(
attributes
).
once
expect
(
Gitlab
::
AuthLogger
).
to
receive
(
:error
).
with
(
attributes
).
once
...
...
spec/controllers/projects/tree_controller_spec.rb
View file @
6b9eb4d6
...
@@ -45,7 +45,7 @@ describe Projects::TreeController do
...
@@ -45,7 +45,7 @@ describe Projects::TreeController do
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/master"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/master"
)
end
end
end
end
...
@@ -60,7 +60,7 @@ describe Projects::TreeController do
...
@@ -60,7 +60,7 @@ describe Projects::TreeController do
it
'redirects'
do
it
'redirects'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/empty-branch"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/empty-branch"
)
end
end
end
end
...
@@ -125,7 +125,7 @@ describe Projects::TreeController do
...
@@ -125,7 +125,7 @@ describe Projects::TreeController do
let
(
:id
)
{
'master/README.md'
}
let
(
:id
)
{
'master/README.md'
}
it
'redirects'
do
it
'redirects'
do
redirect_url
=
"/
#{
project
.
full_path
}
/
-/
blob/master/README.md"
redirect_url
=
"/
#{
project
.
full_path
}
/blob/master/README.md"
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
redirect_url
)
.
to
redirect_to
(
redirect_url
)
end
end
...
@@ -153,7 +153,7 @@ describe Projects::TreeController do
...
@@ -153,7 +153,7 @@ describe Projects::TreeController do
it
'redirects to the new directory'
do
it
'redirects to the new directory'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/
#{
branch_name
}
/
#{
path
}
"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/
#{
branch_name
}
/
#{
path
}
"
)
expect
(
flash
[
:notice
]).
to
eq
(
'The directory has been successfully created.'
)
expect
(
flash
[
:notice
]).
to
eq
(
'The directory has been successfully created.'
)
end
end
end
end
...
@@ -164,7 +164,7 @@ describe Projects::TreeController do
...
@@ -164,7 +164,7 @@ describe Projects::TreeController do
it
'does not allow overwriting of existing files'
do
it
'does not allow overwriting of existing files'
do
expect
(
subject
)
expect
(
subject
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/
-/
tree/master"
)
.
to
redirect_to
(
"/
#{
project
.
full_path
}
/tree/master"
)
expect
(
flash
[
:alert
]).
to
eq
(
'A file with this name already exists'
)
expect
(
flash
[
:alert
]).
to
eq
(
'A file with this name already exists'
)
end
end
end
end
...
...
spec/controllers/projects_controller_spec.rb
View file @
6b9eb4d6
...
@@ -943,7 +943,7 @@ describe ProjectsController do
...
@@ -943,7 +943,7 @@ describe ProjectsController do
end
end
it
'renders JSON body with image links expanded'
do
it
'renders JSON body with image links expanded'
do
expanded_path
=
"/
#{
project_with_repo
.
full_path
}
/
-/
raw/master/files/images/logo-white.png"
expanded_path
=
"/
#{
project_with_repo
.
full_path
}
/raw/master/files/images/logo-white.png"
post
:preview_markdown
,
params:
preview_markdown_params
post
:preview_markdown
,
params:
preview_markdown_params
...
...
spec/frontend/repository/components/table/parent_row_spec.js
View file @
6b9eb4d6
...
@@ -30,8 +30,8 @@ describe('Repository parent row component', () => {
...
@@ -30,8 +30,8 @@ describe('Repository parent row component', () => {
it
.
each
`
it
.
each
`
path | to
path | to
${
'
app
'
}
|
${
'
/
-/
tree/master/
'
}
${
'
app
'
}
|
${
'
/tree/master/
'
}
${
'
app/assets
'
}
|
${
'
/
-/
tree/master/app
'
}
${
'
app/assets
'
}
|
${
'
/tree/master/app
'
}
`
(
'
renders link in $path to $to
'
,
({
path
,
to
})
=>
{
`
(
'
renders link in $path to $to
'
,
({
path
,
to
})
=>
{
factory
(
path
);
factory
(
path
);
...
@@ -46,7 +46,7 @@ describe('Repository parent row component', () => {
...
@@ -46,7 +46,7 @@ describe('Repository parent row component', () => {
vm
.
find
(
'
td
'
).
trigger
(
'
click
'
);
vm
.
find
(
'
td
'
).
trigger
(
'
click
'
);
expect
(
$router
.
push
).
toHaveBeenCalledWith
({
expect
(
$router
.
push
).
toHaveBeenCalledWith
({
path
:
'
/
-/
tree/master/app
'
,
path
:
'
/tree/master/app
'
,
});
});
});
});
...
@@ -58,7 +58,7 @@ describe('Repository parent row component', () => {
...
@@ -58,7 +58,7 @@ describe('Repository parent row component', () => {
vm
.
find
(
'
a
'
).
trigger
(
'
click
'
);
vm
.
find
(
'
a
'
).
trigger
(
'
click
'
);
expect
(
$router
.
push
).
not
.
toHaveBeenCalledWith
({
expect
(
$router
.
push
).
not
.
toHaveBeenCalledWith
({
path
:
'
/
-/
tree/master/app
'
,
path
:
'
/tree/master/app
'
,
});
});
});
});
});
});
spec/frontend/repository/components/table/row_spec.js
View file @
6b9eb4d6
...
@@ -83,7 +83,7 @@ describe('Repository table row component', () => {
...
@@ -83,7 +83,7 @@ describe('Repository table row component', () => {
vm
.
trigger
(
'
click
'
);
vm
.
trigger
(
'
click
'
);
if
(
pushes
)
{
if
(
pushes
)
{
expect
(
$router
.
push
).
toHaveBeenCalledWith
({
path
:
'
/
-/
tree/master/test
'
});
expect
(
$router
.
push
).
toHaveBeenCalledWith
({
path
:
'
/tree/master/test
'
});
}
else
{
}
else
{
expect
(
$router
.
push
).
not
.
toHaveBeenCalled
();
expect
(
$router
.
push
).
not
.
toHaveBeenCalled
();
}
}
...
...
spec/frontend/repository/router_spec.js
View file @
6b9eb4d6
...
@@ -4,11 +4,11 @@ import createRouter from '~/repository/router';
...
@@ -4,11 +4,11 @@ import createRouter from '~/repository/router';
describe
(
'
Repository router spec
'
,
()
=>
{
describe
(
'
Repository router spec
'
,
()
=>
{
it
.
each
`
it
.
each
`
path
| component | componentName
path | component | componentName
${
'
/
'
}
|
${
IndexPage
}
|
${
'
IndexPage
'
}
${
'
/
'
}
|
${
IndexPage
}
|
${
'
IndexPage
'
}
${
'
/
-/
tree/master
'
}
|
${
TreePage
}
|
${
'
TreePage
'
}
${
'
/tree/master
'
}
|
${
TreePage
}
|
${
'
TreePage
'
}
${
'
/
-/
tree/master/app/assets
'
}
|
${
TreePage
}
|
${
'
TreePage
'
}
${
'
/tree/master/app/assets
'
}
|
${
TreePage
}
|
${
'
TreePage
'
}
${
'
/
-/
tree/123/app/assets
'
}
|
${
null
}
|
${
'
null
'
}
${
'
/tree/123/app/assets
'
}
|
${
null
}
|
${
'
null
'
}
`
(
'
sets component as $componentName for path "$path"
'
,
({
path
,
component
})
=>
{
`
(
'
sets component as $componentName for path "$path"
'
,
({
path
,
component
})
=>
{
const
router
=
createRouter
(
''
,
'
master
'
);
const
router
=
createRouter
(
''
,
'
master
'
);
...
...
spec/helpers/blob_helper_spec.rb
View file @
6b9eb4d6
...
@@ -56,7 +56,7 @@ describe BlobHelper do
...
@@ -56,7 +56,7 @@ describe BlobHelper do
stub_feature_flags
(
web_ide_default:
false
)
stub_feature_flags
(
web_ide_default:
false
)
link
=
helper
.
edit_blob_button
(
project
,
'master'
,
'README.md'
)
link
=
helper
.
edit_blob_button
(
project
,
'master'
,
'README.md'
)
expect
(
Capybara
.
string
(
link
).
find_link
(
'Edit'
)[
:href
]).
to
eq
(
"/
#{
project
.
full_path
}
/
-/
edit/master/README.md"
)
expect
(
Capybara
.
string
(
link
).
find_link
(
'Edit'
)[
:href
]).
to
eq
(
"/
#{
project
.
full_path
}
/edit/master/README.md"
)
end
end
it
'returns a link with a Web IDE route'
do
it
'returns a link with a Web IDE route'
do
...
@@ -69,7 +69,7 @@ describe BlobHelper do
...
@@ -69,7 +69,7 @@ describe BlobHelper do
stub_feature_flags
(
web_ide_default:
false
)
stub_feature_flags
(
web_ide_default:
false
)
link
=
helper
.
edit_blob_button
(
project
,
'master'
,
'README.md'
,
link_opts:
{
mr_id:
10
})
link
=
helper
.
edit_blob_button
(
project
,
'master'
,
'README.md'
,
link_opts:
{
mr_id:
10
})
expect
(
Capybara
.
string
(
link
).
find_link
(
'Edit'
)[
:href
]).
to
eq
(
"/
#{
project
.
full_path
}
/
-/
edit/master/README.md?mr_id=10"
)
expect
(
Capybara
.
string
(
link
).
find_link
(
'Edit'
)[
:href
]).
to
eq
(
"/
#{
project
.
full_path
}
/edit/master/README.md?mr_id=10"
)
end
end
end
end
...
...
spec/helpers/markup_helper_spec.rb
View file @
6b9eb4d6
...
@@ -103,7 +103,7 @@ describe MarkupHelper do
...
@@ -103,7 +103,7 @@ describe MarkupHelper do
let
(
:requested_path
)
{
'files/images/README.md'
}
let
(
:requested_path
)
{
'files/images/README.md'
}
it
'returns the correct HTML for the image'
do
it
'returns the correct HTML for the image'
do
expanded_path
=
"/
#{
project
.
full_path
}
/
-/
raw/master/files/images/
#{
image_file
}
"
expanded_path
=
"/
#{
project
.
full_path
}
/raw/master/files/images/
#{
image_file
}
"
expect
(
subject
.
css
(
'a'
)[
0
].
attr
(
'href'
)).
to
eq
(
expanded_path
)
expect
(
subject
.
css
(
'a'
)[
0
].
attr
(
'href'
)).
to
eq
(
expanded_path
)
expect
(
subject
.
css
(
'img'
)[
0
].
attr
(
'data-src'
)).
to
eq
(
expanded_path
)
expect
(
subject
.
css
(
'img'
)[
0
].
attr
(
'data-src'
)).
to
eq
(
expanded_path
)
...
...
spec/helpers/submodule_helper_spec.rb
View file @
6b9eb4d6
...
@@ -95,7 +95,7 @@ describe SubmoduleHelper do
...
@@ -95,7 +95,7 @@ describe SubmoduleHelper do
allow
(
repo
).
to
receive
(
:project
).
and_return
(
project
)
allow
(
repo
).
to
receive
(
:project
).
and_return
(
project
)
stub_url
(
'./'
)
stub_url
(
'./'
)
expect
(
subject
).
to
eq
([
"/master-project/
#{
project
.
path
}
"
,
"/master-project/
#{
project
.
path
}
/
-/
tree/hash"
])
expect
(
subject
).
to
eq
([
"/master-project/
#{
project
.
path
}
"
,
"/master-project/
#{
project
.
path
}
/tree/hash"
])
end
end
end
end
...
@@ -166,7 +166,7 @@ describe SubmoduleHelper do
...
@@ -166,7 +166,7 @@ describe SubmoduleHelper do
allow
(
repo
).
to
receive
(
:submodule_url_for
).
and_return
(
relative_path
)
allow
(
repo
).
to
receive
(
:submodule_url_for
).
and_return
(
relative_path
)
result
=
subject
result
=
subject
expect
(
result
).
to
eq
([
expected_path
,
"
#{
expected_path
}
/
-/
tree/
#{
submodule_item
.
id
}
"
])
expect
(
result
).
to
eq
([
expected_path
,
"
#{
expected_path
}
/tree/
#{
submodule_item
.
id
}
"
])
end
end
it
'handles project under same group'
do
it
'handles project under same group'
do
...
...
spec/javascripts/vue_shared/components/diff_viewer/diff_viewer_spec.js
View file @
6b9eb4d6
...
@@ -38,11 +38,11 @@ describe('DiffViewer', () => {
...
@@ -38,11 +38,11 @@ describe('DiffViewer', () => {
setTimeout
(()
=>
{
setTimeout
(()
=>
{
expect
(
vm
.
$el
.
querySelector
(
'
.deleted img
'
).
getAttribute
(
'
src
'
)).
toBe
(
expect
(
vm
.
$el
.
querySelector
(
'
.deleted img
'
).
getAttribute
(
'
src
'
)).
toBe
(
`//
-/
raw/DEF/
${
RED_BOX_IMAGE_URL
}
`
,
`//raw/DEF/
${
RED_BOX_IMAGE_URL
}
`
,
);
);
expect
(
vm
.
$el
.
querySelector
(
'
.added img
'
).
getAttribute
(
'
src
'
)).
toBe
(
expect
(
vm
.
$el
.
querySelector
(
'
.added img
'
).
getAttribute
(
'
src
'
)).
toBe
(
`//
-/
raw/ABC/
${
GREEN_BOX_IMAGE_URL
}
`
,
`//raw/ABC/
${
GREEN_BOX_IMAGE_URL
}
`
,
);
);
done
();
done
();
...
...
spec/lib/banzai/filter/relative_link_filter_spec.rb
View file @
6b9eb4d6
...
@@ -153,7 +153,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -153,7 +153,7 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'rebuilds absolute URL for a file in the repo'
do
it
'rebuilds absolute URL for a file in the repo'
do
doc
=
filter
(
link
(
'/doc/api/README.md'
))
doc
=
filter
(
link
(
'/doc/api/README.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/doc/api/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/doc/api/README.md"
end
end
it
'does not modify relative URLs in system notes'
do
it
'does not modify relative URLs in system notes'
do
...
@@ -171,13 +171,13 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -171,13 +171,13 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'rebuilds relative URL for a file in the repo'
do
it
'rebuilds relative URL for a file in the repo'
do
doc
=
filter
(
link
(
'doc/api/README.md'
))
doc
=
filter
(
link
(
'doc/api/README.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/doc/api/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/doc/api/README.md"
end
end
it
'rebuilds relative URL for a file in the repo with leading ./'
do
it
'rebuilds relative URL for a file in the repo with leading ./'
do
doc
=
filter
(
link
(
'./doc/api/README.md'
))
doc
=
filter
(
link
(
'./doc/api/README.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/doc/api/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/doc/api/README.md"
end
end
it
'rebuilds relative URL for a file in the repo up one directory'
do
it
'rebuilds relative URL for a file in the repo up one directory'
do
...
@@ -185,7 +185,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -185,7 +185,7 @@ describe Banzai::Filter::RelativeLinkFilter do
doc
=
filter
(
relative_link
,
requested_path:
'doc/update/7.14-to-8.0.md'
)
doc
=
filter
(
relative_link
,
requested_path:
'doc/update/7.14-to-8.0.md'
)
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/doc/api/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/doc/api/README.md"
end
end
it
'rebuilds relative URL for a file in the repo up multiple directories'
do
it
'rebuilds relative URL for a file in the repo up multiple directories'
do
...
@@ -193,7 +193,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -193,7 +193,7 @@ describe Banzai::Filter::RelativeLinkFilter do
doc
=
filter
(
relative_link
,
requested_path:
'doc/foo/bar/baz/README.md'
)
doc
=
filter
(
relative_link
,
requested_path:
'doc/foo/bar/baz/README.md'
)
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/doc/api/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/doc/api/README.md"
end
end
it
'rebuilds relative URL for a file in the repository root'
do
it
'rebuilds relative URL for a file in the repository root'
do
...
@@ -201,47 +201,47 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -201,47 +201,47 @@ describe Banzai::Filter::RelativeLinkFilter do
doc
=
filter
(
relative_link
,
requested_path:
'doc/some-file.md'
)
doc
=
filter
(
relative_link
,
requested_path:
'doc/some-file.md'
)
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/README.md"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/README.md"
end
end
it
'rebuilds relative URL for a file in the repo with an anchor'
do
it
'rebuilds relative URL for a file in the repo with an anchor'
do
doc
=
filter
(
link
(
'README.md#section'
))
doc
=
filter
(
link
(
'README.md#section'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
ref
}
/README.md#section"
.
to
eq
"/
#{
project_path
}
/blob/
#{
ref
}
/README.md#section"
end
end
it
'rebuilds relative URL for a directory in the repo'
do
it
'rebuilds relative URL for a directory in the repo'
do
doc
=
filter
(
link
(
'doc/api/'
))
doc
=
filter
(
link
(
'doc/api/'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
tree/
#{
ref
}
/doc/api"
.
to
eq
"/
#{
project_path
}
/tree/
#{
ref
}
/doc/api"
end
end
it
'rebuilds relative URL for an image in the repo'
do
it
'rebuilds relative URL for an image in the repo'
do
doc
=
filter
(
image
(
'files/images/logo-black.png'
))
doc
=
filter
(
image
(
'files/images/logo-black.png'
))
expect
(
doc
.
at_css
(
'img'
)[
'src'
])
expect
(
doc
.
at_css
(
'img'
)[
'src'
])
.
to
eq
"/
#{
project_path
}
/
-/
raw/
#{
ref
}
/files/images/logo-black.png"
.
to
eq
"/
#{
project_path
}
/raw/
#{
ref
}
/files/images/logo-black.png"
end
end
it
'rebuilds relative URL for link to an image in the repo'
do
it
'rebuilds relative URL for link to an image in the repo'
do
doc
=
filter
(
link
(
'files/images/logo-black.png'
))
doc
=
filter
(
link
(
'files/images/logo-black.png'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
raw/
#{
ref
}
/files/images/logo-black.png"
.
to
eq
"/
#{
project_path
}
/raw/
#{
ref
}
/files/images/logo-black.png"
end
end
it
'rebuilds relative URL for a video in the repo'
do
it
'rebuilds relative URL for a video in the repo'
do
doc
=
filter
(
video
(
'files/videos/intro.mp4'
),
commit:
project
.
commit
(
'video'
),
ref:
'video'
)
doc
=
filter
(
video
(
'files/videos/intro.mp4'
),
commit:
project
.
commit
(
'video'
),
ref:
'video'
)
expect
(
doc
.
at_css
(
'video'
)[
'src'
])
expect
(
doc
.
at_css
(
'video'
)[
'src'
])
.
to
eq
"/
#{
project_path
}
/
-/
raw/video/files/videos/intro.mp4"
.
to
eq
"/
#{
project_path
}
/raw/video/files/videos/intro.mp4"
end
end
it
'rebuilds relative URL for audio in the repo'
do
it
'rebuilds relative URL for audio in the repo'
do
doc
=
filter
(
audio
(
'files/audio/sample.wav'
),
commit:
project
.
commit
(
'audio'
),
ref:
'audio'
)
doc
=
filter
(
audio
(
'files/audio/sample.wav'
),
commit:
project
.
commit
(
'audio'
),
ref:
'audio'
)
expect
(
doc
.
at_css
(
'audio'
)[
'src'
])
expect
(
doc
.
at_css
(
'audio'
)[
'src'
])
.
to
eq
"/
#{
project_path
}
/
-/
raw/audio/files/audio/sample.wav"
.
to
eq
"/
#{
project_path
}
/raw/audio/files/audio/sample.wav"
end
end
it
'does not modify relative URL with an anchor only'
do
it
'does not modify relative URL with an anchor only'
do
...
@@ -268,7 +268,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -268,7 +268,7 @@ describe Banzai::Filter::RelativeLinkFilter do
allow_any_instance_of
(
described_class
).
to
receive
(
:uri_type
).
and_return
(
:raw
)
allow_any_instance_of
(
described_class
).
to
receive
(
:uri_type
).
and_return
(
:raw
)
doc
=
filter
(
image
(
escaped
))
doc
=
filter
(
image
(
escaped
))
expect
(
doc
.
at_css
(
'img'
)[
'src'
]).
to
eq
"/
#{
project_path
}
/
-/
raw/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/
#{
escaped
}
"
expect
(
doc
.
at_css
(
'img'
)[
'src'
]).
to
eq
"/
#{
project_path
}
/raw/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/
#{
escaped
}
"
end
end
context
'when requested path is a file in the repo'
do
context
'when requested path is a file in the repo'
do
...
@@ -276,7 +276,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -276,7 +276,7 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'rebuilds URL relative to the containing directory'
do
it
'rebuilds URL relative to the containing directory'
do
doc
=
filter
(
link
(
'users.md'
))
doc
=
filter
(
link
(
'users.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/doc/api/users.md"
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/doc/api/users.md"
end
end
end
end
...
@@ -285,7 +285,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -285,7 +285,7 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'rebuilds URL relative to the directory'
do
it
'rebuilds URL relative to the directory'
do
doc
=
filter
(
link
(
'users.md'
))
doc
=
filter
(
link
(
'users.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/doc/api/users.md"
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/doc/api/users.md"
end
end
end
end
...
@@ -296,7 +296,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -296,7 +296,7 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'correctly escapes the ref'
do
it
'correctly escapes the ref'
do
doc
=
filter
(
link
(
'.gitkeep'
))
doc
=
filter
(
link
(
'.gitkeep'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/foo/bar/.gitkeep"
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/foo/bar/.gitkeep"
end
end
end
end
...
@@ -315,7 +315,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -315,7 +315,7 @@ describe Banzai::Filter::RelativeLinkFilter do
doc
=
filter
(
link
(
path
))
doc
=
filter
(
link
(
path
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
expect
(
doc
.
at_css
(
'a'
)[
'href'
])
.
to
eq
"/
#{
project_path
}
/
-/
raw/
#{
ref_escaped
}
/files/images/logo-black.png"
.
to
eq
"/
#{
project_path
}
/raw/
#{
ref_escaped
}
/files/images/logo-black.png"
end
end
end
end
...
@@ -326,7 +326,7 @@ describe Banzai::Filter::RelativeLinkFilter do
...
@@ -326,7 +326,7 @@ describe Banzai::Filter::RelativeLinkFilter do
it
'does not escape the space twice'
do
it
'does not escape the space twice'
do
doc
=
filter
(
link
(
'README.md'
))
doc
=
filter
(
link
(
'README.md'
))
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/
-/
blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/with%20space/README.md"
expect
(
doc
.
at_css
(
'a'
)[
'href'
]).
to
eq
"/
#{
project_path
}
/blob/
#{
Addressable
::
URI
.
escape
(
ref
)
}
/with%20space/README.md"
end
end
end
end
end
end
...
...
spec/lib/gitlab/conflict/file_spec.rb
View file @
6b9eb4d6
...
@@ -258,7 +258,7 @@ FILE
...
@@ -258,7 +258,7 @@ FILE
describe
'#as_json'
do
describe
'#as_json'
do
it
'includes the blob path for the file'
do
it
'includes the blob path for the file'
do
expect
(
conflict_file
.
as_json
[
:blob_path
])
expect
(
conflict_file
.
as_json
[
:blob_path
])
.
to
eq
(
"/
#{
project
.
full_path
}
/
-/
blob/
#{
our_commit
.
oid
}
/files/ruby/regex.rb"
)
.
to
eq
(
"/
#{
project
.
full_path
}
/blob/
#{
our_commit
.
oid
}
/files/ruby/regex.rb"
)
end
end
it
'includes the blob icon for the file'
do
it
'includes the blob icon for the file'
do
...
...
spec/lib/gitlab/dependency_linker/godeps_json_linker_spec.rb
View file @
6b9eb4d6
...
@@ -75,8 +75,8 @@ describe Gitlab::DependencyLinker::GodepsJsonLinker do
...
@@ -75,8 +75,8 @@ describe Gitlab::DependencyLinker::GodepsJsonLinker do
end
end
it
'links GitLab projects'
do
it
'links GitLab projects'
do
expect
(
subject
).
to
include
(
link
(
'gitlab.com/group/project/path'
,
'https://gitlab.com/group/project/
-/
tree/master/path'
))
expect
(
subject
).
to
include
(
link
(
'gitlab.com/group/project/path'
,
'https://gitlab.com/group/project/tree/master/path'
))
expect
(
subject
).
to
include
(
link
(
'gitlab.com/group/subgroup/project.git/path'
,
'https://gitlab.com/group/subgroup/project/
-/
tree/master/path'
))
expect
(
subject
).
to
include
(
link
(
'gitlab.com/group/subgroup/project.git/path'
,
'https://gitlab.com/group/subgroup/project/tree/master/path'
))
end
end
it
'links Golang packages'
do
it
'links Golang packages'
do
...
...
spec/lib/gitlab/middleware/go_spec.rb
View file @
6b9eb4d6
...
@@ -241,7 +241,7 @@ describe Gitlab::Middleware::Go do
...
@@ -241,7 +241,7 @@ describe Gitlab::Middleware::Go do
project_url
=
"http://
#{
Gitlab
.
config
.
gitlab
.
host
}
/
#{
path
}
"
project_url
=
"http://
#{
Gitlab
.
config
.
gitlab
.
host
}
/
#{
path
}
"
expect
(
response
[
0
]).
to
eq
(
200
)
expect
(
response
[
0
]).
to
eq
(
200
)
expect
(
response
[
1
][
'Content-Type'
]).
to
eq
(
'text/html'
)
expect
(
response
[
1
][
'Content-Type'
]).
to
eq
(
'text/html'
)
expected_body
=
%{<html><head><meta name="go-import" content="#{Gitlab.config.gitlab.host}/#{path} git #{repository_url}" /><meta name="go-source" content="#{Gitlab.config.gitlab.host}/#{path} #{project_url} #{project_url}/
-/tree/#{branch}{/dir} #{project_url}/-
/blob/#{branch}{/dir}/{file}#L{line}" /></head><body>go get #{Gitlab.config.gitlab.url}/#{path}</body></html>}
expected_body
=
%{<html><head><meta name="go-import" content="#{Gitlab.config.gitlab.host}/#{path} git #{repository_url}" /><meta name="go-source" content="#{Gitlab.config.gitlab.host}/#{path} #{project_url} #{project_url}/
tree/#{branch}{/dir} #{project_url}
/blob/#{branch}{/dir}/{file}#L{line}" /></head><body>go get #{Gitlab.config.gitlab.url}/#{path}</body></html>}
expect
(
response
[
2
].
body
).
to
eq
([
expected_body
])
expect
(
response
[
2
].
body
).
to
eq
([
expected_body
])
end
end
end
end
...
...
spec/models/project_spec.rb
View file @
6b9eb4d6
...
@@ -697,7 +697,7 @@ describe Project do
...
@@ -697,7 +697,7 @@ describe Project do
let
(
:project
)
{
create
(
:project
,
:repository
)
}
let
(
:project
)
{
create
(
:project
,
:repository
)
}
it
'returns the README'
do
it
'returns the README'
do
expect
(
project
.
readme_url
).
to
eq
(
"
#{
project
.
web_url
}
/
-/
blob/master/README.md"
)
expect
(
project
.
readme_url
).
to
eq
(
"
#{
project
.
web_url
}
/blob/master/README.md"
)
end
end
end
end
end
end
...
...
spec/presenters/blob_presenter_spec.rb
View file @
6b9eb4d6
...
@@ -21,7 +21,7 @@ describe BlobPresenter, :seed_helper do
...
@@ -21,7 +21,7 @@ describe BlobPresenter, :seed_helper do
subject
{
described_class
.
new
(
blob
)
}
subject
{
described_class
.
new
(
blob
)
}
it
{
expect
(
subject
.
web_url
).
to
eq
(
"http://localhost/
#{
project
.
full_path
}
/
-/
blob/
#{
blob
.
commit_id
}
/
#{
blob
.
path
}
"
)
}
it
{
expect
(
subject
.
web_url
).
to
eq
(
"http://localhost/
#{
project
.
full_path
}
/blob/
#{
blob
.
commit_id
}
/
#{
blob
.
path
}
"
)
}
end
end
describe
'#highlight'
do
describe
'#highlight'
do
...
...
spec/presenters/merge_request_presenter_spec.rb
View file @
6b9eb4d6
...
@@ -334,7 +334,7 @@ describe MergeRequestPresenter do
...
@@ -334,7 +334,7 @@ describe MergeRequestPresenter do
allow
(
resource
).
to
receive
(
:target_branch_exists?
)
{
true
}
allow
(
resource
).
to
receive
(
:target_branch_exists?
)
{
true
}
is_expected
is_expected
.
to
eq
(
"/
#{
resource
.
target_project
.
full_path
}
/
-/
commits/
#{
resource
.
target_branch
}
"
)
.
to
eq
(
"/
#{
resource
.
target_project
.
full_path
}
/commits/
#{
resource
.
target_branch
}
"
)
end
end
end
end
...
@@ -358,7 +358,7 @@ describe MergeRequestPresenter do
...
@@ -358,7 +358,7 @@ describe MergeRequestPresenter do
allow
(
resource
).
to
receive
(
:source_branch_exists?
)
{
true
}
allow
(
resource
).
to
receive
(
:source_branch_exists?
)
{
true
}
is_expected
is_expected
.
to
eq
(
"/
#{
resource
.
source_project
.
full_path
}
/
-/
commits/
#{
resource
.
source_branch
}
"
)
.
to
eq
(
"/
#{
resource
.
source_project
.
full_path
}
/commits/
#{
resource
.
source_branch
}
"
)
end
end
end
end
...
@@ -382,7 +382,7 @@ describe MergeRequestPresenter do
...
@@ -382,7 +382,7 @@ describe MergeRequestPresenter do
allow
(
resource
).
to
receive
(
:target_branch_exists?
)
{
true
}
allow
(
resource
).
to
receive
(
:target_branch_exists?
)
{
true
}
is_expected
is_expected
.
to
eq
(
"/
#{
resource
.
target_project
.
full_path
}
/
-/
tree/
#{
resource
.
target_branch
}
"
)
.
to
eq
(
"/
#{
resource
.
target_project
.
full_path
}
/tree/
#{
resource
.
target_branch
}
"
)
end
end
end
end
...
@@ -496,7 +496,7 @@ describe MergeRequestPresenter do
...
@@ -496,7 +496,7 @@ describe MergeRequestPresenter do
allow
(
resource
).
to
receive
(
:source_branch_exists?
)
{
true
}
allow
(
resource
).
to
receive
(
:source_branch_exists?
)
{
true
}
is_expected
is_expected
.
to
eq
(
"<a href=
\"
/
#{
resource
.
source_project
.
full_path
}
/
-/
tree/
#{
resource
.
source_branch
}
\"
>
#{
resource
.
source_branch
}
</a>"
)
.
to
eq
(
"<a href=
\"
/
#{
resource
.
source_project
.
full_path
}
/tree/
#{
resource
.
source_branch
}
\"
>
#{
resource
.
source_branch
}
</a>"
)
end
end
it
'escapes html, when source_branch does not exist'
do
it
'escapes html, when source_branch does not exist'
do
...
...
spec/presenters/tree_entry_presenter_spec.rb
View file @
6b9eb4d6
...
@@ -11,6 +11,6 @@ describe TreeEntryPresenter do
...
@@ -11,6 +11,6 @@ describe TreeEntryPresenter do
let
(
:presenter
)
{
described_class
.
new
(
tree
)
}
let
(
:presenter
)
{
described_class
.
new
(
tree
)
}
describe
'.web_url'
do
describe
'.web_url'
do
it
{
expect
(
presenter
.
web_url
).
to
eq
(
"http://localhost/
#{
project
.
full_path
}
/
-/
tree/
#{
tree
.
commit_id
}
/
#{
tree
.
path
}
"
)
}
it
{
expect
(
presenter
.
web_url
).
to
eq
(
"http://localhost/
#{
project
.
full_path
}
/tree/
#{
tree
.
commit_id
}
/
#{
tree
.
path
}
"
)
}
end
end
end
end
spec/requests/api/projects_spec.rb
View file @
6b9eb4d6
...
@@ -715,7 +715,7 @@ describe API::Projects do
...
@@ -715,7 +715,7 @@ describe API::Projects do
post
api
(
'/projects'
,
user
),
params:
project
post
api
(
'/projects'
,
user
),
params:
project
expect
(
json_response
[
'readme_url'
]).
to
eql
(
"
#{
Gitlab
.
config
.
gitlab
.
url
}
/
#{
json_response
[
'namespace'
][
'full_path'
]
}
/somewhere/
-/
blob/master/README.md"
)
expect
(
json_response
[
'readme_url'
]).
to
eql
(
"
#{
Gitlab
.
config
.
gitlab
.
url
}
/
#{
json_response
[
'namespace'
][
'full_path'
]
}
/somewhere/blob/master/README.md"
)
end
end
it
'sets tag list to a project'
do
it
'sets tag list to a project'
do
...
...
spec/requests/git_http_spec.rb
View file @
6b9eb4d6
...
@@ -834,7 +834,7 @@ describe 'Git HTTP requests' do
...
@@ -834,7 +834,7 @@ describe 'Git HTTP requests' do
Blob
.
decorate
(
Gitlab
::
Git
::
Blob
.
find
(
project
.
repository
,
'master'
,
'bar/branch-test.txt'
),
project
)
Blob
.
decorate
(
Gitlab
::
Git
::
Blob
.
find
(
project
.
repository
,
'master'
,
'bar/branch-test.txt'
),
project
)
end
end
get
"/
#{
project
.
full_path
}
/
-/
blob/master/info/refs"
get
"/
#{
project
.
full_path
}
/blob/master/info/refs"
end
end
it
"returns the file"
do
it
"returns the file"
do
...
@@ -844,7 +844,7 @@ describe 'Git HTTP requests' do
...
@@ -844,7 +844,7 @@ describe 'Git HTTP requests' do
context
"when the file does not exist"
do
context
"when the file does not exist"
do
before
do
before
do
get
"/
#{
project
.
full_path
}
/
-/
blob/master/info/refs"
get
"/
#{
project
.
full_path
}
/blob/master/info/refs"
end
end
it
"redirects"
do
it
"redirects"
do
...
...
spec/routing/project_routing_spec.rb
View file @
6b9eb4d6
This diff is collapsed.
Click to expand it.
spec/serializers/blob_entity_spec.rb
View file @
6b9eb4d6
...
@@ -23,7 +23,7 @@ describe BlobEntity do
...
@@ -23,7 +23,7 @@ describe BlobEntity do
mode:
"100644"
,
mode:
"100644"
,
readable_text:
true
,
readable_text:
true
,
icon:
"file-text-o"
,
icon:
"file-text-o"
,
url:
"/
#{
project
.
full_path
}
/
-/
blob/master/bar/branch-test.txt"
url:
"/
#{
project
.
full_path
}
/blob/master/bar/branch-test.txt"
})
})
end
end
end
end
...
...
spec/serializers/merge_request_poll_widget_entity_spec.rb
View file @
6b9eb4d6
...
@@ -60,7 +60,7 @@ describe MergeRequestPollWidgetEntity do
...
@@ -60,7 +60,7 @@ describe MergeRequestPollWidgetEntity do
project
.
add_developer
(
user
)
project
.
add_developer
(
user
)
expect
(
subject
[
:new_blob_path
])
expect
(
subject
[
:new_blob_path
])
.
to
eq
(
"/
#{
resource
.
project
.
full_path
}
/
-/
new/
#{
resource
.
source_branch
}
"
)
.
to
eq
(
"/
#{
resource
.
project
.
full_path
}
/new/
#{
resource
.
source_branch
}
"
)
end
end
end
end
...
...
spec/views/help/index.html.haml_spec.rb
View file @
6b9eb4d6
...
@@ -40,7 +40,7 @@ describe 'help/index' do
...
@@ -40,7 +40,7 @@ describe 'help/index' do
render
render
expect
(
rendered
).
to
match
'8.0.2'
expect
(
rendered
).
to
match
'8.0.2'
expect
(
rendered
).
to
have_link
(
'abcdefg'
,
href:
%r{https://gitlab.com/gitlab-org/(gitlab|gitlab-foss)/
-/
commits/abcdefg}
)
expect
(
rendered
).
to
have_link
(
'abcdefg'
,
href:
%r{https://gitlab.com/gitlab-org/(gitlab|gitlab-foss)/commits/abcdefg}
)
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