NIFIREG-14 - Remove fds demo

This closes #66.

Signed-off-by: Bryan Bende <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/7f011629
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/7f011629
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/7f011629

Branch: refs/heads/master
Commit: 7f011629373b80417e27a98f5b163f39d031bca9
Parents: c9c5f6d
Author: Scott Aslan <[email protected]>
Authored: Thu Dec 21 17:07:57 2017 -0500
Committer: Bryan Bende <[email protected]>
Committed: Fri Dec 22 08:54:27 2017 -0500

----------------------------------------------------------------------
 .../src/main/frontend/protractor.config.js      |    2 +-
 .../nf-registry-administration.spec.js          |    2 -
 .../nf-registry-users-adminstration.spec.js     |    2 -
 .../nf-registry-workflow-administration.spec.js |    2 -
 .../nf-registry-bucket-grid-list-viewer.spec.js |    2 -
 ...nf-registry-droplet-grid-list-viewer.spec.js |    2 -
 .../nf-registry-grid-list-viewer.spec.js        |    2 -
 .../explorer/nf-registry-explorer.spec.js       |    2 -
 .../fluid-design-system/fds-demo.html           | 2993 ------------------
 .../components/fluid-design-system/fds-demo.js  | 1058 -------
 .../src/main/webapp/nf-registry.module.js       |    2 -
 .../src/main/webapp/nf-registry.routes.js       |    4 -
 .../src/main/webapp/nf-registry.spec.js         |    2 -
 .../webapp/services/nf-registry.api.spec.js     |    2 -
 .../webapp/services/nf-registry.service.spec.js |    2 -
 .../src/main/webapp/systemjs.builder.config.js  |    1 -
 .../fluid-design-system/_structureElements.scss |   25 -
 .../src/main/webapp/theming/nf-registry.scss    |    1 -
 18 files changed, 1 insertion(+), 4105 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/frontend/protractor.config.js
----------------------------------------------------------------------
diff --git a/nifi-registry-web-ui/src/main/frontend/protractor.config.js 
b/nifi-registry-web-ui/src/main/frontend/protractor.config.js
index e8ef721..d3604cc 100644
--- a/nifi-registry-web-ui/src/main/frontend/protractor.config.js
+++ b/nifi-registry-web-ui/src/main/frontend/protractor.config.js
@@ -37,7 +37,7 @@ exports.config = {
     useAllAngular2AppRoots: true,
 
     // Base URL for application server
-    baseUrl: 'http://localhost:8080/nifi-registry',
+    baseUrl: 'http://localhost:18080/nifi-registry',
 
     // See 
https://github.com/angular/protractor/blob/master/docs/server-setup.md for the 
various protractor
     // browser driver setup. Here we directly use Chrome or Firefox drivers. 
If Chrome or Firefox are not

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/administration/nf-registry-administration.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/administration/nf-registry-administration.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/administration/nf-registry-administration.spec.js
index 593d3e2..7d1165e 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/administration/nf-registry-administration.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/administration/nf-registry-administration.spec.js
@@ -23,7 +23,6 @@ var NfRegistryTokenInterceptor = 
require('nifi-registry/services/nf-registry.tok
 var NfRegistryAuthService = 
require('nifi-registry/services/nf-registry.auth.service.js');
 var NfStorage = require('nifi-registry/services/nf-storage.service.js');
 var ngPlatformBrowser = require('@angular/platform-browser');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -62,7 +61,6 @@ describe('NfRegistryAdministration Component', function () {
                 NfRegistryRoutes
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/administration/users/nf-registry-users-adminstration.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/administration/users/nf-registry-users-adminstration.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/administration/users/nf-registry-users-adminstration.spec.js
index 31ea559..c99700c 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/administration/users/nf-registry-users-adminstration.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/administration/users/nf-registry-users-adminstration.spec.js
@@ -21,7 +21,6 @@ var ngCommonHttpTesting = 
require('@angular/common/http/testing');
 var ngCommon = require('@angular/common');
 var ngRouter = require('@angular/router');
 var ngPlatformBrowser = require('@angular/platform-browser');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -66,7 +65,6 @@ describe('NfRegistryUsersAdministration Component', function 
() {
                 ngCommonHttpTesting.HttpClientTestingModule
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.spec.js
index 6ffca81..dcc73e8 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.spec.js
@@ -21,7 +21,6 @@ var ngCommonHttpTesting = 
require('@angular/common/http/testing');
 var ngCommon = require('@angular/common');
 var ngRouter = require('@angular/router');
 var ngPlatformBrowser = require('@angular/platform-browser');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -66,7 +65,6 @@ describe('NfRegistryWorkflowAdministration Component', 
function () {
                 ngCommonHttpTesting.HttpClientTestingModule
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.spec.js
index 135408e..c1140c5 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-bucket-grid-list-viewer.spec.js
@@ -19,7 +19,6 @@ var NfRegistryRoutes = 
require('nifi-registry/nf-registry.routes.js');
 var ngCoreTesting = require('@angular/core/testing');
 var ngCommon = require('@angular/common');
 var ngRouter = require('@angular/router');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -60,7 +59,6 @@ describe('NfRegistryBucketGridListViewer Component', function 
() {
                 NfRegistryRoutes
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-droplet-grid-list-viewer.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-droplet-grid-list-viewer.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-droplet-grid-list-viewer.spec.js
index 772db0a..b802a4d 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-droplet-grid-list-viewer.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-droplet-grid-list-viewer.spec.js
@@ -19,7 +19,6 @@ var NfRegistryRoutes = 
require('nifi-registry/nf-registry.routes.js');
 var ngCoreTesting = require('@angular/core/testing');
 var ngCommon = require('@angular/common');
 var ngRouter = require('@angular/router');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -60,7 +59,6 @@ describe('NfRegistryDropletGridListViewer Component', 
function () {
                 NfRegistryRoutes
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.spec.js
index 991127b..68d1988 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/grid-list/registry/nf-registry-grid-list-viewer.spec.js
@@ -19,7 +19,6 @@ var NfRegistryRoutes = 
require('nifi-registry/nf-registry.routes.js');
 var ngCoreTesting = require('@angular/core/testing');
 var ngCommon = require('@angular/common');
 var ngRouter = require('@angular/router');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -60,7 +59,6 @@ describe('NfRegistryGridListViewer Component', function () {
                 NfRegistryRoutes
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/7f011629/nifi-registry-web-ui/src/main/webapp/components/explorer/nf-registry-explorer.spec.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/nf-registry-explorer.spec.js
 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/nf-registry-explorer.spec.js
index 2676cd5..cd6e2eb 100644
--- 
a/nifi-registry-web-ui/src/main/webapp/components/explorer/nf-registry-explorer.spec.js
+++ 
b/nifi-registry-web-ui/src/main/webapp/components/explorer/nf-registry-explorer.spec.js
@@ -18,7 +18,6 @@
 var NfRegistryRoutes = require('nifi-registry/nf-registry.routes.js');
 var ngCoreTesting = require('@angular/core/testing');
 var ngCommon = require('@angular/common');
-var FdsDemo = 
require('nifi-registry/components/fluid-design-system/fds-demo.js');
 var NfRegistry = require('nifi-registry/nf-registry.js');
 var NfRegistryApi = require('nifi-registry/services/nf-registry.api.js');
 var NfRegistryService = 
require('nifi-registry/services/nf-registry.service.js');
@@ -57,7 +56,6 @@ describe('NfRegistryExplorer Component', function () {
                 NfRegistryRoutes
             ],
             declarations: [
-                FdsDemo,
                 NfRegistry,
                 NfRegistryExplorer,
                 NfRegistryAdministration,

Reply via email to