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

State machine #29

Merged
merged 13 commits into from
Aug 24, 2018
Merged

State machine #29

merged 13 commits into from
Aug 24, 2018

Commits on Jul 25, 2018

  1. State machine WIP

    cholcombe973 committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    904c5c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188cdb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. State machine WIP

    cholcombe973 committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    7da9b86 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

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

Commits on Aug 12, 2018

  1. Mock testing works

    cholcombe973 committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    50755e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

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

Commits on Aug 14, 2018

  1. Most tests are passing now

    I fixed the dot graph visualization so that properly labels state
    transitions now.
    cholcombe973 committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    f822ca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Resume test now passes

    cholcombe973 committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    e3068c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Reword some comments

    resolves #13
    cholcombe973 committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    3f46318 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Fix up the tests

    Since the tests run in parallel by default I had to introduce
    a bunch of random variables and a mutex to make sure the
    tests weren't all writing to the same loopback backing file
    or grabbing the same loopback device from the system.
    cholcombe973 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    b9974ce View commit details
    Browse the repository at this point in the history
  2. Update testing notes

    cholcombe973 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    7d164d8 View commit details
    Browse the repository at this point in the history
  3. Update dependency notes

    cholcombe973 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    302e4a1 View commit details
    Browse the repository at this point in the history
  4. Update readme

    cholcombe973 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    ad6bc8f View commit details
    Browse the repository at this point in the history