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

adds support for export app in topology #9817

Merged
merged 1 commit into from Aug 20, 2021

Conversation

invincibleJai
Copy link
Member

@invincibleJai invincibleJai commented Aug 17, 2021

Fixes:
https://issues.redhat.com/browse/ODC-6213

Solution Description:
adds support for export app in topology

Screen shots / Gifs for design review:
image

image

image

Unit test coverage report:

image

Test setup:

  • git clone git@github.com:cooktheryan/gitops-primer.git
  • make install
  • make run
  • make deploy
  • should be able to view Export Application in topology filter bar

Repo link :
https://github.com/cooktheryan/gitops-primer
https://github.com/cooktheryan/gitops-primer#deploying

Browser conformance:

  • Chrome
  • Firefox
  • Safari
  • Edge

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 17, 2021
@openshift-ci openshift-ci bot added component/topology Related to topology kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 17, 2021
@invincibleJai invincibleJai force-pushed the odc-6213 branch 5 times, most recently from 8ed2f3e to 615123f Compare August 18, 2021 14:25
@invincibleJai invincibleJai changed the title [WIP] adds support for export app in topology adds support for export app in topology Aug 18, 2021
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 18, 2021
@invincibleJai invincibleJai force-pushed the odc-6213 branch 3 times, most recently from 34fed8c to 3bc30c7 Compare August 19, 2021 09:46
@invincibleJai invincibleJai force-pushed the odc-6213 branch 3 times, most recently from d5c5af6 to 69851d9 Compare August 19, 2021 15:35
@invincibleJai invincibleJai force-pushed the odc-6213 branch 2 times, most recently from dde389b to 08b1c1a Compare August 19, 2021 16:52
@invincibleJai
Copy link
Member Author

@debsmita1 @karthikjeeyar have updated , ptal

@karthikjeeyar
Copy link
Contributor

Verified locally
/lgtm
/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Aug 19, 2021
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 19, 2021
Copy link
Contributor

@christianvogt christianvogt left a comment

Choose a reason for hiding this comment

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

Not super keen on having export app in topology package but since we don't yet have a mechanism to contribute buttons to topology, we can leave it for now and move it later.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2021
@karthikjeeyar
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 20, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: invincibleJai, karthikjeeyar

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

@invincibleJai
Copy link
Member Author

/label docs-approved
/label px-approved

@openshift-ci openshift-ci bot added docs-approved Signifies that Docs has signed off on this PR px-approved Signifies that Product Support has signed off on this PR labels Aug 20, 2021
@invincibleJai
Copy link
Member Author

/retest

@openshift-merge-robot openshift-merge-robot merged commit 8438f95 into openshift:master Aug 20, 2021

const exportAppClickHandle = async () => {
try {
setIsCreating(true);
Copy link
Contributor

Choose a reason for hiding this comment

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

Start an export and then click the export button again to see the modal.
In another window delete the export resource. You will be unable to start the export in the first window again because this flag is set.

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, this has been addressed as part of #9864

@spadgett spadgett added this to the v4.9 milestone Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. component/topology Related to topology docs-approved Signifies that Docs has signed off on this PR kind/i18n Indicates issue or PR relates to internationalization or has content that needs to be translated lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants