Bastien Abadie
|
987f924750
|
Merge pull request #14 from La0/async
Support Async connection
|
2018-05-29 14:47:32 +02:00 |
Bastien Abadie
|
b9cae95c29
|
Fix client tests
|
2018-05-29 14:10:27 +02:00 |
Bastien Abadie
|
7145e5876a
|
Use find_packages in setup.py to embed client
|
2018-05-29 11:26:18 +02:00 |
Bastien Abadie
|
5314aceb3b
|
Add clients documentation
|
2018-05-29 10:53:44 +02:00 |
Bastien Abadie
|
6fbb25e62a
|
Add async connection
|
2018-05-29 10:53:12 +02:00 |
Kyle Lahnakoski
|
37b80f4e32
|
docs
|
2018-05-28 19:13:23 -04:00 |
Kyle Lahnakoski
|
37044c342f
|
docs
|
2018-05-27 17:31:09 -04:00 |
Kyle Lahnakoski
|
5546fefc84
|
docs
|
2018-05-25 07:47:55 -04:00 |
Kyle Lahnakoski
|
78e43cf856
|
fix client to print results
|
2018-05-25 07:24:51 -04:00 |
Kyle Lahnakoski
|
125a53c4bf
|
Merge pull request #13 from La0/setup.py
thank you!
|
2018-05-25 07:03:00 -04:00 |
Bastien Abadie
|
4a67337a55
|
Remove print from setup.py to support python3
|
2018-05-25 11:56:18 +02:00 |
Kyle Lahnakoski
|
c8c4bd32c7
|
add client that uses prod
|
2018-05-24 16:47:03 -04:00 |
Kyle Lahnakoski
|
4b78ac2b4e
|
add url_prefix to prod. spelling
|
2018-05-24 15:39:46 -04:00 |
Kyle Lahnakoski
|
25c1236590
|
Merge pull request #11 from La0/docker
Support url_prefix to serve behind an nginx proxy with subpath
|
2018-05-24 13:44:13 -04:00 |
Bastien Abadie
|
3476bf1446
|
Move docker in tests directory
|
2018-05-24 18:51:48 +02:00 |
Bastien Abadie
|
cb8e8e434c
|
Fix bug in HawkConnection
|
2018-05-24 18:51:48 +02:00 |
Bastien Abadie
|
60681a9263
|
Support url_prefix in application
|
2018-05-24 18:51:48 +02:00 |
Bastien Abadie
|
1166f06aa8
|
Docker test environment
|
2018-05-24 18:51:48 +02:00 |
Kyle Lahnakoski
|
4bbe4b9bc0
|
More test fixes
|
2018-05-24 11:19:45 -04:00 |
Kyle Lahnakoski
|
923a83a99b
|
attempt to fix the "by_bug" tests, remove not-needed test, use unittest, add debug.trace, whitspace,
|
2018-05-24 11:11:52 -04:00 |
Kyle Lahnakoski
|
52474a4372
|
fix the slow server test
|
2018-05-24 10:33:14 -04:00 |
Kyle Lahnakoski
|
65012249a7
|
add another test
|
2018-05-24 08:24:20 -04:00 |
Kyle Lahnakoski
|
95cf2010b6
|
fix tests I broke
|
2018-05-24 08:18:11 -04:00 |
Kyle Lahnakoski
|
27bb31620d
|
revert accidental changes
|
2018-05-24 07:04:19 -04:00 |
Kyle Lahnakoski
|
74e8226823
|
trim vendor lib
|
2018-05-24 07:03:05 -04:00 |
Kyle Lahnakoski
|
93966b9510
|
for python 2
|
2018-05-23 23:59:44 -04:00 |
Kyle Lahnakoski
|
8b073e407f
|
more merge fixes
|
2018-05-23 23:30:11 -04:00 |
Kyle Lahnakoski
|
42f5e63670
|
Merge branch 'activedata' of https://github.com/klahnakoski/esFrontLine into activedata
|
2018-05-23 23:28:19 -04:00 |
Kyle Lahnakoski
|
36b4656f5a
|
Use Log instead of logger, add production config
|
2018-05-23 23:23:31 -04:00 |
Kyle Lahnakoski
|
a2b100ac6c
|
some little details about logging errors
|
2018-05-23 22:56:38 -04:00 |
Kyle Lahnakoski
|
552750632e
|
superficial fixes to old tests
|
2018-05-23 22:53:34 -04:00 |
Kyle Lahnakoski
|
850143b537
|
add unittest
|
2018-05-23 22:46:41 -04:00 |
Kyle Lahnakoski
|
6d08d5d445
|
move tests/util to vendor, and upgrade
|
2018-05-23 22:37:49 -04:00 |
Kyle Lahnakoski
|
a21d933ea8
|
Merge pull request #7 from La0/hawk
Hawk authentication
|
2018-05-23 20:05:34 -04:00 |
Bastien Abadie
|
1132096e7e
|
Unit test for authentication
|
2018-05-23 13:01:17 +02:00 |
Kyle Lahnakoski
|
ca64d9844e
|
Merge branch 'dev' into La0-hawk
|
2018-05-21 10:55:40 -04:00 |
Bastien Abadie
|
300c20833b
|
Do not check resource on HEAD
|
2018-05-21 15:43:03 +02:00 |
Bastien Abadie
|
3471465f33
|
Support official Elasticsearch client
|
2018-05-21 15:34:47 +02:00 |
Bastien Abadie
|
7d7b906de6
|
Raise explicit errors on invalid users settings
|
2018-05-21 14:31:24 +02:00 |
Bastien Abadie
|
a8b74a65b8
|
Use flask.request.method on a unique endpoint
|
2018-05-21 14:21:41 +02:00 |
Bastien Abadie
|
922f020eb1
|
Check authentication before filtering the request.
|
2018-05-21 14:09:42 +02:00 |
Bastien Abadie
|
2c0f253e41
|
Check resource is allowed per user
|
2018-05-21 14:09:42 +02:00 |
Bastien Abadie
|
81f6a679fe
|
Add hawk authentication
|
2018-05-21 14:09:42 +02:00 |
Kyle Lahnakoski
|
9c1818c42d
|
more files to ignore
|
2018-05-21 08:08:26 -04:00 |
Kyle Lahnakoski
|
ffa7959655
|
upgrade flask and requests versions
|
2014-08-18 17:41:04 -04:00 |
Kyle Lahnakoski
|
d67265794f
|
upgrade test library
|
2014-08-18 17:40:47 -04:00 |
Kyle Lahnakoski
|
6ffb5358ee
|
update version num
|
2014-08-18 17:09:32 -04:00 |
Kyle Lahnakoski
|
6a6299f21a
|
Merge branch 'add_head_handling'
|
2014-08-18 17:07:07 -04:00 |
Kyle Lahnakoski
|
6675dac2bb
|
more docs
|
2014-08-08 15:11:29 -04:00 |
Kyle Lahnakoski
|
142becee34
|
update lib and tests
|
2014-08-06 17:07:08 -04:00 |