regexowl
1456861e63
test: Move button clicking functions to testUtils
...
This moves the `clickBack`, `clickCancel`, `clickNext`, `getNextButton` and `verifyCancelButton` functions from the tests to `testUtils`.
2023-08-01 13:32:20 +02:00
Thomas Lavocat
deab7f95a9
wizard/registration: cleaning of a useEffect
...
A useEffect was used without conditions to update the value of a state
variable depending on the form state. That's apparent to a way to
initialize the state. Instead, what can be done, is to immediately
initialize the state at the proper value.
2023-08-01 12:39:21 +02:00
dependabot[bot]
ab96395dda
build(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.2
...
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.5.0 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 11:49:16 +02:00
dependabot[bot]
901e2d27bf
build(deps-dev): bump eslint from 8.45.0 to 8.46.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 11:07:48 +02:00
Sanne Raymaekers
7df6ff7df3
src/App.js: Remove obsolotete APP_NAVIGATION listener
...
v6 of react-router-dom is now supported everywhere, and leaving the
event listener can cause navigation bugs.
See gkarat/ocp-advisor-frontend#101 as an example.
2023-08-01 10:35:00 +02:00
dependabot[bot]
136a9ec0a2
build(deps-dev): bump babel-jest from 29.6.1 to 29.6.2
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 08:36:59 +02:00
Klara Simickova
11dbc1db24
Revert "build(deps): bump @patternfly/patternfly from 4.224.2 to 5.0.2"
...
This reverts commit d8c6ca93d1 .
2023-07-28 15:59:00 +02:00
lucasgarfield
217796d016
API: Rename image-builder to imageBuilder for consistency
2023-07-28 15:05:08 +02:00
lucasgarfield
834c9d8333
API: Remove /types directory
...
All Typescript types are now found in the programatically generated API
slices in `/src/store`.
2023-07-28 15:05:08 +02:00
lucasgarfield
2776af4d6c
API: Update readme and scripts
...
This commit updates the readme to reflect the use of
`@rtk-query/codegen` for generating API slice definitions and adds a new
script, `api.sh`, that is used to generate the API slices when the user
runs `npm run api`.
2023-07-28 15:05:08 +02:00
lucasgarfield
702b667dc5
API: Add programatically generated Provisioning API slice definitions
...
These definitions were generated using the RTKQ code generation tool and
will replace the existing definitions.
2023-07-28 15:05:08 +02:00
lucasgarfield
74528356fa
API: Add programatically generated Content Sources API slice definitions
...
These definitions were generated using the RTKQ code generation tool and
will replace the existing definitions.
2023-07-28 15:05:08 +02:00
lucasgarfield
22df78bffa
API: Add programatically generated RHSM API slice definitions
...
These definitions were generated using the RTKQ code generation tool and
will replace the existing definitions.
2023-07-28 15:05:08 +02:00
lucasgarfield
1894a9dcb2
API: Add programatically generated Image Builder API slice definitions
...
These definitions were generated using the RTKQ code generation tool and
will replace the existing definitions.
2023-07-28 15:05:08 +02:00
lucasgarfield
87b97b830f
Dependencies: Add @rtk-query/codegen-openapi and ts-node dev deps
...
@rtk-query/codegen-openapi is the official tool for programatically
generating RTKQ hooks using OpenAPI specifications. It requires ts-node
to run.
2023-07-28 15:05:08 +02:00
mgold1234
7cb3f2d0b6
Wizard: add description field to Details steps
2023-07-28 12:24:25 +02:00
mgold1234
082dbf5de1
imageTable: Update links on empty state
...
This commit add specific link when open Immutable tab without any images at image builder table
Fixes # related to https://issues.redhat.com/browse/THEEDGE-3478
2023-07-28 12:13:53 +02:00
dependabot[bot]
1840019dbb
build(deps): bump @patternfly/react-table from 4.113.0 to 4.113.3
...
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 4.113.0 to 4.113.3.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.0...@patternfly/react-table@4.113.3 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 11:08:05 +02:00
dependabot[bot]
d8c6ca93d1
build(deps): bump @patternfly/patternfly from 4.224.2 to 5.0.2
...
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly ) from 4.224.2 to 5.0.2.
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js )
- [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.224.2...v5.0.2 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-28 09:48:44 +02:00
dependabot[bot]
daaecedaaf
build(deps-dev): bump sass from 1.63.6 to 1.64.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.63.6 to 1.64.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 08:26:20 +02:00
mgold1234
5c1952d8c9
Wizard: change the name of wizard details
...
This commit change the name of wizard-details to details, to prevent misconfusion with the image-name component
2023-07-26 17:13:42 +02:00
dependabot[bot]
990f4c5a03
build(deps-dev): bump eslint-plugin-jest-dom from 4.0.3 to 5.0.1
...
Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom ) from 4.0.3 to 5.0.1.
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases )
- [Commits](https://github.com/testing-library/eslint-plugin-jest-dom/compare/v4.0.3...v5.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest-dom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 09:36:37 +02:00
dependabot[bot]
7868cc9367
build(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-26 08:33:53 +02:00
regexowl
ffbfb3381e
msw: Version bump in mockServiceWorker.js 1.2.2 -> 1.2.3
...
msw was bumped from 1.2.2 to 1.2.3 in https://github.com/RedHatInsights/image-builder-frontend/pull/1264
This changes the version in `mockServiceWorker.js` as done by `npm ci`.
2023-07-25 13:42:20 +02:00
dependabot[bot]
81a0bbddfe
build(deps-dev): bump msw from 1.2.2 to 1.2.3
...
Bumps [msw](https://github.com/mswjs/msw ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v1.2.2...v1.2.3 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 09:20:20 +02:00
dependabot[bot]
bc043bb28f
build(deps-dev): bump whatwg-fetch from 3.6.2 to 3.6.17
...
Bumps [whatwg-fetch](https://github.com/github/fetch ) from 3.6.2 to 3.6.17.
- [Release notes](https://github.com/github/fetch/releases )
- [Commits](https://github.com/github/fetch/compare/v3.6.2...v3.6.17 )
---
updated-dependencies:
- dependency-name: whatwg-fetch
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 08:24:54 +02:00
dependabot[bot]
4268515a83
build(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 5.17.0
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.5 to 5.17.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 09:05:47 +02:00
dependabot[bot]
f712fd1499
build(deps-dev): bump @types/jest from 29.5.2 to 29.5.3
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.2 to 29.5.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 08:36:28 +02:00
regexowl
b8d56fff15
ImagesTable: Fix bug where failed AWS images showed sharing error
...
Failed AWS images showed a `Failed to share image to one or more regions.` error even though they weren't shared to other regions.
This was caused by checking for a 'failure' status in an array of `imageStatuses` that included the parent status.
2023-07-21 21:05:57 +02:00
dependabot[bot]
d685245b9b
build(deps-dev): bump eslint from 8.41.0 to 8.45.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.41.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.45.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21 08:54:10 +02:00
dependabot[bot]
6a61ef36e2
build(deps-dev): bump stylelint from 15.10.1 to 15.10.2
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.10.1 to 15.10.2.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.2 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-21 08:24:03 +02:00
regexowl
c0cc236c5a
ImagesTable: Update wording and links on empty state
...
This updates text and links on empty state according to recent mocks.
2023-07-20 13:20:24 +02:00
regexowl
03d2899843
LandingPage: Update the "About" popover
...
This updates the text on the "About" popover and adds links according to recent mocks.
2023-07-20 13:13:11 +02:00
dependabot[bot]
292625f458
build(deps-dev): bump typescript from 5.0.4 to 5.1.6
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.4 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.6 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 08:54:37 +02:00
dependabot[bot]
ea34009114
build(deps-dev): bump @babel/eslint-parser from 7.22.7 to 7.22.9
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.22.7 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 08:29:13 +02:00
regexowl
a40c15d51f
msw: Version bump in mockServiceWorker.js
...
Recently msw was bumped from 1.2.1 to 1.2.2 (https://github.com/RedHatInsights/image-builder-frontend/pull/1245 ). The version gets updated in `mockServiceWorker.js` upon running `npm ci`.
This PR changes the version as it wasn't a part of the original bump PR, but appears after every clean install.
2023-07-19 14:12:20 +02:00
dependabot[bot]
d4e39eeaef
build(deps): bump react-router-dom from 6.14.1 to 6.14.2
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.14.1 to 6.14.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.14.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 08:51:32 +02:00
dependabot[bot]
e1e9f51707
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-19 08:27:19 +02:00
acosferreia
164b065fd3
rename ib tab from traditional to conventional
2023-07-18 22:45:38 +02:00
regexowl
f7d4ffa2e8
test/ImagesTable: Remove scrollTo is not a function console error
...
This eliminates the `Error: Uncaught [TypeError: stepBody.scrollTo is not a function]` console error by mocking `scrollTo` as a prototype.
The error was caused by `scrollTo` not being implemented in JSDOM.
2023-07-18 17:12:32 +02:00
dependabot[bot]
729144ef28
build(deps-dev): bump @redhat-cloud-services/frontend-components-config
...
Bumps [@redhat-cloud-services/frontend-components-config](https://github.com/RedHatInsights/frontend-components ) from 5.0.1 to 5.0.5.
- [Commits](https://github.com/RedHatInsights/frontend-components/commits )
---
updated-dependencies:
- dependency-name: "@redhat-cloud-services/frontend-components-config"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 08:59:23 +02:00
dependabot[bot]
f4be4d6ff3
build(deps-dev): bump msw from 1.2.1 to 1.2.2
...
Bumps [msw](https://github.com/mswjs/msw ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-18 08:30:37 +02:00
mgold1234
ca2f2f7ba3
Wizard: change the image name
...
fixes #1196
this commit update the wording on image name step
when user create new image.
2023-07-17 17:05:03 +02:00
dependabot[bot]
7cc4c55dda
build(deps-dev): bump babel-jest from 29.5.0 to 29.6.1
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 29.5.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 08:51:43 +02:00
dependabot[bot]
3dcb82e472
build(deps-dev): bump @babel/core from 7.22.8 to 7.22.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.22.8 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 08:25:16 +02:00
dependabot[bot]
f387675e34
build(deps-dev): bump @babel/preset-typescript from 7.21.5 to 7.22.5
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.21.5 to 7.22.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 08:48:07 +02:00
dependabot[bot]
4c3a4eda8e
build(deps): bump @redhat-cloud-services/frontend-components-utilities
...
Bumps [@redhat-cloud-services/frontend-components-utilities](https://github.com/RedHatInsights/frontend-components ) from 3.7.1 to 3.7.4.
- [Commits](https://github.com/RedHatInsights/frontend-components/commits )
---
updated-dependencies:
- dependency-name: "@redhat-cloud-services/frontend-components-utilities"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 08:18:42 +02:00
Djebran Lezzoum
e726ddc2a1
LandingPage: Fixes tabs selection on browser back/forward.
...
In the context of HMS-parity with edge management, fixes the current behavior when using browser history back and forward.
- When selecting a tab and then push the browser history back/forward, the tab of the current url is selected.
FIXES: https://issues.redhat.com/browse/THEEDGE-3460
2023-07-13 13:12:44 +02:00
regexowl
ea89a92bf1
LandingPage: Add "New" label to Immutable tab
...
This adds "New" label to the Immutable (OSTree) tab as per recent mocks.
2023-07-13 12:12:39 +02:00
dependabot[bot]
25d3b89b26
build(deps-dev): bump @babel/plugin-transform-runtime
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.22.5 to 7.22.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.9/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 09:44:22 +02:00