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

228 Commits

Author SHA1 Message Date
f20c48fb1c fixed os.path issue 2019-06-16 19:25:51 -07:00
ddbc8f95b7 adding debug statements to figure out wtf 2019-06-16 19:21:18 -07:00
a00f67b3f4 switched to bare raise for ci test parent func 2019-06-16 19:08:15 -07:00
e5184aad0e removed redundant try block from file copy, changed shutil.copyfile to shutil.copy 2019-06-16 19:01:38 -07:00
286c0b596f adjusting error handling/structure for ci test 2019-06-16 18:54:25 -07:00
9b4c61f89c fixed missing shutil import for CI 2019-06-16 18:31:28 -07:00
d0d05e868f adding missing ci import 2019-06-16 18:16:18 -07:00
502d3c3848 adding parent dir to ci path 2019-06-16 18:13:52 -07:00
5a7873f938 attempting relative import fix 2019-06-16 18:07:58 -07:00
bfbb9f58a4 added dev requirements for travis 2019-06-16 17:55:29 -07:00
9943459f6e fixed missing import for CI testing 2019-06-16 17:42:10 -07:00
b0f56411bc fixed missing import for CI testing 2019-06-16 17:36:27 -07:00
242b6f20c3 travis: deps script update 3 2019-06-16 17:33:40 -07:00
3d02f86653 travis: deps script update 2 2019-06-16 17:26:27 -07:00
34cab77b91 travis: deps script update 1 2019-06-16 17:19:38 -07:00
d7d06b20ee updated travis config 2019-06-16 17:15:59 -07:00
7e222496f8 initial travis 2019-06-16 17:13:02 -07:00
d2b40c1afd Black Formatting - travis # 2019-06-16 16:05:53 -07:00
a0d295a8e2 Black Formatting - travis # 2019-06-16 16:04:00 -07:00
d6bc16d40d Black Formatting - travis # 2019-06-16 16:02:33 -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
80ef34d429 Black Formatting - travis # 2019-06-16 15:45:21 -07:00
ac0b867dc7 Black Formatting - travis # 2019-06-16 15:42:31 -07:00
74d3fd36a2 testing pre-commit 2019-06-16 13:04:47 -07:00
cb356ffc11 moved docs to separate repo 2019-06-15 19:05:47 -07:00
421cc2a85e moving docs to separate repo 2019-06-15 14:25:54 -07:00
a413a26f34 added redis-server requirement to systemd example 2019-06-15 13:04:36 -07:00
d9e8a74a9c removed pprint 2019-06-15 12:55:37 -07:00
48c970db76 removed old flask-caching reference from clear-cache function 2019-06-15 12:52:13 -07:00
9d5608d72e various minor changes to make pylint STFU 2019-06-15 12:51:03 -07:00
eece919376 various redis improvements 2019-06-15 12:42:28 -07:00
2215f5a4f9 removed Flask-Caching, migrated to native Redis caching. Migrated Flask-Limiter to Redis storage 2019-06-15 11:35:55 -07:00
abdc73bdd3 fixed syntax error 2019-06-13 07:49:49 -07:00
2844ffcac7 changed source IP variable to flask get_ipaddr() for prometheus 2019-06-13 07:34:57 -07:00
af3e78c81d changed Execute class attributes to use already-initialized data 2019-06-11 22:57:47 -07:00
f3461708c1 fixed syntax error in hyperglass.js 2019-06-11 22:41:01 -07:00
2ffdc9ec72 moved flask-caching dir to /tmp/hyperglass_cache 2019-06-11 22:37:28 -07:00
90cb08b1f0 added missing prometheus_client to requirements 2019-06-11 22:30:06 -07:00
753415894b moved gunicorn multiproc dir to /tmp 2019-06-11 22:28:30 -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
79cc8f6967 persisting custom dir 2019-06-11 22:05:04 -07:00
8213029a14 removed debug true 2019-06-11 21:55:40 -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