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

Allow Variable Steps in the Dataflow Processor #509

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    26231d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf6613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c664b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a8ef0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    591396e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c79024 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0717aad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    970abdf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    ba242df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5837668 View commit details
    Browse the repository at this point in the history
  3. Allow scope declarations in structured commit messages (#512)

    * git, doc: document new optional scope and much more readable regex in commit-msg
    
    * feat(commit-msg): print out message even if it is invalid
    
    * feat(commit-msg): print commit message even if it is incorrect
    
    * doc: refer to the contributin md instead of just printing the regex if the git commit message is wrong
    
    * refactor(commit-msg): slightly reformat output
    
    * refactor(commit-msg): remove the `log` type
    
    * doc(contributing): document new scopes for commit messages
    EagleoutIce authored Nov 24, 2023
    2 Configuration menu
    Copy the full SHA
    5306718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a08fdf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc9d0ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4134d8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e22fca1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6689b40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ca0102 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e89a99 View commit details
    Browse the repository at this point in the history
  11. refactor, fix(pipeline): improve init handling of decorator steps and…

    … cleanup decoration toposort
    EagleoutIce committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3f1afc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57b0e74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4afcaee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce8b79a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c07efbe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    372d53a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2149b0f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa891aa View commit details
    Browse the repository at this point in the history
  19. Robustify Git-Hooks for use with GitHub Desktop (#499)

    git: try to make pre-push hook more robust with sourcing npm
    EagleoutIce authored Nov 24, 2023
    2 Configuration menu
    Copy the full SHA
    5918e5d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b0d17cc View commit details
    Browse the repository at this point in the history
  21. Improve pre-push hook with GitHub Desktop by detecting windows (#515)

    git: improve on pre-push hook with windows fallback
    EagleoutIce authored Nov 24, 2023
    2 Configuration menu
    Copy the full SHA
    f86a20d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    42f8b83 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b30aa2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7f20772 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bfe9859 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6f246e5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    941c7ea View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    616413b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    338dbb2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c467a64 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9b30402 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    03480c5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b3b5d25 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b688982 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    024aebc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f03acfe View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    beaa75b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    96d58de View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0e8f2cc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    195077e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bb36ae9 View commit details
    Browse the repository at this point in the history
  42. refactor, wip(pipeline-executor): working on migrating the slicer sem…

    …antics to the pipeline semantics
    EagleoutIce committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a7908ea View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d10f614 View commit details
    Browse the repository at this point in the history
  44. refactor, wip(pipeline): we need to unify the design of a pipeline step

    with regards to its input arguments
    EagleoutIce committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    49064cc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    44c0347 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    246e95e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cff01af View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    511e255 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    73ab0da View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8673956 View commit details
    Browse the repository at this point in the history
  51. refactor(steps): defer guards for step processors -> if we are wired …

    …wrongly, we have more problems
    EagleoutIce committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c2a30f7 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    78809c1 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    bd5a551 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    4393f42 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f1e97f7 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c48a132 View commit details
    Browse the repository at this point in the history
  57. refactor(stepping-slicer): update filename from slicer to `stepping…

    …-slicer` to reflect the content better
    EagleoutIce committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6846048 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    dda10a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    87bf0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b906f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0de5024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb4e077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f26b530 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    53e7e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a7b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01495c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e637c00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6409702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f927d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3a3fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b5ca6c View commit details
    Browse the repository at this point in the history
  9. refactor(static-slice): hoist empty env when initializing visiting qu…

    …eue of the static slicer
    EagleoutIce committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5374d87 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f98544 View commit details
    Browse the repository at this point in the history
  11. refactor(static-slicer): do not use default map but directly embed se…

    …mantics in static slicing
    EagleoutIce committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8bf74eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6aeeda0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f9b190 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a92674c View commit details
    Browse the repository at this point in the history
  15. refactor(shell): options will now no longer use a deep merge as it se…

    …ems to be a misplaced performance option
    EagleoutIce committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8bcec1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6a5037b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f814b0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    952019f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9d919da View commit details
    Browse the repository at this point in the history
  20. Revert "refactor(shell, test): tryyyy to host shell"

    This reverts commit 9d919da.
    EagleoutIce committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cc36f19 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d153b32 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d24bfea View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c8e7eb3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    81cc254 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a21502e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a1b07d1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bbf882a View commit details
    Browse the repository at this point in the history
  28. refactor(pipeline-executor): make guard message a supplier to avoid t…

    …he string construction if it is not needed
    EagleoutIce committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3459f17 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ee6211c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    15c1c12 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bf1f67 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    48e4747 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f92353c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4c46edb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    63e7595 View commit details
    Browse the repository at this point in the history