Change designer to plugin in code 05/29805/2
authorIdan Amit <ia096e@intl.att.com>
Wed, 31 Jan 2018 11:27:33 +0000 (13:27 +0200)
committerMichael Lando <ml636r@att.com>
Wed, 31 Jan 2018 14:35:13 +0000 (14:35 +0000)
commiteedaaf983d731d0179916b3f3a8e4d3a0d80981b
tree066eb388f47ac15ef35c98aa74618b751da47ae6
parent3b09e29e1e1cab9baf3b1380718a3c45126930bd
Change designer to plugin in code

Changed all the use of the designer configuration in the code to be plugin

Change-Id: Id9792cbd4fb9385446780c28fb7fb5418772acf6
Issue-ID: SDC-974
Signed-off-by: Idan Amit <ia096e@intl.att.com>
45 files changed:
catalog-fe/src/main/java/org/openecomp/sdc/fe/impl/DesignerStatusBL.java [deleted file]
catalog-fe/src/main/java/org/openecomp/sdc/fe/impl/PluginStatusBL.java [new file with mode: 0644]
catalog-fe/src/main/java/org/openecomp/sdc/fe/listen/FEAppContextListener.java
catalog-fe/src/main/java/org/openecomp/sdc/fe/servlets/ConfigServlet.java
catalog-fe/src/main/resources/config/designers-configuration.yaml [deleted file]
catalog-fe/src/main/resources/config/plugins-configuration.yaml [new file with mode: 0644]
catalog-fe/src/test/java/org/openecomp/sdc/fe/servlets/DesignerStatusBLTest.java [deleted file]
catalog-fe/src/test/java/org/openecomp/sdc/fe/servlets/PluginStatusBLTest.java [new file with mode: 0644]
catalog-ui/configurations/dev.js
catalog-ui/src/app/app.ts
catalog-ui/src/app/models.ts
catalog-ui/src/app/models/app-config.ts
catalog-ui/src/app/models/designers-config.ts [deleted file]
catalog-ui/src/app/models/plugins-config.ts [new file with mode: 0644]
catalog-ui/src/app/modules/service-module.ts
catalog-ui/src/app/modules/view-model-module.ts
catalog-ui/src/app/ng2/app.module.ts
catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.ts
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.html [deleted file]
catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.ts [deleted file]
catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.less [moved from catalog-ui/src/app/ng2/components/ui/designer/designer-frame.component.less with 64% similarity]
catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/components/ui/plugin/plugin-frame.module.ts [moved from catalog-ui/src/app/ng2/components/ui/designer/designer-frame.module.ts with 65% similarity]
catalog-ui/src/app/ng2/services/config.service.ts
catalog-ui/src/app/ng2/services/designers.service.ts [deleted file]
catalog-ui/src/app/ng2/services/plugins.service.ts [new file with mode: 0644]
catalog-ui/src/app/utils/constants.ts
catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts [moved from catalog-ui/src/app/view-models/designers/designers-view-model.ts with 56% similarity]
catalog-ui/src/app/view-models/plugins/plugins-tab-view.html [moved from catalog-ui/src/app/view-models/designers/designers-view.html with 55% similarity]
catalog-ui/src/app/view-models/workspace/tabs/designers/designers-tab-view.html [deleted file]
catalog-ui/src/app/view-models/workspace/tabs/designers/designers-tab.less [deleted file]
catalog-ui/src/app/view-models/workspace/tabs/plugins/plugins-context-view-model.ts [moved from catalog-ui/src/app/view-models/workspace/tabs/designers/designers-tab-view-model.ts with 62% similarity]
catalog-ui/src/app/view-models/workspace/tabs/plugins/plugins-context-view.html [new file with mode: 0644]
catalog-ui/src/app/view-models/workspace/tabs/plugins/plugins-tab.less [new file with mode: 0644]
catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
catalog-ui/src/app/view-models/workspace/workspace-view.html
catalog-ui/webpack.server.js
common-app-api/src/main/java/org/openecomp/sdc/common/api/Constants.java
common-app-api/src/main/java/org/openecomp/sdc/fe/config/ConfigurationManager.java
common-app-api/src/main/java/org/openecomp/sdc/fe/config/DesignersConfiguration.java [deleted file]
common-app-api/src/main/java/org/openecomp/sdc/fe/config/PluginsConfiguration.java [new file with mode: 0644]
sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_2_setup_configuration.rb
sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-designers-configuration.yaml.erb [deleted file]
sdc-os-chef/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/templates/default/FE-plugins-configuration.yaml.erb [new file with mode: 0644]