-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from solo-io/gg-portal-1.18-features
GG portal 1.18 features
- Loading branch information
Showing
111 changed files
with
3,587 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.16.0 | ||
v18.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6952 | ||
description: >- | ||
Adds metadata CRUD operations for apps and subscriptions, | ||
based on admin/non-admin role. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6958 | ||
description: >- | ||
Adds a request to create the logged in user if they are not found | ||
in the portal server DB. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6881 | ||
description: >- | ||
Adds an API keys section to the App Details page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6886 | ||
description: >- | ||
Adds the ability to create and delete oauth clients from the App details page. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6953 | ||
description: >- | ||
Adds the ability to customize all banner images through the VITE_BANNER_IMAGE_URL environment variable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6853 | ||
description: >- | ||
Fixes flickering loading state on landing pages. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6852 | ||
description: >- | ||
Adds docs setup information to API details page. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6851 | ||
description: >- | ||
Removes placeholder images for apps. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6854 | ||
description: >- | ||
Adds information when in a logged out empty state on private Portals. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6860 | ||
description: >- | ||
Adds the ability for users to create custom pages that show up in the UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo-mesh-enterprise/issues/18658 | ||
description: >- | ||
Adds links for the new teams + apps pages to the OIDC auth header variant. | ||
This also includes some refactoring of that area. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7059 | ||
description: >- | ||
Adds an option to configure the UI to show the API Key, OAuth, or both | ||
authorization sections on the App details page. |
10 changes: 10 additions & 0 deletions
10
changelog/v0.0.39/rate-limit-display-updated-when-mixed.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7043 | ||
description: >- | ||
Updates the rate limit UI element to show mixed values when there is a App which | ||
has multiple subscriptions with different rate limits. | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7066 | ||
description: >- | ||
Fixes a bug where subscriptions incorrectly showed up as deleted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6859 | ||
description: >- | ||
Adds configuration options to pass through to Swagger UI's instance methods | ||
as defined here: https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#instance-methods | ||
Including options to fill the Authorization Bearer token if the user is logged in. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6808 | ||
description: >- | ||
Adds the Teams page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6809 | ||
description: >- | ||
Adds the Team Details page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6810 | ||
description: >- | ||
Adds the Apps page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6811 | ||
description: >- | ||
Adds the App Details page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6812 | ||
description: >- | ||
Adds the Admin Subscriptions page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6813 | ||
description: >- | ||
Adds the Admin Teams page in to the GG version of the UI. | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/solo-projects/issues/6814 | ||
description: >- | ||
Adds in an edit button + modal to the Apps + Teams Details pages | ||
(for both admins + non-admins) on the GG version of the UI. |
7 changes: 7 additions & 0 deletions
7
changelog/v0.0.39/update-hotfixes-for-gg-portal-demo-build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/solo-projects/issues/7038 | ||
description: >- | ||
Update metadata endpoint to allow updating of metadata. | ||
Updated subscription modal to allow toggling of subscription status by admin. | ||
Use a selection dropdown for rate limit units to not allow invalid values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<script> | ||
var insertedEnvironmentVariables = {}; | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "gloo-platform-portal-ui", | ||
"name": "dev-portal-starter", | ||
"private": true, | ||
"version": "0.0.13", | ||
"type": "module", | ||
|
@@ -25,6 +25,7 @@ | |
"@mantine/hooks": "^6.0.6", | ||
"@types/color": "^3.0.6", | ||
"color": "^4.2.3", | ||
"highlight.js": "^11.10.0", | ||
"mobx": "^6.8.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
|
@@ -78,5 +79,6 @@ | |
"braces": "^3.0.3", | ||
"ws": "^8.17.1", | ||
"axios": "^1.7.4" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!doctype html> | ||
<html> | ||
<body> | ||
<style> | ||
body { | ||
padding: 20px 50px; | ||
/* background-color: bisque; */ | ||
} | ||
</style> | ||
|
||
<h1>Example HTML Page</h1> | ||
|
||
<h2>Section 1</h2> | ||
|
||
<ul> | ||
<li>This is an example custom page.</li> | ||
<li>Feel free to update this to your needs.</li> | ||
</ul> | ||
|
||
<h2>Section 2</h2> | ||
|
||
<p>Any HTML content can go here.</p> | ||
|
||
Here is an image: | ||
<br /> | ||
<img | ||
src="/pages/gg-logo.png" | ||
alt="Gloo Gateway Logo" | ||
style=" | ||
width: 50px; | ||
padding: 5px; | ||
border-radius: 8px; | ||
margin: 20px 0px; | ||
background: white; | ||
border: 2px solid #d6d6d6; | ||
" | ||
/> | ||
|
||
<br /> | ||
<button onclick="alert('Anything in an HTML iframe is supported here!')"> | ||
Click me! | ||
</button> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Example Markdown Page (#) | ||
|
||
This is a custom Markdown page test. | ||
|
||
## Section 1 (##) | ||
|
||
- Supports bullet points | ||
- Supports bullet points | ||
|
||
### 1.1 (###) | ||
|
||
Testing that **Bold works** here. | ||
|
||
#### 1.1.1 (####) | ||
|
||
Testing that _Italics works_ here. | ||
|
||
##### 1.1.1 (#####) | ||
|
||
Links work: [www.solo.io](www.solo.io) | ||
|
||
1. Numbered lists work | ||
2. test | ||
3. test | ||
|
||
Images work: | ||
|
||
 | ||
|
||
And code does too: | ||
|
||
```ts | ||
const x = 123; | ||
function y() { | ||
return x + 5; | ||
} | ||
``` |
Oops, something went wrong.