Skip to content

fix(orchestrator): Add Workflow Status to WorkflowsTable#564

Merged
mareklibra merged 1 commit into
redhat-developer:mainfrom
LiorSoffer:avialable
Apr 4, 2025
Merged

fix(orchestrator): Add Workflow Status to WorkflowsTable#564
mareklibra merged 1 commit into
redhat-developer:mainfrom
LiorSoffer:avialable

Conversation

@LiorSoffer
Copy link
Copy Markdown
Contributor

@LiorSoffer LiorSoffer commented Mar 25, 2025

resolve FLPATH-2201
Screenshot from 2025-03-25 13-34-26

@rhdh-gh-app
Copy link
Copy Markdown

rhdh-gh-app Bot commented Mar 25, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-orchestrator workspaces/orchestrator/plugins/orchestrator patch v2.6.3

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be of any other value then Available and Unavailable?
If not, I would keep that as a boolean and handle the text elsewhere.

Copy link
Copy Markdown
Contributor Author

@LiorSoffer LiorSoffer Mar 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's originally a boolean, for my understanding this formatter purpose is to costume the data for the user so why do it somewhere else?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If so, please move the strings into constants, so the decision logic in the WorkflowsTable.tsx will be more stable.

@christoph-jerolimov christoph-jerolimov changed the title fix(orchestrator):Add Workflow Status to WorkflowsTable fix(orchestrator): Add Workflow Status to WorkflowsTable Mar 31, 2025
@LiorSoffer LiorSoffer closed this Mar 31, 2025
@LiorSoffer LiorSoffer deleted the avialable branch March 31, 2025 18:28
@LiorSoffer LiorSoffer restored the avialable branch March 31, 2025 18:33
@LiorSoffer LiorSoffer reopened this Mar 31, 2025
@LiorSoffer LiorSoffer requested a review from mareklibra April 2, 2025 10:20
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you removed this, please?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To keep the same code-style, can this be named:

Suggested change
export const available = 'Available';
export const AVAILABLE = 'Available';

And I keep up to your decision if you prefer to keep it in this file or moving to constants.ts

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohhh now I understand what "please move the strings into constants" means, which way you prefer?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the constants.ts file :-)

Signed-off-by: Lior Soffer <liorsoffer1@gmail.com>
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 3, 2025

@mareklibra mareklibra merged commit 04ca7f3 into redhat-developer:main Apr 4, 2025
9 checks passed
ishanjogi89 added a commit to ishanjogi89/rhdh-plugins that referenced this pull request Apr 7, 2025
…ugins into FLPATH-2224

* 'FLPATH-2224' of https://github.com/ijogi-redhat/rhdh-plugins:
  feat(lightspeed): Adopt road-core service APIs as backend upstream  (redhat-developer#516)
  Version Packages (redhat-developer#606)
  fix(global-header): remove search bar underline (redhat-developer#603)
  Version Packages (redhat-developer#563)
  fix(orchestrator): Add Workflow Status to WorkflowsTable (redhat-developer#564)
  chore(lightspeed): upgrade PF chatbot in lightspeed (redhat-developer#602)
  Version Packages (redhat-developer#600)
  Version Packages (redhat-developer#588)
  feat(marketplace): removing view plugins button (redhat-developer#599)
  fix(ai-integrations): improve responsiveness and layout (redhat-developer#596)
  fix(orchestrator): fix responsiveness of the WorkflowPage (redhat-developer#554)
  fix(orchestrator): fix view variables screen (redhat-developer#595)
  feat(ai-experience): Integrate new ai-experience backend plugin (redhat-developer#594)
@LiorSoffer LiorSoffer deleted the avialable branch August 28, 2025 12:14
elai-shalev pushed a commit to elai-shalev/rhdh-plugins that referenced this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants