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
9f23532c
Commit
9f23532c
authored
6 years ago
by
Clement Ho
Committed by
Jacob Schatz
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove registry list webpack entry point
parent
257af80e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
app/assets/javascripts/pages/projects/registry/repositories/index.js
...javascripts/pages/projects/registry/repositories/index.js
+3
-0
app/assets/javascripts/registry/index.js
app/assets/javascripts/registry/index.js
+2
-2
app/views/projects/registry/repositories/index.html.haml
app/views/projects/registry/repositories/index.html.haml
+0
-1
config/webpack.config.js
config/webpack.config.js
+0
-1
No files found.
app/assets/javascripts/pages/projects/registry/repositories/index.js
0 → 100644
View file @
9f23532c
import
initRegistryImages
from
'
~/registry/index
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
initRegistryImages
);
This diff is collapsed.
Click to expand it.
app/assets/javascripts/registry/index.js
View file @
9f23532c
...
@@ -4,7 +4,7 @@ import Translate from '../vue_shared/translate';
...
@@ -4,7 +4,7 @@ import Translate from '../vue_shared/translate';
Vue
.
use
(
Translate
);
Vue
.
use
(
Translate
);
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
new
Vue
({
export
default
()
=>
new
Vue
({
el
:
'
#js-vue-registry-images
'
,
el
:
'
#js-vue-registry-images
'
,
components
:
{
components
:
{
registryApp
,
registryApp
,
...
@@ -22,4 +22,4 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
...
@@ -22,4 +22,4 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
},
},
});
});
},
},
})
)
;
});
This diff is collapsed.
Click to expand it.
app/views/projects/registry/repositories/index.html.haml
View file @
9f23532c
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#js-vue-registry-images
{
data:
{
endpoint:
project_container_registry_index_path
(
@project
,
format: :json
)
}
}
#js-vue-registry-images
{
data:
{
endpoint:
project_container_registry_index_path
(
@project
,
format: :json
)
}
}
=
webpack_bundle_tag
(
'common_vue'
)
=
webpack_bundle_tag
(
'common_vue'
)
=
webpack_bundle_tag
(
'registry_list'
)
.row.prepend-top-10
.row.prepend-top-10
.col-lg-12
.col-lg-12
...
...
This diff is collapsed.
Click to expand it.
config/webpack.config.js
View file @
9f23532c
...
@@ -46,7 +46,6 @@ function generateEntries() {
...
@@ -46,7 +46,6 @@ function generateEntries() {
monitoring
:
'
./monitoring/monitoring_bundle.js
'
,
monitoring
:
'
./monitoring/monitoring_bundle.js
'
,
mr_notes
:
'
./mr_notes/index.js
'
,
mr_notes
:
'
./mr_notes/index.js
'
,
protected_branches
:
'
./protected_branches
'
,
protected_branches
:
'
./protected_branches
'
,
registry_list
:
'
./registry/index.js
'
,
terminal
:
'
./terminal/terminal_bundle.js
'
,
terminal
:
'
./terminal/terminal_bundle.js
'
,
two_factor_auth
:
'
./two_factor_auth.js
'
,
two_factor_auth
:
'
./two_factor_auth.js
'
,
...
...
This diff is collapsed.
Click to expand it.
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