Commit graph

126 commits

Author SHA1 Message Date
Robin Klingsberg
b04b140330 Add configuration docs 2019-03-02 11:07:27 -05:00
Brian Korty
b614c7136c
Merge pull request #32 from sprockets/release/4.0.0
Release 4.0.0
2019-02-06 10:12:43 -05:00
Dave Shawley
283551f2a4 setup.py: Fix again since we require setup.py. 2019-02-06 09:58:37 -05:00
Dave Shawley
a3872bcfba setup.py: add the shebang line: this is EXECUTABLE! 2019-02-06 09:56:34 -05:00
Dave Shawley
cf7f54cc41 Metadata bumps for 4.0.0. 2019-02-06 09:55:34 -05:00
Dave Shawley
7c30d682f9 LICENSE: Update year range. 2019-02-06 09:55:19 -05:00
Andrew Rabert
3c0d4a0ed6
Merge pull request #30 from nvllsvm/tornewdo
Drop InfluxDB, Add Tornado 5, Add Python 3.7
2019-01-10 16:56:36 -05:00
Andrew Rabert
bb48684ace Fix flake8 violation 2018-12-14 11:22:41 -05:00
Andrew Rabert
df0d35282c Add flake8 2018-12-14 11:22:41 -05:00
Andrew Rabert
fda8a86074 Update history 2018-12-14 11:22:41 -05:00
Andrew Rabert
0e8b29f034 Cleanup and fix docs 2018-12-14 11:22:41 -05:00
Andrew Rabert
6e3ae0fbaf Strict setup.py check 2018-12-14 11:22:41 -05:00
Andrew Rabert
b6e04b08a6 Remove unused 2018-12-14 11:22:41 -05:00
Andrew Rabert
c008e5d866 Cleanup setup.py 2018-12-14 11:22:41 -05:00
Andrew Rabert
e64a672050 Update testing 2018-12-14 11:22:41 -05:00
Andrew Rabert
ad19d64911 Use native async
Also remove a test that isn't that useful
2018-12-14 11:22:38 -05:00
Andrew Rabert
8cc566acfd Reorganize and update reqs 2018-12-13 17:34:21 -05:00
Andrew Rabert
694c5276d0 Add support for Tornado >=5, drop Tornado <5 2018-12-13 17:34:10 -05:00
Andrew Rabert
567b408c29 Drop InfluxDB - use sprockets-influxdb 2018-12-13 17:34:07 -05:00
Andrew Rabert
3af2d18b7e Drop support for Python < 3.7 2018-12-13 17:26:54 -05:00
Andrew Rabert
f18809b825
Merge pull request #28 from ezhidblr/MOBILE-9146-add-statsd-tcp
Version bump, changelog update
2018-08-07 10:24:48 -04:00
Dan g
57d951b0fb Update changelog message 2018-08-07 10:24:18 -04:00
Dan g
ba4cc72366 Version bump, changelog update 2018-08-07 10:19:50 -04:00
Brian Korty
3491f853db
Merge pull request #27 from ezhidblr/MOBILE-9146-add-statsd-tcp
MOBILE-9220 added newline to tcp messages, added tests
2018-08-03 15:52:22 -04:00
ezhidblr
78fbe73cc4
Merge branch 'master' into MOBILE-9146-add-statsd-tcp 2018-08-03 15:25:23 -04:00
Dan g
dc57f5c5d1 Added statsd tests for 100% coverage, upgraded coverage pkg and conf 2018-08-03 10:56:14 -04:00
Dan g
6176ab654d - add non-blocking sleep to reconnect
- catch iostream.StreamClosedError
- short circuit write on a closed tcp stream
- flake8 formatting
2018-08-02 10:22:30 -04:00
Dan g
6414edf5ab import correct patch for py2 compatibility 2018-07-31 15:16:33 -04:00
Dan g
03ba3b7125 replace list dereferencing with itertools.chain for py2 2018-07-31 14:52:46 -04:00
Dan g
924735c24e Add tcp & udp tests for data sent 2018-07-31 14:27:16 -04:00
Dan g
b24a3699a5 Fakeserver check for \n in tcp stream, const name changed to TCP_PATTERN 2018-07-27 16:28:02 -04:00
Dan g
5599e9f73b Set format strings ass attributes, update tests 2018-07-27 13:51:02 -04:00
Dan g
6fd2cf4035 MOBILE-9220 added newline to tcp messages, added tests 2018-07-27 10:14:32 -04:00
Andrew Rabert
4d8ecdb034 Release version 3.1.0 2018-07-20 00:09:27 -04:00
Andrew Rabert
190f087ccc Deploy with Python 3.6 2018-07-20 00:07:56 -04:00
Andrew Rabert
6f569db4c9 Update tox envs 2018-07-19 23:57:51 -04:00
Andrew Rabert
2f4121d91a Add Python 3.6 and 3.7 support to package 2018-07-19 23:55:27 -04:00
Andrew Rabert
6627f03547 Fix PyPy in Travis 2018-07-19 23:53:27 -04:00
Andrew Rabert
a1b92809f4 Add Python versions and variants to CI 2018-07-19 23:49:48 -04:00
Andrew Rabert
1fa05593d7 Add documentation link 2018-07-19 17:25:37 -04:00
Andrew Rabert
74a20201bd Add badges 2018-07-19 17:25:34 -04:00
Andrew Rabert
fb037e67a7 Add whitespace 2018-07-19 17:12:40 -04:00
Andrew Rabert
33549e8d1a Update coverage pin 2018-07-19 17:12:08 -04:00
Andrew Rabert
c433d8bb7e Update mock pin 2018-07-19 17:09:34 -04:00
Andrew Rabert
6e049cc1da
Merge pull request #25 from ezhidblr/MOBILE-9146-add-statsd-tcp
Adding TCP support for statsd
2018-07-19 16:50:33 -04:00
Dan g
b5d1cae249 set protocal with str 'protocol' as per code review 2018-07-19 16:40:59 -04:00
Dan g
ce352daf0e Combine TCP & UDP server code into 1 class to prevent breaking changes
Updated tests to use the single class
2018-07-19 16:03:56 -04:00
Dan g
df76061eec fix docstring and flake8 2018-07-18 15:01:06 -04:00
Dan g
7b7010b0a2 Move logging out of try catch 2018-07-18 11:43:25 -04:00
Dan g
0fc46f82b4 Addressing code review 2018-07-18 11:05:27 -04:00