Revisions of python-influxdb
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 5.3.1: * Add support for custom headers in the InfluxDBClient * Add support for custom indexes for query in the DataFrameClient * Amend retry to avoid sleep after last retry before raising exception * Remove msgpack pinning for requirements * Update support for HTTP headers in the InfluxDBClient
buildservice-autocommit
accepted
request 819677
from
Tomáš Chvátal (scarabeus_iv)
(revision 25)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 819514
from
Petr Gajdos (pgajdos)
(revision 24)
- do not depend on deprecated nose - added patches https://github.com/influxdata/influxdb-python/pull/835 + python-influxdb-remove-nose.patch
buildservice-autocommit
accepted
request 793879
from
Tomáš Chvátal (scarabeus_iv)
(revision 23)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 793877
from
Markéta Machová (mcalabkova)
(revision 22)
- Update to 5.3.0 * Add mypy testing framework (#756) * Add support for messagepack (#734 thx @lovasoa) * Add support for 'show series' (#357 thx @gaker) * Add support for custom request session in InfluxDBClient (#360 thx @dschien) * Add support for handling np.nan and np.inf values in DataFrameClient (#436 thx @nmerket) * Add support for optional `time_precision` in the SeriesHelper (#502 && #719 thx @appunni-dishq && @klDen) * Add ability to specify retention policy in SeriesHelper (#723 thx @csanz91) * Add gzip compression for post and response data (#732 thx @KEClaytor) * Add support for chunked responses in ResultSet (#753 and #538 thx @hrbonz && @psy0rz) * Add support for empty string fields (#766 thx @gregschrock) * Add support for context managers to InfluxDBClient (#721 thx @JustusAdam) * Clean up stale CI config (#755) * Add legacy client test (#752 & #318 thx @oldmantaiter & @sebito91) * Update make_lines section in line_protocol.py to split out core function (#375 thx @aisbaa) * Fix nanosecond time resolution for points (#407 thx @AndreCAndersen && @clslgrnc) * Fix import of distutils.spawn (#805 thx @Hawk777) * Update repr of float values including properly handling of boolean (#488 thx @ghost) * Update DataFrameClient to fix faulty empty tags (#770 thx @michelfripiat) * Update DataFrameClient to properly return `dropna` values (#778 thx @jgspiro) * Update DataFrameClient to test for pd.DataTimeIndex before blind conversion (#623 thx @testforvin) * Update client to type-set UDP port to int (#651 thx @yifeikong) * Update batched writing support for all iterables (#746 thx @JayH5) * Update SeriesHelper to enable class instantiation when not initialized (#772 thx @ocworld) * Update UDP test case to add proper timestamp to datapoints (#808 thx @shantanoo-desai) - Drop upstreamed patch python-influxdb-fix-testsuite.patch
buildservice-autocommit
accepted
request 783186
from
Dirk Mueller (dirkmueller)
(revision 21)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 20)
- skip python 2.x build (pandas went py3 only)
buildservice-autocommit
accepted
request 730200
from
Tomáš Chvátal (scarabeus_iv)
(revision 19)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 18)
- Update to 5.2.3: * Add consistency param to InfluxDBClient.write_points (#643 thx @RonRothman) * Add UDP example (#648 thx @shantanoo-desai) * Add consistency paramter to write_points (#664 tx @RonRothman) * The query() function now accepts a bind_params argument for parameter binding (#678 thx @clslgrnc) * Add get_list_continuous_queries, drop_continuous_query, and create_continuous_query management methods for continuous queries (#681 thx @lukaszdudek-silvair) * Mutual TLS authentication (#702 thx @LloydW93) - Drop merged patches: * python-influxdb-d5d1249.patch
buildservice-autocommit
accepted
request 703014
from
Tomáš Chvátal (scarabeus_iv)
(revision 17)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 16)
Tomáš Chvátal (scarabeus_iv)
accepted
request 701985
from
Petr Gajdos (pgajdos)
(revision 15)
- version update to 5.2.2 - Fix 'TypeError: Already tz-aware' introduced with recent versions of Panda (#671, #676, thx @f4bsch @clslgrnc) - Pass through the "method" kwarg to DataFrameClient queries - Finally add a CHANGELOG.md to communicate breaking changes (#598) - Test multiple versions of InfluxDB in travis - Add SHARD DURATION parameter to retention policy create/alter - Update POST/GET requests to follow verb guidelines from InfluxDB documentation - Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4 - Fix performance degradation when removing NaN values via line protocol (#592) - Dropped support for Python3.4 - added patches recent changes in master to fix tests + python-influxdb-d5d1249.patch fix module 'distutils' has no attribute 'spawn' + python-influxdb-fix-testsuite.patch
buildservice-autocommit
accepted
request 668895
from
Thomas Bechtold (tbechtold)
(revision 14)
baserev update by copy to link target
Thomas Bechtold (tbechtold)
committed
(revision 13)
- update to version v5.1.0 * README: add PyPI status * Escape tag values that ends with backslash (#537) * Fix for DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495) * Fix pandas example (#547) * Fix wrong session mount (#571) * set version to 5.1.0 * DataFrameClient should escape measurement names (#542) * doc: clarify that send_packet takes a list (#545) * specify the numpy dependency explicitly to prevent regression in test (#563) * Parse column names in a dataframe to avoid breaking the line protocol (#584) * adding back dropped database param * Allow connecting to influxdb running on a path on the server (#556) * Remove comment as issues have been resolved (#581) * Remove UDP Precision Restrictions (#557) * Update _dataframe_client.py (#593) * README: styling
Thomas Bechtold (tbechtold)
committed
(revision 11)
- update to 5.2.1: * Pass through method kwarg to DataFrameClient query method (#617) * Mention in README.md that Python 3.3 is no longer supported * Fix pandas example (#547) * Enable testing for InfluxDB v1.3.9, v1.4.2, and v1.5.4 (tsi) * v5.2.0 * Remove UDP Precision Restrictions (#557) * set version to 5.1.0 * doc: clarify that send_packet takes a list (#545) * specify the numpy dependency explicitly to prevent regression in test (#563) * Remove comment as issues have been resolved (#581) * release 5.2.1 in changelog * README: add PyPI status * Escape tag values that ends with backslash (#537) * README: styling * Fix performance degradation with line protocol (#592) * Fix wrong session mount (#571) * Add shard_duration parameter when creating or altering retention poli… (#606) * Update travis to test multiple versions of InfluxDB * Use GET & POST appropriately according to InfluxDB documentation (#608) * Add an initial stub for a CHANGELOG.md * 5.2.1 release * Fix for DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495) * Add changelog to CHANGELOG.md * DataFrameClient should escape measurement names (#542) * Parse column names in a dataframe to avoid breaking the line protocol (#584) * adding back dropped database param * Allow connecting to influxdb running on a path on the server (#556) * Add changelog entries for 5.0.0 release * Add back PyPy3, remove references to Python 3.4
buildservice-autocommit
accepted
request 659441
from
Matej Cepl (mcepl)
(revision 10)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 9)
Remove superfluous devel dependency for noarch package
Dominique Leuenberger (dimstar_suse)
accepted
request 544468
from
Ondřej Súkup (mimi_vx)
(revision 8)
initialized devel package after accepting 544468
buildservice-autocommit
accepted
request 544468
from
Ondřej Súkup (mimi_vx)
(revision 7)
baserev update by copy to link target
Displaying revisions 21 - 40 of 46