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

pipelines modal use up top date data connections #1322

Merged

Conversation

Gkrumbach07
Copy link
Member

closes: #1307

Description

using context data connection instead of using hook as it was always stale. also passing data connection into form section so it always has the same data

How Has This Been Tested?

  1. Create a project
  2. Create a data connection
  3. Attempt to create the Pipeline Server

Test Impact

pipelines tests are in an issue already

Request review criteria:

  • The commits have meaningful messages (squashes happen on merge by the bot).
  • Included any necessary screenshots or gifs if it was a UI change.
  • Included tags to the UX team if it was a UI/UX change.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work
  • The developer has added tests or explained why testing cannot be added (unit tests & storybook for related changes)

Copy link
Contributor

@lucferbux lucferbux left a comment

Choose a reason for hiding this comment

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

/lgtm

@Gkrumbach07
Copy link
Member Author

@andrewballantyne this should fix the issue

const dataConnections = useContextResourceData<DataConnection>(useDataConnections(namespace));
const {
dataConnections: { data: dataConnections },
} = React.useContext(ProjectDetailsContext);
Copy link
Member

Choose a reason for hiding this comment

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

This breaks being able to add it with an existing connection on the global pages...

@openshift-ci openshift-ci bot added the lgtm label Jun 2, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 2, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andrewballantyne, lucferbux

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-ci openshift-ci bot added the approved label Jun 2, 2023
@openshift-merge-robot openshift-merge-robot merged commit 3129a4d into opendatahub-io:main Jun 2, 2023
6 checks passed
@Gkrumbach07 Gkrumbach07 deleted the pipelines-bug-1307 branch August 10, 2023 15:30
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.

[Bug]: Projects - Pipeline Server Modal Doesn't Detect New Data Connections
4 participants