integration support for harness - fixed comments

Signed-off-by: Calvin Lee <cjlee@ualberta.ca>
This commit is contained in:
Calvin Lee
2024-04-30 02:57:29 -06:00
parent 9093f35e8a
commit 84bb2ed37d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/backend-common': patch
---
This patch adds HarnessURLReader. It only supports readUrl for now. readTree and search will be implemented next.
Added `HarnessURLReader` with `readUrl` support.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/integration': minor
---
This patch brings Harness Code as a valid integration via the ScmIntgration interface. It adds harness code to the relevant static properties ( get integration by name, get integration by type) for plugs to be able to reference the same harness code server
Added `HarnessIntegration` via the `ScmIntegrations` interface.