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
f2c13271
Commit
f2c13271
authored
Nov 30, 2021
by
KunQian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add path entries for tree_content.vue of JH
parent
439b2200
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/repository/pages/tree.vue
app/assets/javascripts/repository/pages/tree.vue
+1
-1
spec/frontend/repository/components/tree_content_spec.js
spec/frontend/repository/components/tree_content_spec.js
+1
-1
No files found.
app/assets/javascripts/repository/pages/tree.vue
View file @
f2c13271
<
script
>
<
script
>
import
TreeContent
from
'
..
/components/tree_content.vue
'
;
import
TreeContent
from
'
jh_else_ce/repository
/components/tree_content.vue
'
;
import
preloadMixin
from
'
../mixins/preload
'
;
import
preloadMixin
from
'
../mixins/preload
'
;
import
{
updateElementsVisibility
}
from
'
../utils/dom
'
;
import
{
updateElementsVisibility
}
from
'
../utils/dom
'
;
...
...
spec/frontend/repository/components/tree_content_spec.js
View file @
f2c13271
...
@@ -2,7 +2,7 @@ import { shallowMount } from '@vue/test-utils';
...
@@ -2,7 +2,7 @@ import { shallowMount } from '@vue/test-utils';
import
paginatedTreeQuery
from
'
shared_queries/repository/paginated_tree.query.graphql
'
;
import
paginatedTreeQuery
from
'
shared_queries/repository/paginated_tree.query.graphql
'
;
import
FilePreview
from
'
~/repository/components/preview/index.vue
'
;
import
FilePreview
from
'
~/repository/components/preview/index.vue
'
;
import
FileTable
from
'
~/repository/components/table/index.vue
'
;
import
FileTable
from
'
~/repository/components/table/index.vue
'
;
import
TreeContent
from
'
~
/repository/components/tree_content.vue
'
;
import
TreeContent
from
'
jh_else_ce
/repository/components/tree_content.vue
'
;
import
{
loadCommits
,
isRequested
,
resetRequestedCommits
}
from
'
~/repository/commits_service
'
;
import
{
loadCommits
,
isRequested
,
resetRequestedCommits
}
from
'
~/repository/commits_service
'
;
jest
.
mock
(
'
~/repository/commits_service
'
,
()
=>
({
jest
.
mock
(
'
~/repository/commits_service
'
,
()
=>
({
...
...
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