Commit Graph
17 Commits
Author SHA1 Message Date
phoenix b42c629ea2 Code refactor 2025-04-23 20:44:37 -04:00
phoenix daf57d0f3c Cleanup 2025-04-23 20:42:14 -04:00
phoenix cf62edd37b Fixed test 2025-04-23 20:35:36 -04:00
phoenix 61b006bbcf Added test code 2025-04-23 20:27:03 -04:00
phoenix b077f36c8b Code formatting: 2025-04-23 20:08:36 -04:00
phoenix 9cb5425538 Updated module 2025-04-23 20:08:24 -04:00
phoenix 0638e7e16d Added code for new endpoint 2025-04-23 20:08:15 -04:00
phoenix a42f9a5f5f Updated table 2025-04-23 20:07:54 -04:00
phoenix 92a5977349 Added migrations
Added new table to store metadata
2025-04-23 19:44:18 -04:00
KDandGitHub 2823452198 Added callers moulde (#120)
* Added callers moulde

* Code formatting

* Added uuid dependency

* Added queue_song endpoint

* Added endpoint to router

* Added dependencies for postgres

* Added migrations directory

* Added more code

* Added migrations

* Removed migration

* Docker fixes

* Updated gitignore

* Updated env sample file

* Endpoint url fix

* Updated env sample

* Updated docker file to copy migrations

* Might undo later

* Updated env sample and docker compose

* Updated cargo dependencies

* Saving changes

* Workflow fix

* Will need to take another look at the dependencies again

* Added code

* Test is not finished yet

* Warning fix for now

* Updated workflow to setup database

* Workflow fix

* Workflow fix attempt

* Warning fix

* Warning fix

* Updated workflow

* Added test files

Might change later

* Added more crates

* Added more test code

Not finished

* Formatting

* Close, but far

* I believe it is now working

* Formatting

* Added more crates

* Code cleanup

* Code reformatting

* Code cleanup

* Crate cleanup

* Cleanup
2025-04-22 20:08:24 -04:00
KDandGitHub 0ba2d4e8b9 Updated workflow (#119) 2025-04-20 14:05:03 -04:00
KDandGitHub 4fdd660988 Updated packages (#118)
* Updated tokio

* Updated serde packages

* Updated icarus related dependencies
2025-04-20 14:01:33 -04:00
KDandGitHub b6fe9a070c Added Docker file (#117)
* 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
2025-04-13 14:53:05 -04:00
KDandGitHub 6e4eeafe13 Added .env.sample file (#116)
* Added .env.sample file

* Adedd variables

* Using default info
2025-04-12 15:56:10 -04:00
KDandGitHub 6f320acb7c V0.2 web api (#113)
* Adding dependencies

* Added web api code

* Some changes

* Code formatting

* Added dependencies

*   *

* Added workflow

* Changed branch to trigger workflows

* Added ssh key import

* Warning fixes
2025-03-30 15:00:07 -04:00
KDandGitHub 12c4f56a22 Merge pull request #112 from kdeng00/version_bump
Version bump
2025-03-28 18:50:37 -04:00
KDandGitHub 6d650b7962 Delete song endpoint Bug fix (#111)
* Bug fix

* Removed some code

* Simplifying method
2025-03-28 18:49:34 -04:00