Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gallir/influxdb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 15, 2015

  1. Added missing database in params.

    Receive an unique point and add it to a list in data["points"] (although it's an unnecesary overhead)
    gallir committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    3a08029 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. write accepts a single point or a list.

    write_points calls write with data['points'], so write has to verify.
    gallir committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    d1b1883 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Update __init__.py

    gallir committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    8a7f517 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Add tags' names and values for "group by" queries

    In queries like select count(value) from measuremente where ... group by * InfluxDB
    doesn't set "columns" but the tag names and values are provided by the "tags" raw data.
    
    If tags' dictionary is not empty it uses it as the initial dictionary, so it preserves
    the key-values but they will be overriden by columns names... if they exists (not seen yet).
    gallir committed Aug 19, 2015
    Configuration menu
    Copy the full SHA
    a3e0c51 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Back to same version number

    gallir committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    385e5d0 View commit details
    Browse the repository at this point in the history
Loading