Cockpit Project
24ce4fc03e
package.json: Update @redhat-cloud-services/frontend-components-utilities
...
Closes #247
2021-06-30 10:04:34 +02:00
Cockpit Project
30eedc1cdf
package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-table
...
Closes #246
2021-06-24 11:20:32 +02:00
Cockpit Project
7ad68568a2
package.json: Update @redhat-cloud-services/frontend-components
...
Closes #241
2021-06-18 12:25:54 +02:00
Sanne Raymaekers
e86b210a22
src: Use rhel-84 instead of rhel-8
2021-06-16 11:35:05 +02:00
Cockpit Project
dd8ce54d17
package.json: Update @babel/runtime
...
Closes #239
2021-06-15 09:58:01 +02:00
Cockpit Project
5a96cdac30
package.json: Update @redhat-cloud-services/frontend-components
...
Closes #236
2021-06-14 16:40:29 +02:00
Sanne Raymaekers
c3af125e4a
package.json: Use dart-sass instead of node-sass
2021-06-14 16:40:15 +02:00
Cockpit Project
ba72d8f238
package.json: Update @redhat-cloud-services/frontend-components-utilities
...
Closes #235
2021-06-14 16:40:15 +02:00
Jacob Kozol
55a3408ff4
README: include style and test info
2021-06-14 15:22:56 +02:00
Sanne Raymaekers
a3c9e955a1
ImageWizard: Fix review step prop type
...
Release should be an object.
2021-06-13 13:05:17 +01:00
Sanne Raymaekers
9c65a705a3
LandingPage: Include link to current commit on GitHub
2021-06-13 13:05:17 +01:00
Jacob Kozol
f9f591476e
devel: update image builder link to point to UI
2021-06-11 18:22:01 +01:00
Cockpit Project
bca32ec7b5
package.json: Update @patternfly/react-table, @patternfly/react-core, @patternfly/patternfly
...
Closes #231
2021-06-10 10:30:33 +02:00
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
Gianluca Zuccarelli
3132e19d80
devtools: Update readme
...
Detail how to make uploads work.
2021-06-09 14:40:50 +02:00
Jacob Kozol
043b775ced
CreateImageWizard: only enable registration for rhel images
2021-06-08 13:37:03 +02:00
Jacob Kozol
120398be8c
CreateImageWizard: display release in review screen
2021-06-08 13:37:03 +02:00
Jacob Kozol
0e5ec4fb7e
CreateImageWizard: use your image instead of the image
2021-06-03 17:04:54 +02:00
Sanne Raymaekers
d45ee17aca
src: Rename RHEL 8.3 to just RHEL 8
...
We should pull these labels/descriptions from the service, but let's do
that separately.
2021-06-03 17:04:22 +02:00
Cockpit Project
9b3e5ffbd8
package.json: Update @redhat-cloud-services/frontend-components
...
Closes #225
2021-06-03 11:28:05 +02:00
Sanne Raymaekers
b648ffaca4
store: Insert new composes on top of the table
...
Fixes #161
2021-06-02 17:56:47 +02:00
Jacob Kozol
6db456a17c
ImagesTable: data-testid should be lowercase
2021-06-02 15:45:35 +02:00
Jacob Kozol
93d0fdb6fc
CreateImageWizard: alphabetize upload destinations
...
The upload destinations now display in alphabetical order.
2021-06-02 15:45:08 +02:00
Jacob Kozol
ebdfbbf57d
ImagesTable: add gcp info
...
When a gcp image is successfully uploaded the user needs to know the
project id, image name, and account the image is shared with. These are
now displayed in a popover accessible from the status section of the
images table.
2021-06-02 15:44:38 +02:00
Jacob Kozol
3571a7b3c6
ImagesTable: add azure image link
...
When an azure image is successfully uploaded the user is provided a link
to view the image in the azure web portal.
2021-06-01 17:55:53 +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
Jacob Kozol
6cd58557c5
CreateImageWizard: improve packages step
...
Update the text description and replace "options" with "packages". Also,
add styling to increase the size of the available and chosen packages
list.
2021-05-26 17:02:31 +02:00
Jacob Kozol
cea9808c91
CreateImageWizard: add spacing before azure fields
2021-05-26 16:28:32 +02:00
Cockpit Project
2904af1b47
package.json: Update @redhat-cloud-services/frontend-components
...
Closes #209
2021-05-26 11:12:32 +02:00
Jacob Kozol
e624c9a1fe
CreateImageWizard: improve google step
...
The Google Cloud Platform step's description is improved, the radio
fields have more space seperating them, and the text input is width
limited now.
2021-05-25 11:39:30 +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
886bd768dc
devel: add full-stack development environment
...
This integrates all the Image Builder components needed by the
cloud.redhat.com frontend and allows them to be developed and run
locally using `docker compose`.
This should make it simple to make patches across the different
components and develop them in tandem.
Thanks to Achilleas Koutsou for the initial idea and implementation
in osbuild-composer.
Signed-off-by: Tom Gundersen <teg@jklm.no>
2021-05-21 19:23:14 +02:00
Tom Gundersen
082894e9dd
distribution: add Dockerfile
...
This is meant for development only, and attempts to mimick how
the app is deployed.
Signed-off-by: Tom Gundersen <teg@jklm.no>
2021-05-21 19:23:14 +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
Tom Gundersen
46fbb53e46
travis: upgrade to npm 12
...
This is what the starter app uses, and what most of us use locally,
so let's stay consistent.
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
Jacob Kozol
066c29128e
CreateImageWizard: fix OAuth info link style
2021-05-20 20:16:21 +02:00
Sanne Raymaekers
c7e8fc57ec
src: Update documentation links
2021-05-20 11:00:02 +02:00
Sanne Raymaekers
b11fbe42df
CreateImageWizard: Pass organization as a number
...
This should be changed in the api. But will take some more work. For now
just pass it as a number, that is what the api expects at this point in time.
2021-05-20 10:49:37 +02:00
Jacob Kozol
564a875dd9
CreateImageWizard: fix target environment titles
2021-05-19 16:08:53 +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
Jacob Kozol
7cd775cfb3
ImagesTable: add link to launch uploaded aws image
...
The images list now contains a link to the ec2 launch wizard for a
successfully uploaded aws image.
2021-05-17 19:37:15 +02:00
Cockpit Project
5261dae56b
package.json: Update @redhat-cloud-services/frontend-components
...
Closes #180
2021-05-17 10:03:38 +02:00
Sanne Raymaekers
2e9352bcf9
src: Have separate AppEntry points for dev and prod
...
The production AppEntry shouldn't pass any middlewares to the store.
2021-05-12 17:20:45 +02:00
Yuxin Sun
0ca457715a
OAuth permissions text shortening
...
Fix #170
Related: rhbz#1954598
Signed-off-by: Yuxin Sun <yuxisun@redhat.com>
2021-05-12 11:49:47 +02:00
Sanne Raymaekers
cff45e5948
Revert "config: Skip chrome2 until the configuration is in place in csc"
...
This reverts commit 688291386a .
2021-05-11 14:11:49 +02:00
Sanne Raymaekers
688291386a
config: Skip chrome2 until the configuration is in place in csc
2021-05-10 14:08:18 +02:00
Tom Gundersen
bbf5bf8642
README: split frontend and backend instructions
...
Spinning up the frontend is a lot simpler than the backend, so have dedicated
instructions to just do that.
2021-05-08 22:27:51 +02:00