You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2021/06/04 16:16:05 UTC

[asterixdb] branch master updated: [NO ISSUE] Dashboard tweaks

This is an automated email from the ASF dual-hosted git repository.

imaxon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new f6727a9  [NO ISSUE] Dashboard tweaks
f6727a9 is described below

commit f6727a96f2ed02f5adac7436d41795953e1dd2c9
Author: Ian Maxon <ia...@maxons.email>
AuthorDate: Thu Jun 3 09:16:25 2021 -0700

    [NO ISSUE] Dashboard tweaks
    
    - user model changes: no
    - storage format changes: no
    - interface changes: no
    
    Details:
    
    - Update lodash
    - Add some modules to allowed CommonJS dependencies
    
    Change-Id: Iaffc8c8f2f51e6fe5ce30b03db1bca43b92b248b
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/11683
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Contrib: Ian Maxon <im...@uci.edu>
    Reviewed-by: Ian Maxon <im...@uci.edu>
---
 asterixdb/asterix-dashboard/src/node/angular.json | 3 +++
 asterixdb/asterix-dashboard/src/node/package.json | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/asterixdb/asterix-dashboard/src/node/angular.json b/asterixdb/asterix-dashboard/src/node/angular.json
index 839ff38..cbb4d83 100644
--- a/asterixdb/asterix-dashboard/src/node/angular.json
+++ b/asterixdb/asterix-dashboard/src/node/angular.json
@@ -33,6 +33,9 @@
               "hammerjs",
               "lodash",
               "file-saver",
+              "codemirror",
+              "webcola",
+              "dagre"
             ]
           },
           "configurations": {
diff --git a/asterixdb/asterix-dashboard/src/node/package.json b/asterixdb/asterix-dashboard/src/node/package.json
index da627b9..8aef8bd 100755
--- a/asterixdb/asterix-dashboard/src/node/package.json
+++ b/asterixdb/asterix-dashboard/src/node/package.json
@@ -34,7 +34,7 @@
     "core-js": "3.8.3",
     "file-saver": "2.0.5",
     "hammerjs": "2.0.8",
-    "lodash": "^4.17.20",
+    "lodash": "^4.17.21",
     "roboto-fontface": "^0.10.0",
     "rxjs": "6.6.3",
     "rxjs-compat": "6.6.3",