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

Add actor based use cases #81

Merged
merged 22 commits into from
May 29, 2024
Merged

Add actor based use cases #81

merged 22 commits into from
May 29, 2024

Commits on May 28, 2024

  1. Add actor based usecases

    - Provide actor based usecase implementations providing a simpler API
    - Reused code from https://github.com/enbility/cemd which won’t be needed any more
    - Add test coverage, interfaces and mocks
    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    52a1846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6feeacf View commit details
    Browse the repository at this point in the history
  3. Fix LPC and test

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4c4ed8d View commit details
    Browse the repository at this point in the history
  4. Fix search filter bug

    If the filter is not nil and the item has a non nil value, this should also considered as a none match
    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5eabbe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4f4dff View commit details
    Browse the repository at this point in the history
  6. Fix tests

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e606a4e View commit details
    Browse the repository at this point in the history
  7. Very minor improvements

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b76e430 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0650a61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3a9c1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77e6190 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58dc87e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2bdf55 View commit details
    Browse the repository at this point in the history
  13. Fix more tests

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d47acb8 View commit details
    Browse the repository at this point in the history
  14. Minor improvements

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2de59b2 View commit details
    Browse the repository at this point in the history
  15. Add more tests

    DerAndereAndi committed May 28, 2024
    Configuration menu
    Copy the full SHA
    54521da View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    01597ab View commit details
    Browse the repository at this point in the history
  2. UC VABD fixes

    DerAndereAndi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0103db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79230f4 View commit details
    Browse the repository at this point in the history
  4. Update usecase namings

    - Use actor shortcuts for actor folder names
    - Add actor shortcut as prefix to usecase names
    - Add an overview readme
    DerAndereAndi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8c82464 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c6322b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d91a2d View commit details
    Browse the repository at this point in the history
  7. Minor comment update

    DerAndereAndi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3193c05 View commit details
    Browse the repository at this point in the history