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

Added sagaexecutor example #489

Closed
wants to merge 26 commits into from
Closed

Added sagaexecutor example #489

wants to merge 26 commits into from

Commits on Jan 8, 2024

  1. Added sagaexecutor example

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b269faa View commit details
    Browse the repository at this point in the history
  2. Missed extra parameter on Poller

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2d24a6d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Signed-off-by: stevef1uk <[email protected]>
    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    76a9a7f View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Just tested on an intel system and realised the README was slightly wrong.
    
    Signed-off-by: stevef1uk <[email protected]>
    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1e88c2b View commit details
    Browse the repository at this point in the history
  5. Added consolidated README & local testing capability

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b3afa45 View commit details
    Browse the repository at this point in the history
  6. Removing log files

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c9b16a1 View commit details
    Browse the repository at this point in the history
  7. deleted log files

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    75b80bf View commit details
    Browse the repository at this point in the history
  8. fixed an oops on mock_server dockerfile

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9a61ab8 View commit details
    Browse the repository at this point in the history
  9. Updated README for kubernetes

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5e5f292 View commit details
    Browse the repository at this point in the history
  10. Removed custom Postgres code and replaced with Dapr Postgres Binding …

    …plus more simplifications
    
    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a6317c3 View commit details
    Browse the repository at this point in the history
  11. removing unnecessary debug logging

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a2820dc View commit details
    Browse the repository at this point in the history
  12. ensuring dapr client closed

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2dd7d62 View commit details
    Browse the repository at this point in the history
  13. removed unnecessary makefiles

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    01c6d8c View commit details
    Browse the repository at this point in the history
  14. Added signal handlers to Poller & Subscriber

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c611de6 View commit details
    Browse the repository at this point in the history
  15. removed errant binary

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    16c4973 View commit details
    Browse the repository at this point in the history
  16. Added Makefiles & updated README etc.

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d368f4b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Fixed Makesfiles

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e92597c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. removed some commented out code

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6da8049 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Most review comments addressed

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ef11b9b View commit details
    Browse the repository at this point in the history
  2. Made GitHub Id configurable in Makefiles

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fb07cf1 View commit details
    Browse the repository at this point in the history
  3. worked around absolute path in secret for local testing

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c63f56b View commit details
    Browse the repository at this point in the history
  4. Removed final mentions of my GitHub repo

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f731afc View commit details
    Browse the repository at this point in the history
  5. Deleted errant binary

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d84b53f View commit details
    Browse the repository at this point in the history
  6. Made setting DockerHub ID by one env variable

    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a1734e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Changed comment in poller.app & updated README to contain latest proj…

    …ects stats
    
    Signed-off-by: stevef1uk <[email protected]>
    stevef1uk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a7be33c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. apply spelling changes

    Signed-off-by: mikeee <[email protected]>
    mikeee authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9504d8a View commit details
    Browse the repository at this point in the history