Commit graph

  • f6d0034438
    4.2.0: Library No Longer Maintained. master 4.2.0 Dave Shawley 2021-07-21 13:18:12 -0400
  • 752117aafb
    Merge pull request #37 from dave-shawley/deprecate dave-shawley 2021-07-21 13:15:36 -0400
  • f51082c327
    Announce deprecation. Dave Shawley 2021-07-21 13:14:51 -0400
  • 19bfd5cbd7 Update metadata for 4.1.0. 4.1.0 Dave Shawley 2019-09-04 06:46:36 -0400
  • 54fc1ff50b
    Merge pull request #35 from dave-shawley/add-close Andrew Rabert 2019-09-02 22:32:00 -0400
  • f553cc2966 Advertise support for python 3.8 Dave Shawley 2019-09-02 17:04:16 -0400
  • bc02db0f48 Add StatsDCollector.close method. Dave Shawley 2019-09-02 09:14:02 -0400
  • d602430138 Stop mix-in from failing when not installed. Dave Shawley 2019-09-02 09:11:57 -0400
  • 5ced9be0be Add reconnect logic test. Dave Shawley 2019-09-02 08:58:44 -0400
  • 08b3cf206b Fix documentation. Dave Shawley 2019-09-02 09:11:19 -0400
  • 72859a6877 Update development tools. Dave Shawley 2019-09-02 08:43:03 -0400
  • c4dd176ab3 Remove unnecessary "on connect" callback. Dave Shawley 2019-09-02 08:30:08 -0400
  • f24bc7c065 Use full path to unittest.mock in tests.py Dave Shawley 2019-09-02 08:30:00 -0400
  • 8d73f5bbf5 Show missing lines in coverage report. Dave Shawley 2019-09-02 08:29:33 -0400
  • 7b39515000 Add tornado 5 & 6 environments to tox.ini. Dave Shawley 2019-09-02 08:28:56 -0400
  • 0b17d5f0c0
    Merge pull request #34 from ibnpaul/update-tornado-pin Andrew Rabert 2019-03-14 00:10:42 -0400
  • e6340f4183 Exclude Tornado >6 (as-yet-unreleased version) Robin Klingsberg 2019-03-14 00:07:12 -0400
  • 67a1d524bf
    Merge pull request #33 from ibnpaul/add-configuration-docs Andrew Rabert 2019-03-04 13:17:59 -0500
  • b04b140330 Add configuration docs Robin Klingsberg 2019-03-02 10:41:19 -0500
  • b614c7136c
    Merge pull request #32 from sprockets/release/4.0.0 4.0.0 Brian Korty 2019-02-06 10:12:43 -0500
  • 283551f2a4 setup.py: Fix again since we require setup.py. Dave Shawley 2019-02-06 09:57:51 -0500
  • a3872bcfba setup.py: add the shebang line: this is EXECUTABLE! Dave Shawley 2019-02-06 09:56:34 -0500
  • cf7f54cc41 Metadata bumps for 4.0.0. Dave Shawley 2019-02-06 09:55:34 -0500
  • 7c30d682f9 LICENSE: Update year range. Dave Shawley 2019-02-06 09:55:19 -0500
  • 3c0d4a0ed6
    Merge pull request #30 from nvllsvm/tornewdo Andrew Rabert 2019-01-10 16:56:36 -0500
  • 26ba57be7d Remove tornado from test reqs Andrew Rabert 2018-12-18 14:37:07 -0500
  • 209d7db08a Remove upper limit of Tornado support These types of restrictions annoyingly prevent one from using a module that otherwise works. Let's add it back only after confirming breakage. Andrew Rabert 2018-12-18 14:34:48 -0500
  • bb48684ace Fix flake8 violation Andrew Rabert 2018-12-14 11:04:39 -0500
  • df0d35282c Add flake8 Andrew Rabert 2018-12-13 19:30:25 -0500
  • fda8a86074 Update history Andrew Rabert 2018-12-13 19:11:39 -0500
  • 0e8b29f034 Cleanup and fix docs Andrew Rabert 2018-12-13 19:09:05 -0500
  • 6e3ae0fbaf Strict setup.py check Andrew Rabert 2018-12-13 19:07:42 -0500
  • b6e04b08a6 Remove unused Andrew Rabert 2018-12-13 19:07:01 -0500
  • c008e5d866 Cleanup setup.py Andrew Rabert 2018-12-13 19:06:14 -0500
  • e64a672050 Update testing Andrew Rabert 2018-12-13 19:03:01 -0500
  • ad19d64911 Use native async Also remove a test that isn't that useful Andrew Rabert 2018-12-13 17:38:19 -0500
  • 8cc566acfd Reorganize and update reqs Andrew Rabert 2018-12-13 17:30:42 -0500
  • 694c5276d0 Add support for Tornado >=5, drop Tornado <5 Andrew Rabert 2018-12-13 17:29:09 -0500
  • 567b408c29 Drop InfluxDB - use sprockets-influxdb Andrew Rabert 2018-12-13 17:26:35 -0500
  • 3af2d18b7e Drop support for Python < 3.7 Andrew Rabert 2018-12-13 17:24:08 -0500
  • f18809b825
    Merge pull request #28 from ezhidblr/MOBILE-9146-add-statsd-tcp 3.1.1 Andrew Rabert 2018-08-07 10:24:48 -0400
  • 57d951b0fb Update changelog message Dan g 2018-08-07 10:24:18 -0400
  • ba4cc72366 Version bump, changelog update Dan g 2018-08-07 10:19:50 -0400
  • 3491f853db
    Merge pull request #27 from ezhidblr/MOBILE-9146-add-statsd-tcp Brian Korty 2018-08-03 15:52:22 -0400
  • 78fbe73cc4
    Merge branch 'master' into MOBILE-9146-add-statsd-tcp ezhidblr 2018-08-03 15:25:23 -0400
  • dc57f5c5d1 Added statsd tests for 100% coverage, upgraded coverage pkg and conf Dan g 2018-08-03 10:56:14 -0400
  • 6176ab654d - add non-blocking sleep to reconnect - catch iostream.StreamClosedError - short circuit write on a closed tcp stream - flake8 formatting Dan g 2018-08-02 10:22:30 -0400
  • 6414edf5ab import correct patch for py2 compatibility Dan g 2018-07-31 15:16:33 -0400
  • 03ba3b7125 replace list dereferencing with itertools.chain for py2 Dan g 2018-07-31 14:52:46 -0400
  • 924735c24e Add tcp & udp tests for data sent Dan g 2018-07-31 14:27:16 -0400
  • b24a3699a5 Fakeserver check for \n in tcp stream, const name changed to TCP_PATTERN Dan g 2018-07-27 16:28:02 -0400
  • 5599e9f73b Set format strings ass attributes, update tests Dan g 2018-07-27 13:51:02 -0400
  • 6fd2cf4035 MOBILE-9220 added newline to tcp messages, added tests Dan g 2018-07-27 10:14:32 -0400
  • 4d8ecdb034 Release version 3.1.0 3.1.0 Andrew Rabert 2018-07-20 00:09:27 -0400
  • 190f087ccc Deploy with Python 3.6 Andrew Rabert 2018-07-20 00:07:56 -0400
  • 6f569db4c9 Update tox envs Andrew Rabert 2018-07-19 23:57:51 -0400
  • 2f4121d91a Add Python 3.6 and 3.7 support to package Andrew Rabert 2018-07-19 23:55:27 -0400
  • 6627f03547 Fix PyPy in Travis Andrew Rabert 2018-07-19 23:53:27 -0400
  • a1b92809f4 Add Python versions and variants to CI Andrew Rabert 2018-07-19 23:49:48 -0400
  • 1fa05593d7 Add documentation link Andrew Rabert 2018-07-19 17:24:53 -0400
  • 74a20201bd Add badges Andrew Rabert 2018-07-19 17:23:38 -0400
  • fb037e67a7 Add whitespace Andrew Rabert 2018-07-19 17:12:40 -0400
  • 33549e8d1a Update coverage pin Andrew Rabert 2018-07-19 17:12:08 -0400
  • c433d8bb7e Update mock pin Andrew Rabert 2018-07-19 17:09:29 -0400
  • 6e049cc1da
    Merge pull request #25 from ezhidblr/MOBILE-9146-add-statsd-tcp Andrew Rabert 2018-07-19 16:50:33 -0400
  • b5d1cae249 set protocal with str 'protocol' as per code review Dan g 2018-07-19 16:40:59 -0400
  • ce352daf0e Combine TCP & UDP server code into 1 class to prevent breaking changes Updated tests to use the single class Dan g 2018-07-19 16:03:56 -0400
  • df76061eec fix docstring and flake8 Dan g 2018-07-18 15:01:06 -0400
  • 7b7010b0a2 Move logging out of try catch Dan g 2018-07-18 11:43:25 -0400
  • 0fc46f82b4 Addressing code review Dan g 2018-07-18 11:05:27 -0400
  • 48629e6a38 Adding TCP support for statsd Dan g 2018-07-17 17:01:32 -0400
  • cbaf1b657f
    Merge pull request #24 from ibnpaul/update-tornado-pin 3.0.4 dave-shawley 2018-01-31 16:47:13 -0500
  • b450a9b62b Loosen Tornado pin to include 4.4 Robin Klingsberg 2018-01-31 16:29:02 -0500
  • fe0ba5360c Merge pull request #23 from nvllsvm/master 3.0.3 dave-shawley 2017-03-30 16:42:05 -0400
  • 3a76abc101 Version 3.0.3 Andrew Rabert 2017-03-24 14:51:09 -0400
  • a83d5ef771 Use get_status for status code Andrew Rabert 2017-03-24 14:47:31 -0400
  • e470d5ca53 Fix influxdb test that fails intermittently 3.0.2 Ryan Mclean 2016-12-12 15:21:52 -0500
  • 40e50a337f Add README.rst to MANIFEST 3.0.1 Ryan Mclean 2016-12-12 15:07:17 -0500
  • ffbb61ee61 Bump version 2.1.1 -> 3.0.0 3.0.0 Ryan Mclean 2016-12-12 13:30:56 -0500
  • 603e8dd46a Merge pull request #18 from sprockets/add-statsd-install Brian Korty 2016-12-12 13:15:36 -0500
  • 6d98e9b806 Remove prepending host name Ryan Mclean 2016-12-08 15:48:32 -0500
  • f11a647fe4 Merge pull request #22 from sprockets/influx-url-fixes 2.1.1 dave-shawley 2016-08-09 15:38:23 -0400
  • 761b4b92f3 Add INFLUX_SCHEME to the default URL Gavin M. Roy 2016-08-09 15:31:53 -0400
  • 2204e08bf0 Fix the release date 2.1.0 Gavin M. Roy 2016-08-09 13:53:31 -0400
  • d5bc246f1a Merge pull request #20 from sprockets/influxdb-auth dave-shawley 2016-08-09 13:28:16 -0400
  • 56caca7c46 Add authentication support for InfluxDB Gavin M. Roy 2016-08-02 17:45:35 -0400
  • 1fb1f46bc1 Use ephemeral port in tests for statsd Ryan Mclean 2016-08-02 17:41:32 -0400
  • af62789a96 Re-add code to replace periods with dashes Ryan Mclean 2016-08-02 17:33:00 -0400
  • 41b18a6c92 Fix typos Ryan Mclean 2016-08-02 17:31:32 -0400
  • 9835e4b04e Update README Ryan Mclean 2016-07-18 16:49:40 -0400
  • bf59e1f174 Add install for statsd mixin Ryan Mclean 2016-07-18 15:32:59 -0400
  • cfb9157387 Merge pull request #17 from sprockets/fix-adding-tags-in-initialize 2.0.1 Ryan Mclean 2016-03-21 11:57:08 -0400
  • 35d7364cea Metadata bumps for 2.0.1. Dave Shawley 2016-03-21 11:16:39 -0400
  • c501d0225d api.rst: Fallout from removing top-level exports. Dave Shawley 2016-03-21 11:15:50 -0400
  • 471adf5cb7 InfluxDBMixin: Move call to super.__init__. Dave Shawley 2016-03-21 11:15:05 -0400
  • c11ba26790 Merge pull request #16 from sprockets/release-2.0.0 2.0.0 dave-shawley 2016-03-11 09:57:08 -0500
  • 2396fbdb66 Mention 2.0.0 in the changelog. Dave Shawley 2016-03-11 09:33:53 -0500
  • 29ab41a1ee Merge pull request #15 from sprockets/refactor Ryan Mclean 2016-03-11 07:21:43 -0500
  • c5734a1f69 Whoops Gavin M. Roy 2016-03-10 17:37:54 -0500
  • 9ac286bf65 Pass the IOLoop into the HTTPClient Gavin M. Roy 2016-03-10 17:15:35 -0500