aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update doc dependenciesHEADmasterkballou2016-11-07
|
* Add `ex_doc` to package dependenciesv0.0.5kballou2016-08-03
|
* Ignore `/doc` folderkballou2016-08-03
|
* Bump versionkballou2016-08-03
|
* Update Poison dependencykballou2016-08-03
| | | | | Keep backwards compatibility since we do not actually _need_ Poison 2.x yet.
* Update lock file formatkballou2016-08-03
| | | | This project was released before the new hex changes were added.
* Remove compile warning from testkballou2016-08-03
|
* Remove OTP 18.2 releasekballou2016-07-11
|
* Add Elixir and OTP releaseskballou2016-07-11
| | | | | | * Add Elixir 1.3 * Add OTP 18.3 and 19.0
* Update versionv0.0.4kballou2016-06-21
|
* Add URI.encode to url buildingkballou2016-06-21
| | | | | | This fixes issues with spaces being in the query string, e.g., queries like `avg(up) by (job)` would fail without running the query (and URL string) through URI.encode
* 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