Skip to content

Commit 14a46a8

Browse files
zhiqiang-mcwduzhen1996
authored andcommitted
Fix the ace editor bug. (#946)
* merge the 'zeppelin' app.js to 'trunk'. * Change button style of rules (#747) * Add tooltip for action (#765) * Fix #741 Remove the usage of view * change button to phglyphicon, start and stop button combine into one * add tooltip * add tooltip for rules and actions * Change home.html (#786) * Fix #741 Remove the usage of view * change button to phglyphicon, start and stop button combine into one * add tooltip * add tooltip for rules and actions * change home.html * change about smart modal content * Add help for actions (#794) * #778 Add Rule format description on UI (#810) * Fix #741 Remove the usage of view * change button to phglyphicon, start and stop button combine into one * add tooltip * add tooltip for rules and actions * change home.html * change about smart modal content * add help for actions * #778 Add Rule format description on UI * #778 Add Rule format description on UI * #778 Add Rule format description on UI * #778 Add Rule format description on UI * Add SmartNotebook (#831) * Add SmartNotebook * Add SmartNotebook * Fix build bugs and web UI * change the home page. * remove 'zeppelin-web' from 'smart-zeppelin' default module. * Update the web UI "Smart Manager" to "Smart Storage Manager" * Add mover and copy view. * Merge trunk * Fix the googlefonts build bug. * Delete the ActionSevice and RuleService from 'smart-server' * Delete .flattened-pom.xml * Fix the ace editor's cursor bug.
1 parent 623b16e commit 14a46a8

File tree

6 files changed

+13
-1220
lines changed

6 files changed

+13
-1220
lines changed

smart-zeppelin/zeppelin-web/bower.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "zeppelin-web",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "1.5.0",
5+
"angular": "1.5.7",
66
"json3": "~3.3.1",
77
"es5-shim": "~3.1.0",
88
"bootstrap": "~3.2.0",
9-
"angular-cookies": "1.5.0",
10-
"angular-sanitize": "1.5.0",
11-
"angular-animate": "1.5.0",
12-
"angular-touch": "1.5.0",
13-
"angular-route": "1.5.0",
14-
"angular-resource": "1.5.0",
9+
"angular-cookies": "1.5.7",
10+
"angular-sanitize": "1.5.7",
11+
"angular-animate": "1.5.7",
12+
"angular-touch": "1.5.7",
13+
"angular-route": "1.5.7",
14+
"angular-resource": "1.5.7",
1515
"angular-bootstrap": "~2.5.0",
1616
"angular-websocket": "~1.0.13",
17-
"ace-builds": "1.2.6",
17+
"ace-builds": "1.2.7",
1818
"angular-ui-ace": "0.1.3",
1919
"jquery.scrollTo": "~1.4.13",
2020
"nvd3": "~1.8.5",
@@ -36,7 +36,6 @@
3636
"github-markdown-css": "^2.4.0",
3737
"MathJax": "2.7.0",
3838
"ngclipboard": "^1.1.1",
39-
"angular-ui-router": "^1.0.5",
4039
"moment": "momentjs#^2.18.1",
4140
"jquery.cookie": "jquery-cookie#^1.4.1",
4241
"angular-loading-bar": "^0.9.0",
@@ -45,11 +44,10 @@
4544
"bootstrap-additions": "^0.3.1",
4645
"angular-strap": "^2.3.12",
4746
"ng-file-upload": "^12.2.13",
48-
"vis": "^4.20.1",
4947
"angular-ui-select": "^0.19.8"
5048
},
5149
"devDependencies": {
52-
"angular-mocks": "1.5.0"
50+
"angular-mocks": "1.5.7"
5351
},
5452
"appPath": "src",
5553
"overrides": {
@@ -60,13 +58,14 @@
6058
"src-noconflict/mode-python.js",
6159
"src-noconflict/mode-sql.js",
6260
"src-noconflict/mode-markdown.js",
61+
"src-noconflict/mode-pig.js",
6362
"src-noconflict/mode-sh.js",
6463
"src-noconflict/mode-r.js",
6564
"src-noconflict/keybinding-emacs.js",
6665
"src-noconflict/ext-language_tools.js",
6766
"src-noconflict/theme-chrome.js"
6867
],
69-
"version": "1.2.6",
68+
"version": "1.2.7",
7069
"name": "ace-builds"
7170
},
7271
"highlightjs": {
@@ -79,7 +78,7 @@
7978
}
8079
},
8180
"resolutions": {
82-
"ace-builds": "1.2.6",
81+
"ace-builds": "1.2.7",
8382
"angular": ">=1.5.0 <1.6"
8483
}
8584
}

0 commit comments

Comments
 (0)