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

COVID-19 Related Updates #931

Merged
merged 25 commits into from
Sep 16, 2021
Merged

COVID-19 Related Updates #931

merged 25 commits into from
Sep 16, 2021

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    096e180 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    c82a3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5419a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    b43174c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    8f377c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    b0d073d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    d0978cb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    f2469d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    19a7c24 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Fixed incorrect comparison when deciding on shot

    Was getting 1 - the ratio desired for the age group
    eedrummer committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b0abcbc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Unit testing

    eedrummer committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ab560f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    772488b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Fix infinite COVID-19

    Because of a wrong transition, unvaccinated and infected people would
    constantly loop through COVID-19 (unless it killed them)
    eedrummer committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b0cb446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b4966 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    4da5fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c823fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282afcc View commit details
    Browse the repository at this point in the history
  4. Checkstyle fixes

    eedrummer committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7818efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6778106 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b79c561 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d727f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    01a9889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db0654 View commit details
    Browse the repository at this point in the history
  3. Thread safe enumerated distros and fixes fo vax encounters

    Created a new SyncedEnumeratedDistro that allows for easy, thread safe use of
    EnumeratedDistributions.
    Vaccination encounters now have more provider information, which should allow for
    all exporters to work.
    eedrummer committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a718211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86de12d View commit details
    Browse the repository at this point in the history