From 24171d04e29b4f1870e16e3d7ab6f58155e31a85 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Tue, 18 Jul 2023 18:32:57 +0530 Subject: [PATCH 01/18] try --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfa32d..c408eb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Uffizzi Quickstart for Kubernetes (~ 1 minute) +# Uffizzi Quickstart for Kubernetes (~ 1 minute) try Go from pull request to Uffizzi Ephemeral Environment in less than one minute. This quickstart will create a virtual Kubernetes cluster on Uffizzi Cloud and deploy a sample microservices application from this repository. Once created, you can connect to the cluster with the Uffizzi CLI, then manage the cluster via `kubectl`, `kustomize`, `helm`, and other tools. You can clean up the cluster by closing the pull request or manually deleting it via the Uffizzi CLI. From 7ecc4c3b2f051e5c3770050af1276577aa2cfa18 Mon Sep 17 00:00:00 2001 From: Gopal Nambiar Date: Fri, 28 Jul 2023 17:16:06 -0500 Subject: [PATCH 02/18] Rebase try-uffizzi --- result/views/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6842773..335819f 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -29,7 +29,7 @@ body{ } #background-stats-2{ - background-color: #00cbca; + background-color: #000000; } #content-container{ From eab26b938a0b779e9afa8fb25da9bfc22d043828 Mon Sep 17 00:00:00 2001 From: Gopal Nambiar Date: Fri, 28 Jul 2023 17:18:46 -0500 Subject: [PATCH 03/18] Try --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c408eb3..4cfa32d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Uffizzi Quickstart for Kubernetes (~ 1 minute) try +# Uffizzi Quickstart for Kubernetes (~ 1 minute) Go from pull request to Uffizzi Ephemeral Environment in less than one minute. This quickstart will create a virtual Kubernetes cluster on Uffizzi Cloud and deploy a sample microservices application from this repository. Once created, you can connect to the cluster with the Uffizzi CLI, then manage the cluster via `kubectl`, `kustomize`, `helm`, and other tools. You can clean up the cluster by closing the pull request or manually deleting it via the Uffizzi CLI. From 376945b3a3a2fb327bd3dc1f03e1360c83de0e7f Mon Sep 17 00:00:00 2001 From: Lidia Date: Tue, 1 Aug 2023 12:32:06 +0200 Subject: [PATCH 04/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 42c28ce..345311d 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,6 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} + server: https://pr-1121-deployment-32145-uffizzi-platform.app.uffizzi.com/ - name: Kustomize and Apply Manifests id: prev From 68a3355888d097f0b12e9f66d0afb196cfffbfb6 Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 10:41:55 +0200 Subject: [PATCH 05/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 345311d..1770bd3 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,8 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://pr-1121-deployment-32145-uffizzi-platform.app.uffizzi.com/ + server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com + image_name: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev From aebf03487fd08bc3f698223eab09c889e7700b4d Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 10:46:56 +0200 Subject: [PATCH 06/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 1770bd3..7e37fa8 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com + server: https://app.qa-gke.uffizzi.com/ image_name: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests From 987c9651ad1bb527c492044634d0d0f865d34251 Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 10:57:09 +0200 Subject: [PATCH 07/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 7e37fa8..5c3c343 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,9 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://app.qa-gke.uffizzi.com/ - image_name: uffizzi/cli:pr-285 - + server: https://pr-1152-deployment-32497-uffizzi-platform.app.uffizzi.com/ - name: Kustomize and Apply Manifests id: prev run: | From 8064a46db51c2b27a2f9cc54b7107999b41fcb09 Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 11:58:11 +0200 Subject: [PATCH 08/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 5c3c343..4b971e0 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,8 @@ jobs: uses: UffizziCloud/cluster-action@main with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://pr-1152-deployment-32497-uffizzi-platform.app.uffizzi.com/ + server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com/ + image_name: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev run: | From 1e9c364eb9b730f6050e04e1b2170e77a2e3838d Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 12:33:25 +0200 Subject: [PATCH 09/18] Update style.css --- result/views/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 335819f..1205149 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -17,7 +17,7 @@ body{ .divider{ height: 150px; width:2px; - background-color: #C0C9CE; + background-color: #000000; position: relative; top: 50%; float: left; From 82d7d3d557bf6a91d67aab401279c65996debde6 Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 12:37:24 +0200 Subject: [PATCH 10/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 4b971e0..05a10ee 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -135,7 +135,7 @@ jobs: edit-mode: replace - name: Connect to Virtual Cluster - uses: UffizziCloud/cluster-action@main + uses: UffizziCloud/cluster-action@image_version with: cluster-name: pr-${{ github.event.pull_request.number }} server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com/ From 3fe97b4d9d5233d0d34aff8b447319a5c141e8db Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 12:46:05 +0200 Subject: [PATCH 11/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 05a10ee..dc56509 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -139,7 +139,7 @@ jobs: with: cluster-name: pr-${{ github.event.pull_request.number }} server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com/ - image_name: uffizzi/cli:pr-285 + image: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev run: | From 3f458b958bc66cd1e8fdf5e25ee15d82e7be4ad7 Mon Sep 17 00:00:00 2001 From: thetadev1 <100342828+thetadev1@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:49:34 +0200 Subject: [PATCH 12/18] Update style.css --- result/views/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 1205149..f929cc8 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -25,7 +25,7 @@ body{ } #background-stats-1{ - background-color: #2196f3; + background-color: #000000; } #background-stats-2{ From 7ff73d726fca1085f78a0f4a363ba642b2a7e2df Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 13:32:51 +0200 Subject: [PATCH 13/18] Update style.css --- result/views/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index f929cc8..1db702c 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -17,7 +17,7 @@ body{ .divider{ height: 150px; width:2px; - background-color: #000000; + background-color: #C0C9CE; position: relative; top: 50%; float: left; From e8ff606d9fe1a8653f6e8e1f4f91e2cddaf6322f Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 13:51:15 +0200 Subject: [PATCH 14/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index dc56509..7fc2c06 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@image_version with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://pr-1121-deployment-32487-uffizzi-platform.app.uffizzi.com/ + server: https://6cd8-62-4-42-246.ngrok.io image: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev From a7dbb0584e1abcb8f78d09176f0857bd5058823c Mon Sep 17 00:00:00 2001 From: thetadev1 <100342828+thetadev1@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:11:53 +0200 Subject: [PATCH 15/18] Update style.css --- result/views/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 1db702c..f929cc8 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -17,7 +17,7 @@ body{ .divider{ height: 150px; width:2px; - background-color: #C0C9CE; + background-color: #000000; position: relative; top: 50%; float: left; From d2bb657474f2da8a1fa83651d6619dd7f79dc426 Mon Sep 17 00:00:00 2001 From: thetadev1 <100342828+thetadev1@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:58:38 +0200 Subject: [PATCH 16/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index 7fc2c06..a0a9105 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@image_version with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://6cd8-62-4-42-246.ngrok.io + server: https://2b7b-62-4-42-246.ngrok.io image: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev From 6b67ee2f877ed9d8581eb1c898ebb570e3185211 Mon Sep 17 00:00:00 2001 From: Lidia Date: Mon, 7 Aug 2023 18:52:30 +0200 Subject: [PATCH 17/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index a0a9105..a604dc6 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -138,7 +138,7 @@ jobs: uses: UffizziCloud/cluster-action@image_version with: cluster-name: pr-${{ github.event.pull_request.number }} - server: https://2b7b-62-4-42-246.ngrok.io + server: https://pr-1121-deployment-32739-uffizzi-platform.app.uffizzi.com/ image: uffizzi/cli:pr-285 - name: Kustomize and Apply Manifests id: prev From f2fc47723dece83ea6763869683e787c69fd2ec1 Mon Sep 17 00:00:00 2001 From: Lidia Date: Mon, 7 Aug 2023 21:06:57 +0200 Subject: [PATCH 18/18] Update uffizzi.yml --- .github/workflows/uffizzi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uffizzi.yml b/.github/workflows/uffizzi.yml index a604dc6..970aefd 100644 --- a/.github/workflows/uffizzi.yml +++ b/.github/workflows/uffizzi.yml @@ -158,8 +158,8 @@ jobs: kubectl apply --kustomize . --kubeconfig ./kubeconfig # Imperatively create Ingress resources for the two HTTP endpoints. - export VOTE_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-vote.uclusters.app.uffizzi.com" - export RESULT_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-result.uclusters.app.uffizzi.com" + export VOTE_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-vote.uclusters.app.qa-gke.uffizzi.com" + export RESULT_HOST="pr-${{ github.event.number }}-${GITHUB_REPOSITORY_ID}-result.uclusters.app.qa-gke.uffizzi.com" if kubectl get ingress vote-${{ github.event.number }} --kubeconfig kubeconfig >/dev/null 2>&1; then echo "Ingress vote-${{ github.event.number }} already exists"