Skip to content

Commit d0ad33d

Browse files
authored
Merge pull request #1036 from cmu-delphi/main
Deploy drop safegraph to production
2 parents 567d6fb + 2f8a3e5 commit d0ad33d

32 files changed

+9
-6157
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,

facebook/delphiFacebook/R/contingency_variables.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ remap_responses <- function(df) {
293293
"3"="Some college",
294294
"4"="2 year degree",
295295
"5"="4 year degree",
296-
"6"="Master's degree",
297-
"7"="Professional degree",
298-
"8"="Doctorate"),
296+
"8"="Master's degree",
297+
"6"="Professional degree",
298+
"7"="Doctorate"),
299299
"default"=NULL,
300300
"type"="mc"
301301
),

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.

0 commit comments

Comments
 (0)