Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Fix the googlefonts build bug. #930

Merged
merged 30 commits into from
Aug 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
96d1f02
merge the 'zeppelin' app.js to 'trunk'.
Jul 19, 2017
77d5648
Merge remote-tracking branch 'origin/trunk' into trunk
Jul 19, 2017
6d690cc
Change button style of rules (#747)
Jul 20, 2017
504a5ad
Add tooltip for action (#765)
Jul 26, 2017
bdbf424
Change home.html (#786)
Jul 27, 2017
9903862
Add help for actions (#794)
Jul 27, 2017
135a6ff
#778 Add Rule format description on UI (#810)
Jul 31, 2017
05e50d2
Add SmartNotebook (#831)
Aug 2, 2017
4d614d6
Merge branch 'trunk' into smart-notebook
Aug 3, 2017
7582b24
Fix build bugs and web UI
Aug 3, 2017
a641c08
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 3, 2017
68c0396
change the home page.
Aug 3, 2017
79fb8cb
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 3, 2017
37acaf2
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 4, 2017
a546f75
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 4, 2017
1cbf816
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 7, 2017
dbd7e1e
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 7, 2017
9d2948f
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 7, 2017
7160f99
remove 'zeppelin-web' from 'smart-zeppelin' default module.
Aug 8, 2017
3d9e6b5
Update the web UI "Smart Manager" to "Smart Storage Manager"
Aug 8, 2017
661af4e
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 8, 2017
8d74c9c
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 9, 2017
6741a66
Add mover and copy view.
Aug 10, 2017
7322f7e
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 10, 2017
2d4ed4d
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 11, 2017
f3d603a
Merge trunk
Aug 14, 2017
218dbfe
Merge branch 'trunk' of https://github.com/Intel-bigdata/SSM into sma…
Aug 14, 2017
8c6aeb9
Fix the googlefonts build bug.
Aug 16, 2017
6846189
Delete the ActionSevice and RuleService from 'smart-server'
Aug 16, 2017
2ae80e7
Delete .flattened-pom.xml
Aug 16, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions smart-zeppelin/smart-interpreter/.flattened-pom.xml

This file was deleted.

19 changes: 2 additions & 17 deletions smart-zeppelin/zeppelin-web/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = function(grunt) {
src: ['<%= yeoman.dist %>/index.html']
}
},

/*
googlefonts: {
build: {
options: {
Expand Down Expand Up @@ -126,7 +126,7 @@ module.exports = function(grunt) {
]
}
}
},
},*/

// Watches files for changes and runs tasks based on the changed files
watch: {
Expand Down Expand Up @@ -355,11 +355,6 @@ module.exports = function(grunt) {
cwd: '<%= yeoman.app %>',
dest: '<%= yeoman.dist %>',
src: ['fonts/**/*.{eot,svg,ttf,woff}']
}, {
expand: true,
cwd: '<%= yeoman.app %>',
dest: '<%= yeoman.dist %>',
src: ['app/dashing-deps/0.1.3/roboto/fonts/**/*.{eot,svg,ttf,woff,woff2}']
}, {
expand: true,
cwd: '<%= yeoman.app %>',
Expand All @@ -380,16 +375,6 @@ module.exports = function(grunt) {
cwd: 'bower_components/bootstrap/dist',
src: 'fonts/*',
dest: '<%= yeoman.dist %>'
}, {
expand: true,
cwd: 'bower_components/select2/docs/vendor',
src: 'fonts/*',
dest: '<%= yeoman.dist %>'
}, {
expand: true,
cwd: 'bower_components/vis/docs',
src: 'fonts/*',
dest: '<%= yeoman.dist %>'
}, {
expand: true,
cwd: 'bower_components/jquery-ui/themes/base/images',
Expand Down
2 changes: 1 addition & 1 deletion smart-zeppelin/zeppelin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"clean": "rimraf dist && rimraf .tmp",
"postinstall": "bower install --silent --allow-root && grunt googlefonts",
"postinstall": "bower install --silent --allow-root",
"prebuild": "npm-run-all clean",
"build": "grunt pre-webpack-dist && webpack && grunt post-webpack-dist",
"predev": "grunt pre-webpack-dev",
Expand Down
6 changes: 3 additions & 3 deletions smart-zeppelin/zeppelin-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</prerequisites>

<properties>
<node.version>v6.9.1</node.version>
<yarn.version>v0.18.1</yarn.version>
<node.version>v6.11.0</node.version>
<yarn.version>v0.27.5</yarn.version>
<npm.version>4.2.0</npm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -138,7 +138,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>run build</arguments>
<arguments>run build --force</arguments>
</configuration>
</execution>

Expand Down
13 changes: 6 additions & 7 deletions smart-zeppelin/zeppelin-web/src/app/dashboard/views/copy/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ angular.module('zeppelinWebApp')
cols: [
// group 1/3 (4-col)
$stb.indicator().key('state').canSort('state.condition+"_"+createTime').styleClass('td-no-padding').done(),
$stb.text('ID').key('id').canSort().sortDefaultDescent().done(),
$stb.text('Cmdlet ID').key('cid').canSort().done(),
$stb.datetime('Create Time').key('createTime').canSort().done(),
$stb.datetime('Finish Time').key('finishTime').canSort().done(),
$stb.duration("Running Time").key('runningTime').canSort().done(),
$stb.text('Rule ID').key('cid').canSort().done(),
$stb.text('File Path').key('filePath').canSort().styleClass('col-md-1').done(),
$stb.text('Target Path').key('targetPath').canSort().styleClass('col-md-1').done(),
$stb.text('Succeed').key('succeed').canSort().styleClass('col-md-1 hidden-sm hidden-xs').done(),
$stb.text('Status').key('succeed').canSort().styleClass('col-md-1 hidden-sm hidden-xs').done(),
$stb.duration("Running Time").key('runningTime').canSort().done(),
$stb.datetime('Create Time').key('createTime').canSort().done(),
$stb.datetime('Finish Time').key('finishTime').canSort().done(),
$stb.progressbar('Progress').key('progress').sortBy('progress.usage').styleClass('col-md-1').done(),
$stb.button('Actions').key(['view']).styleClass('col-md-3').done()
$stb.button('Actions').key(['view']).styleClass('col-md-1').done()
],
rows: null
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ angular.module('zeppelinWebApp')
cols: [
// group 1/3 (4-col)
$stb.indicator().key('state').canSort('state.condition+"_"+createTime').styleClass('td-no-padding').done(),
$stb.text('ID').key('id').canSort().sortDefaultDescent().done(),
$stb.text('Cmdlet ID').key('cid').canSort().done(),
$stb.datetime('Create Time').key('createTime').canSort().done(),
$stb.datetime('Finish Time').key('finishTime').canSort().done(),
$stb.duration("Running Time").key('runningTime').canSort().done(),
// $stb.text('ID').key('id').canSort().sortDefaultDescent().done(),
$stb.text('Rule ID').key('cid').canSort().done(),
$stb.text('File').key('file').canSort().styleClass('col-md-1').done(),
$stb.text('File Size').key('fileSize').canSort().styleClass('col-md-1').done(),
$stb.text('Storage Type').key('sourceType').canSort().styleClass('col-md-1').done(),
$stb.text('Target Storage Type').key('targetType').canSort().styleClass('col-md-1').done(),
$stb.text('Succeed').key('succeed').canSort().styleClass('col-md-1 hidden-sm hidden-xs').done(),
$stb.datetime('Create Time').key('createTime').canSort().styleClass('col-md-2').done(),
$stb.progressbar('Progress').key('progress').sortBy('progress.usage').styleClass('col-md-1').done(),
$stb.button('Actions').key(['view']).styleClass('col-md-3').done()
$stb.datetime('Finish Time').key('finishTime').canSort().styleClass('col-md-2').done(),
$stb.duration("Running Time").key('runningTime').canSort().styleClass('col-md-1').done(),
$stb.button('Actions').key(['view']).styleClass('col-md-1').done()
],
rows: null
};
Expand All @@ -45,7 +45,6 @@ angular.module('zeppelinWebApp')
$scope.actionsTable.rows = $stb.$update($scope.actionsTable.rows,
_.map(actions, function (action) {
return {
id: action.actionId,
cid: action.cmdletId,
state: {tooltip: action.status, condition: action.finished ? '' : 'good', shape: 'stripe'},
createTime: action.createTime,
Expand All @@ -66,6 +65,7 @@ angular.module('zeppelinWebApp')
// usage: action.progress * 100
},
file: "PATH",
fileSize: "1M",
sourceType: "COOL",
targetType: "ONESSD"
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,11 @@ <h4 ng-bind="dialogTitle"></h4>
<!-- right margin align to cancel button right -->
<div class="row" style="margin-bottom: 18px">
<div class="col-md-2">
<label class="control-label text-right" style="white-space: nowrap">
<span>Rule Spec</span>
<a href="app/dashboard/views/rules/submit/help.html" target="_blank">
<span class="glyphicon glyphicon-question-sign"></span>
</a>
</label>
<span>Rule Spec</span>
</div>
<div class="col-md-10">
<textarea help="Rule specifications."
style="width: 97%; height: 100%; border-radius: 3px; "
style="width: inherit; height: inherit;"
ng-model="launchArgs"></textarea>
</div>
</div>
Expand Down
49 changes: 49 additions & 0 deletions smart-zeppelin/zeppelin-web/src/fonts/google-fonts.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
@font-face {
font-family: 'Patua One';
font-style: normal;
font-weight: 400;
src: url(../fonts/patua-one-400-normal.eot);
src: local('Patua One'), local('PatuaOne-Regular'), url(../fonts/patua-one-400-normal.woff) format('woff'), url(../fonts/patua-one-400-normal.ttf) format('truetype'), url(../fonts/patua-one-400-normal.svg#PatuaOne) format('svg');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 300;
src: url(../fonts/source-code-pro-300-normal.eot);
src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(../fonts/source-code-pro-300-normal.woff) format('woff'), url(../fonts/source-code-pro-300-normal.ttf) format('truetype'), url(../fonts/source-code-pro-300-normal.svg#SourceCode Pro) format('svg');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: url(../fonts/source-code-pro-400-normal.eot);
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/source-code-pro-400-normal.woff) format('woff'), url(../fonts/source-code-pro-400-normal.ttf) format('truetype'), url(../fonts/source-code-pro-400-normal.svg#SourceCode Pro) format('svg');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 500;
src: url(../fonts/source-code-pro-500-normal.eot);
src: local('Source Code Pro Medium'), local('SourceCodePro-Medium'), url(../fonts/source-code-pro-500-normal.woff) format('woff'), url(../fonts/source-code-pro-500-normal.ttf) format('truetype'), url(../fonts/source-code-pro-500-normal.svg#SourceCode Pro) format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(../fonts/roboto-300-normal.eot);
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto-300-normal.woff) format('woff'), url(../fonts/roboto-300-normal.ttf) format('truetype'), url(../fonts/roboto-300-normal.svg#Roboto) format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(../fonts/roboto-400-normal.eot);
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-400-normal.woff) format('woff'), url(../fonts/roboto-400-normal.ttf) format('truetype'), url(../fonts/roboto-400-normal.svg#Roboto) format('svg');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(../fonts/roboto-500-normal.eot);
src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-500-normal.woff) format('woff'), url(../fonts/roboto-500-normal.ttf) format('truetype'), url(../fonts/roboto-500-normal.svg#Roboto) format('svg');
}
Binary file not shown.
Loading