|
dab4d52f4d
|
general cleanup
|
2020-07-05 00:16:59 -04:00 |
|
|
c50b4493ab
|
fix footer not in body
|
2020-07-05 00:16:59 -04:00 |
|
|
323fa6ba71
|
added route descriptions, hidden routes and groups
|
2020-07-05 00:16:59 -04:00 |
|
|
a8fba09955
|
remove lint ignore on BunBunError
|
2020-07-05 00:16:59 -04:00 |
|
|
ed462ba67e
|
better error messages
|
2020-07-05 00:16:59 -04:00 |
|
|
4226b75f18
|
update clap to ^3.0.0, return exit code 1 on error
|
2020-07-05 00:16:59 -04:00 |
|
|
7a5910ce26
|
add deny(missing_docs)
|
2020-07-05 00:16:58 -04:00 |
|
|
7faf15889a
|
implement intelligent config location selection.
|
2020-07-05 00:16:58 -04:00 |
|
|
633a152f89
|
fixed config arg not taking in value
|
2020-07-05 00:16:55 -04:00 |
|
|
9c81ff46e4
|
fix mistaken reference to bunbun.toml
|
2020-07-05 00:16:52 -04:00 |
|
|
73f25b9ae8
|
add link to source, put footer at bottom of page
|
2020-04-17 13:43:53 -04:00 |
|
|
843efc2e62
|
update landing page to be more generic
|
2020-04-17 13:27:10 -04:00 |
|
|
9cf01f5991
|
explicitly set content-type to text/html; charset=utf-8
|
2020-04-17 13:23:00 -04:00 |
|
|
8cdd216b39
|
remove extraneous uses
|
2020-04-14 20:39:36 -04:00 |
|
|
f109734a32
|
add version number to botton of pages
|
2020-04-14 20:34:04 -04:00 |
|
|
70c7747ca9
|
update cargo lock
|
2020-04-08 20:58:46 -04:00 |
|
|
ec04821462
|
hopefully fix github runner compat for tests
|
2020-01-01 00:20:29 -05:00 |
|
|
4e1db78ed9
|
documented manual tests
|
2020-01-01 00:13:29 -05:00 |
|
|
fd941b014a
|
add tests for resolve_path
|
2020-01-01 00:08:47 -05:00 |
|
|
961cbd721b
|
move route serialization to config.rs
|
2019-12-31 23:07:01 -05:00 |
|
|
1d7d547475
|
reorder routes
|
2019-12-31 23:00:54 -05:00 |
|
|
b8be3d8d53
|
typo fixes
|
2019-12-31 22:44:16 -05:00 |
|
|
68099c74fb
|
bump crate to 0.6.0
|
2019-12-31 20:26:06 -05:00 |
|
|
e619b2cffc
|
minor documentation fixes
|
2019-12-31 20:04:51 -05:00 |
|
|
6e2deccf24
|
handle custom programs' exit codes
|
2019-12-31 19:42:53 -05:00 |
|
|
71df3394ad
|
canonicalize relative paths
|
2019-12-31 19:23:51 -05:00 |
|
|
c990aef0e9
|
execute from local file if possible
|
2019-12-31 19:12:17 -05:00 |
|
|
1385045013
|
use enum for routes
|
2019-12-31 17:36:21 -05:00 |
|
|
a4543c48ec
|
move config management to own file
|
2019-12-29 00:48:02 -05:00 |
|
|
5a122371da
|
forbid unsafe code
|
2019-12-29 00:09:18 -05:00 |
|
|
97f5fa1455
|
Added tests
|
2019-12-29 00:08:13 -05:00 |
|
|
03918ea53e
|
remove libc and daemonize option
|
2019-12-27 00:02:12 -05:00 |
|
|
b835e5b2e9
|
move error to own file
|
2019-12-26 17:01:45 -05:00 |
|
|
0a8af55f05
|
define type for state data
|
2019-12-26 16:18:15 -05:00 |
|
|
062c8f5a2e
|
move handlebar data out of state struct
|
2019-12-26 16:17:05 -05:00 |
|
|
b59cb4f9e3
|
move watch into own function
|
2019-12-26 15:49:42 -05:00 |
|
|
0a19214f36
|
update acitx to 2.0
|
2019-12-26 15:06:00 -05:00 |
|
|
e1d70e2c4f
|
update config file format
|
2019-12-24 00:05:56 -05:00 |
|
|
9f4577f0ed
|
actually name yaml file correctly
|
2019-12-23 22:59:12 -05:00 |
|
|
f70154e819
|
use const over static
|
2019-12-23 22:21:42 -05:00 |
|
|
b09f1b96ea
|
better log level parsing
|
2019-12-23 22:13:38 -05:00 |
|
|
5218c8a92d
|
smarter log matching
|
2019-12-23 19:42:30 -05:00 |
|
|
c11056f1fb
|
Added clap, use options
|
2019-12-23 19:33:09 -05:00 |
|
|
926658529e
|
add logging to bunbun
|
2019-12-23 14:09:49 -05:00 |
|
|
9ec219e9c7
|
add + to encode set
|
2019-12-23 10:20:35 -05:00 |
|
|
66acf64421
|
split routes into own file
|
2019-12-23 10:02:21 -05:00 |
|
|
5ea3b8da5b
|
use structs instead of hashmaps for templates
|
2019-12-23 00:08:16 -05:00 |
|
|
f67d461512
|
use hashmap, read from mem instead of a reader
|
2019-12-22 23:45:28 -05:00 |
|
|
524997a4f5
|
make templates pass web.dev audit
|
2019-12-22 22:21:43 -05:00 |
|
|
165875b31c
|
proper url decoding, better hop resolution
|
2019-12-22 22:10:21 -05:00 |
|