Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Dependencies

## 8.5.2

### Patch Changes

- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]

## 8.5.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
"version": "8.5.1",
"version": "8.5.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/[email protected]...@red-hat-developer-hub/[email protected]) (2024-08-02)

## 3.3.2

### Patch Changes

- f1b43c5: Add conditional View Logs button based on workflowLogProvider configuration
- Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured
- Conditionally render View Logs button in WorkflowResult component based on config

## 3.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common",
"version": "3.3.1",
"version": "3.3.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-api

## 2.4.2

### Patch Changes

- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]

## 2.4.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api",
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
"version": "2.4.1",
"version": "2.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 2.5.1

### Patch Changes

- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]
- @red-hat-developer-hub/[email protected]

## 2.5.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react",
"description": "Web library for the orchestrator-form plugin",
"version": "2.5.0",
"version": "2.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets

## 1.6.1

### Patch Changes

- c51d980: Fix ActiveTextInput not clearing field when API returns empty string
- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]
- @red-hat-developer-hub/[email protected]

## 1.6.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets",
"version": "1.6.0",
"version": "1.6.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### Dependencies

## 5.3.2

### Patch Changes

- f1b43c5: Add conditional View Logs button based on workflowLogProvider configuration
- Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured
- Conditionally render View Logs button in WorkflowResult component based on config

- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]
- @red-hat-developer-hub/[email protected]
- @red-hat-developer-hub/[email protected]

## 5.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-orchestrator",
"version": "5.3.1",
"version": "5.3.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator

## 1.3.2

### Patch Changes

- Updated dependencies [f1b43c5]
- @red-hat-developer-hub/[email protected]

## 1.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator",
"description": "The orchestrator module for @backstage/plugin-scaffolder-backend",
"version": "1.3.1",
"version": "1.3.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down