Modify framework of front-end 77/87477/2
authorEkko Chang <ekko.chang@qct.io>
Mon, 13 May 2019 10:41:30 +0000 (18:41 +0800)
committerEkko Chang <ekko.chang@qct.io>
Mon, 13 May 2019 10:46:02 +0000 (18:46 +0800)
commit5919a1400fc660139ba23ae31730a4eb53eac046
tree4d1b5bff0ce2574747053f1978ea41d935b1a387
parent59e2cb0714953e91f5a6c29c58fb935f44975442
Modify framework of front-end

1. Integrate REST API with feeder
2. Implement css coding
3. Dockerize app and add license header

Issue-ID: DCAEGEN2-1188

Change-Id: If4f0c70c842f81a44266a21dd598ab503bdc5dd8
Signed-off-by: Ekko Chang <ekko.chang@qct.io>
113 files changed:
components/datalake-handler/admin/Dockerfile [new file with mode: 0644]
components/datalake-handler/admin/nginx/dl-admin-nginx.conf [new file with mode: 0644]
components/datalake-handler/admin/nginx/dl-admin-nginx.template [new file with mode: 0644]
components/datalake-handler/admin/src/.dockerignore [new file with mode: 0644]
components/datalake-handler/admin/src/.editorconfig [new file with mode: 0644]
components/datalake-handler/admin/src/.gitignore [new file with mode: 0644]
components/datalake-handler/admin/src/README.md [new file with mode: 0644]
components/datalake-handler/admin/src/angular.json [new file with mode: 0644]
components/datalake-handler/admin/src/e2e/protractor.conf.js [new file with mode: 0644]
components/datalake-handler/admin/src/e2e/src/app.e2e-spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/e2e/src/app.po.ts [new file with mode: 0644]
components/datalake-handler/admin/src/e2e/tsconfig.e2e.json [new file with mode: 0644]
components/datalake-handler/admin/src/package-lock.json [new file with mode: 0644]
components/datalake-handler/admin/src/package.json [new file with mode: 0644]
components/datalake-handler/admin/src/proxy.conf.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app-routing.module.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/app.module.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/alert/alert.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/alert/alert.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/alert/alert.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/alert/alert.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/models/db.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/models/toastr-notification.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/models/topic.model.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/header.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/header.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/rest-api.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/rest-api.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/toastr-notification.service.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/services/toastr-notification.service.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/core/toastr-notification/toastr-notification.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-add-modal/database-add-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/database-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/couchbase/couchbase.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/druid/druid.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/elasticsearch/elasticsearch.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database-list/dbs-modal/mongodb/mongodb.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/database/database.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/feeder/feeder.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/feeder/feeder.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/feeder/feeder.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/feeder/feeder.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/header/header.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/header/header.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/header/header.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/header/header.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/sidebar/sidebar.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-config-modal/topic-config-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-detail-modal/topic-detail-modal.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topic-list/topic-list.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topics.component.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topics.component.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topics.component.spec.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/app/topics/topics.component.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/.gitkeep [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/i18n/en-us.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/i18n/zh-hans.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/assets/i18n/zh-hant.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/browserslist [new file with mode: 0644]
components/datalake-handler/admin/src/src/environments/environment.prod.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/environments/environment.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/favicon.ico [new file with mode: 0644]
components/datalake-handler/admin/src/src/index.html [new file with mode: 0644]
components/datalake-handler/admin/src/src/karma.conf.js [new file with mode: 0644]
components/datalake-handler/admin/src/src/main.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/polyfills.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/styles.css [new file with mode: 0644]
components/datalake-handler/admin/src/src/test.ts [new file with mode: 0644]
components/datalake-handler/admin/src/src/tsconfig.app.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/tsconfig.spec.json [new file with mode: 0644]
components/datalake-handler/admin/src/src/tslint.json [new file with mode: 0644]
components/datalake-handler/admin/src/tsconfig.json [new file with mode: 0644]
components/datalake-handler/admin/src/tslint.json