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

Remove reliance on key order in maps/objects #882

Commits on Jun 5, 2024

  1. feat: update schema to have task array

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0776820 View commit details
    Browse the repository at this point in the history
  2. fix: update examples to follow schema

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e9f6a66 View commit details
    Browse the repository at this point in the history
  3. fix: make all tasks array entries

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    12d1c85 View commit details
    Browse the repository at this point in the history
  4. make: all task references arrays

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    96fa290 View commit details
    Browse the repository at this point in the history
  5. docs: update samples in docs

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    616f8f8 View commit details
    Browse the repository at this point in the history
  6. docs: update dsl reference

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0cfa468 View commit details
    Browse the repository at this point in the history
  7. Fix serverlessworkflow#878 - Fix URI format in workflow schema for en…

    …dpoint attribute
    
    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    ricardozanini authored and matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    805addf View commit details
    Browse the repository at this point in the history
  8. Add missing example to verify change

    Signed-off-by: Ricardo Zanini <zanini@redhat.com>
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    ricardozanini authored and matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a38d4ce View commit details
    Browse the repository at this point in the history
  9. fix: update new example

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    03a8a6f View commit details
    Browse the repository at this point in the history
  10. fix: remove trailing colon

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f7c0a34 View commit details
    Browse the repository at this point in the history
  11. fix: make extensions an array as well

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    de0efa2 View commit details
    Browse the repository at this point in the history
  12. fix: use endpoint instead of uri

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    88bb6e4 View commit details
    Browse the repository at this point in the history
  13. fix: use correct extend

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2864941 View commit details
    Browse the repository at this point in the history
  14. fix: use endpoint object

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    872edd3 View commit details
    Browse the repository at this point in the history
  15. refactor: only make do an array

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ad8bad8 View commit details
    Browse the repository at this point in the history
  16. fix: use const for call tasks

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    14c8783 View commit details
    Browse the repository at this point in the history
  17. fix: replace ref with $ref

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    226cf99 View commit details
    Browse the repository at this point in the history
  18. fix: allow references to authentications in use

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4f21c9d View commit details
    Browse the repository at this point in the history
  19. fix: add missing type directives to tasks

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4b8e57a View commit details
    Browse the repository at this point in the history
  20. docs: add example of reusable auth

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    039b901 View commit details
    Browse the repository at this point in the history
  21. docs: add async api example

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    58bd84a View commit details
    Browse the repository at this point in the history
  22. fix: use operationRef

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2f3d915 View commit details
    Browse the repository at this point in the history
  23. fix: update examples to new schema

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    35c0e34 View commit details
    Browse the repository at this point in the history
  24. fix: update use endpoint in examples

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5e05b53 View commit details
    Browse the repository at this point in the history
  25. fix: allow to specify endpoint as string as described in dsl

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d33b1a0 View commit details
    Browse the repository at this point in the history
  26. docs: add shorthand endpoint example

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7b5b0fc View commit details
    Browse the repository at this point in the history
  27. fix: use uri-template

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    752c383 View commit details
    Browse the repository at this point in the history
  28. fix: update old example

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b242913 View commit details
    Browse the repository at this point in the history
  29. docs: update dsl docs

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d01ded3 View commit details
    Browse the repository at this point in the history
  30. chore: update examples

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b8f3e29 View commit details
    Browse the repository at this point in the history
  31. feat: update schema to use named tasks

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e695c2f View commit details
    Browse the repository at this point in the history
  32. refactor: make for.do an array as well

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d7220a2 View commit details
    Browse the repository at this point in the history
  33. Revert "refactor: make for.do an array as well"

    This reverts commit 119b7b8.
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    28742a5 View commit details
    Browse the repository at this point in the history
  34. test: update ctk

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5abfe4d View commit details
    Browse the repository at this point in the history
  35. chore: update examples

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f50bf6c View commit details
    Browse the repository at this point in the history
  36. feat: update schema

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    62b5fde View commit details
    Browse the repository at this point in the history
  37. test: update ctk files

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ecee0c1 View commit details
    Browse the repository at this point in the history
  38. docs: update dsl

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4b369e5 View commit details
    Browse the repository at this point in the history
  39. fix: fix indentation of then

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    183b8d3 View commit details
    Browse the repository at this point in the history
  40. fix: update extend property

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f76b709 View commit details
    Browse the repository at this point in the history
  41. refactor: replace compete with competitively

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    acad3d7 View commit details
    Browse the repository at this point in the history
  42. Revert "refactor: replace compete with competitively"

    This reverts commit 33488a5.
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    03b8b46 View commit details
    Browse the repository at this point in the history
  43. Revert "fix: update extend property"

    This reverts commit 7d9807c.
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4da0614 View commit details
    Browse the repository at this point in the history
  44. fix: update examples

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b55e59c View commit details
    Browse the repository at this point in the history
  45. fix: update ctk

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a406b21 View commit details
    Browse the repository at this point in the history
  46. Revert "feat: update schema"

    This reverts commit ab2228c.
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    901578a View commit details
    Browse the repository at this point in the history
  47. revert splitting of composite

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    36761c6 View commit details
    Browse the repository at this point in the history
  48. fix: rename name from task

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2c79aa4 View commit details
    Browse the repository at this point in the history
  49. fix: move then to right level

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e850089 View commit details
    Browse the repository at this point in the history
  50. Revert "fix: rename name from task"

    This reverts commit 0533865.
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    639f936 View commit details
    Browse the repository at this point in the history
  51. fix: remove left over name properties

    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    dc721a3 View commit details
    Browse the repository at this point in the history
  52. Merge remote-tracking branch 'origin/main' into matthias-pichler/remo…

    …ve-reliance-875
    
    Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
    matthias-pichler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9af40e3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    dfe3e67 View commit details
    Browse the repository at this point in the history