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 Unit Tests for Backend Services and Controllers #13

Merged
merged 74 commits into from
Dec 1, 2024

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    5377b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f5fad0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    7f32cff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1dcd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e829c7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd7fb02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fddc98f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    ae12a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf840d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06fb75d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2de8b3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dd4c87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0daee3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94a7539 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d380f0b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    42205cd View commit details
    Browse the repository at this point in the history
  2. test: enhance SongBrowserController unit tests with mock service meth…

    …ods and additional test cases
    tomast1337 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    84731bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37a78c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c759f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9f2ea8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b185f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df8bda5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    b67f438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489fe16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7f3c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1240741 View commit details
    Browse the repository at this point in the history
  5. feat: song service tests

    tomast1337 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3c61013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afa9e21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd5910d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89666c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    108b84a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    0f8197c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcc884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59b8d71 View commit details
    Browse the repository at this point in the history
  4. test: fix uploadSong test

    tomast1337 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ce63c38 View commit details
    Browse the repository at this point in the history
  5. test: enhance UserService tests with comprehensive coverage for user …

    …creation, retrieval, pagination, and username generation
    tomast1337 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5672f03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a60bb1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3adb4a View commit details
    Browse the repository at this point in the history
  8. feat: update UserService to create users directly and enhance paginat…

    …ion with sorting and total count
    tomast1337 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5c24865 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a88818 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ced633 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f1feff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f91dd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fab4cb0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53240fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9729d6 View commit details
    Browse the repository at this point in the history
  16. test: add unit tests for processUploadedSong and processSongPatch met…

    …hods in SongUploadService
    tomast1337 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    72968de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    874ea6e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    36a909e View commit details
    Browse the repository at this point in the history
  19. test: rename userService variable to _userService for consistency in …

    …SongUploadService tests
    tomast1337 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c8005c1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6fa169e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c4716bb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e97fdfb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    385e1d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    a255315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb1e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe046b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    4167c5a View commit details
    Browse the repository at this point in the history
  2. refactor: update authentication strategy tests to use getOrThrow for …

    …configuration retrieval
    tomast1337 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    de7ac73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10e46b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    30cf453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6fb17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1398e8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37533cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3af6a7d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    807be74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4a44d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05438e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7286ab0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b379cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    114266d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c64a7ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da3713b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fcf4ae View commit details
    Browse the repository at this point in the history