Commit graph

144 commits

Author SHA1 Message Date
Dave Shawley
f6d0034438
4.2.0: Library No Longer Maintained.
This library is NO LONGER MAINTAINED.
Please switch to either sprockets-influxdb or sprockets-statsd.

https://github.com/sprockets/sprockets-influxdb
https://github.com/sprockets/sprockets-statsd
2021-07-21 13:18:12 -04:00
dave-shawley
752117aafb
Merge pull request #37 from dave-shawley/deprecate
Announce deprecation.
2021-07-21 13:15:36 -04:00
Dave Shawley
f51082c327
Announce deprecation. 2021-07-21 13:14:51 -04:00
Dave Shawley
19bfd5cbd7 Update metadata for 4.1.0. 2019-09-04 06:46:36 -04:00
Andrew Rabert
54fc1ff50b
Merge pull request #35 from dave-shawley/add-close
Add StatsDCollector.close and some docs
2019-09-02 22:32:00 -04:00
Dave Shawley
f553cc2966 Advertise support for python 3.8 2019-09-02 17:04:16 -04:00
Dave Shawley
bc02db0f48 Add StatsDCollector.close method. 2019-09-02 09:18:37 -04:00
Dave Shawley
d602430138 Stop mix-in from failing when not installed. 2019-09-02 09:18:37 -04:00
Dave Shawley
5ced9be0be Add reconnect logic test. 2019-09-02 09:18:30 -04:00
Dave Shawley
08b3cf206b Fix documentation. 2019-09-02 09:18:30 -04:00
Dave Shawley
72859a6877 Update development tools. 2019-09-02 08:43:03 -04:00
Dave Shawley
c4dd176ab3 Remove unnecessary "on connect" callback.
This was removed in Tornado 6 when many of the other callbacks were
removed.  This was using the callback as the server hostname for SNI
purposes.  Luckily we aren't using SSL sockets here ;)
2019-09-02 08:30:08 -04:00
Dave Shawley
f24bc7c065 Use full path to unittest.mock in tests.py 2019-09-02 08:30:00 -04:00
Dave Shawley
8d73f5bbf5 Show missing lines in coverage report. 2019-09-02 08:29:33 -04:00
Dave Shawley
7b39515000 Add tornado 5 & 6 environments to tox.ini. 2019-09-02 08:28:56 -04:00
Andrew Rabert
0b17d5f0c0
Merge pull request #34 from ibnpaul/update-tornado-pin
Exclude Tornado >6 (as-yet-unreleased version)
2019-03-14 00:10:42 -04:00
Robin Klingsberg
e6340f4183 Exclude Tornado >6 (as-yet-unreleased version) 2019-03-14 00:07:12 -04:00
Andrew Rabert
67a1d524bf
Merge pull request #33 from ibnpaul/add-configuration-docs
Add configuration docs
2019-03-04 13:17:59 -05:00
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