Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHOAIENG-2404] Replace remaining PF deprecated components #3094

Merged

Conversation

jeff-phillips-18
Copy link
Contributor

Closes RHOAIENG-2404

Description

Remove use of Patternfly deprecated components

How Has This Been Tested?

Tested manually

Test Impact

The following components are effected:

  • Data Science Pipelines -> Filter type select
  • Experiments -> Experiments and runs -> click an experiment -> select a run -> Compare runs -> change filter to Experiment -> Search input
  • Data Science Projects -> select a project -> workbench tab -> create a workbench -> Use a data connection -> use existing data connection -> Select data connection
  • Data Science Projects -> select a project -> workbench tab -> create a workbench -> Cluster storage -> use existing persistent storage -> Select a persistent storage
  • Science Projects -> select a project -> Cluster storage tab -> Add cluster storage -> connected workbench select

Request review criteria:

Self checklist (all need to be checked):

  • The developer has manually tested the changes and verified that the changes work
  • Commits have been squashed into descriptive, self-contained units of work (e.g. 'WIP' and 'Implements feedback' style messages have been removed)
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has added tests or explained why testing cannot be added (unit or cypress tests for related changes)

@christianvogt
Copy link
Contributor

/lgtm
/approve

Copy link
Contributor

openshift-ci bot commented Aug 15, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: christianvogt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit a011b1b into opendatahub-io:main Aug 15, 2024
6 checks passed
@jeff-phillips-18 jeff-phillips-18 deleted the advanced-select branch August 16, 2024 13:28
Comment on lines +29 to +32
<div>ALL: {biasMetricConfigs.map((c) => c.name).join(', ')}</div>
<div>UI: {uiSelections}</div>
<div>current: {currentSelections}</div>
<div>initialSelections: {initialSelections.map((s) => s.name).join(', ')}</div>
Copy link
Member

Choose a reason for hiding this comment

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

Debug code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, not sure how i missed removing this ☹️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removing in #3376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants