Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move to production #2189

Merged
merged 52 commits into from
Sep 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b95f99d
setup preprocessing methods
Mnoble-19 Aug 18, 2023
9d541f1
training job code setup
Mnoble-19 Aug 20, 2023
9ec80cc
Fix category encoder
Mnoble-19 Aug 21, 2023
1f76623
code cleanup - training job
Mnoble-19 Aug 21, 2023
365746c
setup actual forecasting job
Mnoble-19 Aug 21, 2023
6372a12
update forecasting job to match training job
Mnoble-19 Aug 22, 2023
33ee0e4
setup dags for all jobs
Mnoble-19 Aug 22, 2023
b5a5ac6
cleans up training job code
Mnoble-19 Aug 22, 2023
255a0cd
refactor prediction job
Mnoble-19 Aug 22, 2023
df858d5
fix issues in new method for making forecasts
Mnoble-19 Aug 22, 2023
169222f
Update ml_utils.py
Mnoble-19 Aug 23, 2023
167261c
fix forecast generation method
Mnoble-19 Aug 23, 2023
31e9ec1
Update ml_utils.py
Mnoble-19 Aug 23, 2023
4dfa9ac
refactor endpoints
Mnoble-19 Aug 25, 2023
b31a0fb
code cleanup
Mnoble-19 Aug 25, 2023
356de3c
Merge branch 'staging' into forecast-job-improvement
Mnoble-19 Aug 26, 2023
0b19efa
Merge branch 'staging' into forecast-job-improvement
Mnoble-19 Aug 29, 2023
071d351
disable error functionality
Mnoble-19 Aug 30, 2023
99143c8
Merge branch 'staging' into forecast-job-improvement
Mnoble-19 Aug 30, 2023
6c949a3
Merge branch 'staging' into forecast-job-improvement
Mnoble-19 Sep 6, 2023
fc2b8dd
add bigquery method tests
Mnoble-19 Sep 6, 2023
545be08
add preprocessing tests
Mnoble-19 Sep 14, 2023
15909c1
add feature engineering tests
Mnoble-19 Sep 14, 2023
222afa1
Merge branch 'staging' into forecast-job-improvement
Mnoble-19 Sep 14, 2023
f18da9b
training job cleanup
Mnoble-19 Sep 16, 2023
8a6e8e7
refactor forecast job DAG
Mnoble-19 Sep 18, 2023
01a6674
Update AirQo exceedance production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
4233c13
Update KCCA exceedance production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
2474e9b
Update incentives production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
f669ae1
Update auth service staging image tag to stage-5513f226-1695028756
github-actions[bot] Sep 18, 2023
0e8d9a7
Update device registry production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
6d1b58d
Update auth service production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
2a75b4e
Update analytics production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
280ecfb
Update airflow prod image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
7cc6e2e
Update predict production image tag to prod-74273167-1695028772
github-actions[bot] Sep 18, 2023
0f22ce9
Run black formatter
Mnoble-19 Sep 18, 2023
75be7a5
Update ml_prediction_jobs.py
Mnoble-19 Sep 18, 2023
defae71
Merge pull request #2076 from airqo-platform/forecast-job-improvement
Baalmart Sep 18, 2023
ccb9ee2
Update airflow staging image tag to stage-defae719-1695039035
github-actions[bot] Sep 18, 2023
761aad8
Update predict staging image tag to stage-defae719-1695039035
github-actions[bot] Sep 18, 2023
e010fe9
Add Translation for Lessons and Quizzes
BenjaminSsempala Sep 19, 2023
33cbc44
Merge pull request #2190 from airqo-platform/kya-translation
Baalmart Sep 19, 2023
69e96c8
Update device registry staging image tag to stage-33cbc445-1695129549
github-actions[bot] Sep 19, 2023
fba683d
Fix save_to_mongo method
Mnoble-19 Sep 20, 2023
586026a
Merge pull request #2192 from airqo-platform/forecasts-hotfix
Baalmart Sep 20, 2023
4205c17
Update airflow staging image tag to stage-586026aa-1695189812
github-actions[bot] Sep 20, 2023
027c857
Update airflow staging image tag to stage-586026aa-1695189812
github-actions[bot] Sep 20, 2023
69be96b
Add tests for data-mgt
BenjaminSsempala Sep 21, 2023
676e80f
Fixing errors for incentives tests
BenjaminSsempala Sep 21, 2023
d808bb9
Merge pull request #2193 from airqo-platform/unit-test-errors
Baalmart Sep 21, 2023
2ed3a86
Update data mgt staging image tag to stage-d808bb92-1695279279
github-actions[bot] Sep 21, 2023
c7fb17a
Update incentives staging image tag to stage-d808bb92-1695279279
github-actions[bot] Sep 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update device registry staging image tag to stage-33cbc445-1695129549
github-actions[bot] committed Sep 19, 2023
commit 69e96c86e7dd6f200044304054674d42d2090ce7
2 changes: 1 addition & 1 deletion k8s/device-registry/values-stage.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ app:
replicaCount: 2
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-device-registry-api
tag: stage-5e65174e-1695028544
tag: stage-33cbc445-1695129549
nameOverride: ''
fullnameOverride: ''
podAnnotations: {}