Skip to content

Commit a6c3a0d

Browse files
authored
Remove the rest of Kurono (#329)
1 parent 9c91732 commit a6c3a0d

File tree

100 files changed

+5
-18277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+5
-18277
lines changed

.github/actions/deploy_gcloud/action.yml

-8
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ inputs:
7373
redis-port:
7474
description: Redis port
7575
required: true
76-
react-app-kurono-badges-url:
77-
description: URL for Kurono badges service
78-
required: true
7976
portal-branch:
8077
description: Optional portal branch to deploy
8178
default: ""
@@ -94,10 +91,6 @@ runs:
9491
pip install mysqlclient==2.1.*
9592
shell: bash
9693

97-
- name: "Install kubernetes"
98-
run: pip install kubernetes==26.1.0
99-
shell: bash
100-
10194
- name: "Build"
10295
run: |
10396
pip install requests
@@ -211,5 +204,4 @@ runs:
211204
RECAPTCHA_PRIVATE_KEY: ${{ inputs.recaptcha-private-key }}
212205
REDIS_IP: ${{ inputs.redis-ip }}
213206
REDIS_PORT: ${{ inputs.redis-port }}
214-
REACT_APP_KURONO_BADGES_URL: ${{ inputs.react-app-kurono-badges-url }}
215207
shell: bash

.github/pull_request_template.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!--- Provide a general summary of your changes in the Title above -->
2-
<!--- This template can be modified slighty to the needs of the pull request -->
2+
<!--- This template can be modified slightly to the needs of the pull
3+
request -->
34

45
## Description
56
<!--- Describe your changes in detail -->

.github/workflows/deploy_default.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.8.x"
2828
architecture: "x64"
@@ -68,7 +68,6 @@ jobs:
6868
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
6969
redis-ip: ${{ secrets.REDIS_IP }}
7070
redis-port: ${{ secrets.REDIS_PORT }}
71-
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}
7271

7372
- name: Notify successful deployment
7473
if: ${{ success() }}

.github/workflows/deploy_dev.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Setup Python
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: "3.8.x"
3838
architecture: "x64"
@@ -78,7 +78,6 @@ jobs:
7878
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
7979
redis-ip: ${{ secrets.REDIS_IP }}
8080
redis-port: ${{ secrets.REDIS_PORT }}
81-
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}
8281
portal-branch: ${{ github.event.inputs.portal-branch }}
8382
rapid-router-branch: ${{ github.event.inputs.rapid-router-branch }}
8483

.github/workflows/deploy_staging.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.8.x"
2828
architecture: "x64"
@@ -68,7 +68,6 @@ jobs:
6868
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
6969
redis-ip: ${{ secrets.REDIS_IP }}
7070
redis-port: ${{ secrets.REDIS_PORT }}
71-
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}
7271

7372
- name: Notify successful deployment
7473
if: ${{ success() }}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.terraform
21
app.yaml
32
lib
43
static

app.yaml.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ env_variables:
4949
REDIS_PORT: '${REDIS_PORT}'
5050
AWS_ACCESS_KEY_ID: '${AWS_ACCESS_KEY_ID}'
5151
AWS_SECRET_ACCESS_KEY: '${AWS_SECRET_ACCESS_KEY}'
52-
REACT_APP_KURONO_BADGES_URL: '${REACT_APP_KURONO_BADGES_URL}'

clusters_setup/deploy.py

-177
This file was deleted.

clusters_setup/fleet.yaml

-34
This file was deleted.

clusters_setup/ingress.yaml

-28
This file was deleted.

clusters_setup/ingress_nginx/configmap.yaml

-7
This file was deleted.

clusters_setup/ingress_nginx/default-backend-deployment.yaml

-40
This file was deleted.

0 commit comments

Comments
 (0)