Commit Graph

243 Commits (master)

Author SHA1 Message Date
Edward Shen 5143dff888
Add logging 2021-07-11 13:21:57 -04:00
Edward Shen 7546948196
nightly clippy lints 2021-07-11 13:19:37 -04:00
Edward Shen 5f4be9809a
Add support for legacy files 2021-07-11 02:33:51 -04:00
Edward Shen 8040c49a1e
Add warning for encryption 2021-07-11 00:15:43 -04:00
Edward Shen 9871fc3774
bump to 0.4 2021-07-10 19:07:55 -04:00
Edward Shen f64d03493e
use static default headers 2021-07-10 19:04:27 -04:00
Edward Shen 93249397f1
Simply codebase 2021-07-10 18:53:28 -04:00
Edward Shen 154679967b
writing optimizations 2021-07-10 14:22:29 -04:00
Edward Shen b90edd72a6
Add clippy to CI 2021-07-09 21:25:08 -04:00
Edward Shen 3ec4d1c125
remove anchor from github workflows 2021-07-09 20:59:23 -04:00
Edward Shen 52ca595029
fix workflow ignores 2021-07-09 20:58:07 -04:00
Edward Shen e0bd29751a
Update paths to ignore 2021-07-09 20:56:35 -04:00
Edward Shen 7bd9189ebd
Update readme 2021-07-09 20:51:45 -04:00
Edward Shen c98a6d59f4
Have build script create .env if not found 2021-07-09 20:43:33 -04:00
Edward Shen 60bec5592a
Have build script modify .env file 2021-07-09 20:37:21 -04:00
Edward Shen de5816a44a
add env value to CI 2021-07-09 20:22:58 -04:00
Edward Shen 6fa301a4a5
rename workflow 2021-07-09 20:12:58 -04:00
Edward Shen 7b5738da8d
add standard CI 2021-07-09 20:11:43 -04:00
Edward Shen 5ab04a9e9c
add security CI 2021-07-09 20:02:22 -04:00
Edward Shen e65a7ba9ef
Update dependencies 2021-07-09 19:53:58 -04:00
Edward Shen 3a855a7e4a
add debug for client config 2021-07-09 19:51:48 -04:00
Edward Shen 5300afa205
Clean up ClientSecret usage 2021-07-09 19:48:25 -04:00
Edward Shen c5383639f5
ignore default config value 2021-07-09 19:18:09 -04:00
Edward Shen 88561f7c2c
Fix short arg conflict 2021-07-09 19:17:56 -04:00
Edward Shen ce03ce0baf
add support for yaml files 2021-07-09 19:14:53 -04:00
Edward Shen e78315025d
Use build script 2021-07-09 17:32:00 -04:00
Edward Shen a8e5d09ff0
clippy lints 2021-07-09 17:20:15 -04:00
Edward Shen b4f27c5f8c
migrate config to Config struct 2021-07-09 17:18:43 -04:00
Edward Shen 5b67431778
initial work 2021-07-09 14:36:04 -04:00
Edward Shen e33c0c73e1
Update dependencies 2021-07-07 14:59:58 -04:00
Edward Shen fe967a2272
clippy 2021-06-24 10:41:42 -04:00
Edward Shen 98ab7ab9e8
Blackhole non-token routes 2021-06-24 10:39:12 -04:00
Edward Shen 51173fa1a3
update index.html 2021-06-06 20:36:51 -04:00
Edward Shen 2501bb8da0
Upstream client to always use HTTP/2 and HTTPS 2021-06-06 18:51:05 -04:00
Edward Shen 97ea5eb448
Use short SHA in start message 2021-06-06 18:17:42 -04:00
Edward Shen 75752eb13e
remove unnecessary negation 2021-06-06 18:03:47 -04:00
Edward Shen 1839b64807
cargo update 2021-06-06 17:49:07 -04:00
Edward Shen 85c644ffed
Add git commit version 2021-06-06 17:48:48 -04:00
Edward Shen 9e9c955f5a
Update client spec version 2021-05-28 15:30:25 -04:00
Edward Shen 1c8f3da8d0
More logging 2021-05-27 19:24:54 -04:00
Edward Shen 5536f9638a
Add index page 2021-05-27 17:05:50 -04:00
Edward Shen 00739ec645
More logging 2021-05-27 16:47:35 -04:00
Edward Shen 491d0c9fda
Fix reading from encrypted files 2021-05-27 16:22:32 -04:00
Edward Shen f038452263
Fix logging messages 2021-05-27 16:22:15 -04:00
Edward Shen c32e534300
Revamp reading potentially encrypted files
Previously, we'd assume that if the header was successfully parsed, then
we'd have a valid encrypted header. This isn't the case, and now instead
we try to read metadata, first unencrypted, then encrypted, to make sure
we're reading with the correct abstraction.
2021-05-27 16:19:26 -04:00
Edward Shen 34c716bfce
Update dependencies 2021-05-27 16:18:50 -04:00
Edward Shen a732019f60
use split_at for token parsing 2021-05-24 15:21:45 -04:00
Edward Shen b8c12b463f
Use macro for metrics generation 2021-05-23 19:05:57 -04:00
Edward Shen 579d316945
clippy 2021-05-22 23:10:34 -04:00
Edward Shen 5fd8e86d97
Add support for offline mode 2021-05-22 23:06:05 -04:00