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

65 Commits

Author SHA1 Message Date
e84936b53a split CLI into separate module 2020-01-21 01:08:28 -07:00
06c5c6eba2 split api endpoints from backend query initiator 2020-01-20 19:50:08 -07:00
2499c7cec5 add development mode config model 2020-01-20 10:51:48 -07:00
65ccce5aff add fastapi docs config model 2020-01-20 10:17:52 -07:00
c469e6576c migrate sanic → FastAPI 2020-01-20 00:32:42 -07:00
c9a69d1e20 improve development server handling 2020-01-19 22:00:33 -07:00
af42e3bcd0 add pre-commit; add line-count functions & badge 2019-12-31 12:03:23 -07:00
90074fb071 refactor asset rendering to asyncio 2019-12-31 02:26:18 -07:00
5365db9550 add secret generator 2019-12-31 00:57:35 -07:00
590ab2aa59 verify redis is running prior to starting app 2019-12-30 09:43:49 -07:00
cc8c520270 improve error handling 2019-10-24 13:28:53 -07:00
962fd21bf9 model restructure, front-end improvements 2019-10-09 03:10:52 -07:00
7f2fbda354 add stackprinter 2019-10-04 17:17:08 -07:00
3c756acb46 add theming 2019-08-14 09:36:24 -07:00
c022aeb940 🎨 Add CLI for rendering assets 2019-08-13 14:17:35 -07:00
e6e1aff693 🚧 temporarily disable pythonic Sass rendering 2019-08-07 11:10:30 -07:00
2f2c32422e 🚀🎨💄 2019-08-06 01:09:55 -07:00
6aaff2850f Add more CI debugs 2019-07-08 02:00:52 -07:00
149459e5ba Add more CI debugs 2019-07-08 01:55:15 -07:00
16da7fafae Add --verbose to pylint 2019-07-08 01:49:13 -07:00
ff93e84791 Fix rcfile error 2019-07-08 01:45:51 -07:00
929681c08f Add pylint rcfile argument to CI script 2019-07-08 01:30:13 -07:00
63244306c3 Add pylint debug option for CI 2019-07-08 01:20:37 -07:00
49d73ffab3 Add debug option to CI pylint check 2019-07-08 01:11:16 -07:00
22f382865b Improve formatting 2019-07-07 22:08:12 -07:00
48543ba597 Improve API Key generator 2019-07-07 22:06:12 -07:00
211e503d5e Implement: Pydantic, Custom exceptions, constants, YAML 2019-07-07 02:49:54 -07:00
ea49ecd760 Make CI fail on black/pylint failure, but not change files 2019-06-19 08:37:59 -07:00
6045c45f67 removed debug click echo statement 2019-06-17 01:35:43 -07:00
b2cdfb8e8f fixed CI branch issue, fixed regex issue for pylint badge 2019-06-17 01:33:13 -07:00
d119e6b606 switched debug method from logging to click echo 2019-06-17 01:23:17 -07:00
b28fa9409d added debug loggers 2019-06-17 01:20:22 -07:00
2bd89b8d5c removed old configuration file name 2019-06-17 00:23:15 -07:00
bfbb9f58a4 added dev requirements for travis 2019-06-16 17:55:29 -07:00
d2b40c1afd Black Formatting - travis # 2019-06-16 16:05:53 -07:00
4b8cfb3e65 Black Formatting - travis # 2019-06-16 15:59:58 -07:00
68a72ce0b8 Black Formatting - travis # 2019-06-16 15:54:51 -07:00
2f54044e58 Black Formatting - travis # 2019-06-16 15:52:41 -07:00
74d3fd36a2 testing pre-commit 2019-06-16 13:04:47 -07:00
6576ad3050 added ✓ to pre-check success message 2019-06-11 22:18:42 -07:00
60215a5b4c fixed indentation 2019-06-11 22:18:00 -07:00
71fd9410db added break 2019-06-11 22:16:59 -07:00
e521805a6b fixed different never ending pre-check loop 2019-06-11 22:16:13 -07:00
2a9d86bbe8 fixed never ending pre-check loop 2019-06-11 22:15:15 -07:00
c1afe43df5 changed incorrect Python3 requirement message from 3.7 to 3.6 2019-06-11 21:48:55 -07:00
4a8e800852 fixed missing import statements, removed uncessary import references 2019-06-11 21:47:06 -07:00
56c70ce94e fixed incorrect config path 2019-06-11 21:31:00 -07:00
5c304805a3 removed import of hyperglass and replaced with working_dir variable 2019-06-11 21:29:31 -07:00
7f3a7801f6 fixed redundant variable 2019-06-11 21:26:22 -07:00
72c2e71667 moved missing import statment to try block 2019-06-11 21:23:53 -07:00