Skip to content

Commit f45644b

Browse files
authored
chores(x2a): split x2a-node services.ts (#2849)
Refactoring only for better maintenance, no functional change. Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 1e33a02 commit f45644b

9 files changed

Lines changed: 426 additions & 308 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-x2a-node': patch
3+
---
4+
5+
Internal change only - split x2a-node services.ts for better maintenance in the future.

workspaces/x2a/plugins/x2a-node/report.api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
```ts
66

77
import type { Artifact } from '@red-hat-developer-hub/backstage-plugin-x2a-common';
8-
import { BackstageCredentials } from '@backstage/backend-plugin-api';
9-
import { BackstageUserPrincipal } from '@backstage/backend-plugin-api';
8+
import type { BackstageCredentials } from '@backstage/backend-plugin-api';
9+
import type { BackstageUserPrincipal } from '@backstage/backend-plugin-api';
1010
import type { CatalogService } from '@backstage/plugin-catalog-node';
1111
import type { Job } from '@red-hat-developer-hub/backstage-plugin-x2a-common';
1212
import type { JobStatusEnum } from '@red-hat-developer-hub/backstage-plugin-x2a-common';
13-
import { LoggerService } from '@backstage/backend-plugin-api';
13+
import type { LoggerService } from '@backstage/backend-plugin-api';
1414
import type { MigrationPhase } from '@red-hat-developer-hub/backstage-plugin-x2a-common';
1515
import type { Module } from '@red-hat-developer-hub/backstage-plugin-x2a-common';
1616
import type { ModuleStatus } from '@red-hat-developer-hub/backstage-plugin-x2a-common';

workspaces/x2a/plugins/x2a-node/src/services.ts

Lines changed: 0 additions & 305 deletions
This file was deleted.

0 commit comments

Comments
 (0)