-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: hf-kklein/influxdb-client-python
base: master
head repository: influxdata/influxdb-client-python
compare: master
Commits on Jan 29, 2024
-
fix: logging http requests without query parameters (influxdata#631)
* fix: logging http requests without query parameters * docs: update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 4f1ab87 - Browse repository at this point
Copy the full SHA 4f1ab87View commit details -
fix: render README.rst at GitHub (influxdata#635)
* fix: render README.rst at GitHub Removed unsupported text role :class:. For more info see https://docutils.sourceforge.io/docs/ref/rst/roles.html * docs: update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 17c7876 - Browse repository at this point
Copy the full SHA 17c7876View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 903d9b7 - Browse repository at this point
Copy the full SHA 903d9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27777d1 - Browse repository at this point
Copy the full SHA 27777d1View commit details
Commits on Jan 31, 2024
-
fix: handle null values in data (influxdata#636)
* fix: handle null values in Flux data * test: add tests for null value handling and extension dtypes * test: fix failures with empty warnings cases * test: comment out dtype some extra assertion until solved * test: skip extension dtypes test on pythn 3.7 * fix: single place of dtypes conversion * fix: bump pandas dependency version * docs: update CHANGELOG * chore(build): trigger CI/CD pipeline * fix: add use_extension_dtypes also to async query API methods
Configuration menu - View commit details
-
Copy full SHA for 7a5f655 - Browse repository at this point
Copy the full SHA 7a5f655View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d91db5 - Browse repository at this point
Copy the full SHA 2d91db5View commit details
Commits on Feb 2, 2024
-
docs: use markdown instead of rst (influxdata#639)
* docs: use markdown instead of rst * docs: use markdown instead of rst * fix: generating HTML for pydoc * fix: generating HTML for pydoc * docs: update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 293ed7f - Browse repository at this point
Copy the full SHA 293ed7fView commit details
Commits on Feb 6, 2024
-
fix: Pandas 3.0 warning for inplace method (influxdata#642)
* silence pandas 3.0 warning * add to changelog * docs: Update CHANGELOG.md --------- Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed89701 - Browse repository at this point
Copy the full SHA ed89701View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2661e4d - Browse repository at this point
Copy the full SHA 2661e4dView commit details -
chore(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (influxdata#618)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e82b016 - Browse repository at this point
Copy the full SHA e82b016View commit details -
Configuration menu - View commit details
-
Copy full SHA for c430620 - Browse repository at this point
Copy the full SHA c430620View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45c105f - Browse repository at this point
Copy the full SHA 45c105fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a645ea9 - Browse repository at this point
Copy the full SHA a645ea9View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2cb42e - Browse repository at this point
Copy the full SHA e2cb42eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 131ac06 - Browse repository at this point
Copy the full SHA 131ac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 550ff26 - Browse repository at this point
Copy the full SHA 550ff26View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0047fa9 - Browse repository at this point
Copy the full SHA 0047fa9View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08acb17 - Browse repository at this point
Copy the full SHA 08acb17View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51d6fa4 - Browse repository at this point
Copy the full SHA 51d6fa4View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83322a3 - Browse repository at this point
Copy the full SHA 83322a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2393e0 - Browse repository at this point
Copy the full SHA d2393e0View commit details
Commits on May 20, 2024
-
perf: Prefer datetime.fromisoformat over dateutil.parse in Python 3.1…
…1+ (influxdata#657) * perf: Prefer datetime.fromisoformat over dateutil.parse in Python 3.11+ * docs: Add PR to changelog * docs: Update CHANGELOG.md --------- Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 73849e7 - Browse repository at this point
Copy the full SHA 73849e7View commit details
Commits on May 28, 2024
-
feat: bucket pagination (influxdata#658)
* feat: support buckets pagination * docs: update example * docs: add changelog entry * Update CHANGELOG.md Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com> * encapsulate pagination --------- Co-authored-by: Mehdi BEN ABDALLAH <@mbenabda> Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6798be4 - Browse repository at this point
Copy the full SHA 6798be4View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd0eff2 - Browse repository at this point
Copy the full SHA bd0eff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b844a82 - Browse repository at this point
Copy the full SHA b844a82View commit details
Commits on Jun 26, 2024
-
refactor: to timezone specific datetime helper to avoid use deprecate…
…d functions (influxdata#652)
Configuration menu - View commit details
-
Copy full SHA for 653af46 - Browse repository at this point
Copy the full SHA 653af46View commit details
Commits on Aug 9, 2024
-
fix(write-api): accept 201 response to write (influxdata#663)
InfluxDB v3 will soon return 201 or 204, in cases where InfluxDB v1 and v2 only return 204.
Configuration menu - View commit details
-
Copy full SHA for 74a0fbf - Browse repository at this point
Copy the full SHA 74a0fbfView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db1630d - Browse repository at this point
Copy the full SHA db1630dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dcc35b - Browse repository at this point
Copy the full SHA 0dcc35bView commit details -
fix: multiprocessing example (influxdata#664)
* fix: multiprocessing example * docs: update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 45e6607 - Browse repository at this point
Copy the full SHA 45e6607View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ad9533 - Browse repository at this point
Copy the full SHA 7ad9533View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63949b5 - Browse repository at this point
Copy the full SHA 63949b5View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfd815d - Browse repository at this point
Copy the full SHA dfd815dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ce8cb - Browse repository at this point
Copy the full SHA 70ce8cbView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d70dbd - Browse repository at this point
Copy the full SHA 3d70dbdView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28a4a04 - Browse repository at this point
Copy the full SHA 28a4a04View commit details
Commits on Oct 9, 2024
-
fix: async write prec where DEFAULT_PRECISION should not be used (inf…
…luxdata#675) * fix: (WIP) issue 669 write precision to default in async API * chore: fix lint issues * docs: update CHANGELOG.md * chore: improve indexing of range
Configuration menu - View commit details
-
Copy full SHA for 7e01edb - Browse repository at this point
Copy the full SHA 7e01edbView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06b7114 - Browse repository at this point
Copy the full SHA 06b7114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012c50a - Browse repository at this point
Copy the full SHA 012c50aView commit details
Commits on Nov 25, 2024
-
fix: catch CancelledError and TimeoutError and add note about timeout (…
…influxdata#679) * chore: add explanatory note to CancelledError. * docs: update CHANGELOG.md and README.md * chore: remove import of asyncio in non-async API
Configuration menu - View commit details
-
Copy full SHA for 44dd00e - Browse repository at this point
Copy the full SHA 44dd00eView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8d806f - Browse repository at this point
Copy the full SHA c8d806fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0adb9 - Browse repository at this point
Copy the full SHA 2d0adb9View commit details
Commits on Dec 4, 2024
-
chore: add type checks for Authorization with new example. (influxdat…
…a#682) * chore: add type checks for Authorization with new example. * docs: update CHANGELOG.md and examples/README.md
Configuration menu - View commit details
-
Copy full SHA for ab16384 - Browse repository at this point
Copy the full SHA ab16384View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7401356 - Browse repository at this point
Copy the full SHA 7401356View commit details
Commits on May 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9001fea - Browse repository at this point
Copy the full SHA 9001feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce3746 - Browse repository at this point
Copy the full SHA 4ce3746View commit details
Commits on Jun 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for feb97ee - Browse repository at this point
Copy the full SHA feb97eeView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.