aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore(make): only run necessary componentsFuwn2021-08-161-2/+2
|
* build(make): create kill taskFuwn2021-07-161-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 checksFuwn2021-07-031-0/+14
| | | | like `checkfc` but more!
* fix(make): docker run commandsFuwn2021-06-181-2/+4
|
* refactor(docker): docker compose!Fuwn2021-06-081-0/+2
|
* feat(make): document generation taskFuwn2021-06-051-0/+5
|
* ci: sql linting on commit, make taskFuwn2021-05-201-0/+6
|
* fix(make): documentation line numberFuwn2021-05-201-1/+1
|
* feat(whirl_server): development testing environment variableFuwn2021-05-201-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 workspacesFuwn2021-05-201-0/+2
|
* fix(docker): expose correct portFuwn2021-05-171-2/+2
|
* fix(make): typoFuwn2021-05-171-1/+1
|
* fix(make): typoFuwn2021-05-171-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 workspacesFuwn2021-05-171-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-extendedFuwn2021-05-171-1/+3
|
* ci(make): create act-cli taskFuwn2021-05-101-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 taskFuwn2021-05-061-0/+12
| | | | Allows one to access the Whirl prompt while running within a Docker container.
* chore(make): privitize cargo wrappersFuwn2021-05-061-0/+3
|
* fix(make): docker-load uses shell scriptFuwn2021-05-061-2/+4
|
* refactor(make): use cargo-make task naming conventionsFuwn2021-05-061-6/+6
|
* feat(docker): extends alpineFuwn2021-05-061-2/+2
| | | | Enables further extensibility, as well, Alpine is only 5 megabytes so the overhead is minimal.
* fix(docker): the dockeringFuwn2021-05-061-0/+23
| | | | Fix Docker functionalities.
* build(make): create watchable make taskFuwn2021-05-051-0/+7
|
* feat(make): use cargo-make instead of gnu makeFuwn2021-05-051-0/+55