| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style(nix): nixfmt | Fuwn | 2021-07-18 | 1 | -2/+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/+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(nix): add valgrind (dep of iai) to build inputs | Fuwn | 2021-06-07 | 1 | -0/+1 |
| | | |||||
| * | fix(nix): nix builds | Fuwn | 2021-05-17 | 1 | -0/+5 |
| | | | | | Fix Docker and Nix intergration via rename. | ||||
| * | build(nix): add dev dependencies to nix shell build inputs | Fuwn | 2021-05-10 | 1 | -0/+3 |
| | | |||||
| * | feat(nix): spice it all up | Fuwn | 2021-05-06 | 1 | -5/+19 |
| | | |||||
| * | feat(db): use diesel instead of sqlx, implement database tests | Fuwn | 2021-05-03 | 1 | -1/+1 |
| | | |||||
| * | build(nix): add niv as a build input | Fuwn | 2021-05-01 | 1 | -1/+1 |
| | | |||||
| * | fmt: Increase verbosity of database migrations | Fuwn | 2021-04-28 | 1 | -0/+2 |
| | | |||||
| * | fmt: Fix whitespace | Fuwn | 2021-04-26 | 1 | -4/+4 |
| | | |||||
| * | chore: Add Nix and Docker support | Fuwn | 2021-04-24 | 1 | -0/+8 |