BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
947a7f85
Commit
947a7f85
authored
Mar 01, 2018
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'webpack-registry' into 'master'
Remove registry list webpack entry point See merge request gitlab-org/gitlab-ce!17459
parents
257af80e
9f23532c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
index.js
...javascripts/pages/projects/registry/repositories/index.js
+3
-0
index.js
app/assets/javascripts/registry/index.js
+2
-2
index.html.haml
app/views/projects/registry/repositories/index.html.haml
+0
-1
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 @
947a7f85
import
initRegistryImages
from
'~/registry/index'
;
document
.
addEventListener
(
'DOMContentLoaded'
,
initRegistryImages
);
app/assets/javascripts/registry/index.js
View file @
947a7f85
...
...
@@ -4,7 +4,7 @@ import Translate from '../vue_shared/translate';
Vue
.
use
(
Translate
);
document
.
addEventListener
(
'DOMContentLoaded'
,
()
=>
new
Vue
({
export
default
()
=>
new
Vue
({
el
:
'#js-vue-registry-images'
,
components
:
{
registryApp
,
...
...
@@ -22,4 +22,4 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
},
});
},
})
)
;
});
app/views/projects/registry/repositories/index.html.haml
View file @
947a7f85
...
...
@@ -15,7 +15,6 @@
#js-vue-registry-images
{
data:
{
endpoint:
project_container_registry_index_path
(
@project
,
format: :json
)
}
}
=
webpack_bundle_tag
(
'common_vue'
)
=
webpack_bundle_tag
(
'registry_list'
)
.row.prepend-top-10
.col-lg-12
...
...
config/webpack.config.js
View file @
947a7f85
...
...
@@ -46,7 +46,6 @@ function generateEntries() {
monitoring
:
'./monitoring/monitoring_bundle.js'
,
mr_notes
:
'./mr_notes/index.js'
,
protected_branches
:
'./protected_branches'
,
registry_list
:
'./registry/index.js'
,
terminal
:
'./terminal/terminal_bundle.js'
,
two_factor_auth
:
'./two_factor_auth.js'
,
...
...
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