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

288 Commits

Author SHA1 Message Date
checktheroads
a446c5ac48 moved prep script to before_script with & 2019-06-16 20:29:39 -07:00
checktheroads
17e107388c switched from nohup to /dev/null for flask dev server 2019-06-16 20:22:46 -07:00
checktheroads
6e611cd7c3 added missing json impoprt 2019-06-16 20:17:02 -07:00
checktheroads
37ff006a9b putting flask script in nohup 2019-06-16 20:14:08 -07:00
checktheroads
c18ebc9ca7 splitting CI tests to separate scripts 2019-06-16 20:00:48 -07:00
checktheroads
6daf7b7a23 separated test function from prep function 2019-06-16 19:49:52 -07:00
checktheroads
e40d502c92 added delete existing files statement for CI 2019-06-16 19:46:46 -07:00
checktheroads
9d520b46a3 fixed duplicate function name loop 2019-06-16 19:41:28 -07:00
checktheroads
39ca6f3930 fixed incorrect path issue 2019-06-16 19:38:21 -07:00
checktheroads
2879bb1ca7 fixed incorrect path issue 2019-06-16 19:33:39 -07:00
checktheroads
f20c48fb1c fixed os.path issue 2019-06-16 19:25:51 -07:00
checktheroads
ddbc8f95b7 adding debug statements to figure out wtf 2019-06-16 19:21:18 -07:00
checktheroads
a00f67b3f4 switched to bare raise for ci test parent func 2019-06-16 19:08:15 -07:00
checktheroads
e5184aad0e removed redundant try block from file copy, changed shutil.copyfile to shutil.copy 2019-06-16 19:01:38 -07:00
checktheroads
286c0b596f adjusting error handling/structure for ci test 2019-06-16 18:54:25 -07:00
checktheroads
9b4c61f89c fixed missing shutil import for CI 2019-06-16 18:31:28 -07:00
checktheroads
d0d05e868f adding missing ci import 2019-06-16 18:16:18 -07:00
checktheroads
502d3c3848 adding parent dir to ci path 2019-06-16 18:13:52 -07:00
checktheroads
5a7873f938 attempting relative import fix 2019-06-16 18:07:58 -07:00
checktheroads
bfbb9f58a4 added dev requirements for travis 2019-06-16 17:55:29 -07:00
checktheroads
9943459f6e fixed missing import for CI testing 2019-06-16 17:42:10 -07:00
checktheroads
b0f56411bc fixed missing import for CI testing 2019-06-16 17:36:27 -07:00
checktheroads
242b6f20c3 travis: deps script update 3 2019-06-16 17:33:40 -07:00
checktheroads
3d02f86653 travis: deps script update 2 2019-06-16 17:26:27 -07:00
checktheroads
34cab77b91 travis: deps script update 1 2019-06-16 17:19:38 -07:00
checktheroads
d7d06b20ee updated travis config 2019-06-16 17:15:59 -07:00
checktheroads
7e222496f8 initial travis 2019-06-16 17:13:02 -07:00
checktheroads
d2b40c1afd Black Formatting - travis # 2019-06-16 16:05:53 -07:00
checktheroads
a0d295a8e2 Black Formatting - travis # 2019-06-16 16:04:00 -07:00
checktheroads
d6bc16d40d Black Formatting - travis # 2019-06-16 16:02:33 -07:00
checktheroads
4b8cfb3e65 Black Formatting - travis # 2019-06-16 15:59:58 -07:00
checktheroads
68a72ce0b8 Black Formatting - travis # 2019-06-16 15:54:51 -07:00
checktheroads
2f54044e58 Black Formatting - travis # 2019-06-16 15:52:41 -07:00
checktheroads
80ef34d429 Black Formatting - travis # 2019-06-16 15:45:21 -07:00
checktheroads
ac0b867dc7 Black Formatting - travis # 2019-06-16 15:42:31 -07:00
checktheroads
74d3fd36a2 testing pre-commit 2019-06-16 13:04:47 -07:00
checktheroads
cb356ffc11 moved docs to separate repo 2019-06-15 19:05:47 -07:00
checktheroads
421cc2a85e moving docs to separate repo 2019-06-15 14:25:54 -07:00
checktheroads
a413a26f34 added redis-server requirement to systemd example 2019-06-15 13:04:36 -07:00
checktheroads
d9e8a74a9c removed pprint 2019-06-15 12:55:37 -07:00
checktheroads
48c970db76 removed old flask-caching reference from clear-cache function 2019-06-15 12:52:13 -07:00
checktheroads
9d5608d72e various minor changes to make pylint STFU 2019-06-15 12:51:03 -07:00
checktheroads
eece919376 various redis improvements 2019-06-15 12:42:28 -07:00
checktheroads
2215f5a4f9 removed Flask-Caching, migrated to native Redis caching. Migrated Flask-Limiter to Redis storage 2019-06-15 11:35:55 -07:00
checktheroads
abdc73bdd3 fixed syntax error 2019-06-13 07:49:49 -07:00
checktheroads
2844ffcac7 changed source IP variable to flask get_ipaddr() for prometheus 2019-06-13 07:34:57 -07:00
checktheroads
af3e78c81d changed Execute class attributes to use already-initialized data 2019-06-11 22:57:47 -07:00
checktheroads
f3461708c1 fixed syntax error in hyperglass.js 2019-06-11 22:41:01 -07:00
checktheroads
2ffdc9ec72 moved flask-caching dir to /tmp/hyperglass_cache 2019-06-11 22:37:28 -07:00
checktheroads
90cb08b1f0 added missing prometheus_client to requirements 2019-06-11 22:30:06 -07:00