| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(deps): update rust crate diesel to 1.4.8 | Renovate Bot | 2021-09-20 | 1 | -1/+1 |
| | | |||||
| * | style(crates): minor changes to crate descriptions | Fuwn | 2021-07-02 | 1 | -1/+1 |
| | | |||||
| * | chore(global): remove unused `license-file` manifest keys | Fuwn | 2021-06-23 | 1 | -1/+0 |
| | | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 2 | -2/+2 |
| | | |||||
| * | fix(global): doc styling for all crates | Fuwn | 2021-06-10 | 1 | -0/+4 |
| | | |||||
| * | refactor(database): rename database file | Fuwn | 2021-06-09 | 1 | -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 directories | Fuwn | 2021-06-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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(deps): update rust crate diesel to 1.4.7 | Renovate Bot | 2021-06-08 | 1 | -1/+1 |
| | | |||||
| * | refactor(global): update crate descriptions | Fuwn | 2021-06-07 | 1 | -1/+1 |
| | | |||||
| * | fix(global): a lot of clippy warnings | Fuwn | 2021-05-28 | 1 | -2/+14 |
| | | | | | This change makes clippy **a lot** more strict. | ||||
| * | docs(global): spelling corrections, global docs | Fuwn | 2021-05-23 | 2 | -1/+5 |
| | | |||||
| * | docs(crates): modify crate descriptions to fit their tasks | Fuwn | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | docs(global): more documentation | Fuwn | 2021-05-23 | 1 | -2/+3 |
| | | |||||
| * | refactor(global): move crates around, stricter module isolation | Fuwn | 2021-05-20 | 4 | -0/+155 |