@@ -9,12 +9,14 @@ Konveyor UI component
99| branch | last merge CI | last merge image build | nightly CI |
1010| :---------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1111| main | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml?query=branch%3Amain+event%3Apush ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml?query=branch%3Amain+event%3Apush ) | [ ![ Nightly CI (repo level @main )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/nightly-ci-repo.yaml/badge.svg?branch=main&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/nightly-ci-repo.yaml?query=branch%3Amain+event%3Aschedule ) |
12+ | release-0.8 | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.8&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml?query=branch%3Arelease-0.8+event%3Apush ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=release-0.8&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml?query=branch%3Arelease-0.8 ) |
1213| release-0.7 | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.7&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml?query=branch%3Arelease-0.7+event%3Apush ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=release-0.7&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml?query=branch%3Arelease-0.7+event%3Apush ) | |
1314| release-0.6 | [ ![ CI (repo level)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml/badge.svg?branch=release-0.6&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-repo.yml?query=branch%3Arelease-0.6+event%3Apush ) | [ ![ Multiple Architecture Image Build] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml/badge.svg?branch=release-0.6&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/image-build.yaml?query=branch%3Arelease-0.6+event%3Apush ) | |
1415
1516| branch | last merge e2e CI | nightly e2e CI |
1617| :---------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1718| main | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=main&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml?query=branch%3Amain+event%3Apush ) | [ ![ Nightly CI (global konveyor CI @main )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/nightly-ci-global.yaml/badge.svg?branch=main&event=schedule )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/nightly-ci-global.yaml?query=branch%3Amain+event%3Aschedule ) |
19+ | release-0.8 | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.8&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml?query=branch%3Arelease-0.8+event%3Apush ) | |
1820| release-0.7 | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.7&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml?query=branch%3Arelease-0.7+event%3Apush ) | |
1921| release-0.6 | [ ![ CI (global konveyor CI)] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml/badge.svg?branch=release-0.6&event=push )] ( https://github.com/konveyor/tackle2-ui/actions/workflows/ci-global.yml?query=branch%3Arelease-0.6+event%3Apush ) | |
2022
@@ -100,7 +102,6 @@ The React and Patternfly based UI is composed of web pages served by an http ser
100102
101103- The server proxies [ server/src/proxies.js] ( server/src/proxies.js ) use the environment
102104 variables ` TACKLE_HUB_URL ` and ` SSO_SERVER_URL ` to define the proxy endpoints:
103-
104105 - ` /hub ` &rarr ; ` TACKLE_HUB_URL ` defines the location of the HUB REST endpoint. If it
105106 is not defined, the URL ` http://localhost:9002 ` is used by default.
106107
0 commit comments