Commit graph

49 commits

Author SHA1 Message Date
Cockpit Project
b960c21749 package.json: Update @redhat-cloud-services/frontend-components
Closes #228
2021-06-10 10:09:59 +02:00
github-actions[bot]
be4aaf8859
package.json: Update @babel/runtime (#233)
Closes #233

Co-authored-by: Cockpit Project <cockpituous@gmail.com>
2021-06-10 10:05:57 +02:00
Cockpit Project
9b3e5ffbd8 package.json: Update @redhat-cloud-services/frontend-components
Closes #225
2021-06-03 11:28:05 +02:00
Cockpit Project
d40a783fc9 package.json: Update @redhat-cloud-services/frontend-components
Closes #220
2021-06-01 17:00:39 +02:00
Cockpit Project
1bbb00d650 package.json: Update @redhat-cloud-services/frontend-components-notifications
Closes #215
2021-05-27 12:28:20 +02:00
Cockpit Project
2904af1b47 package.json: Update @redhat-cloud-services/frontend-components
Closes #209
2021-05-26 11:12:32 +02:00
Cockpit Project
1a7350e750 package.json: Update @redhat-cloud-services/frontend-components
Closes #207
2021-05-25 11:18:54 +02:00
Tom Gundersen
3b2a91d174 package/start: don't bind only to localhost
Bind instead to ANY_ADDR, which allows the service to be used
remotely. This is useful when running it in a docker container,
and wanting to connect from the outside.

This only affects the developer environment, in production this
is not used.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2021-05-21 19:23:14 +02:00
Cockpit Project
f629e38a65 package.json: Update @redhat-cloud-services/frontend-components
Closes #205
2021-05-21 12:25:21 +02:00
Cockpit Project
5d670b18ff package.json: Update @patternfly/react-core, @patternfly/react-table, @patternfly/patternfly
Closes #197
2021-05-19 14:24:58 +02:00
Cockpit Project
5261dae56b package.json: Update @redhat-cloud-services/frontend-components
Closes #180
2021-05-17 10:03:38 +02:00
Cockpit Project
9a29e4dd32 package.json: Update @redhat-cloud-services/frontend-components
Closes #172
2021-05-07 11:20:55 +02:00
Sanne Raymaekers
4658f59d0b src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
Cockpit Project
122c392ca3 package.json: Update @babel/runtime
Closes #166
2021-04-30 14:09:38 +02:00
Cockpit Project
49ff7eaaa0 package.json: Update @patternfly/patternfly, @patternfly/react-table, @patternfly/react-core
Closes #158
2021-04-26 12:00:40 +02:00
Cockpit Project
96ebb3dfd8 package.json: Update redux
Closes #160
2021-04-26 12:00:28 +02:00
Cockpit Project
39c1e81342 package.json: Update react-redux
Closes #159
2021-04-26 12:00:16 +02:00
Cockpit Project
84f66d8e57 package.json: Update @patternfly/react-table, @patternfly/patternfly, @patternfly/react-core
Closes #156
2021-04-22 10:45:36 +02:00
Cockpit Project
01963bf877 package.json: Update classnames
Closes #151
2021-04-21 11:56:59 +02:00
Cockpit Project
8d0f0afd0c package.json: Update @babel/runtime
Closes #154
2021-04-21 11:54:54 +02:00
Jacob Kozol
8a8a7229a1 store: add redux-thunk
Redux thunks allow actions to pass functions. This will be helpful when
our api calls are moved into redux actions instead of being handled within
react components.
2021-04-19 15:04:26 +02:00
Cockpit Project
04aac0d7f0 package.json: Update react-redux
Closes #149
2021-04-19 11:16:36 +02:00
Cockpit Project
7bf15f40b4 package.json: Update @babel/runtime
Closes #148
2021-04-19 10:58:30 +02:00
Cockpit Project
a24015882e package.json: Update @redhat-cloud-services/frontend-components-utilities
Closes #146
2021-04-19 10:57:55 +02:00
Cockpit Project
a47956c1f2 package.json: Update react
Closes #145
2021-04-19 10:57:10 +02:00
Cockpit Project
e04a3b1eda package.json: Update @redhat-cloud-services/frontend-components
Closes #144
2021-04-19 10:37:14 +02:00
Cockpit Project
3906f822a1 package.json: Update @patternfly/react-table, @patternfly/patternfly, @patternfly/react-core
Closes #143
2021-04-14 10:41:16 +02:00
Cockpit Project
92abf57180 package.json: Update @redhat-cloud-services/frontend-components-notifications
Closes #137
2021-04-14 10:35:14 +02:00
Cockpit Project
3fba1903a8 package.json: Update react-router-dom
Closes #142
2021-04-14 10:26:15 +02:00
Cockpit Project
f8cbbf9ed7 package.json: Update react-dom
Closes #133
2021-04-13 11:54:44 +02:00
Sanne Raymaekers
2e5eaa85d9 package.json: Pin exact versions 2021-04-12 15:58:58 +02:00
Sanne Raymaekers
b0614ae750 CreateImageWizard: Notification on successful compose response 2021-03-09 21:41:17 +00:00
Jacob Kozol
36f2970419 package.json: update patternfly react-core 2021-02-24 18:50:02 +00:00
Jacob Kozol
61b9c2f3ce package: update patternfly dependencies
Bump patternfly packages to newest version.
2021-02-19 12:10:57 +01:00
Sanne Raymaekers
788291e329 package.json: Update frontend-components-config
The later versions also recognize `main` as a beta branch.
2020-12-16 14:12:28 +01:00
Sanne Raymaekers
3763457b8e package.json: Update major versions of react and patternfly 2020-11-27 11:35:23 +02:00
Sanne Raymaekers
33e9db6681 tests: More updates
- `npm run test:single` runs jest with `-w 1`, makes the output readable
- adds testIds to the radio buttons, I think it's a bit bugged where if
  you click the label it'll automatically switch to the first radio button
  (even if you click the label of the 2nd button)
- moved a misplaced wait
2020-11-18 16:38:23 +02:00
Aleksandar Todorov
44fecec797 Add tests switching between fields in AmazonUploadComponent 2020-11-18 16:38:23 +02:00
Aleksandar Todorov
afe02e0f2e Add more tests for Create Image Wizard
- sanity validation of each of the 4 steps
- click through buttons Next/Back/Cancel

Notes:

- add data-testid attribute for the release select field b/c
there's no better way to query it
- add @testing-library/jest-dom for additional asserts
2020-11-09 10:52:33 +01:00
Xiaofeng Wang
d4cb1c4d6b test: Add two more eslint plugin to follow best practices and
anticipate common mistakes

eslint-plugin-testing-library: for writing tests with Testing Library
eslint-plugin-jest-dom: for writing tests with jest-dom
2020-11-06 10:03:26 +01:00
Cockpit Project
afdfb6f387 package.json: Update @patternfly/react-core package dependency
Closes #39
2020-11-05 10:40:26 +01:00
Alexander Todorov
56d3701962
Improve test coverage
tests: Add test for updateCompose redux action
2020-11-05 10:40:04 +01:00
Cockpit Project
a407bc9490 package.json: Update @redhat-cloud-services/frontend-components-utilities package dependency
Closes #35
2020-11-03 15:31:56 +01:00
Cockpit Project
983801a637 package.json: Update @redhat-cloud-services/frontend-components package dependency
Closes #32
2020-11-02 20:11:28 +01:00
Jacob Kozol
ea09205a27 test: add initial jest tests
Basic jest tests are added for the landing page. These tests use the
react testing library so the enzyme dependencies are removed from the
package.json. The travis config is also updated.
2020-10-22 10:23:08 +02:00
Sanne Raymaekers
16ec5a7e3f
On travis run with NODE_ENV=production (#11)
* package.json: Clean up scripts

* travis: Run travis build scripts

These run with NODE_ENV=production, which is needed to have correct
routing on all clouddot instances.
2020-09-22 08:23:26 -05:00
Major Hayden
4c6c3fae1b 📦 package.json: Update scripts section
The starter app has been updated over the last few months and new
options are required in the `scripts` section of `package.json`.

Bring the `scripts` section in line with the starter app to fix some
issues around routing requests to `/beta` in CI.

Signed-off-by: Major Hayden <major@redhat.com>
2020-09-22 10:30:34 +02:00
sanne raymaekers
f62384485b Rename to image-builder-frontend 2020-09-14 12:16:35 +02:00
sanne raymaekers
f93d36b972 copy from RedHatInsights/insights-frontend-starter-app template
Copied removing unused parts, and includes some initial changes.
2020-04-15 12:46:02 +02:00