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

Factory default tag overrides #128

Merged
merged 26 commits into from
Aug 1, 2022
Merged

Factory default tag overrides #128

merged 26 commits into from
Aug 1, 2022

Commits on Jul 27, 2022

  1. WIP: JActivable uses a finite state machine

    Everything compiles, but doesn't run yet
    nathanwbrei committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b06ae38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    113c3ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc6af3 View commit details
    Browse the repository at this point in the history
  4. Fix SchedulerTests

    nathanwbrei committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    2751646 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Fix TerminationTests

    nathanwbrei committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    1965cf6 View commit details
    Browse the repository at this point in the history
  2. Rename 'stop' to 'pause'

    This clears up some deep confusion about whether finish() has been called afterwards. In a nutshell: pause=arrows are not running, but have not been finalized, so that can be resumed. stop=arrows are not running and cannot be resumed: they are finished. Stop makes sense for the topology as a whole but doesn't make sense for arrows.
    nathanwbrei committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3a08c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df2eef8 View commit details
    Browse the repository at this point in the history
  4. Small test fixes

    nathanwbrei committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    33922e0 View commit details
    Browse the repository at this point in the history
  5. Small fix for gcc4.8.5

    nathanwbrei committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ab91276 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df80957 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    dbffb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cff39f View commit details
    Browse the repository at this point in the history
  3. Excise JActivable

    nathanwbrei committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8d91da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46999fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66637db View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    74d0a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2015c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9a4920 View commit details
    Browse the repository at this point in the history
  4. JArrowTopology: Re-rename "stop" to "finish"

    Naming things is difficult.
    nathanwbrei committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    6703918 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3574015 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdcb1b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf5fb10 View commit details
    Browse the repository at this point in the history
  8. Fix tiny memory leak

    nathanwbrei committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    17b8386 View commit details
    Browse the repository at this point in the history
  9. Fix ScaleTests

    nathanwbrei committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    22db50a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e99da0c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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