Skip to content

Commit 2f8a3e5

Browse files
authored
Merge pull request #1035 from cmu-delphi/drop-safegraph-mobility
Drop safegraph mobility signals code, CI, automation, and monitoring
2 parents 237edd6 + 8863352 commit 2f8a3e5

31 files changed

+6
-6154
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
strategy:
1818
matrix:
19-
packages: [_delphi_utils_python, changehc, claims_hosp, combo_cases_and_deaths, covid_act_now, doctor_visits, google_symptoms, hhs_hosp, hhs_facilities, jhu, nchs_mortality, nowcast, quidel, quidel_covidtest, safegraph, safegraph_patterns, usafacts]
19+
packages: [_delphi_utils_python, changehc, claims_hosp, combo_cases_and_deaths, covid_act_now, doctor_visits, google_symptoms, hhs_hosp, hhs_facilities, jhu, nchs_mortality, nowcast, quidel, quidel_covidtest, safegraph_patterns, usafacts]
2020
defaults:
2121
run:
2222
working-directory: ${{ matrix.packages }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Keep in sync with '.github/workflows/python-ci.yml'.
1010
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
1111
*/
12-
def indicator_list = ["cdc_covidnet", "changehc", "claims_hosp", "combo_cases_and_deaths", "covid_act_now", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph", "safegraph_patterns", "sir_complainsalot", "usafacts"]
12+
def indicator_list = ["cdc_covidnet", "changehc", "claims_hosp", "combo_cases_and_deaths", "covid_act_now", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts"]
1313
def build_package = [:]
1414
def deploy_staging = [:]
1515
def deploy_production = [:]

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"safegraph": {
3131
"max_age": 11,
32-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
32+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
33+
"retired-signals": ["completely_home_prop", "full_time_work_prop", "part_time_work_prop", "median_home_dwell_time", "completely_home_prop_7dav", "full_time_work_prop_7dav", "part_time_work_prop_7dav", "median_home_dwell_time_7dav"]
3334
},
3435
"fb-survey": {
3536
"max_age": 3,

safegraph/.gitignore

Lines changed: 0 additions & 120 deletions
This file was deleted.

safegraph/.pylintrc

Lines changed: 0 additions & 22 deletions
This file was deleted.

safegraph/DETAILS.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

safegraph/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

safegraph/README.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

safegraph/REVIEW.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

safegraph/cache/.gitignore

Whitespace-only changes.

safegraph/delphi_safegraph/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

safegraph/delphi_safegraph/__main__.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

safegraph/delphi_safegraph/constants.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)