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

WIP: Control flow fork #198

Closed
wants to merge 23 commits into from
Closed

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    292b5d7 View commit details
    Browse the repository at this point in the history
  2. indentation

    corevo committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    b96ed99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a901f3e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Playback tree class

    Oleg Vodolazsky committed May 14, 2018
    Configuration menu
    Copy the full SHA
    26dc077 View commit details
    Browse the repository at this point in the history
  2. Command left and right options

    Oleg Vodolazsky committed May 14, 2018
    Configuration menu
    Copy the full SHA
    956aff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1ca4a1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Correct direction determination for control flow commands

    Oleg Vodolazsky committed May 15, 2018
    Configuration menu
    Copy the full SHA
    d16aaeb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. rerenamed executionLoop

    Oleg Vodolazsky committed May 17, 2018
    Configuration menu
    Copy the full SHA
    3348a29 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Incorporate playback tree to playback execution loop

    Oleg Vodolazsky committed May 18, 2018
    Configuration menu
    Copy the full SHA
    556d0b9 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. elseIf command

    Oleg Vodolazsky committed May 29, 2018
    Configuration menu
    Copy the full SHA
    fed110d View commit details
    Browse the repository at this point in the history
  2. do-repeatif commands

    Oleg Vodolazsky committed May 29, 2018
    Configuration menu
    Copy the full SHA
    30a4378 View commit details
    Browse the repository at this point in the history
  3. 'times' command from playback tree perspective

    Oleg Vodolazsky committed May 29, 2018
    Configuration menu
    Copy the full SHA
    db788d6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. playbackTree.js adjustments and continue|break dummies

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    570d7de View commit details
    Browse the repository at this point in the history
  2. slightly more readable playbackTree.js

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    5f50ade View commit details
    Browse the repository at this point in the history
  3. Adjustments for indents

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    cadf453 View commit details
    Browse the repository at this point in the history
  4. Close end blocks in 'inverseExtCommandSwitcher'

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    f18b295 View commit details
    Browse the repository at this point in the history
  5. 'continue' command

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3ac4ba2 View commit details
    Browse the repository at this point in the history
  6. Continue warning

    Oleg Vodolazsky committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b18fab3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Suite Validator added

    Oleg Vodolazsky committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    5905bb2 View commit details
    Browse the repository at this point in the history
  2. Fix issue with validating if-elseif-else blocks. Additional flexibili…

    …ty for validation.
    Oleg Vodolazsky committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    3d92c0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157ea3f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Sandboxing work started

    Oleg Vodolazsky committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c695d78 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Eval conditions in the sandbox with variables injected

    Oleg Vodolazsky committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    6cfdb61 View commit details
    Browse the repository at this point in the history