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

James/scale 34 time based global functions kill function execution #127

Commits on Dec 13, 2023

  1. First implementation of async scale run working e2e

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e6290bb View commit details
    Browse the repository at this point in the history
  2. WIP getting setTimeout to work

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    173004a View commit details
    Browse the repository at this point in the history
  3. js timers/timeout working e2e.

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    62c2df5 View commit details
    Browse the repository at this point in the history
  4. clearTimeout and clearInterval working

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6ca2471 View commit details
    Browse the repository at this point in the history
  5. Moved some things into quickjs for promise inspection

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6c7aabb View commit details
    Browse the repository at this point in the history
  6. Split out separate int test for ts setTimeout setInterval clearTimeou…

    …t clearInterval
    
    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a5ad06c View commit details
    Browse the repository at this point in the history
  7. Refactor time.rs to use trigger_time.elapsed()

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8ab5c15 View commit details
    Browse the repository at this point in the history
  8. Add: js_builder-x86_64-unknown-linux-gnu

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e787865 View commit details
    Browse the repository at this point in the history
  9. Add: js_builder-aarch64-unknown-linux-gnu

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b489fe4 View commit details
    Browse the repository at this point in the history
  10. Add: js_builder-x86_64-pc-windows-msvc

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    00b31a5 View commit details
    Browse the repository at this point in the history
  11. Add: js_builder-aarch64-apple-darwin

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    150e2a1 View commit details
    Browse the repository at this point in the history
  12. Add: js_builder-x86_64-apple-darwin

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c151163 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Tidied up error handling and comments

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f3e4feb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'james/scale-34-time-based-global-functions-kill-functio…

    …n-execution' of github.com:loopholelabs/scale into james/scale-34-time-based-global-functions-kill-function-execution
    jimmyaxod committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3498931 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Signed-off-by: Jimmy Moore <jamesmoore@loopholelabs.io>
    jimmyaxod committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d5a5a9a View commit details
    Browse the repository at this point in the history
  4. Add: js_builder-x86_64-unknown-linux-gnu

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c2fc4f1 View commit details
    Browse the repository at this point in the history
  5. Add: js_builder-aarch64-unknown-linux-gnu

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    70703e8 View commit details
    Browse the repository at this point in the history
  6. Add: js_builder-x86_64-pc-windows-msvc

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ded3a21 View commit details
    Browse the repository at this point in the history
  7. Add: js_builder-x86_64-apple-darwin

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    65c1e1d View commit details
    Browse the repository at this point in the history
  8. Add: js_builder-aarch64-apple-darwin

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    aadad7f View commit details
    Browse the repository at this point in the history