Amber Brown
27bc205e24
Remove portal v1 ( #3465 )
...
Portal V1, you have served us well.
2024-04-05 12:06:22 +11:00
dependabot[bot]
a1e146c4ed
Bump express from 4.18.2 to 4.19.2 in /portal/v2 ( #3481 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-29 16:48:31 +01:00
dependabot[bot]
3cfd464e45
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /portal/v2
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 09:14:59 -04:00
Maitiú Ó Ciaráin
5115f2121e
Run npm audit fix ( #3459 )
2024-03-15 11:45:57 +01:00
dependabot[bot]
016ba7b4b9
Bump follow-redirects from 1.15.2 to 1.15.4 in /portal/v1 ( #3348 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
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>
2024-01-17 09:30:13 -05:00
dependabot[bot]
81e0cf6cc9
Bump follow-redirects from 1.15.2 to 1.15.4 in /portal/v2 ( #3347 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
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>
2024-01-11 14:55:14 +11:00
Steven Fairchild
ac7cf2f35c
Fix CVE-2023-45857 npm vulnerability found in audit ( #3279 )
...
https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
2023-11-14 14:10:52 -05:00
Tanmay Satam
365413c357
Add routing to admin portal ( #3164 )
...
* Add React Router library
* Use React Router for search params
The existing functionality using this appears to be non-functional, but its behavior
is preserved.
* Use cluster resourceID in route for details modal
* Use URL routing to handle Cluster Details navigation
* Route all admin portal frontend subroutes to index.html
* Add handling to portal login redirect to preserve original path
* Update E2E tests for new admin portal routing
* Replace OverviewComponent with new implementation
- Use FluentUI DetailsList for contents
- Always display all properties, even if value is not present
- Modify E2E test to check each individual property
* Build frontend artifacts
2023-10-18 16:43:38 -04:00
dependabot[bot]
74dea9936b
Bump @babel/traverse from 7.21.3 to 7.23.2 in /portal/v2 ( #3215 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.21.3 to 7.23.2.
- [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.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 13:47:48 -04:00
dependabot[bot]
d3b527268b
Bump postcss from 8.4.23 to 8.4.31 in /portal/v1 ( #3206 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-10 20:46:41 -04:00
Amit Arora
28d48702b5
Added the Actions Icons on Cluster Detail Page ( #3051 )
...
* Added the Actions Icons on Cluster Detail Page
* Added Action Icon Button on Cluster Detail Page
* Added Action Icon Button on Cluster Detail Page
2023-09-11 12:38:27 +05:30
Amit Arora
91a03574d6
add refresh button for different resources ( #3111 )
2023-09-05 12:28:07 +05:30
Amber Brown
ede320dd33
Run prettier on the pipeline yaml files ( #2979 )
...
* move prettierrc up one level
* add a prettierignore
* update files
2023-08-01 21:41:31 +10:00
dependabot[bot]
59c8f3a180
Bump word-wrap from 1.2.3 to 1.2.4 in /portal/v2 ( #3043 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 18:30:17 -04:00
dependabot[bot]
de99864fdd
Bump tough-cookie from 4.1.2 to 4.1.3 in /portal/v2
...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3 )
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 22:19:40 +00:00
Anshul Verma
3d758d2d92
fixes aro-2456 ( #3002 )
2023-07-03 16:44:06 +10:00
Ben Vesel
d9d4737995
Merge pull request #2870 from Azure/dependabot/npm_and_yarn/portal/v1/yaml-and-css-minimizer-webpack-plugin--removed
...
Bump yaml and css-minimizer-webpack-plugin in /portal/v1
2023-06-02 12:08:58 -04:00
Anshul Verma
1a6d071e1c
[Bugfix] Remove alert to pop up when double clicking a cluster in the cluster list ( #2852 )
...
* remove alert when double clicking a cluster in the cluster list
* built portal
* rebased
2023-06-01 18:00:01 +10:00
Carlo Wisse
a6a1e57e0b
ran make build-portal ( #2884 )
2023-05-02 16:02:26 +10:00
Amber Brown
83528efc5e
Clean up some of the portal v2 config ( #2856 )
...
* We only need to build for somewhat-recent Edge versions, and recent chrome/FF versions in dev
* don't need this
* update to new lockfile version
* delete the lockfile v1 metadata
* don't need web-vitals
2023-04-27 14:14:37 +10:00
Ellis Johnson
2c79cfd93d
Add operator info admin portal ( #2587 )
...
* Created templates for when aro-installer dockerfile is created
* Revert "Created templates for when aro-installer dockerfile is created"
This reverts commit 18e4b9bd2ab62aab4d6b0caabbee939e5cba09a9.
* Fixed merge conflicts
* Made some refactors based on review feedback
* Refactored ClusterDetailList
* Rebuilt Portal
2023-04-27 10:55:42 +10:00
dependabot[bot]
8e86ad52cc
Bump yaml and css-minimizer-webpack-plugin in /portal/v1
...
Removes [yaml](https://github.com/eemeli/yaml ). It's no longer used after updating ancestor dependency [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin ). These dependencies need to be updated together.
Removes `yaml`
Updates `css-minimizer-webpack-plugin` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.2.2...v5.0.0 )
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
- dependency-name: css-minimizer-webpack-plugin
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 06:57:50 +00:00
Spencer Amann
4ed27bbbc2
runs build-portal and commits the results ( #2859 )
2023-04-20 17:05:32 +02:00
Anshul Verma
89d335a041
Created Cluster Health Dashboard in Admin Portal ( #2674 )
...
* Cluster Health DashBoard
* built portal and remove some linting issues
* made the time in UTC and fixed a bug
* fixed few things and changed the code as per review
* rebased
* made few changes according to the review.
* renamed a helper component, rebuilt the portal
* minor changes
* Did few nit changes and some code improvements
* removed the mod issue
* vendor issue
* fixed lint issue
* remove lint error try1
* changed the code according to the review received.
* reverted the clusterdetaillist switch case
* small nit
2023-04-12 10:53:39 +10:00
Christoph Blecker
76da89673b
Merge pull request #2776 from Azure/dependabot/npm_and_yarn/portal/v1/webpack-5.76.0
...
Bump webpack from 5.75.0 to 5.76.0 in /portal/v1
2023-04-11 12:21:51 -07:00
dependabot[bot]
0cb92d10d7
Bump webpack from 5.75.0 to 5.77.0 in /portal/v2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.75.0 to 5.77.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.77.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 13:15:12 +00:00
dependabot[bot]
1aee00a930
Bump webpack from 5.75.0 to 5.76.0 in /portal/v1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-04 13:14:28 +00:00
Jeremy Facchetti
c9e3c5fefe
Revert "Merge pull request #2554 from anshulvermapatel/azure-side-information"
...
This reverts commit eb1b604233
, reversing
changes made to 3a874e3c90
.
2023-04-04 15:13:16 +02:00
Anshul Verma
01c30c5c7a
made changes to the test table.
2023-03-16 17:18:08 +05:30
Anshul Verma
fe74feef89
fixed the machine details bug as well.
2023-03-16 16:31:12 +05:30
Anshul Verma
c14ab06f6f
rebased
2023-03-16 16:31:11 +05:30
Anshul Verma
02e91a4d7c
made the changes as per the review
2023-03-16 16:31:11 +05:30
Anshul Verma
8810723598
adding remaining files
2023-03-16 16:31:11 +05:30
Carlo Wisse
ad9e41d0a2
Make Admin Portal V2 Default ( #2531 )
2023-02-13 10:15:43 +10:00
Ellis Johnson
06724862d3
Misc admin portal fixes ( #2650 )
2023-02-08 14:46:04 +10:00
Ankur Singh
06f7b8bc57
[Admin Portal]: Add resource ID param in the URL ( #2640 )
2023-02-08 09:20:46 +10:00
Steven Fairchild
b470809cbc
Move documents to docs folder
...
This will consolidate the couple of READMEs that are in other packages, making it easier to find documentation.
2022-12-19 10:08:14 -05:00
Carlo Wisse
a7a2944a5f
refactored implementation for native select using tom-select
2022-11-28 12:43:56 +11:00
Carlo Wisse
12cdeb5a93
Updated select to have header option, removed unneeded code from select.js and refactored implementation for performance
2022-11-18 14:56:42 +11:00
Carlo Wisse
e23d1b5b6e
Fix edge case of single resource id not rendering. Fix blur function on selected cluster.
2022-11-17 15:22:55 +11:00
Carlo Wisse
965337a928
Fix race condition where select element was not populated and rendered incorrectly.
2022-11-17 13:44:33 +11:00
Carlo Wisse
045e050df8
Fixed input on admin portal v1 after bootstrap 5 upgrade. Created custom search select element for admin portal v1. Updated loader-utils to 2.0.4 to mitigate vulnerability in admin portal v2.
2022-11-17 12:35:15 +11:00
Ellis Johnson
eafca5aa99
Fix admin portal go embed ( #2541 )
...
* Fixed admin portal v2 navigation and e2e admin portal flakes
Check for docker before running e2e tests
* Assuming docker has failed until proven succeeded
* Made changes based on review feedback
2022-11-16 11:02:17 -08:00
xiaoyu74
1c23742a72
Refactor pkg/portal to use go:embed instead of go-bindata
...
Fixed the CI test issues
A minor change in portal.go
Updated based on Amber's review feedback
Fixed a minor CI issue
Some updates based on the latest feedback
Removed the label for the switch-case block
2022-11-14 13:14:08 +01:00
Carlo Wisse
00f1604fd2
Updated ALL npm packages to latest for admin portal v1/v2. Updated v1 frontend to use and support Bootstrap v5. Removed unused libraries in package.json. Cleaned up package.json files. ( #2530 )
2022-11-10 07:20:59 -08:00
Ellis Johnson
d7ccfc7004
Region dropdown admin portal ( #2439 )
2022-11-10 20:55:14 +10:00
Anshul Verma
cf9c5210b4
Backporting old admin portal changes ( #2137 )
...
Co-authored-by: Ellis Johnson <elljohns@redhat.com>
2022-11-10 17:29:16 +10:00
Aman Verma
1af4aa47e1
[admin-portal]: add a fix for subscription ID filtering ( #2355 )
...
* add a fix for subscription ID filtering
* Remove leading whitespace in the resource ID
2022-11-09 20:10:23 +10:00
Ellis Johnson
b57d647632
Fix bad previous bad rebase
2022-10-07 15:47:15 +11:00
Ellis Johnson
09e0d6c2ab
Revert "Fixed previous bad rebase"
...
This reverts commit cc137d8573
.
2022-10-07 15:16:40 +11:00