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

Added "planned unit count" to model. #597

Merged
merged 9 commits into from
Sep 10, 2021
Merged

Added "planned unit count" to model. #597

merged 9 commits into from
Sep 10, 2021

Commits on Sep 1, 2021

  1. Added "planned unit count" to model.

    This is the simplest possible implementation of goal state, designed
    to give folks a way to access goal state info, without implementing a
    more complete representation of goal state.
    pengale committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6cff25f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Renamed routines and moved code

    get_planned_unit_count -> planned_units.
    
    Moved where we expose this to the Application class.
    pengale committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    541ed4b View commit details
    Browse the repository at this point in the history
  2. Added tests

    Hat tip to justinmclark's earlier PR, where he figured out the best
    way to test this.
    pengale committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    d39d4b0 View commit details
    Browse the repository at this point in the history
  3. Fixed test cleanup

    pengale committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e230170 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Minor changes.

    pengale committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    cefdeef View commit details
    Browse the repository at this point in the history
  2. Fixed style issue.

    pengale committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    6741dba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cce1af View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Updated language around goal state

    Makes it clear that goal state is deprecated.
    pengale committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3c0b1c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5fde5 View commit details
    Browse the repository at this point in the history