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

feat: subscription dsl #97

Merged
merged 48 commits into from
Sep 27, 2024
Merged

feat: subscription dsl #97

merged 48 commits into from
Sep 27, 2024

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    a5c40fe View commit details
    Browse the repository at this point in the history
  2. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e6f418f View commit details
    Browse the repository at this point in the history
  3. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f7227b4 View commit details
    Browse the repository at this point in the history
  4. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b978148 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05fc1f9 View commit details
    Browse the repository at this point in the history
  6. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    026f2f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90ad223 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b64553 View commit details
    Browse the repository at this point in the history
  9. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f610c74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eaa6bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbe1700 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c26af7a View commit details
    Browse the repository at this point in the history
  13. wip

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a96587b View commit details
    Browse the repository at this point in the history
  14. rebase on main

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cb576c8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62b258f View commit details
    Browse the repository at this point in the history
  16. add missing alias

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2de3846 View commit details
    Browse the repository at this point in the history
  17. handle not found case

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e1d2d23 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8fe431 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6eaf388 View commit details
    Browse the repository at this point in the history
  20. do some renaming

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4afd8ea View commit details
    Browse the repository at this point in the history
  21. add actor function

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4aa4fc5 View commit details
    Browse the repository at this point in the history
  22. handle filter

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2d6501b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6b2addd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    16a2fff View commit details
    Browse the repository at this point in the history
  25. clean up part 1

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    772a054 View commit details
    Browse the repository at this point in the history
  26. handle destroys

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    617b625 View commit details
    Browse the repository at this point in the history
  27. update test

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8a565cf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c403c09 View commit details
    Browse the repository at this point in the history
  29. format code

    barnabasJ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e14d591 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d324eef View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    76d4c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e8a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    7dd9df0 View commit details
    Browse the repository at this point in the history
  2. remove dbg

    barnabasJ committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3176987 View commit details
    Browse the repository at this point in the history
  3. make subscriptions opt_in

    barnabasJ committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9dd9c58 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    4303af8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995dd7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9067daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6da3690 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dc91be View commit details
    Browse the repository at this point in the history
  6. remove unecessary param

    barnabasJ committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0a287ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2d2d61 View commit details
    Browse the repository at this point in the history
  8. generate cheat sheets

    barnabasJ committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    381cddf View commit details
    Browse the repository at this point in the history
  9. update formatter

    barnabasJ committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fde8217 View commit details
    Browse the repository at this point in the history
  10. fix: credo

    barnabasJ committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8a6337d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add docs

    barnabasJ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3b3b895 View commit details
    Browse the repository at this point in the history
  2. fix docs

    barnabasJ committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    450ee56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c9f6f View commit details
    Browse the repository at this point in the history