diff --git a/ui/cypress.config.ts b/ui/cypress.config.ts index 3d98179268..2b05a57fd9 100644 --- a/ui/cypress.config.ts +++ b/ui/cypress.config.ts @@ -44,7 +44,7 @@ export default defineConfig({ return require('./cypress/plugins/index.ts')(on, config); }, specPattern: 'cypress/tests/**/*.{js,jsx,ts,tsx}', - baseUrl: 'http://localhost:80', + baseUrl: 'http://localhost:8082', }, component: { diff --git a/ui/cypress/tests/adapter/editAdapter.smoke.spec.ts b/ui/cypress/tests/adapter/editAdapter.smoke.spec.ts index cb297e1d7b..5bad56c0a0 100644 --- a/ui/cypress/tests/adapter/editAdapter.smoke.spec.ts +++ b/ui/cypress/tests/adapter/editAdapter.smoke.spec.ts @@ -73,7 +73,7 @@ describe('Test Edit Adapter', () => { ConnectUtils.startAndValidateAdapter(3); - // Validate that name of adapter and data source + // Validate that name of adapter and data stream cy.dataCy('adapter-name').contains(newAdapterName); cy.get('.sp-dialog-content').contains(newAdapterName); }); diff --git a/ui/deployment/_variables.scss b/ui/deployment/_variables.scss index c8de0a5a40..c91264f819 100644 --- a/ui/deployment/_variables.scss +++ b/ui/deployment/_variables.scss @@ -28,7 +28,6 @@ $sp-color-accent-light-transparent: rgba(156, 156, 156, 0.4); $sp-color-accent-dark: #83a3de; $sp-color-stream: #ffeb3b; -$sp-color-set: #ffa23b; $sp-color-processor: #009688; $sp-color-sink: #3f51b5; @@ -38,7 +37,7 @@ body { --color-data-view: rgb(122, 206, 227); --color-dashboard: rgb(76, 115, 164); --color-adapter: rgb(182, 140, 97); - --color-data-source: #ffa23b; + --color-data-source: #ffeb3b; --color-pipeline: rgb(102, 185, 114); --color-measurement: rgb(39, 164, 155); --color-file: rgb(163, 98, 190); diff --git a/ui/src/app/add/components/endpoint-item/endpoint-item.component.ts b/ui/src/app/add/components/endpoint-item/endpoint-item.component.ts index f77b1cedf1..cbf9f25952 100644 --- a/ui/src/app/add/components/endpoint-item/endpoint-item.component.ts +++ b/ui/src/app/add/components/endpoint-item/endpoint-item.component.ts @@ -112,8 +112,6 @@ export class EndpointItemComponent implements OnInit { const baseType = 'pe-label '; if (this.item.type === 'stream') { this.itemTypeStyle = baseType + 'stream-label'; - } else if (this.item.type === 'set') { - this.itemTypeStyle = baseType + 'set-label'; } else if (this.item.type === 'sepa') { this.itemTypeStyle = baseType + 'processor-label'; } else { diff --git a/ui/src/app/assets/dialog/edit-asset-link/edit-asset-link-dialog.component.html b/ui/src/app/assets/dialog/edit-asset-link/edit-asset-link-dialog.component.html index b65fc359f1..5e7a3246f8 100644 --- a/ui/src/app/assets/dialog/edit-asset-link/edit-asset-link-dialog.component.html +++ b/ui/src/app/assets/dialog/edit-asset-link/edit-asset-link-dialog.component.html @@ -72,7 +72,7 @@ class="link-configuration" > - Data Source + Data Stream
Data SourcesData Streams
diff --git a/ui/src/app/configuration/export/export-dialog/data-export-dialog.component.html b/ui/src/app/configuration/export/export-dialog/data-export-dialog.component.html index 9ad86156fb..6c915afd99 100644 --- a/ui/src/app/configuration/export/export-dialog/data-export-dialog.component.html +++ b/ui/src/app/configuration/export/export-dialog/data-export-dialog.component.html @@ -40,7 +40,7 @@

Exported items {{ config.assetName }}

> Select resources to import >
 There was an error while guessing the schema of your - configured data source: + configured data stream:
diff --git a/ui/src/app/connect/components/adapter-configuration/schema-editor/event-schema/event-schema.component.scss b/ui/src/app/connect/components/adapter-configuration/schema-editor/event-schema/event-schema.component.scss index 9e75b4a3f5..a737b1fc3a 100644 --- a/ui/src/app/connect/components/adapter-configuration/schema-editor/event-schema/event-schema.component.scss +++ b/ui/src/app/connect/components/adapter-configuration/schema-editor/event-schema/event-schema.component.scss @@ -131,10 +131,6 @@ ul { opacity: 1 !important; } -.historic { - cursor: pointer; - color: #ffa23b; -} .real-time { cursor: pointer; color: #ffeb3b; diff --git a/ui/src/app/connect/components/data-marketplace/adapter-description/adapter-description.component.scss b/ui/src/app/connect/components/data-marketplace/adapter-description/adapter-description.component.scss index 9390988753..927230b630 100644 --- a/ui/src/app/connect/components/data-marketplace/adapter-description/adapter-description.component.scss +++ b/ui/src/app/connect/components/data-marketplace/adapter-description/adapter-description.component.scss @@ -58,10 +58,6 @@ max-height: 50px; max-width: 80%; } -.historic { - cursor: pointer; - color: #ffa23b; -} .real-time { cursor: pointer; color: #ffeb3b; diff --git a/ui/src/app/connect/components/existing-adapters/existing-adapters.component.scss b/ui/src/app/connect/components/existing-adapters/existing-adapters.component.scss index b083b3e02d..fedeedba79 100644 --- a/ui/src/app/connect/components/existing-adapters/existing-adapters.component.scss +++ b/ui/src/app/connect/components/existing-adapters/existing-adapters.component.scss @@ -30,11 +30,6 @@ .adapter-icon { max-height: 50px; } - -.historic { - cursor: pointer; - color: #ffa23b; -} .real-time { cursor: pointer; color: #ffeb3b; diff --git a/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.html b/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.html index 8c946b734d..bde5e107ff 100644 --- a/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.html +++ b/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.html @@ -30,14 +30,14 @@ {{ sourceConfig.measureName ? sourceConfig.measureName - : 'New Data Source' + : 'New Data Stream' }}
diff --git a/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.ts b/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.ts index a4e4eb667f..7aadbb07ff 100644 --- a/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.ts +++ b/ui/src/app/data-explorer/components/designer-panel/data-settings/data-explorer-widget-data-settings.component.ts @@ -96,7 +96,7 @@ export class DataExplorerWidgetDataSettingsComponent implements OnInit { if (!this.dataConfig.sourceConfigs) { const defaultConfigs = this.findDefaultConfig(); - this.addDataSource( + this.addDataStream( defaultConfigs.measureName, defaultConfigs.sourceType, ); @@ -181,7 +181,7 @@ export class DataExplorerWidgetDataSettingsComponent implements OnInit { this.triggerDataRefresh(); } - addDataSource( + addDataStream( measureName = '', sourceType: 'pipeline' | 'measurement' = 'pipeline', ) { diff --git a/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.ts b/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.ts index 7754f1ad36..e93281cde6 100644 --- a/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.ts +++ b/ui/src/app/editor/components/pipeline-element-icon-stand/pipeline-element-icon-stand.component.ts @@ -44,11 +44,8 @@ export class PipelineElementIconStandComponent { availableTypes = [ { - title: 'Data Sources', - filters: [ - PipelineElementType.DataStream, - PipelineElementType.DataSet, - ], + title: 'Data Streams', + filters: [PipelineElementType.DataStream], open: true, color: 'var(--color-stream)', sort: 'name', diff --git a/ui/src/app/editor/model/editor.model.ts b/ui/src/app/editor/model/editor.model.ts index 5d6114fc84..57f939eba6 100644 --- a/ui/src/app/editor/model/editor.model.ts +++ b/ui/src/app/editor/model/editor.model.ts @@ -64,7 +64,6 @@ export interface PipelineElementRecommendationLayout { } export enum PipelineElementType { - DataSet, DataStream, DataProcessor, DataSink, diff --git a/ui/src/app/editor/utils/editor.utils.ts b/ui/src/app/editor/utils/editor.utils.ts index c3138798f2..9bc74654bb 100644 --- a/ui/src/app/editor/utils/editor.utils.ts +++ b/ui/src/app/editor/utils/editor.utils.ts @@ -51,8 +51,6 @@ export class PipelineElementTypeUtils { static toCssShortHand(elementType: PipelineElementType) { if (PipelineElementType.DataStream === elementType) { return 'stream'; - } else if (PipelineElementType.DataSet === elementType) { - return 'set'; } else if (PipelineElementType.DataProcessor === elementType) { return 'sepa'; } else { diff --git a/ui/src/app/services/tour/adapter-tour-2.constants.ts b/ui/src/app/services/tour/adapter-tour-2.constants.ts index 8a9e520040..bdbfc5103e 100644 --- a/ui/src/app/services/tour/adapter-tour-2.constants.ts +++ b/ui/src/app/services/tour/adapter-tour-2.constants.ts @@ -115,7 +115,7 @@ export default { { stepId: 'step-9', title: 'Congratulation', - text: 'Congratulation you have created your first adapter and finished the tutorial. Go to the pipeline editor to see the new data source', + text: 'Congratulation you have created your first adapter and finished the tutorial. Go to the pipeline editor to see the new data stream', classes: 'shepherd shepherd-welcome', buttons: ['cancel'], }, diff --git a/ui/src/app/services/tour/adapter-tour-3.constants.ts b/ui/src/app/services/tour/adapter-tour-3.constants.ts index dc26631ed5..857ee121d0 100644 --- a/ui/src/app/services/tour/adapter-tour-3.constants.ts +++ b/ui/src/app/services/tour/adapter-tour-3.constants.ts @@ -90,7 +90,7 @@ export default { { stepId: 'step-9', title: 'Congratulation', - text: 'Congratulation you have created your second adapter and finished the tutorial. Go to the pipeline editor to see the new data source', + text: 'Congratulation you have created your second adapter and finished the tutorial. Go to the pipeline editor to see the new data stream', classes: 'shepherd shepherd-welcome', buttons: ['cancel'], }, diff --git a/ui/src/app/services/tour/adapter-tour.constants.ts b/ui/src/app/services/tour/adapter-tour.constants.ts index eea1b7d19a..185d2853b7 100644 --- a/ui/src/app/services/tour/adapter-tour.constants.ts +++ b/ui/src/app/services/tour/adapter-tour.constants.ts @@ -90,7 +90,7 @@ export default { title: 'Adapter was started successfully', text: '

The adpater is now deployed in the background and the data is fetched and processed from the OpenSenseMap endpoint. Here you will see some example data, which is coming directly ' + - 'the data source. This might take a minute. On the left you can see the runtime names of the properties you defined before. On the right side the values are shown. After having a look at ' + + 'displayed from the data stream. This might take a minute. On the left you can see the runtime names of the properties you defined before. On the right side the values are shown. After having a look at ' + 'the data click on Close to continue.

', attachToElement: '#confirm_adapter_started_button', attachPosition: 'bottom', @@ -99,7 +99,7 @@ export default { { stepId: 'step-9', title: 'Congratulation', - text: 'Congratulation! You have created your first adapter and finished the tutorial. Go to the pipeline editor to see the new data source', + text: 'Congratulation! You have created your first adapter and finished the tutorial. Go to the pipeline editor to see the new data stream', classes: 'shepherd shepherd-welcome', buttons: ['cancel'], }, diff --git a/ui/src/scss/sp/main.scss b/ui/src/scss/sp/main.scss index 80ebae4a33..a486652480 100644 --- a/ui/src/scss/sp/main.scss +++ b/ui/src/scss/sp/main.scss @@ -38,7 +38,6 @@ body { height: auto !important; width: 100%; - --color-set: #{$sp-color-set}; --color-stream: #{$sp-color-stream}; --color-processor: #{$sp-color-processor}; --color-sink: #{$sp-color-sink}; @@ -531,11 +530,6 @@ md-content { color: black; } -.set-label { - background: $sp-color-set; - color: black; -} - .processor-label { background: $sp-color-processor; } @@ -549,11 +543,6 @@ md-content { border: 2px solid $sp-color-stream; } -.set { - border-radius: 50%; - border: 2px solid $sp-color-set; -} - .action { border: 2px solid $sp-color-sink; } diff --git a/ui/src/scss/sp/pipeline-element-options.scss b/ui/src/scss/sp/pipeline-element-options.scss index 762d355c0f..5b6340e026 100644 --- a/ui/src/scss/sp/pipeline-element-options.scss +++ b/ui/src/scss/sp/pipeline-element-options.scss @@ -70,8 +70,3 @@ background: $sp-color-stream; color: #343434; } - -.pe-info-set { - background: $sp-color-set; - color: white; -}