Skip to content

Commit d7bb6fa

Browse files
authored
Merge pull request #4341 from cloudfoundry/stratosui
Rename @Stratos to @stratosui
2 parents c3bcc93 + 8828d89 commit d7bb6fa

File tree

99 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+116
-116
lines changed

examples/custom-src/frontend/app/custom/app-action-extension/app-action-extension.component.spec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2+
import { RouterTestingModule } from '@angular/router/testing';
3+
import { createBasicStoreModule } from '@stratosui/store/testing';
24

3-
import { AppActionExtensionComponent } from './app-action-extension.component';
45
import { CoreModule } from '../../core/core.module';
5-
import { RouterTestingModule } from '@angular/router/testing';
66
import { SharedModule } from '../../shared/shared.module';
7-
import { createBasicStoreModule } from '@stratos/store/testing';
7+
import { AppActionExtensionComponent } from './app-action-extension.component';
88

99
describe('AppActionExtensionComponent', () => {
1010
let component: AppActionExtensionComponent;

src/frontend/packages/cf-autoscaler/src/features/autoscaler-base.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/autoscaler-metric-page/autoscaler-metric-page.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/autoscaler-scale-history-page/autoscaler-scale-history-page.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/autoscaler-tab-extension/autoscaler-tab-extension.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66
import { NgxChartsModule } from '@swimlane/ngx-charts';
77

88
import { ApplicationService } from '../../../../cloud-foundry/src/features/applications/application.service';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy-service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { inject, TestBed } from '@angular/core/testing';
2-
import { createEmptyStoreModule } from '@stratos/store/testing';
2+
import { createEmptyStoreModule } from '@stratosui/store/testing';
33

44
import { ApplicationsModule } from '../../../../cloud-foundry/src/features/applications/applications.module';
55
import { EntityServiceFactory } from '../../../../store/src/entity-service-factory.service';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy-step1/edit-autoscaler-policy-step1.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy-step2/edit-autoscaler-policy-step2.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy-step3/edit-autoscaler-policy-step3.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy-step4/edit-autoscaler-policy-step4.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/features/edit-autoscaler-policy/edit-autoscaler-policy.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66

77
import { ApplicationService } from '../../../../cloud-foundry/src/features/applications/application.service';
88
import { ApplicationServiceMock } from '../../../../cloud-foundry/test-framework/application-service-helper';

src/frontend/packages/cf-autoscaler/src/shared/card-autoscaler-default/card-autoscaler-default.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CommonModule } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
4-
import { createEmptyStoreModule } from '@stratos/store/testing';
4+
import { createEmptyStoreModule } from '@stratosui/store/testing';
55

66
import { ApplicationService } from '../../../../cloud-foundry/src/features/applications/application.service';
77
import {

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-event/cf-app-autoscaler-events-config.service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { HttpBackend, HttpClient, HttpClientModule } from '@angular/common/http'
33
import { HttpTestingController } from '@angular/common/http/testing';
44
import { inject, TestBed } from '@angular/core/testing';
55
import { RouterTestingModule } from '@angular/router/testing';
6-
import { createEmptyStoreModule } from '@stratos/store/testing';
6+
import { createEmptyStoreModule } from '@stratosui/store/testing';
77

88
import { GetApplication } from '../../../../../cloud-foundry/src/actions/application.actions';
99
import { cfEntityFactory } from '../../../../../cloud-foundry/src/cf-entity-factory';

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-event/cf-app-autoscaler-events-data-source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../cloud-foundry/src/cf-app-state';
55
import { ListDataSource } from '../../../../../core/src/shared/components/list/data-sources-controllers/list-data-source';

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-metric-chart/app-autoscaler-metric-chart-card/app-autoscaler-metric-chart-card.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
3-
import { createEmptyStoreModule } from '@stratos/store/testing';
3+
import { createEmptyStoreModule } from '@stratosui/store/testing';
44
import { NgxChartsModule } from '@swimlane/ngx-charts';
55

66
import {

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-metric-chart/app-autoscaler-metric-chart-card/combo-chart/combo-series-vertical.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { DatePipe } from '@angular/common';
22
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
33
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
44
import { RouterTestingModule } from '@angular/router/testing';
5-
import { createEmptyStoreModule } from '@stratos/store/testing';
5+
import { createEmptyStoreModule } from '@stratosui/store/testing';
66
import { NgxChartsModule } from '@swimlane/ngx-charts';
77

88
import { ApplicationService } from '../../../../../../../cloud-foundry/src/features/applications/application.service';

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-metric-chart/app-autoscaler-metric-chart-data-source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../cloud-foundry/src/cf-app-state';
55
import { ListDataSource } from '../../../../../core/src/shared/components/list/data-sources-controllers/list-data-source';

src/frontend/packages/cf-autoscaler/src/shared/list-types/app-autoscaler-metric-chart/app-autoscaler-metric-chart-list-config.service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DatePipe } from '@angular/common';
22
import { inject, TestBed } from '@angular/core/testing';
3-
import { createEmptyStoreModule } from '@stratos/store/testing';
3+
import { createEmptyStoreModule } from '@stratosui/store/testing';
44

55
import {
66
ApplicationEnvVarsHelper,

src/frontend/packages/cloud-foundry/src/entity-relations/entity-relations-validate.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { inject, TestBed } from '@angular/core/testing';
22
import { Store } from '@ngrx/store';
3-
import { createBasicStoreModule, createEntityStoreState, TestStoreEntity } from '@stratos/store/testing';
3+
import { createBasicStoreModule, createEntityStoreState, TestStoreEntity } from '@stratosui/store/testing';
44

55
import { environment } from '../../../core/src/environments/environment';
66
import { SetInitialParams } from '../../../store/src/actions/pagination.actions';

src/frontend/packages/cloud-foundry/src/features/applications/application/application-tabs-base/tabs/instances-tab/instances-tab.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
22
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
33
import { RouterTestingModule } from '@angular/router/testing';
4-
import { testSCFEndpointGuid } from '@stratos/store/testing';
4+
import { testSCFEndpointGuid } from '@stratosui/store/testing';
55

66
import { CoreModule } from '../../../../../../../../core/src/core/core.module';
77
import { CF_GUID } from '../../../../../../../../core/src/shared/entity.tokens';

src/frontend/packages/cloud-foundry/src/features/cloud-foundry/cloud-foundry-tabs-base/cloud-foundry-tabs-base.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2+
import { populateStoreWithTestEndpoint, testSCFEndpointGuid } from '@stratosui/store/testing';
23

34
import { TabNavService } from '../../../../../core/tab-nav.service';
4-
import { populateStoreWithTestEndpoint, testSCFEndpointGuid } from '@stratos/store/testing';
55
import {
66
generateCfBaseTestModules,
77
generateTestCfEndpointServiceProvider,

src/frontend/packages/cloud-foundry/src/features/cloud-foundry/cloud-foundry/cloud-foundry.component.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2+
import { populateStoreWithTestEndpoint } from '@stratosui/store/testing';
23

3-
import { PaginationMonitorFactory } from '../../../../../store/src/monitors/pagination-monitor.factory';
44
import { TabNavService } from '../../../../../core/tab-nav.service';
5+
import { PaginationMonitorFactory } from '../../../../../store/src/monitors/pagination-monitor.factory';
56
import {
67
generateCfBaseTestModules,
78
generateTestCfServiceProvider,
89
} from '../../../../test-framework/cloud-foundry-endpoint-service.helper';
9-
import { populateStoreWithTestEndpoint } from '@stratos/store/testing';
1010
import { CfEndpointsMissingComponent } from '../../../shared/components/cf-endpoints-missing/cf-endpoints-missing.component';
1111
import { CloudFoundryComponent } from './cloud-foundry.component';
1212

src/frontend/packages/cloud-foundry/src/features/cloud-foundry/quota-definition/quota-definition.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { ComponentFixture, TestBed } from '@angular/core/testing';
22
import { ActivatedRoute } from '@angular/router';
3+
import { populateStoreWithTestEndpoint, testSCFEndpointGuid } from '@stratosui/store/testing';
34

45
import { TabNavService } from '../../../../../core/tab-nav.service';
5-
import { populateStoreWithTestEndpoint, testSCFEndpointGuid } from '@stratos/store/testing';
66
import {
77
generateCfBaseTestModules,
88
generateTestCfEndpointServiceProvider,

src/frontend/packages/cloud-foundry/src/features/cloud-foundry/space-quota-definition/space-quota-definition.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
22
import { ActivatedRoute } from '@angular/router';
33
import { Store } from '@ngrx/store';
4-
import { testSCFEndpoint, testSCFEndpointGuid } from '@stratos/store/testing';
4+
import { testSCFEndpoint, testSCFEndpointGuid } from '@stratosui/store/testing';
55

66
import { endpointEntitySchema } from '../../../../../core/src/base-entity-schemas';
77
import { TabNavService } from '../../../../../core/tab-nav.service';

src/frontend/packages/cloud-foundry/src/features/cloud-foundry/users/manage-users/manage-users-modify/manage-users-modify.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from '@angular/core';
1313
import { MatSnackBar, MatSnackBarRef, SimpleSnackBar } from '@angular/material/snack-bar';
1414
import { Store } from '@ngrx/store';
15-
import { getRowMetadata } from '@stratos/store';
15+
import { getRowMetadata } from '@stratosui/store';
1616
import { BehaviorSubject, combineLatest, Observable, of as observableOf, Subscription } from 'rxjs';
1717
import {
1818
catchError,
@@ -308,7 +308,7 @@ export class UsersRolesModifyComponent implements OnInit, OnDestroy {
308308
this.store.select(selectUsersIsRemove).pipe(first()),
309309
this.cfRolesService.createRolesDiff(this.selectedOrgGuid)
310310
]).pipe(
311-
map(([isRemove,]) => {
311+
map(([isRemove, ]) => {
312312
if (isRemove) {
313313
// If we're going to eventually remove the roles flip the add to remove
314314
this.store.dispatch(new UsersRolesFlipSetRoles());

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/app-instance/cf-app-instances-config.service.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CommonModule } from '@angular/common';
22
import { inject, TestBed } from '@angular/core/testing';
33
import { RouterTestingModule } from '@angular/router/testing';
4-
import { testSCFEndpointGuid } from '@stratos/store/testing';
4+
import { testSCFEndpointGuid } from '@stratosui/store/testing';
55

66
import { CoreModule } from '../../../../../../../core/src/core/core.module';
77
import { CF_GUID } from '../../../../../../../core/src/shared/entity.tokens';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/app-sevice-bindings/app-service-binding-data-source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import {

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/app/cf-apps-data-source.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33
import { Subscription } from 'rxjs';
44
import { tag } from 'rxjs-spy/operators/tag';
55
import { debounceTime, delay, distinctUntilChanged, map, withLatestFrom } from 'rxjs/operators';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-events/cf-events-data-source.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import {
55
ListDataSource,
@@ -29,7 +29,7 @@ export class CfEventsDataSource extends ListDataSource<APIResource> {
2929
actee
3030
);
3131

32-
const action = cfEntityCatalog.event.actions.getMultiple(cfGuid, paginationKey)
32+
const action = cfEntityCatalog.event.actions.getMultiple(cfGuid, paginationKey);
3333

3434
action.initialParams.q = CfEventsDataSource.createInitialQParams(
3535
orgGuid,

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-orgs/cf-org-card/cf-org-card.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
22
import { Store } from '@ngrx/store';
3-
import { testSessionData } from '@stratos/store/testing';
3+
import { testSessionData } from '@stratosui/store/testing';
44

55
import { ConfirmationDialogService } from '../../../../../../../../core/src/shared/components/confirmation-dialog.service';
66
import { MetadataCardTestComponents } from '../../../../../../../../core/test-framework/core-test.helper';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-orgs/cf-orgs-data-source.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import { organizationEntityType } from '../../../../../../../cloud-foundry/src/cf-entity-types';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-quotas/cf-quotas-data-source.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33
import { of } from 'rxjs';
44
import { distinctUntilChanged, map } from 'rxjs/operators';
55

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-quotas/table-cell-quota/table-cell-quota.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
22
import { RouterTestingModule } from '@angular/router/testing';
3-
import { createBasicStoreModule } from '@stratos/store/testing';
3+
import { createBasicStoreModule } from '@stratosui/store/testing';
44

55
import { APIResource } from '../../../../../../../../store/src/types/api.types';
66
import { IQuotaDefinition } from '../../../../../../cf-api.types';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-routes/cf-routes-data-source-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33
import { combineLatest, Observable, Subscription } from 'rxjs';
44
import { map, switchMap, tap } from 'rxjs/operators';
55

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-security-groups/cf-security-groups-data-source.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import { securityGroupEntityType } from '../../../../../../../cloud-foundry/src/cf-entity-types';
@@ -18,7 +18,7 @@ import { cfEntityFactory } from '../../../../../cf-entity-factory';
1818
export class CfSecurityGroupsDataSource extends ListDataSource<APIResource> {
1919
constructor(store: Store<CFAppState>, cfGuid: string, listConfig?: IListConfig<APIResource>) {
2020
const paginationKey = createEntityRelationPaginationKey(endpointSchemaKey, cfGuid);
21-
const action = cfEntityCatalog.securityGroup.actions.getMultiple(cfGuid, paginationKey, {})
21+
const action = cfEntityCatalog.securityGroup.actions.getMultiple(cfGuid, paginationKey, {});
2222
super({
2323
store,
2424
action,

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-select-users/cf-select-users-data-source.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import { cfUserEntityType } from '../../../../../../../cloud-foundry/src/cf-entity-types';

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-services/cf-services-data-source.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import { serviceEntityType } from '../../../../../../../cloud-foundry/src/cf-entity-types';
@@ -20,7 +20,7 @@ import { CF_ENDPOINT_TYPE } from '../../../../../cf-types';
2020
export class CfServicesDataSource extends ListDataSource<APIResource> {
2121
constructor(store: Store<CFAppState>, endpointGuid: string, listConfig?: IListConfig<APIResource>) {
2222
const paginationKey = createEntityRelationPaginationKey(endpointSchemaKey);
23-
const getServicesAction = cfEntityCatalog.service.actions.getMultiple(endpointGuid, paginationKey, {})
23+
const getServicesAction = cfEntityCatalog.service.actions.getMultiple(endpointGuid, paginationKey, {});
2424
super({
2525
store,
2626
action: getServicesAction,

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-space-apps/cf-space-apps-data-source.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33

44
import { CFAppState } from '../../../../../../../cloud-foundry/src/cf-app-state';
55
import { applicationEntityType, spaceEntityType } from '../../../../../../../cloud-foundry/src/cf-entity-types';
@@ -25,7 +25,7 @@ export class CfSpaceAppsDataSource extends ListDataSource<APIResource> {
2525
[],
2626
false,
2727
false
28-
)
28+
);
2929
super({
3030
store,
3131
action,

src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/cf-space-quotas/cf-space-quotas-data-source.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Store } from '@ngrx/store';
2-
import { getRowMetadata } from '@stratos/store';
2+
import { getRowMetadata } from '@stratosui/store';
33
import { of } from 'rxjs';
44
import { distinctUntilChanged, map } from 'rxjs/operators';
55

0 commit comments

Comments
 (0)