JSC
a109a88eed
feat: Implement main playlist restrictions; add internal method for sound addition and update tests
Backend CI / test (push) Has been cancelled
Backend CI / lint (push) Has been cancelled
2025-08-16 00:51:38 +02:00
JSC
4cec3b9d18
feat: Enhance timestamp management in BaseModel and PlaylistRepository; add automatic updates and improve code readability
Backend CI / lint (push) Successful in 9m21s
Backend CI / test (push) Successful in 4m0s
2025-08-16 00:19:53 +02:00
JSC
b691649f7e
feat: Implement automatic updated_at timestamp management in BaseModel and update BaseRepository to reflect changes
Backend CI / lint (push) Failing after 5m0s
Backend CI / test (push) Successful in 3m46s
2025-08-16 00:07:15 +02:00
JSC
87d6e6ed67
feat: Update API documentation endpoints and enhance application metadata for SBD v2
Backend CI / lint (push) Successful in 9m22s
Backend CI / test (push) Successful in 3m54s
2025-08-13 13:56:01 +02:00
JSC
bee1076239
refactor: Improve exception handling and logging in authentication and playlist services; enhance code readability and structure
Backend CI / lint (push) Successful in 9m21s
Backend CI / test (push) Successful in 4m18s
2025-08-13 00:04:55 +02:00
JSC
f094fbf140
fix: Add missing commas in function calls and improve code formatting
Backend CI / lint (push) Failing after 4m51s
Backend CI / test (push) Successful in 4m19s
2025-08-12 23:37:38 +02:00
JSC
d3d7edb287
feat: Add tests for dashboard service including statistics and date filters
Backend CI / lint (push) Has been cancelled
Backend CI / test (push) Has been cancelled
2025-08-12 23:34:02 +02:00
JSC
cba1653565
feat: Update player state tests to include previous volume and adjust volume assertions
Backend CI / lint (push) Failing after 5m0s
Backend CI / test (push) Successful in 3m46s
2025-08-12 22:58:47 +02:00
JSC
c69a45c9b4
feat: Add endpoint and service method to retrieve top sounds by play count with filtering options
Backend CI / lint (push) Failing after 4m54s
Backend CI / test (push) Failing after 4m24s
2025-08-11 22:04:42 +02:00
JSC
53b6c4bca5
feat: Enhance sound addition and removal in playlists with position handling and reordering
Backend CI / lint (push) Failing after 4m55s
Backend CI / test (push) Failing after 3m44s
2025-08-11 20:55:31 +02:00
JSC
49ad6c8581
feat: Add dashboard API endpoints and service for sound statistics
Backend CI / lint (push) Failing after 4m52s
Backend CI / test (push) Failing after 3m42s
2025-08-11 11:16:45 +02:00
JSC
bb1f036caa
Merge branch 'add_sound_to_playlist_dnd'
Backend CI / lint (push) Failing after 4m53s
Backend CI / test (push) Failing after 3m40s
2025-08-11 09:41:35 +02:00
JSC
d1bf2fe0a4
feat: Add scheduler for daily user credits recharge
2025-08-11 00:30:29 +02:00
JSC
bdeb00d562
feat: Increase default volume level to 80 and adjust volume handling in player service
2025-08-10 21:55:12 +02:00
JSC
13e0db1fe9
feat: Add position shifting logic for adding sounds to playlists in repository
2025-08-10 21:33:06 +02:00
JSC
357fbcecac
feat: Implement search and sorting functionality for playlists in API and repository
Backend CI / lint (push) Failing after 4m54s
Backend CI / test (push) Failing after 4m25s
2025-08-10 19:30:14 +02:00
JSC
aa9a73ac1d
feat: Add search and sorting functionality to sound repository and API
Backend CI / lint (push) Failing after 4m54s
Backend CI / test (push) Failing after 3m46s
2025-08-10 15:33:15 +02:00
JSC
8544a3ce22
feat: Add mute and unmute functionality to player service and API
Backend CI / lint (push) Failing after 4m52s
Backend CI / test (push) Failing after 3m44s
2025-08-10 15:11:28 +02:00
JSC
0a8b50a0be
feat: Add user profile management and password change endpoints
Backend CI / lint (push) Failing after 4m51s
Backend CI / test (push) Successful in 3m38s
2025-08-09 23:43:20 +02:00
JSC
9e07ce393f
feat: Implement admin user management endpoints and user update schema
2025-08-09 22:37:51 +02:00
JSC
734521c5c3
feat: Add environment configuration files and update settings for production and development
Backend CI / lint (push) Failing after 5m0s
Backend CI / test (push) Successful in 3m39s
2025-08-09 14:43:20 +02:00
JSC
69544b6bb8
feat: Refactor cookie handling to use utility functions for setting access and refresh tokens
Backend CI / lint (push) Successful in 9m30s
Backend CI / test (push) Successful in 3m31s
2025-08-08 10:06:45 +02:00
JSC
b4f0f54516
Refactor sound and extraction services to include user and timestamp fields
...
Backend CI / lint (push) Successful in 18m8s
Backend CI / test (push) Successful in 53m35s
- Updated ExtractionInfo to include user_id, created_at, and updated_at fields.
- Modified ExtractionService to return user and timestamp information in extraction responses.
- Enhanced sound serialization in PlayerState to include extraction URL if available.
- Adjusted PlaylistRepository to load sound extractions when retrieving playlist sounds.
- Added tests for new fields in extraction and sound endpoints, ensuring proper response structure.
- Created new test file endpoints for sound downloads and thumbnail retrievals, including success and error cases.
- Refactored various test cases for consistency and clarity, ensuring proper mocking and assertions.
2025-08-03 20:54:14 +02:00
JSC
77446cb5a8
feat: Include admin user name in SoundPlayed records for enhanced tracking
Backend CI / lint (push) Successful in 16m41s
Backend CI / test (push) Failing after 47m14s
2025-08-02 18:22:38 +02:00
JSC
4bbae4c5d4
feat: Add endpoint to retrieve sounds with optional type filtering and implement corresponding repository method
Backend CI / lint (push) Successful in 9m41s
Backend CI / test (push) Failing after 1m39s
2025-08-01 22:03:09 +02:00
JSC
d2d0240fdb
feat: Add audio extraction endpoints and refactor sound API routes
2025-08-01 21:39:42 +02:00
JSC
6068599a47
Refactor test cases for improved readability and consistency
...
Backend CI / lint (push) Successful in 9m49s
Backend CI / test (push) Successful in 6m15s
- Adjusted function signatures in various test files to enhance clarity by aligning parameters.
- Updated patching syntax for better readability across test cases.
- Improved formatting and spacing in test assertions and mock setups.
- Ensured consistent use of async/await patterns in async test functions.
- Enhanced comments for better understanding of test intentions.
2025-08-01 20:53:30 +02:00
JSC
d926779fe4
feat: Implement playlist reordering with position swapping and reload player on current playlist changes
Backend CI / lint (push) Failing after 5m7s
Backend CI / test (push) Successful in 5m14s
2025-08-01 17:49:29 +02:00
JSC
0575d12b0e
refactor: Rename global current playlist methods for clarity and consistency
2025-08-01 17:12:56 +02:00
JSC
c0f51b2e23
refactor: Update playlist service and endpoints for global current playlist management
2025-08-01 16:58:25 +02:00
JSC
3132175354
refactor: Create admin enpoints and some renaming of api endpoints
2025-08-01 15:34:35 +02:00
JSC
43be92c8f9
fix: Update linter command in CI
Backend CI / lint (push) Successful in 9m31s
Backend CI / test (push) Successful in 4m7s
2025-08-01 09:44:53 +02:00
JSC
f68f4d9046
refactor: Compiled ignored ruff rules in pyproject
2025-08-01 09:40:15 +02:00
JSC
fceff92ca1
fix: Lint fixes of last tests
2025-08-01 09:30:15 +02:00
JSC
dc29915fbc
fix: Lint fixes of core and repositories tests
Backend CI / lint (push) Successful in 9m26s
Backend CI / test (push) Successful in 4m24s
2025-08-01 09:17:20 +02:00
JSC
389cfe2d6a
fix: Lint fixes of utils tests
2025-08-01 02:22:30 +02:00
JSC
502feea035
fix: Enable lint job in CI workflow
Backend CI / lint (push) Successful in 9m26s
Backend CI / test (push) Successful in 4m4s
2025-08-01 02:09:45 +02:00
JSC
5fdc7aae85
fix: Lint fixes of last errors in app
2025-08-01 02:08:36 +02:00
JSC
69cdc7567d
Refactor player service to diminish play complexity
Backend CI / test (push) Successful in 4m53s
2025-08-01 01:34:22 +02:00
JSC
a10111793c
fix: Lint fixes of services
Backend CI / test (push) Successful in 3m59s
2025-08-01 01:27:47 +02:00
JSC
95ccb76233
fix: Lint fixes of api and repositories
Backend CI / test (push) Successful in 3m58s
2025-07-31 22:29:11 +02:00
JSC
7ba52ad6fc
fix: Lint fixes of core, models and schemas
Backend CI / test (push) Successful in 4m5s
2025-07-31 22:06:31 +02:00
JSC
01bb48c206
fix: Utils lint fixes
2025-07-31 21:56:03 +02:00
JSC
8847131f24
Refactor test files for improved readability and consistency
...
- Removed unnecessary blank lines and adjusted formatting in test files.
- Ensured consistent use of commas in function calls and assertions across various test cases.
- Updated import statements for better organization and clarity.
- Enhanced mock setups in tests for better isolation and reliability.
- Improved assertions to follow a consistent style for better readability.
2025-07-31 21:37:04 +02:00
JSC
e69098d633
refactor: Update player seek functionality to use consistent position field across schemas and services
Backend CI / test (push) Successful in 4m5s
2025-07-31 21:33:00 +02:00
JSC
3405d817d5
refactor: Simplify repository classes by inheriting from BaseRepository and removing redundant methods
2025-07-31 21:32:46 +02:00
JSC
c63997f591
refactor: Update PlayerState to improve serialization structure for current sound and playlist
Backend CI / test (push) Failing after 4m2s
2025-07-31 21:01:40 +02:00
JSC
f24698e3ff
refactor: Update player API test responses to use consistent field names and structures
2025-07-31 11:35:20 +02:00
JSC
c13285ca4e
refactor: Update response types to use common schemas across API endpoints
Backend CI / test (push) Failing after 3m51s
2025-07-31 10:40:03 +02:00
JSC
dc372b961e
refactor: Organize and implement player and playlist schemas
2025-07-31 10:23:46 +02:00