Commit Graph

54 Commits (master)

Author SHA1 Message Date
Edward Shen 54c53629db
update deps 2020-04-08 22:02:11 -04:00
Edward Shen 3224c02d6f
liniting fixes 2019-11-09 17:25:42 -05:00
Edward Shen 2a56b0f4ad
remove extern crate statements 2019-11-09 17:13:11 -05:00
Edward Shen fa49084778
minor style changes 2019-11-09 17:12:53 -05:00
Edward Shen 2793469627
update cargo deps 2019-11-09 17:12:22 -05:00
Edward Shen be38c16c8d
bump to 0.2.0 2019-05-07 22:47:24 -04:00
Edward Shen 2cbbbdd101
implemented webhooks
reordered structs
2019-05-07 22:45:51 -04:00
Edward Shen 85f765b30d
rss feature implemented 2019-05-03 23:13:31 -04:00
Edward Shen ecb0b8ca6a
made endpoint status into an enum 2019-05-03 16:30:56 -04:00
Edward Shen 443dca2841
moved templates into own dir 2019-05-03 01:25:56 -04:00
Edward Shen f42c70b27e
errors are a vector instead of a single string 2019-05-03 01:05:02 -04:00
Edward Shen 17a0730275
refactor results into own file 2019-05-03 00:54:43 -04:00
Edward Shen 82b944a748
implemented rtt threshold i guess 2019-05-03 00:40:34 -04:00
Edward Shen 816a6daed1
query results knows how to update itself 2019-05-03 00:12:09 -04:00
Edward Shen ddab660945
added RTT warning 2019-05-02 20:30:02 -04:00
Edward Shen 39d932c949
Added RTT function 2019-05-02 18:47:59 -04:00
Edward Shen 01757eb4da
remove unnecessary features from actix-web 2019-05-02 03:31:09 -04:00
Edward Shen f7e6dd3246
added body digests checks 2019-05-02 03:21:18 -04:00
Edward Shen 90ce6167cf
clicking on url opens up new tab instead 2019-05-02 02:27:29 -04:00
Edward Shen 567d5b36ed
endpoint names don't shrink when url is long 2019-05-02 02:26:05 -04:00
Edward Shen 8304f4c645
move configurables to config 2019-05-02 01:51:27 -04:00
Edward Shen c4e8bc61b6
added dockerignore to reduce build context size 2019-05-02 00:31:45 -04:00
William Tan 77f5f62f56
Add Dockerfile 2019-05-02 00:17:13 -04:00
Edward Shen 978321b0ce
Provide option to set config file location by env 2019-05-02 00:02:53 -04:00
Edward Shen 5aa57864d7
templates now generate relative to cwd
added more examples to conf
2019-05-01 23:47:05 -04:00
Edward Shen 25ed4f0acb
made helper functions for EndpointStatus 2019-05-01 22:47:11 -04:00
Edward Shen 57574993b6
added should_err endpoint config option 2019-05-01 22:36:14 -04:00
Edward Shen 18a95cb3cd
updated readme 2019-05-01 19:47:30 -04:00
Edward Shen b950efb703
added example 2019-05-01 19:37:22 -04:00
Edward Shen 6e3ab3f522
optimized template 2019-05-01 18:30:07 -04:00
Edward Shen 993019f352
Made ui much nicer 2019-05-01 18:02:49 -04:00
Edward Shen f0c38b4d79
Set timeout on requests 2019-05-01 18:02:38 -04:00
Edward Shen e88efdae56
added option to not follow redirects 2019-05-01 17:24:18 -04:00
Edward Shen 0f4ca23655
made base parameter optional 2019-05-01 17:16:54 -04:00
Edward Shen c83190ada6
now renders in groups 2019-05-01 16:59:55 -04:00
Edward Shen 211a3f9477
more ui work 2019-05-01 16:15:18 -04:00
Edward Shen 0e8abe2701
refactor to use chrono 2019-05-01 16:01:27 -04:00
Edward Shen fef8fd66c7
cleaned up imports, refactored code 2019-05-01 14:13:46 -04:00
Edward Shen af79f6d2a3
background updating works 2019-05-01 13:22:23 -04:00
Edward Shen f357316797
IT WORKS 2019-05-01 12:58:10 -04:00
Edward Shen d92a5b7004
non-working code 2019-05-01 11:38:36 -04:00
Edward Shen 92036fe55f
background task running with webserver 2019-05-01 02:32:41 -04:00
Edward Shen 53b4cd70b0
made type for state 2019-05-01 02:15:20 -04:00
Edward Shen cef4ce19f0
split actix handlers into own file 2019-05-01 01:41:52 -04:00
Edward Shen 1428959602
more refactoring 2019-05-01 01:28:57 -04:00
Edward Shen 9a9d87038a
general ui work 2019-05-01 00:53:14 -04:00
Edward Shen cb9e094582
refactor into using tera 2019-04-30 22:49:22 -04:00
Edward Shen 38cad2e788
clean up of main 2019-04-30 15:27:15 -04:00
Edward Shen 88e9c4df82
added basic readme, api endpoint 2019-04-30 04:20:01 -04:00
Edward Shen b1d73e075b
now lazy fetches statuses 2019-04-30 03:53:13 -04:00