| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(deps): update rust crate tokio to 1.7.1 | Renovate Bot | 2021-06-18 | 3 | -3/+3 |
| | | |||||
| * | Merge pull request #47 from Whirlsplash/renovate/mimalloc-0.x | Fuwn | 2021-06-18 | 1 | -1/+1 |
| |\ | | | | | fix(deps): update rust crate mimalloc to 0.1.26 | ||||
| | * | fix(deps): update rust crate mimalloc to 0.1.26 | Renovate Bot | 2021-06-18 | 1 | -1/+1 |
| |/ | |||||
| * | feat(config): create `version` key | Fuwn | 2021-06-16 | 3 | -0/+6 |
| | | | | | | | | | 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 | ||||
| * | chore(github): move funding information | Fuwn | 2021-06-15 | 1 | -3/+0 |
| | | |||||
| * | revert: fix license template reporting errors | Fuwn | 2021-06-15 | 2 | -4/+1 |
| | | | | | Issue came back, reverted commit, issue is gone... | ||||
| * | feat(prompt): create clear command | Fuwn | 2021-06-15 | 4 | -1/+12 |
| | | |||||
| * | Merge pull request #46 from Whirlsplash/renovate/tokio-1.x | Fuwn | 2021-06-15 | 3 | -3/+3 |
| |\ | | | | | fix(deps): update rust crate tokio to 1.7.0 | ||||
| | * | fix(deps): update rust crate tokio to 1.7.0 | Renovate Bot | 2021-06-16 | 3 | -3/+3 |
| |/ | |||||
| * | style: fix license template reporting errors | Fuwn | 2021-06-15 | 2 | -1/+4 |
| | | | | | | I guess at some point I accidentally inserted a newline to the end of the `.license_template` file, don't know how I didn't notice until now but this commit fixes the errors that rustfmt would report. | ||||
| * | Merge pull request #45 from Whirlsplash/renovate/rand-0.x | Fuwn | 2021-06-15 | 1 | -1/+1 |
| |\ | |||||
| | * | fix(deps): update rust crate rand to 0.8.4 | Renovate Bot | 2021-06-15 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #44 from Whirlsplash/renovate/tokio-1.x | Fuwn | 2021-06-14 | 3 | -3/+3 |
| |\ | | | | | fix(deps): update rust crate tokio to 1.6.2 | ||||
| | * | fix(deps): update rust crate tokio to 1.6.2 | Renovate Bot | 2021-06-15 | 3 | -3/+3 |
| |/ | |||||
| * | style(global): fix license spec | Fuwn | 2021-06-14 | 49 | -49/+49 |
| | | |||||
| * | refactor(cli): clippy lints | Fuwn | 2021-06-13 | 1 | -24/+21 |
| | | |||||
| * | feat(cli): fine-grain control over which sub-servers are started | Fuwn | 2021-06-13 | 1 | -23/+70 |
| | | | | | | | | Instead of being given the option to start all of the sub-servers (`whirl run` or `whirl run all`), you are now given the option to specify a selection of sub-servers by passing a comma-seperated list to the `run` sub-command (`whirl run distributor,hub`). Despite the changes, `whirl run` still starts all of the available sub-servers! | ||||
| * | chore(github): create code owners file | Fuwn | 2021-06-12 | 1 | -0/+3 |
| | | | | Inspired by [hlissner](https://github.com/hlissner/doom-emacs/blob/develop/.github/CODEOWNERS#L6). | ||||
| * | docs(readme): extra doc info | Fuwn | 2021-06-10 | 1 | -1/+1 |
| | | |||||
| * | fix(global): doc styling for all crates | Fuwn | 2021-06-10 | 6 | -0/+24 |
| | | |||||
| * | chore(deps): update indirect npm deps | Fuwn | 2021-06-10 | 1 | -717/+32 |
| | | |||||
| * | test(whirl_common): add some tests | Fuwn | 2021-06-10 | 1 | -0/+21 |
| | | |||||
| * | Merge pull request #43 from Whirlsplash/renovate/flexi_logger-0.x | Fuwn | 2021-06-10 | 2 | -5/+8 |
| |\ | | | | | fix(deps): update rust crate flexi_logger to 0.18.0 | ||||
| | * | fix(whirl): logger definition | Fuwn | 2021-06-10 | 1 | -4/+7 |
| | | | | | | | | | `flexi_logger` version `0.18.0` broke a lot of stuff, this fixes those broken things. | ||||
| | * | fix(deps): update rust crate flexi_logger to 0.18.0 | Renovate Bot | 2021-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #42 from ↵ | Fuwn | 2021-06-10 | 1 | -3/+3 |
| |\ \ | |/ |/| | | | Whirlsplash/dependabot/npm_and_yarn/trim-newlines-3.0.1 | ||||
| | * | build(deps): bump trim-newlines from 3.0.0 to 3.0.1 | dependabot[bot] | 2021-06-10 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | | Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
| * | fix(whirl): move logs directory to `.whirl` | Fuwn | 2021-06-09 | 2 | -3/+4 |
| | | |||||
| * | feat(docker): expose .whirl directory to host as a volume | Fuwn | 2021-06-09 | 3 | -2/+7 |
| | | | | | | | | | Previously, Whirl would grab the default configuration data from the the `Default` trait of `Config`, this means that the configuration of a Docker container could not be modified. As well, the database would be reset upon the restart of the Docker container... This solution introduces a shared Volume directory with the label `.whirl-data` which acts as a means of persistant data storage for Whirl. | ||||
| * | feat(cli): create `.whirl` directory and log | Fuwn | 2021-06-09 | 1 | -0/+6 |
| | | |||||
| * | refactor(database): rename database file | Fuwn | 2021-06-09 | 6 | -6/+6 |
| | | | | | | | The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory. BREAKING CHANGE: Database file renamed | ||||
| * | refactor(config): rename `Whirl.toml` to `Config.toml` | Fuwn | 2021-06-09 | 6 | -4/+6 |
| | | | | | | | | 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 | 9 | -14/+9 |
| | | | | | | | | | | | | | | 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! | ||||
| * | style(readme): bullet punciation | Fuwn | 2021-06-08 | 1 | -5/+5 |
| | | |||||
| * | style(readme): grammar ? | Fuwn | 2021-06-08 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop | Fuwn | 2021-06-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #41 from Whirlsplash/renovate/diesel-1.x | Fuwn | 2021-06-08 | 1 | -1/+1 |
| | |\ | |||||
| | | * | fix(deps): update rust crate diesel to 1.4.7 | Renovate Bot | 2021-06-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | feat(whirl): conditional sub-server spawning via cli | Fuwn | 2021-06-08 | 2 | -4/+56 |
| | | | |||||
| * | | feat(whirl_server): conditional sub-server spawning | Fuwn | 2021-06-08 | 2 | -13/+35 |
| | | | |||||
| * | | refactor(docker): docker compose! | Fuwn | 2021-06-08 | 2 | -0/+11 |
| |/ | |||||
| * | docs(whirl_server): remove outdated comment | Fuwn | 2021-06-07 | 1 | -1/+1 |
| | | |||||
| * | style(readme): capitalize short description first words | Fuwn | 2021-06-07 | 1 | -5/+5 |
| | | |||||
| * | style(global): replace double hyphens with long hyphens | Fuwn | 2021-06-07 | 4 | -11/+11 |
| | | |||||
| * | style(readme): replace commas with hyphens | Fuwn | 2021-06-07 | 1 | -6/+6 |
| | | |||||
| * | docs(readme): dev deps now each have a little description | Fuwn | 2021-06-07 | 1 | -6/+7 |
| | | |||||
| * | fix(readme): move code-block to seperate block | Fuwn | 2021-06-07 | 1 | -3/+7 |
| | | |||||
| * | fix(readme): escape asterices | Fuwn | 2021-06-07 | 1 | -2/+2 |
| | | |||||
| * | docs(readme): benchmark notes | Fuwn | 2021-06-07 | 1 | -1/+20 |
| | | |||||
| * | fix(nix): add valgrind (dep of iai) to build inputs | Fuwn | 2021-06-07 | 1 | -0/+1 |
| | | |||||