* tsk-176: Added function to retrieve all songs
* tsk-176: Depdendency version bump
icarus_envy, icarus_meta, and icarus_models
* tsk-176: Fix after icarus_models change
* tsk-176: Test fix
* tsk-176: Formatting
* tsk-176: Endpoint is now available
* tsk-176: Added test
* tsk-176: Cleanup
* tsk-176: Version bump
* Added initial code for delete song endpoint
* Saving changes
* More changes
* Made delete song endpoint available
* Response change
* Added test function
* Changes to code
Fixing errors
* How did I miss this?
* Got the test working
* Code cleanup and formatting
* Version bump
* Code changes
* Workflow change
* Added initial code for downloading song endpoint
* Finished download song endpoint
* Making download endpoint available
* Added test
* Code formatting
* Version bump
* Added crates and dependency features
* Added endpoint to stream songs
* Changed name of function
* Song stream endpoint is now available
* Endpoint is now working
* Added test
* Warning fixes
* Code formatting
* Added TODO for later
* Test fix
* Version bump
* Added initial code to get coverart endpoint
* Test migration cleanup
* Updated icarus_models
* Made endpoint evailable
* Added test
* Version bump
* Code formatting
* Added test_migrations directory
* Added skeleton endpoint to get songs
* Code formatting
* Added more code
* Added TODO
* Code formatting
* Updated album in album json file
* Changing directory name
* Test refactoring
* Forgot to include this
* Added test for getting songs and added function for test_migrations
* Adding test migrations
* Removing placeholder
* Renamed
* Renamed
* Fixed what caused test failure
* Created migration with cli command
Creating test_migrations/20250725213448_migration_name.sql
* Migration changes
* Removing migration
* More migration changes
* Made endpoint available
* Migration changes
* Got the test to work
* Cleaned up test
* Code formatting
* More cleanup
* Version bump
* Added initial code for endpoint to link user id with song queue #156
* Updated songQueue to have a user_id field #156
* Added function to link user_id with songQueue record #156
* Added useful constant #156
* Finished adding code #156
Need to make the endpoint available and then write a test. Might have to modify existing tests
* Made link user id endpoint available #156
* Added TODOs for later
* Changing location of test code
* Code formatting
* Added test #156
* Formatted code
* Added user_id to SongQueue and added more related code
* Code formatting
* Fixing possible nil user_id field in SongQueue when calling a function
* Fixed another issue
* Made changes to function to also return user_id
* Making use of user_id in test requests
* Code formatting
* Updated workflow
* Forgot to include port
* Docker changes for port change
* Reverting port changes
* Cleaning up Dockerfile
* Version bump
* Changes to coverartQueue migrations
* Added endpoint to wipe data from coverart queue
* Added constant for endpoint
* Endpoint is now available
* Added test
Need to complete
* Test is working
* Code formatting
* Removed TODO
* Added TODOs for later
* Added endpoint to wipe data from song queue
* Migration changes
* Syntax error fix
* Added and linked endpoint
* Added test
* Warning fixes
* Code formatting
* Added migrations for coverart
* Test refactor
* Code formatting
* Added endpoint to create coverart
* Endpoint is available
* Migration changes to song table
* some fixes
* Added test
* Test refactor
* Code formatting
* Clippy warning fixes
* Code cleanup
* Added migration for metadata table used to store a song's metadata
* Added comment for new table
* Added endpoint to create metadata
* Filling out code
* Changed type of duration in request
* Reorganizing code
* Changing metadata table to song
* Added TODO for data type discrepancy for the future
* Fix migration syntax error
* Added types to request
* Added environment variable for root directory:
* Moving keys to its own module
* Moved environement related code to its own module
* Added function to get root_directory
* Added endpoint to create song
* Minor fixes
* Added test and refactored tests
* Ironing out some kinks
* Resolved test issue
Turns out I was using the wrong id value
* Added env variable in workflow
* Added TODO
* Updated env variable
* clippy warning fixes
* Making sure date_created is populated when returneD
* Code cleanup
* Added TODOs
* Uncommenting tests
* Code formatting
* Added endpoint - no code - for updating the song from the queue
* Added endpoint to update song from queue
* Endpoint is now available
* Fixed endoint uri
* Added tempfile crate for tests
* Test is working
* Test is operational
* Code formatting
* Code cleanup
* Added initial code to link coverart id and song queue id
* Added more functionality
* Preparing test
* Finished test
* Cleanup
* Code formatting
* Clippy warning fix
* Added code to fetch next queue item
* Updated README
* Give it a go
* Minor docker compose change
* Added docker-compose defaults
* Code refactor
* Removed data from being fetched
* Added test
* Formatting