Skip to content

Commit

Permalink
Merge pull request #1154 from RedHatInsights/release_prod-stable.3546
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq authored Jul 17, 2024
2 parents 7317a36 + 11d3434 commit 45cddcb
Show file tree
Hide file tree
Showing 9 changed files with 798 additions and 2,011 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
BRANCH: ${{ github.base_ref }}
NODEJS_VERSION: '18'
NODEJS_VERSION: '20'

jobs:
build:
Expand Down
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ Submit issues in [Jira].

## Requirements

* [NodeJS v18.15+][nodejs]
* [npm v9.5+][npm]
* [NodeJS v20.15+][nodejs]
* [npm v10.8+][npm]
* [Podman][podman]

After installing Podman, create and start your VM.

```
podman machine init
podman machine start
```

## Setup `hosts` entries (do this once)

Expand Down Expand Up @@ -91,5 +99,6 @@ This [release][release-doc] doc describes how to release Hybrid Committed Spend
[npm]: https://www.npmjs.com/
[patch-etc-hosts]: https://github.com/RedHatInsights/insights-proxy/blob/master/scripts/patch-etc-hosts.sh
[Patternfly]: https://www.patternfly.org/
[podman]: https://podman.io/docs/installation
[release-doc]: https://github.com/RedHatInsights/hybrid-committed-spend-ui/blob/main/RELEASE.md
[serving-files-locally]: https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export COMPONENT="hybrid-committed-spend"
export IMAGE="quay.io/cloudservices/hybrid-committed-spend-frontend"
export WORKSPACE=${WORKSPACE:-$APP_ROOT} # if running in jenkins, use the build's workspace
export APP_ROOT=$(pwd)
export NODE_BUILD_VERSION=18
export NODE_BUILD_VERSION=20
COMMON_BUILDER=https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master

set -exv
Expand Down
4 changes: 2 additions & 2 deletions locales/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"docs": [
{
"type": 0,
"value": "https://access.redhat.com/documentation/en-us/hybrid_committed_spend/2023"
"value": "https://docs.redhat.com/en/documentation/hybrid_committed_spend/1-latest/html/getting_started_with_hybrid_committed_spend"
}
],
"emptyFilterStateSubtitle": [
Expand Down Expand Up @@ -1117,7 +1117,7 @@
"notViewer": [
{
"type": 0,
"value": "You do not have permissions to Hybrid Committed Spend"
"value": "You do not have permissions to view Hybrid Committed Spend"
}
],
"notViewerDesc": [
Expand Down
4 changes: 2 additions & 2 deletions locales/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"detailsTableAriaLabel": "Details table",
"detailsTableSelectAriaLabel": "Details table row select",
"detailsTitle": "Hybrid Committed Spend Details",
"docs": "https://access.redhat.com/documentation/en-us/hybrid_committed_spend/2023",
"docs": "https://docs.redhat.com/en/documentation/hybrid_committed_spend/1-latest/html/getting_started_with_hybrid_committed_spend",
"emptyFilterStateSubtitle": "Sorry, no data with the given filter was found.",
"emptyFilterStateTitle": "No match found",
"errorStateNotAuthorizedDesc": "Contact the cost management administrator to provide access to this application",
Expand Down Expand Up @@ -66,7 +66,7 @@
"noResultsFound": "No results found",
"notDeal": "This organization does not participate in a Hybrid Committed Spend program.",
"notDealDesc": "Contact your Red Hat account representative for more information.",
"notViewer": "You do not have permissions to Hybrid Committed Spend",
"notViewer": "You do not have permissions to view Hybrid Committed Spend",
"notViewerDesc": "Please contact your account manager to assign a viewer role.",
"notVisible": "Hybrid Committed Spend data is not visible",
"notVisibleDesc": "If you need access to this data, please contact your account manager.",
Expand Down
Loading

0 comments on commit 45cddcb

Please sign in to comment.