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
fb38bc3f
Commit
fb38bc3f
authored
Feb 16, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove graphs_show webpack bundle
parent
5219a794
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
9 deletions
+4
-9
app/assets/javascripts/pages/projects/graphs/show/index.js
app/assets/javascripts/pages/projects/graphs/show/index.js
+3
-3
app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
...pts/pages/projects/graphs/show/stat_graph_contributors.js
+1
-1
app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js
...ges/projects/graphs/show/stat_graph_contributors_graph.js
+0
-0
app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_util.js
...ages/projects/graphs/show/stat_graph_contributors_util.js
+0
-0
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+0
-3
config/webpack.config.js
config/webpack.config.js
+0
-2
No files found.
app/assets/javascripts/
graphs/graphs_show
.js
→
app/assets/javascripts/
pages/projects/graphs/show/index
.js
View file @
fb38bc3f
import
flash
from
'
..
/flash
'
;
import
{
__
}
from
'
..
/locale
'
;
import
axios
from
'
..
/lib/utils/axios_utils
'
;
import
flash
from
'
~
/flash
'
;
import
{
__
}
from
'
~
/locale
'
;
import
axios
from
'
~
/lib/utils/axios_utils
'
;
import
ContributorsStatGraph
from
'
./stat_graph_contributors
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
...
...
app/assets/javascripts/
graphs
/stat_graph_contributors.js
→
app/assets/javascripts/
pages/projects/graphs/show
/stat_graph_contributors.js
View file @
fb38bc3f
/* eslint-disable func-names, space-before-function-paren, wrap-iife, no-var, one-var, camelcase, one-var-declaration-per-line, quotes, no-param-reassign, quote-props, comma-dangle, prefer-template, max-len, no-return-assign, no-shadow */
import
_
from
'
underscore
'
;
import
{
n__
,
s__
,
createDateTimeFormat
,
sprintf
}
from
'
~/locale
'
;
import
{
ContributorsGraph
,
ContributorsAuthorGraph
,
ContributorsMasterGraph
}
from
'
./stat_graph_contributors_graph
'
;
import
ContributorsStatGraphUtil
from
'
./stat_graph_contributors_util
'
;
import
{
n__
,
s__
,
createDateTimeFormat
,
sprintf
}
from
'
../locale
'
;
export
default
(
function
()
{
function
ContributorsStatGraph
()
{
...
...
app/assets/javascripts/
graphs
/stat_graph_contributors_graph.js
→
app/assets/javascripts/
pages/projects/graphs/show
/stat_graph_contributors_graph.js
View file @
fb38bc3f
File moved
app/assets/javascripts/
graphs
/stat_graph_contributors_util.js
→
app/assets/javascripts/
pages/projects/graphs/show
/stat_graph_contributors_util.js
View file @
fb38bc3f
File moved
app/views/projects/graphs/show.html.haml
View file @
fb38bc3f
-
@no_container
=
true
-
page_title
_
(
'Contributors'
)
-
content_for
:page_specific_javascripts
do
=
webpack_bundle_tag
(
'common_d3'
)
=
webpack_bundle_tag
(
'graphs_show'
)
.js-graphs-show
{
class:
container_class
,
'data-project-graph-path'
:
project_graph_path
(
@project
,
current_ref
,
format: :json
)
}
.sub-header-block
...
...
config/webpack.config.js
View file @
fb38bc3f
...
...
@@ -62,7 +62,6 @@ var config = {
environments
:
'
./environments/environments_bundle.js
'
,
environments_folder
:
'
./environments/folder/environments_folder_bundle.js
'
,
filtered_search
:
'
./filtered_search/filtered_search_bundle.js
'
,
graphs_show
:
'
./graphs/graphs_show.js
'
,
help
:
'
./help/help.js
'
,
how_to_merge
:
'
./how_to_merge.js
'
,
issue_show
:
'
./issue_show/index.js
'
,
...
...
@@ -281,7 +280,6 @@ var config = {
new
webpack
.
optimize
.
CommonsChunkPlugin
({
name
:
'
common_d3
'
,
chunks
:
[
'
graphs_show
'
,
'
monitoring
'
,
'
users
'
,
],
...
...
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