Yuxin (David) Huang

Results 7 issues of Yuxin (David) Huang

# Issue Currently, the Zoltar upload action uses old validations code. The action runs [`travis/upload_zoltar_master.sh`](https://github.com/reichlab/covid19-forecast-hub/blob/master/travis/upload_zoltar_master.sh), and in this shell script [`travis/validate-data.sh`](https://github.com/reichlab/covid19-forecast-hub/blob/master/travis/validate-data.sh) is run as a step. However, `travis/validate-data.sh` actually uses...

enhancement
data-validation
low priority

Right now to switch the upload script between production and staging one needs to commit the `code/zoltar_scripts/upload_covid19_forecasts_to_zoltar.py` script with `STAGING = True` to the master branch. To simplify this process,...

enhancement
low priority

Right now the statcounter does not track views to the weekly reports per state/date. Investigating whether it can be done per state/date.

enhancement
weekly-report

Wrap logging buffer writes in critical section in Windows logging implementation Description ----------- WinSim (by virtue of Windows behavior) does not change task priority correctly/immediately. previously the logging buffer writes...

Add MQTT Mutual Auth on QEMU demo Description ----------- Adds a demo for MQTT Mutual Auth on QEMU. Test Steps ----------- n/a (see README.md in demo folder for instructions to...

A step in our build script requires bulk GitHub API access and thus an access token is required. Such a token can only be associated with a user account (and...

enhancement