- 25 May, 2015 1 commit
-
-
Fix latest.json
Torkel Ödegaard committed
-
- 22 May, 2015 1 commit
-
-
Fixed variable name for annotations
Torkel Ödegaard committed
-
- 21 May, 2015 5 commits
-
-
David Raifaizen committed
-
Api doc
Torkel Ödegaard committed -
Kristian Köhler committed
-
Kristian Köhler committed
-
Torkel Ödegaard committed
-
- 20 May, 2015 5 commits
-
-
The trailing comma trips up both Python and JS JSON parsers.
Felix Rabe committed -
Torkel Ödegaard committed
-
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
Torkel Ödegaard committed -
Update latest.json
Torkel Ödegaard committed -
fixing #2021
Torkel Ödegaard committed
-
- 19 May, 2015 6 commits
-
-
This tiny commit fixes a routing problem for proxy requests. The router was expecting a url path behind the proxy id, if none was given (read: the service proxied was at the root of a host) then the router would return a 404. With this patch it now propperly uses ProxyDataSourceRequest.
Heinz N. Gies committed -
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 18 May, 2015 12 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
no unbound recursion in publish()
Torkel Ödegaard committed -
unbound recursion approach can blow up call stack, and - I think - allocate memory unboundedly as well. We can simply loop until err != nil I didn't actually test this live, though tests succeed
Dieter Plaetinck committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Lots of progress on InfluxDB Query Editor, show tag keys, values and measurement dropdowns now take into account already selected tags or measurements, so you can start with tag keys and the select measurement, #1525
Torkel Ödegaard committed -
fix mac.md for incorrect href
Torkel Ödegaard committed -
fffw committed
-
- 17 May, 2015 1 commit
-
-
anryko committed
-
- 16 May, 2015 4 commits
-
-
Torkel Ödegaard committed
-
Minor work on InfluxDB 0.9 query editor, #1525, hit a roadblock with the new InfluxDB query language, does not support tag and tag values discovery queries with filters, not sure if I need to move to SHOW SERIES style queries
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Addresses #1853, redact session provider secrets
Torkel Ödegaard committed
-
- 15 May, 2015 4 commits
-
-
Haneysmith, Nathan committed
-
In cases where a database is used for session storage, redact the session_provider config value. I assumed "@" as the marker for a database vs file/memory.
Haneysmith, Nathan committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 14 May, 2015 1 commit
-
-
Torkel Ödegaard committed
-