| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(make): only run necessary components | Fuwn | 2021-08-16 | 1 | -2/+2 |
| | | |||||
| * | build(make): create kill task | Fuwn | 2021-07-16 | 1 | -0/+5 |
| | | | | | | Given that Whirl sometimes fails to exit properly (which should be fixed soon...), this task is needed to kill all dangling Whirl processes. | ||||
| * | test(make): add `checkall` task which performs a suite of checks | Fuwn | 2021-07-03 | 1 | -0/+14 |
| | | | | | like `checkfc` but more! | ||||
| * | fix(make): docker run commands | Fuwn | 2021-06-18 | 1 | -2/+4 |
| | | |||||
| * | refactor(docker): docker compose! | Fuwn | 2021-06-08 | 1 | -0/+2 |
| | | |||||
| * | feat(make): document generation task | Fuwn | 2021-06-05 | 1 | -0/+5 |
| | | |||||
| * | ci: sql linting on commit, make task | Fuwn | 2021-05-20 | 1 | -0/+6 |
| | | |||||
| * | fix(make): documentation line number | Fuwn | 2021-05-20 | 1 | -1/+1 |
| | | |||||
| * | feat(whirl_server): development testing environment variable | Fuwn | 2021-05-20 | 1 | -0/+1 |
| | | | | | Useful when debugging certain session exit bugs. Make sure to use the `runw` task! | ||||
| * | build(make): checkf and checkfc tasks now run once, not on all workspaces | Fuwn | 2021-05-20 | 1 | -0/+2 |
| | | |||||
| * | fix(docker): expose correct port | Fuwn | 2021-05-17 | 1 | -2/+2 |
| | | |||||
| * | fix(make): typo | Fuwn | 2021-05-17 | 1 | -1/+1 |
| | | |||||
| * | fix(make): typo | Fuwn | 2021-05-17 | 1 | -2/+2 |
| | | | | | I must've left this in when I was copying this task from Whirlsplash/bot's Makefile... | ||||
| * | fix(make): don't run certain tasks on workspaces | Fuwn | 2021-05-17 | 1 | -0/+12 |
| | | | | | | | | Previosuly, some tasks such as `run` or `docker-build` would run within all workspaces, this would cause errors as not all workspaces have binaries and when binary specific things are performed on the workspaces such as `cargo run`, the entire task would bail. This change just causes those binary dependent tasks to be run on all workspaces as a whole. | ||||
| * | fix(make): makefile and license auto-extended | Fuwn | 2021-05-17 | 1 | -1/+3 |
| | | |||||
| * | ci(make): create act-cli task | Fuwn | 2021-05-10 | 1 | -0/+15 |
| | | | | | | Act provides the ability to run GitHub actions locally, read more about Act [here](https://github.com/nektos/act). | ||||
| * | build(make): create interactive mode docker run task | Fuwn | 2021-05-06 | 1 | -0/+12 |
| | | | | | Allows one to access the Whirl prompt while running within a Docker container. | ||||
| * | chore(make): privitize cargo wrappers | Fuwn | 2021-05-06 | 1 | -0/+3 |
| | | |||||
| * | fix(make): docker-load uses shell script | Fuwn | 2021-05-06 | 1 | -2/+4 |
| | | |||||
| * | refactor(make): use cargo-make task naming conventions | Fuwn | 2021-05-06 | 1 | -6/+6 |
| | | |||||
| * | feat(docker): extends alpine | Fuwn | 2021-05-06 | 1 | -2/+2 |
| | | | | | Enables further extensibility, as well, Alpine is only 5 megabytes so the overhead is minimal. | ||||
| * | fix(docker): the dockering | Fuwn | 2021-05-06 | 1 | -0/+23 |
| | | | | | Fix Docker functionalities. | ||||
| * | build(make): create watchable make task | Fuwn | 2021-05-05 | 1 | -0/+7 |
| | | |||||
| * | feat(make): use cargo-make instead of gnu make | Fuwn | 2021-05-05 | 1 | -0/+55 |