Skip to content

Deploy drop safegraph to production #1036

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

Merged
merged 4 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
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]
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]
defaults:
run:
working-directory: ${{ matrix.packages }}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Keep in sync with '.github/workflows/python-ci.yml'.
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
*/
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"]
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"]
def build_package = [:]
def deploy_staging = [:]
def deploy_production = [:]
Expand Down
3 changes: 2 additions & 1 deletion ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
},
"safegraph": {
"max_age": 11,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"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"]
},
"fb-survey": {
"max_age": 3,
Expand Down
6 changes: 3 additions & 3 deletions facebook/delphiFacebook/R/contingency_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ remap_responses <- function(df) {
"3"="Some college",
"4"="2 year degree",
"5"="4 year degree",
"6"="Master's degree",
"7"="Professional degree",
"8"="Doctorate"),
"8"="Master's degree",
"6"="Professional degree",
"7"="Doctorate"),
"default"=NULL,
"type"="mc"
),
Expand Down
120 changes: 0 additions & 120 deletions safegraph/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions safegraph/.pylintrc

This file was deleted.

39 changes: 0 additions & 39 deletions safegraph/DETAILS.md

This file was deleted.

24 changes: 0 additions & 24 deletions safegraph/Makefile

This file was deleted.

72 changes: 0 additions & 72 deletions safegraph/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions safegraph/REVIEW.md

This file was deleted.

Empty file removed safegraph/cache/.gitignore
Empty file.
11 changes: 0 additions & 11 deletions safegraph/delphi_safegraph/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions safegraph/delphi_safegraph/__main__.py

This file was deleted.

Loading