aboutsummaryrefslogtreecommitdiff
path: root/.env
Commit message (Collapse)AuthorAgeFilesLines
* fix: bump rust and update accordinglyoldFuwn2024-06-031-1/+1
|
* refactor(database): rename database fileFuwn2021-06-091-1/+1
| | | | | | The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory. BREAKING CHANGE: Database file renamed
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-091-1/+1
| | | | | | | | | | | | | This change is in preperations to the new Docker Compose configuration changes that are planned for the near future. Currently, the Docker Compose configuration does NOT have persistant storage in the form of Docker Volumes, that will change once the planned updates are pushed. The reason Docker Volumes might have not been possible (or at least difficult) is due to the fact that Whirl-generated files were just thrown about, e.g., `whirl.sqlite3`, `Whirl.toml`, all of these files had no central location so having a shared folder in the form of Docker Volume between the container and the host wasn't very possible.j BREAKING CHANGE: Whirl-generated files are moved to their own directories, if the files are not moved, Whirl will continue to look for these files and panic due to being unable to find them!
* fix(env): nix env vars to .envFuwn2021-05-201-0/+1
|
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-1/+1
|
* fmt: Increase verbosity of database migrationsFuwn2021-04-281-0/+4
|
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-5/+0
|
* feature: Implement CLIFuwn2021-03-291-1/+1
|
* major: Publish work-in-progressFuwn2021-03-251-1/+2
|
* format: Change log severity of eventsFuwn2021-03-231-1/+1
|
* feature: Use sqlx instead of rustqliteFuwn2021-03-211-0/+2
|
* whirl: :star:Fuwn2021-03-201-0/+2