Commit Graph

41 Commits (master)

Author SHA1 Message Date
Edward Shen 0f27cfb788
clippy 2023-01-13 00:29:42 -08:00
Edward Shen 0144cf5f50
Use tracing; use cow for hop redirects 2022-06-02 23:22:53 -07:00
Edward Shen 72e672bc73
Use tracing 2022-06-02 23:04:59 -07:00
Edward Shen f1d7797637
Reformat 2022-06-02 22:46:10 -07:00
Edward Shen 90ff4461a6
2021 idioms 2022-06-02 22:42:19 -07:00
Edward Shen ce592985ce
Remove all unwraps 2022-06-02 22:39:35 -07:00
Edward Shen 0132d32507
Remove unwraps 2022-06-02 22:29:09 -07:00
Edward Shen 531a7da636
Clippy 2022-06-02 22:23:35 -07:00
Edward Shen ce68f4dd42
Migrate to axum 2022-06-02 21:58:56 -07:00
Edward Shen 411854385c
Percent-escape single quote 2022-06-02 20:12:07 -07:00
Edward Shen a8f2e0cfd7
Use char instead of string for single char match 2020-11-03 20:18:51 -05:00
Edward Shen ce21a63f16
Add JSON parsing from executables 2020-09-28 00:51:02 -04:00
Edward Shen 0df0c60013
add route min/max arg restrictions 2020-09-27 21:33:32 -04:00
Edward Shen 7585687710
Refactor route resolution 2020-09-27 19:37:24 -04:00
Edward Shen 7fdf451470
Use enum for route resolution 2020-09-27 17:02:43 -04:00
Edward Shen 5d7629487a
percent encode '&' and '%' 2020-09-27 16:09:46 -04:00
Edward Shen 10731c22f4
remove yaml feature on clap, remove itertools 2020-07-05 00:54:38 -04:00
Edward Shen 9df8ea3558
fixed tests 2020-07-05 00:16:59 -04:00
Edward Shen 323fa6ba71
added route descriptions, hidden routes and groups 2020-07-05 00:16:59 -04:00
Edward Shen a8fba09955
remove lint ignore on BunBunError 2020-07-05 00:16:59 -04:00
Edward Shen 73f25b9ae8
add link to source, put footer at bottom of page 2020-04-17 13:43:53 -04:00
Edward Shen 9cf01f5991
explicitly set content-type to text/html; charset=utf-8 2020-04-17 13:23:00 -04:00
Edward Shen ec04821462
hopefully fix github runner compat for tests 2020-01-01 00:20:29 -05:00
Edward Shen fd941b014a
add tests for resolve_path 2020-01-01 00:08:47 -05:00
Edward Shen 961cbd721b
move route serialization to config.rs 2019-12-31 23:07:01 -05:00
Edward Shen 1d7d547475
reorder routes 2019-12-31 23:00:54 -05:00
Edward Shen 68099c74fb
bump crate to 0.6.0 2019-12-31 20:26:06 -05:00
Edward Shen e619b2cffc
minor documentation fixes 2019-12-31 20:04:51 -05:00
Edward Shen 6e2deccf24
handle custom programs' exit codes 2019-12-31 19:42:53 -05:00
Edward Shen 71df3394ad
canonicalize relative paths 2019-12-31 19:23:51 -05:00
Edward Shen c990aef0e9
execute from local file if possible 2019-12-31 19:12:17 -05:00
Edward Shen 1385045013
use enum for routes 2019-12-31 17:36:21 -05:00
Edward Shen 97f5fa1455
Added tests 2019-12-29 00:08:13 -05:00
Edward Shen 0a8af55f05
define type for state data 2019-12-26 16:18:15 -05:00
Edward Shen 062c8f5a2e
move handlebar data out of state struct 2019-12-26 16:17:05 -05:00
Edward Shen 0a19214f36
update acitx to 2.0 2019-12-26 15:06:00 -05:00
Edward Shen e1d70e2c4f
update config file format 2019-12-24 00:05:56 -05:00
Edward Shen f70154e819
use const over static 2019-12-23 22:21:42 -05:00
Edward Shen 926658529e
add logging to bunbun 2019-12-23 14:09:49 -05:00
Edward Shen 9ec219e9c7
add + to encode set 2019-12-23 10:20:35 -05:00
Edward Shen 66acf64421
split routes into own file 2019-12-23 10:02:21 -05:00