From 24171d04e29b4f1870e16e3d7ab6f58155e31a85 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Tue, 18 Jul 2023 18:32:57 +0530 Subject: [PATCH 01/10] 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/10] 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/10] 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/10] 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/10] 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/10] 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/10] 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/10] 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 5f126d9d603052e0d549cf6368a00fb9bae142d0 Mon Sep 17 00:00:00 2001 From: thetadev1 <100342828+thetadev1@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:12:37 +0200 Subject: [PATCH 09/10] Update style.css --- result/views/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 335819f..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; @@ -25,7 +25,7 @@ body{ } #background-stats-1{ - background-color: #2196f3; + background-color: #000000; } #background-stats-2{ From 1c4c11dbd891772ecb164c15109fd0956a4d1521 Mon Sep 17 00:00:00 2001 From: Lidia Date: Fri, 4 Aug 2023 13:30:39 +0200 Subject: [PATCH 10/10] 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..561c3ed 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -29,7 +29,7 @@ body{ } #background-stats-2{ - background-color: #000000; + background-color: #C0C9CE; } #content-container{