| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | format: rustfmt with new rules | Fuwn | 2024-06-03 | 1 | -24/+15 |
| | | |||||
| * | fix: bump rust and update accordinglyorigin/oldold | Fuwn | 2024-06-03 | 1 | -9/+3 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.136 | Renovate Bot | 2022-03-11 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.136 | Renovate Bot | 2022-01-25 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.135 | Renovate Bot | 2022-01-23 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.135 | Renovate Bot | 2022-01-23 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.134 | Renovate Bot | 2022-01-21 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.133 | Renovate Bot | 2022-01-12 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.133 | Renovate Bot | 2022-01-12 | 1 | -1/+1 |
| | | |||||
| * | fix: more localhost ips | Fuwn | 2021-12-22 | 1 | -1/+1 |
| | | |||||
| * | fix(config): localhost ips | Fuwn | 2021-12-22 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.130 | Renovate Bot | 2021-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.130 | Renovate Bot | 2021-08-28 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.129 | Renovate Bot | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.129 | Renovate Bot | 2021-08-23 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.128 | Renovate Bot | 2021-08-21 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.128 | Renovate Bot | 2021-08-21 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde_derive to 1.0.127 | Renovate Bot | 2021-07-31 | 1 | -1/+1 |
| | | |||||
| * | fix(deps): update rust crate serde to 1.0.127 | Renovate Bot | 2021-07-31 | 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 |
| | | |||||
| * | feat(cli): generate sub-command | Fuwn | 2021-06-21 | 1 | -0/+4 |
| | | | | | | The long awaited `generate` sub-command is finally here. You may now generate yourself a default configuration file by running `whirl config generate`! | ||||
| * | feat(config): create `version` key | Fuwn | 2021-06-16 | 2 | -0/+4 |
| | | | | | | | | | At the moment, the `version` key is never accessed, but once Whirl's "`1.0`" release is out, the configuration schema will need to be standardized, the `version` key will regulate that and also ensure no one is left behind when updating. BREAKING CHANGE: `version` key is created | ||||
| * | 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(config): rename `Whirl.toml` to `Config.toml` | Fuwn | 2021-06-09 | 2 | -1/+1 |
| | | | | | | | | Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is 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! | ||||
| * | refactor(global): update crate descriptions | Fuwn | 2021-06-07 | 1 | -1/+1 |
| | | |||||
| * | fix(global): a lot of clippy warnings | Fuwn | 2021-05-28 | 2 | -4/+20 |
| | | | | | This change makes clippy **a lot** more strict. | ||||
| * | docs(global): spelling corrections, global docs | Fuwn | 2021-05-23 | 1 | -0/+2 |
| | | |||||
| * | docs(crates): modify crate descriptions to fit their tasks | Fuwn | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | refactor(config): deprecate refresh method | Fuwn | 2021-05-23 | 1 | -0/+4 |
| | | |||||
| * | fix(config): doc comment format | Fuwn | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | docs(global): add new documentation | Fuwn | 2021-05-23 | 1 | -0/+2 |
| | | |||||
| * | chore(cargo): remove spare license templates from crates | Fuwn | 2021-05-20 | 1 | -2/+0 |
| | | |||||
| * | refactor(global): move crates around, stricter module isolation | Fuwn | 2021-05-20 | 5 | -0/+178 |