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

Demo voting #3185

Merged
merged 14 commits into from
Sep 8, 2023
Merged

Demo voting #3185

merged 14 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. feat: voting (experimental)

    It's possible to add voting with feature flag `:enable-voting` and
    then add voting to the workflow.
    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    102e3fc View commit details
    Browse the repository at this point in the history
  2. fix: make sure we wait for all events in transaction tests

    The previous implementation waited for a set time, that could be too short.
    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9ee8f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08ca283 View commit details
    Browse the repository at this point in the history
  4. doc: update CHANGELOG

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da69ab9 View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d2ab778 View commit details
    Browse the repository at this point in the history
  6. fix: relax voting API schema

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    795b903 View commit details
    Browse the repository at this point in the history
  7. fix: cljs workflow test

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6f87f6d View commit details
    Browse the repository at this point in the history
  8. fix: cljs workflow test 2

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    12097fc View commit details
    Browse the repository at this point in the history
  9. fix: typo

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7f25ac4 View commit details
    Browse the repository at this point in the history
  10. refactor: use common schema

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    31deb37 View commit details
    Browse the repository at this point in the history
  11. fix: add test assertion

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eebf816 View commit details
    Browse the repository at this point in the history
  12. fix: add voting to workflow on creation too

    markku committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7c5006e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    869e767 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e5b0c6 View commit details
    Browse the repository at this point in the history