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

Runtime Engine #404

Merged
merged 94 commits into from
Oct 31, 2023
Merged

Runtime Engine #404

merged 94 commits into from
Oct 31, 2023

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    5be95d4 View commit details
    Browse the repository at this point in the history
  2. engine: refactor the runners to not be factories

    This is way easeier for testing and understanding
    josephjclark committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    07446be View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    be11be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b70a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    95a8511 View commit details
    Browse the repository at this point in the history
  2. engine: use a context object

    I think I've finally worked out hte api/context/state stuff - now it's just a context object, itself an event emitter, which tracks state
    josephjclark committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d7c7188 View commit details
    Browse the repository at this point in the history
  3. engine: extra test

    josephjclark committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    78cc25e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18c1c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7cda1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e4a685 View commit details
    Browse the repository at this point in the history
  3. engine: tidyups

    josephjclark committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    90eca70 View commit details
    Browse the repository at this point in the history
  4. engine: add pack

    josephjclark committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8cd3008 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    de9d597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fa02f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd4eda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    195f098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99435b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4fbcfa View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    d3580cb View commit details
    Browse the repository at this point in the history
  2. engine: typings

    josephjclark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    65b87e5 View commit details
    Browse the repository at this point in the history
  3. mock-lightning: break out the lightning mock into its own server. We …

    …need this for integration tests
    josephjclark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a4fe705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd0f3f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    397b0a9 View commit details
    Browse the repository at this point in the history
  6. worker: fix close()

    josephjclark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c138b4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5ad0c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef5883d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    697533a View commit details
    Browse the repository at this point in the history
  10. engine: tidying

    josephjclark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8d1683e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    224f8d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84d3d20 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4db3042 View commit details
    Browse the repository at this point in the history
  14. worker: fix events for autoinstall

    Also an emitted event no longer has to include workflowId
    josephjclark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fdf4785 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2cb974a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2efbb06 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d736b46 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f5cf94f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. lightning-mock: update tests

    Fix an issue where events wasnt passed into socket tests, and add a getResult test
    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    08c44bb View commit details
    Browse the repository at this point in the history
  2. runtime: be less eager to default initial state

    Basically if the incoming plan has initial state, the runtime should not override it
    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8244663 View commit details
    Browse the repository at this point in the history
  3. various: update worker integration tests

    Initial state test
    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bc01d18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7136bc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fec2405 View commit details
    Browse the repository at this point in the history
  6. update lockfile

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f375765 View commit details
    Browse the repository at this point in the history
  7. bump node versions

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3b7317b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c688468 View commit details
    Browse the repository at this point in the history
  9. engine: don't take an id

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    13554c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff5b7e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6705d71 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee0830a View commit details
    Browse the repository at this point in the history
  13. trypings

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    808d6b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b16a8d View commit details
    Browse the repository at this point in the history
  15. types

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    466ff01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    17ebba6 View commit details
    Browse the repository at this point in the history
  17. types

    josephjclark committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    13e824d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    8e9251d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6075065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed34d04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f62a4b View commit details
    Browse the repository at this point in the history
  5. worker: fix more typings

    josephjclark committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    525745a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f21314 View commit details
    Browse the repository at this point in the history
  7. workers: skip flaky test

    josephjclark committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e4a4f86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8517b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4fb9388 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e0826f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe17e9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6348a34 View commit details
    Browse the repository at this point in the history
  13. worker: types

    josephjclark committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5f708e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    8937fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    266128e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269ec33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e2d510 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f07d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    488ebfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    673cc11 View commit details
    Browse the repository at this point in the history
  8. worker docs

    josephjclark committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f95d589 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e4529e View commit details
    Browse the repository at this point in the history
  10. worker: feed attempt options through to engine.execute

    Not as easy as it looked...
    josephjclark committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    643e35a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5ad41b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    c7d3321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e1d9e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    881bf90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e378c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4631699 View commit details
    Browse the repository at this point in the history
  4. runtime: changeset

    josephjclark committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d2360d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4686508 View commit details
    Browse the repository at this point in the history
  6. worker-tests: add stateful adaptor test

    tests are failing but unrelated
    josephjclark committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    107ed75 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    1117ec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d5318 View commit details
    Browse the repository at this point in the history
  3. runtime: comment

    josephjclark committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e24df80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f10fdf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caab7a7 View commit details
    Browse the repository at this point in the history
  6. docs

    josephjclark committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bc8f531 View commit details
    Browse the repository at this point in the history
  7. engine: prep for release

    josephjclark committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e4a16e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    719ff4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc4a197 View commit details
    Browse the repository at this point in the history