This website requires JavaScript.
Explore
Help
Sign In
quaik8
/
sdb2-backend
Watch
1
Star
0
Fork
0
You've already forked sdb2-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
test.yml
Actor
All actors
quaik8
Status
All status
Success
Failure
Waiting
Running
refactor: Remove unused variable main_playlist_id from test cases in TestPlaylistService
test.yml #40
:
Commit
c27530a25f
pushed by
quaik8
main
2025-08-16 01:08:05 +02:00
13m15s
View workflow file
feat: Implement main playlist restrictions; add internal method for sound addition and update tests
test.yml #39
:
Commit
a109a88eed
pushed by
quaik8
main
2025-08-16 00:54:48 +02:00
3m2s
View workflow file
feat: Enhance timestamp management in BaseModel and PlaylistRepository; add automatic updates and improve code readability
test.yml #38
:
Commit
4cec3b9d18
pushed by
quaik8
main
2025-08-16 00:33:23 +02:00
13m23s
View workflow file
feat: Implement automatic updated_at timestamp management in BaseModel and update BaseRepository to reflect changes
test.yml #37
:
Commit
b691649f7e
pushed by
quaik8
main
2025-08-16 00:16:11 +02:00
5m1s
View workflow file
feat: Update API documentation endpoints and enhance application metadata for SBD v2
test.yml #36
:
Commit
87d6e6ed67
pushed by
quaik8
main
2025-08-13 14:09:26 +02:00
13m18s
View workflow file
refactor: Improve exception handling and logging in authentication and playlist services; enhance code readability and structure
test.yml #35
:
Commit
bee1076239
pushed by
quaik8
main
2025-08-13 00:18:44 +02:00
13m42s
View workflow file
fix: Add missing commas in function calls and improve code formatting
test.yml #34
:
Commit
f094fbf140
pushed by
quaik8
main
2025-08-12 23:46:59 +02:00
4m51s
View workflow file
feat: Add tests for dashboard service including statistics and date filters
test.yml #33
:
Commit
d3d7edb287
pushed by
quaik8
main
2025-08-12 23:37:44 +02:00
3m34s
View workflow file
feat: Update player state tests to include previous volume and adjust volume assertions
test.yml #32
:
Commit
cba1653565
pushed by
quaik8
main
2025-08-12 23:07:44 +02:00
5m0s
View workflow file
feat: Add endpoint and service method to retrieve top sounds by play count with filtering options
test.yml #31
:
Commit
c69a45c9b4
pushed by
quaik8
main
2025-08-11 22:14:17 +02:00
4m55s
View workflow file
feat: Enhance sound addition and removal in playlists with position handling and reordering
test.yml #30
:
Commit
53b6c4bca5
pushed by
quaik8
main
2025-08-11 21:05:03 +02:00
4m55s
View workflow file
feat: Add dashboard API endpoints and service for sound statistics
test.yml #29
:
Commit
49ad6c8581
pushed by
quaik8
main
2025-08-11 11:26:16 +02:00
4m53s
View workflow file
Merge branch 'add_sound_to_playlist_dnd'
test.yml #28
:
Commit
bb1f036caa
pushed by
quaik8
main
2025-08-11 09:51:14 +02:00
4m54s
View workflow file
feat: Implement search and sorting functionality for playlists in API and repository
test.yml #27
:
Commit
357fbcecac
pushed by
quaik8
main
2025-08-10 19:51:29 +02:00
4m54s
View workflow file
feat: Add search and sorting functionality to sound repository and API
test.yml #26
:
Commit
aa9a73ac1d
pushed by
quaik8
main
2025-08-10 15:42:21 +02:00
4m55s
View workflow file
feat: Add mute and unmute functionality to player service and API
test.yml #25
:
Commit
8544a3ce22
pushed by
quaik8
main
2025-08-10 15:20:22 +02:00
4m54s
View workflow file
feat: Add user profile management and password change endpoints
test.yml #24
:
Commit
0a8b50a0be
pushed by
quaik8
main
2025-08-09 23:51:59 +02:00
4m52s
View workflow file
feat: Add environment configuration files and update settings for production and development
test.yml #23
:
Commit
734521c5c3
pushed by
quaik8
main
2025-08-09 14:52:41 +02:00
5m1s
View workflow file
feat: Refactor cookie handling to use utility functions for setting access and refresh tokens
test.yml #22
:
Commit
69544b6bb8
pushed by
quaik8
main
2025-08-08 10:19:56 +02:00
13m4s
View workflow file
Refactor sound and extraction services to include user and timestamp fields
test.yml #21
:
Commit
b4f0f54516
pushed by
quaik8
main
2025-08-03 22:10:34 +02:00
1h11m48s
View workflow file
feat: Include admin user name in SoundPlayed records for enhanced tracking
test.yml #20
:
Commit
77446cb5a8
pushed by
quaik8
main
2025-08-02 19:26:43 +02:00
1h3m57s
View workflow file
feat: Add endpoint to retrieve sounds with optional type filtering and implement corresponding repository method
test.yml #19
:
Commit
4bbae4c5d4
pushed by
quaik8
main
2025-08-01 22:14:39 +02:00
11m26s
View workflow file
Refactor test cases for improved readability and consistency
test.yml #18
:
Commit
6068599a47
pushed by
quaik8
main
2025-08-01 21:09:49 +02:00
16m7s
View workflow file
feat: Implement playlist reordering with position swapping and reload player on current playlist changes
test.yml #17
:
Commit
d926779fe4
pushed by
quaik8
main
2025-08-01 18:13:14 +02:00
5m8s
View workflow file
fix: Update linter command in CI
test.yml #16
:
Commit
43be92c8f9
pushed by
quaik8
main
2025-08-01 09:58:43 +02:00
13m42s
View workflow file
fix: Lint fixes of core and repositories tests
test.yml #15
:
Commit
dc29915fbc
pushed by
quaik8
main
2025-08-01 09:31:21 +02:00
13m51s
View workflow file
fix: Enable lint job in CI workflow
test.yml #14
:
Commit
502feea035
pushed by
quaik8
main
2025-08-01 02:23:26 +02:00
13m34s
View workflow file
Refactor player service to diminish play complexity
test.yml #13
:
Commit
69cdc7567d
pushed by
quaik8
main
2025-08-01 01:39:21 +02:00
4m54s
View workflow file
fix: Lint fixes of services
test.yml #12
:
Commit
a10111793c
pushed by
quaik8
main
2025-08-01 01:31:54 +02:00
4m0s
View workflow file
fix: Lint fixes of api and repositories
test.yml #11
:
Commit
95ccb76233
pushed by
quaik8
main
2025-07-31 22:33:15 +02:00
3m58s
View workflow file
First
Previous
1
2
3
Next
Last