| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
| |
I hadn't realised until now; the `signal-hook` crate doesn't
function properly on Windows, for the time being; the functionality of
this crate has been disabled on Windows.
This change also adapts the signal handler to use the Tokio-specific
`signal-hook` crate.
|
| | |
|
| |
|
|
|
|
| |
This commit adds extra error checking to the logger style evaluator as previously, Whirl would panic
if no arguments were passed via the command line because an expression within the evaluator would
still do a comparison to the first index of the command line arguments.
|
| |
|
|
|
| |
The long awaited `generate` sub-command is finally here. You may now generate yourself a default
configuration file by running `whirl config generate`!
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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!
|
| |
|
|
| |
`flexi_logger` version `0.18.0` broke a lot of stuff, this fixes those broken things.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory.
BREAKING CHANGE: Database file renamed
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This change makes clippy **a lot** more strict.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
subcommand
|
| | |
|
| | |
|
| |
|