* Updated gitignore to disregard some .env files
.env.docker and .env.local. Primarily used for switching between local and docker development
* Changed PATCH /api/v2/song/queue/{id} endpoint
Modified the response body. Will just return a list of song queue id
* Adding some helpful info for the response body
* Tidying up and making some changes
* Code formatting
* Added new status and made changes to song queue status code
* Saving changes
* Got a test working
* Got another test working
* Got the last test working
* Code cleanup
* More minor changes
* More minor changes
* Minor changes
* Saving changes
* Got test working
* Removing commented code
* Code formatting
* Refactoring test
* Code refactoring
* More refactoring
* Code refactoring
* Last bit of tidying up
* Added icarus_envy
* Commenting out dotenvy crate
* Removing environment and keys modules
* Replacing with icarus_envy
* Making changes to test code
* Removing lingering references in tests
* Test fix
* Test fix
* Another test fix
* Rust formatting
* Removing commented crate
* Using v0.2.0 version of icarus_envy
* 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 endpoint
* Endpoint is now accessible
* Moved request to its own function in tests
* Added test, but running into issues
* Fixing code causing test to fail
* Code formatting
* Changes to status definition
* Added endpoint to update song_queue status
* endpoint return fix
* Endpoint now available
* Added test
* Code formatting
* Clippy warning fix