Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI #962

Merged
merged 1 commit into from Jun 16, 2022

Conversation

mturley
Copy link
Collaborator

@mturley mturley commented Jun 16, 2022

Currently, our CI checks are no longer passing (example) because a new version of the npm CLI GitHub Actions is using has stricter enforcement of peer dependency versions. A few of our dependencies don't explicitly support React 17+ in their peerDependencies list, even though it is a backwards-compatible release so there is no real issue. Upgrading @hot-loader/react-dom fixes one of these errors, but unfortunately the other one with react-router-last-location cannot be fixed with a version bump. That library has made a change for this (hinok/react-router-last-location#64) which has not been released (other people are running into this issue as well: hinok/react-router-last-location#65)

For now, we can get around this by adding the --legacy-peer-deps flag when we use npm install. That is a temporary workaround, I opened #963 to track this. We can resolve it by either removing/replacing react-router-last-location or waiting for their next release and upgrading. Then we should remove the --legacy-peer-deps flag from the CI workflows.

Note that this also means any developer who upgrades to the latest Node/NPM will also have to use --legacy-peer-deps for now.

@mturley mturley requested a review from a team June 16, 2022 17:45
@sonarcloud
Copy link

sonarcloud bot commented Jun 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
2.5% 2.5% Duplication

@konveyor-preview-bot
Copy link

🚀 Deployed Preview: http://konveyor-forklift-ui-pr-962-preview.surge.sh

Compare with current main branch: http://konveyor-forklift-ui-preview.surge.sh

@mturley mturley merged commit 99612fa into kubev2v:main Jun 16, 2022
@mturley mturley deleted the fix-ci-peerdeps branch June 16, 2022 17:51
mturley added a commit to mturley/forklift-ui that referenced this pull request Jun 23, 2022
mturley added a commit that referenced this pull request Jun 23, 2022
…stores referenced either by id or name in plan and mapping objects + Fix invalid-mapping check to allow mapping items by name or id (#961) (#966)

* Revert "Revert "Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects (#948) (#951)" (#952)"

This reverts commit 80149ca.

* Bug 2067708: Fix invalid-mapping check to allow mapping items by name or id (#961)

* Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI (#962)
mturley added a commit to mturley/forklift-ui that referenced this pull request Jun 23, 2022
commit f58a5e9
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu Jun 23 17:34:15 2022 +0300

    Added local storage preservation functionality (kubev2v#965)

commit 816a53c
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Mon Jun 20 16:13:06 2022 +0300

    Postmigation cleanup now works with API (kubev2v#964)

commit 1c3bf03
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Jun 16 21:07:14 2022 -0400

    Bug 2067708: Fix invalid-mapping check to allow mapping items by name or id (kubev2v#961)

commit 99612fa
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Jun 16 13:51:51 2022 -0400

    Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI (kubev2v#962)

commit c751e17
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Mon Jun 6 12:53:40 2022 +0300

    Made selector for cluster checkbox more generic (kubev2v#960)

    * As middle of selector there is flaky I amm searching for `Select` and name of the cluster

    * Update plan.ts

commit ada12c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:58:59 2022 -0400

    chore(deps): bump async from 2.6.3 to 2.6.4 (kubev2v#959)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d05cd3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:50:01 2022 -0400

    chore(deps): bump ejs from 3.1.6 to 3.1.7 (kubev2v#958)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v3.1.6...v3.1.7)

    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3786a80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:17:20 2022 -0400

    chore(deps): bump eventsource from 1.1.0 to 1.1.1 (kubev2v#957)

    Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/EventSource/eventsource/releases)
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.1)

    ---
    updated-dependencies:
    - dependency-name: eventsource
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu>

commit e42c078
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu Jun 2 01:04:52 2022 +0300

    Did changes in test config files (kubev2v#956)

commit 70e3063
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Jun 1 16:56:15 2022 +0300

    Increased default timeouts for testing on slow VMs (kubev2v#955)

commit 38b1f66
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu May 26 17:30:56 2022 +0300

    Added elements required for warm migration to config files (kubev2v#954)

commit 0a7157f
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Tue May 17 23:56:57 2022 +0300

    Added creation and removal of second network (kubev2v#953)

    Added creation and removal of project
    Updated tier0 tests to use those methods and make them more stable

commit 545418c
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Tue Apr 19 11:27:39 2022 -0400

    Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects (kubev2v#948)

    * Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects

    * Adjust mock data to test changes

commit 4141385
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Apr 13 12:47:01 2022 +0300

    Separated RHV amd VMWare tier0 configs (kubev2v#950)

    Improved end-2-end RHV test
    Now after plan is edited - it is performed
    Few light changes

commit 0f7150e
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Apr 6 12:42:08 2022 +0300

    Fixes for TIER0 tests (kubev2v#949)

commit fa8f9e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 31 11:36:32 2022 -0400

    chore(deps): bump minimist from 1.2.5 to 1.2.6 (kubev2v#947)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6e7c0ef
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Mar 23 22:26:52 2022 +0200

    Added validation of hooks log for log inspector (kubev2v#946)

commit 317d1ca
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 23 15:53:05 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts (kubev2v#932)

    modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts
    	modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts
    	modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit 7ed0a74
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 16 16:24:56 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts (kubev2v#941)

    modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts

    	modified:   pkg/qe-tests/cypress/integration/models/plan.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/tier0/tier0_tests_vmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit b2cdce3
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 16 15:51:54 2022 +0530

    [QE] Infra for the edit mappings (kubev2v#943)

    modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

    	modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

    	modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

commit 8087c64
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 9 15:41:24 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts (kubev2v#939)

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit cebb68d
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Tue Mar 8 19:42:52 2022 +0200

    Added some python code. (kubev2v#940)

    The task is to parse tarball that was downloaded by getLog and make sure that the content is valid

commit 5495f56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 3 14:19:40 2022 -0500

    chore(deps): bump url-parse from 1.5.3 to 1.5.10 (kubev2v#923)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)

    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cf73624
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 3 12:16:35 2022 -0500

    chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 (kubev2v#937)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.9)

    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2b3a31
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Mar 3 10:52:15 2022 -0500

    Fix build: update package-lock.json with missing changes from package.json, remove extra package files under qe-tests (kubev2v#935)

    * Fix build: update package-lock.json with missing changes from package.json

    * Delete extra package files under qe-tests

commit 95f0052
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Wed Mar 2 13:06:05 2022 -0500

    Bug 2059879: Invalidate cached secrets when patching a provider CR (kubev2v#933)

commit 0851df9
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 2 16:10:05 2022 +0530

    [QE] Missing hooks step in edit plan method (kubev2v#929)

    modified:   pkg/qe-tests/cypress/integration/models/plan.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit eb38ac7
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Tue Mar 1 12:37:27 2022 -0500

    Bug 2049638: Address feedback from PR#928 (kubev2v#930)
mturley added a commit that referenced this pull request Jun 23, 2022
commit f58a5e9
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu Jun 23 17:34:15 2022 +0300

    Added local storage preservation functionality (#965)

commit 816a53c
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Mon Jun 20 16:13:06 2022 +0300

    Postmigation cleanup now works with API (#964)

commit 1c3bf03
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Jun 16 21:07:14 2022 -0400

    Bug 2067708: Fix invalid-mapping check to allow mapping items by name or id (#961)

commit 99612fa
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Jun 16 13:51:51 2022 -0400

    Upgrade @hot-loader/react-dom and use --legacy-peer-deps flag to unblock CI (#962)

commit c751e17
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Mon Jun 6 12:53:40 2022 +0300

    Made selector for cluster checkbox more generic (#960)

    * As middle of selector there is flaky I amm searching for `Select` and name of the cluster

    * Update plan.ts

commit ada12c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:58:59 2022 -0400

    chore(deps): bump async from 2.6.3 to 2.6.4 (#959)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d05cd3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:50:01 2022 -0400

    chore(deps): bump ejs from 3.1.6 to 3.1.7 (#958)

    Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7.
    - [Release notes](https://github.com/mde/ejs/releases)
    - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
    - [Commits](mde/ejs@v3.1.6...v3.1.7)

    ---
    updated-dependencies:
    - dependency-name: ejs
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3786a80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 2 13:17:20 2022 -0400

    chore(deps): bump eventsource from 1.1.0 to 1.1.1 (#957)

    Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/EventSource/eventsource/releases)
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.1)

    ---
    updated-dependencies:
    - dependency-name: eventsource
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mike Turley <mike.turley@alum.cs.umass.edu>

commit e42c078
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu Jun 2 01:04:52 2022 +0300

    Did changes in test config files (#956)

commit 70e3063
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Jun 1 16:56:15 2022 +0300

    Increased default timeouts for testing on slow VMs (#955)

commit 38b1f66
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Thu May 26 17:30:56 2022 +0300

    Added elements required for warm migration to config files (#954)

commit 0a7157f
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Tue May 17 23:56:57 2022 +0300

    Added creation and removal of second network (#953)

    Added creation and removal of project
    Updated tier0 tests to use those methods and make them more stable

commit 545418c
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Tue Apr 19 11:27:39 2022 -0400

    Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects (#948)

    * Bug 2067708: Support source VMs, networks and datastores referenced either by id or name in plan and mapping objects

    * Adjust mock data to test changes

commit 4141385
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Apr 13 12:47:01 2022 +0300

    Separated RHV amd VMWare tier0 configs (#950)

    Improved end-2-end RHV test
    Now after plan is edited - it is performed
    Few light changes

commit 0f7150e
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Apr 6 12:42:08 2022 +0300

    Fixes for TIER0 tests (#949)

commit fa8f9e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 31 11:36:32 2022 -0400

    chore(deps): bump minimist from 1.2.5 to 1.2.6 (#947)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 6e7c0ef
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Wed Mar 23 22:26:52 2022 +0200

    Added validation of hooks log for log inspector (#946)

commit 317d1ca
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 23 15:53:05 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts (#932)

    modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts
    	modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts
    	modified:   pkg/qe-tests/cypress/integration/models/providerVmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/Rhv/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	new file:   pkg/qe-tests/cypress/integration/tests/vmware/editProvider.ts
    	modified:   pkg/qe-tests/cypress/integration/types/types.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit 7ed0a74
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 16 16:24:56 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts (#941)

    modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts

    	modified:   pkg/qe-tests/cypress/integration/models/plan.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/tier0/tier0_tests_vmware.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit b2cdce3
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 16 15:51:54 2022 +0530

    [QE] Infra for the edit mappings (#943)

    modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

    	modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

    	modified:   pkg/qe-tests/cypress/integration/models/mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/Rhv/config_separate_mapping_rhv.ts
    	modified:   pkg/qe-tests/cypress/integration/tests/vmware/config_separate_mapping.ts
    	modified:   pkg/qe-tests/cypress/integration/types/constants.ts
    	modified:   pkg/qe-tests/cypress/integration/views/mapping.view.ts

commit 8087c64
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 9 15:41:24 2022 +0530

    	modified:   pkg/qe-tests/cypress/integration/models/providerRhv.ts (#939)

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit cebb68d
Author: Igor Braginsky <ibragins@redhat.com>
Date:   Tue Mar 8 19:42:52 2022 +0200

    Added some python code. (#940)

    The task is to parse tarball that was downloaded by getLog and make sure that the content is valid

commit 5495f56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 3 14:19:40 2022 -0500

    chore(deps): bump url-parse from 1.5.3 to 1.5.10 (#923)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.5.3...1.5.10)

    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cf73624
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 3 12:16:35 2022 -0500

    chore(deps): bump follow-redirects from 1.14.7 to 1.14.9 (#937)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.9.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.9)

    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f2b3a31
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Thu Mar 3 10:52:15 2022 -0500

    Fix build: update package-lock.json with missing changes from package.json, remove extra package files under qe-tests (#935)

    * Fix build: update package-lock.json with missing changes from package.json

    * Delete extra package files under qe-tests

commit 95f0052
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Wed Mar 2 13:06:05 2022 -0500

    Bug 2059879: Invalidate cached secrets when patching a provider CR (#933)

commit 0851df9
Author: kpunwatk <kpunwatk@redhat.com>
Date:   Wed Mar 2 16:10:05 2022 +0530

    [QE] Missing hooks step in edit plan method (#929)

    modified:   pkg/qe-tests/cypress/integration/models/plan.ts

    Co-authored-by: Igor Braginsky <ibragins@redhat.com>

commit eb38ac7
Author: Mike Turley <mike.turley@alum.cs.umass.edu>
Date:   Tue Mar 1 12:37:27 2022 -0500

    Bug 2049638: Address feedback from PR#928 (#930)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants