1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
checktheroads
1fc9e55bc9 fix exception printing bug for directly-raised custom exceptions 2020-10-18 12:14:17 -07:00
checktheroads
d64520727a fix exception printing 2020-10-17 08:51:19 -07:00
checktheroads
ba1a91c93f add redis password authentication support, closes #82 2020-10-10 21:13:28 -07:00
checktheroads
fe84d72c62 improve config import & logging initialization 2020-07-14 00:15:41 -07:00
checktheroads
a562c90094 start adding response parsing & ui elements 2020-04-24 11:41:43 -07:00
checktheroads
5f3c516f86 revamp logging 2020-04-14 10:24:20 -07:00
checktheroads
534047de36 use custom fork of sshtunnel; remove ujson 2020-04-12 02:10:09 -07:00
checktheroads
edf0803a62 style improvements 2020-02-03 02:35:11 -07:00
checktheroads
9ca90cc2ae refactor response model 2020-01-21 17:30:14 -07:00
checktheroads
ddb42b02a4 switch to ujson for .json() exception class method 2020-01-20 19:50:35 -07:00
checktheroads
c469e6576c migrate sanic → FastAPI 2020-01-20 00:32:42 -07:00
checktheroads
7ba6954af8 improve exception & log handling 2020-01-05 00:34:44 -07:00
checktheroads
4ab94c7a6a isort 2019-12-30 09:47:31 -07:00
checktheroads
d5cd069148 upgrade pydantic to 1.3 2019-12-30 01:44:19 -07:00
checktheroads
ea3a08b28a refactor logzero → loguru; docstrings 2019-12-29 23:57:39 -07:00
checktheroads
962fd21bf9 model restructure, front-end improvements 2019-10-09 03:10:52 -07:00
checktheroads
a5bb782d3e refactor 2019-09-04 01:28:55 -07:00
checktheroads
d34e2cea6b improve error handling 2019-09-03 00:42:45 -07:00
checktheroads
25359c8834 implement overhaul of error handling 2019-08-31 23:50:02 -07:00
checktheroads
d48b7130e4 WIP: improve exceptions & error handling 2019-08-29 23:05:54 -07:00
checktheroads
b26ca65223 WIP: improve app-wide error handling 2019-08-29 07:10:40 -07:00
checktheroads
b5b1122ec6 WIP: switching to 100% custom exceptions for error handling 2019-08-25 23:22:20 -07:00
Matt Love
b7747cf1df Async all the things
Flask → Sanic, Requests → HTTP3, Add SSHTunnel for SSH Proxying, Remove Gunicorn dependency
2019-07-15 02:30:42 -07:00
checktheroads
478a3dcda9 Add base exception init 2019-07-07 22:38:57 -07:00
checktheroads
211e503d5e Implement: Pydantic, Custom exceptions, constants, YAML 2019-07-07 02:49:54 -07:00