* 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
* 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 time crate
* Added endpoint to get metadata
* Formatting
* Added more code to get metadata
Having issues returning response
* Formatting
* Migration change
* Fix date issue
* Got it somewhat working
* Got things working
* Code fix
* Added test
* Formatting
* Test works
* Cleanup
* Migrations cleanup
* 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
* Added Docker file
* Added docker files
* Updated docker
Added icarus_auth and second db
* Cleanup
* Docker changes
* Saving changes
Still running into issues with icarus_auth starting in docker. Must be related to credentials or url
* Changes to docker
* Got auth_api working
* Cleanup
* Docker cleanup
* Updated gitignore
* Added README
* Updated gitignore
* Added directory to ignore to dockerignore
* File name change