You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2018/08/18 00:20:03 UTC

[03/14] helix git commit: Fix the building issue

Fix the building issue


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/4739d4af
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/4739d4af
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/4739d4af

Branch: refs/heads/master
Commit: 4739d4afb401a9196b31d0db19aa600c5f2f38da
Parents: 9da7592
Author: Vivo Xu <vx...@linkedin.com>
Authored: Mon Feb 5 11:57:02 2018 -0800
Committer: Vivo Xu <vx...@linkedin.com>
Committed: Wed Aug 8 15:31:23 2018 -0700

----------------------------------------------------------------------
 .../client/app/workflow/workflow-dag/workflow-dag.component.html  | 1 -
 helix-front/package.json                                          | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/4739d4af/helix-front/client/app/workflow/workflow-dag/workflow-dag.component.html
----------------------------------------------------------------------
diff --git a/helix-front/client/app/workflow/workflow-dag/workflow-dag.component.html b/helix-front/client/app/workflow/workflow-dag/workflow-dag.component.html
index c44d369..f75a53b 100644
--- a/helix-front/client/app/workflow/workflow-dag/workflow-dag.component.html
+++ b/helix-front/client/app/workflow/workflow-dag/workflow-dag.component.html
@@ -6,7 +6,6 @@
   [nodes]="data.nodes"
   [curve]="curve"
   orientation="TB"
-  (select)="select($event)"
   [autoZoom]="false"
   [panningEnabled]="false"
   [draggingEnabled]="false"

http://git-wip-us.apache.org/repos/asf/helix/blob/4739d4af/helix-front/package.json
----------------------------------------------------------------------
diff --git a/helix-front/package.json b/helix-front/package.json
index e611637..626fedd 100644
--- a/helix-front/package.json
+++ b/helix-front/package.json
@@ -18,7 +18,8 @@
     "prod": "npm run build && node dist/server/app.js",
     "test": "ng test",
     "lint": "ng lint",
-    "e2e": "ng e2e"
+    "e2e": "ng e2e",
+    "smoke": "ng lint && ng test -sr && npm run build"
   },
   "dependencies": {
     "@angular/animations": "^5.1.1",