aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update versionv0.0.3kballou2016-03-25
|
* Make tests asynckballou2016-03-25
|
* Add http fixtures and testskballou2016-03-25
| | | | | | * Add general data query tests * Add tests for query process death and timeout
* Override `elixirc_paths` values for testkballou2016-03-25
|
* Refactor `Query` to use a pluggable http librarykballou2016-03-25
| | | | | | | * Refactor `lib/ex_prometheus_io/query.ex` use a pluggable client module * Add stub environment configs, setup `test.exs` to use a test support module
* Update versionv0.0.2kballou2016-03-22
|
* Refactor: internally pass tupleskballou2016-03-22
| | | | | This removes the need for 3 different method heads for `process/4`, the internal query functions will handle building a correct url for processing
* Add guard to series functionkballou2016-03-22
| | | | | This function will not work down the chain unless this parameter is a list, this will make sure that it comes in as a list (or will match error)
* Refactor query modulekballou2016-03-22
| | | | Break-up processing bits to add tests
* Remove the truthkballou2016-03-22
|
* Add travis ci ymlkballou2016-03-22
|
* Add missing project attributes for hex publicationv0.0.1kballou2016-03-15
|
* Add default hostname configuration variablekballou2016-03-15
|
* Automatically start the applicationkballou2016-03-15
|
* Add Prometheus Query Operationskballou2016-03-15
| | | | These are basic fetch functions to query data from a prometheus endpoint.
* Add Poison JSON decoding dependencykballou2016-03-15
|
* ex_prometheus_io: initial commitkballou2016-02-25