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

2901 fix country export #2903

Merged
merged 6 commits into from
Oct 13, 2022
Merged

2901 fix country export #2903

merged 6 commits into from
Oct 13, 2022

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    6522a5a View commit details
    Browse the repository at this point in the history
  2. export(transform): support ageRange in addition to ageBuckets

    To handle the transition from ageRange to ageBuckets, export scripts
    now support both, with a preference to ageBucket if that field exists.
    
    There are three scenarios that are handled:
    
    1. demographics.ageBuckets is present. This is the preferred option
       and the code sets the minimum and maximum of the buckets present
       as the age range
    
    2. demographics.ageRange is present and the age window (difference
       between the maximum and minimum is at least MINIMUM_AGE_WINDOW
    
    3. demographics.ageRange has a age window below MINIMUM_AGE_WINDOW.
       In this case the code matches it to the nearest age bucket(s).
    abhidg committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a6d258d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. migrations: add country if listed index for export

    Add index used by mongoexport in the export-data scripts
    abhidg committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2ff2aae View commit details
    Browse the repository at this point in the history
  2. prune-uploads: notify exceptions from hooks to Slack

    Also changes notify() to use the environment variable
    PRUNE_UPLOADS_WEBHOOK_URL instead of using a parameter
    abhidg committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    de8ab3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b91fea View commit details
    Browse the repository at this point in the history
  4. ci(export-deploy): deploy from main instead of -stable

    export scripts should be deployed for both dev and prod. No
    anticipated divergence is expected between them is expected at this
    point, so deploying from main makes sense
    abhidg committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    36554c8 View commit details
    Browse the repository at this point in the history