- 19 May, 2015 2 commits
-
-
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
-
- 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 5 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file, Fixes #1992
Torkel Ödegaard committed
-
- 13 May, 2015 10 commits
-
-
Torkel Ödegaard committed
-
Fix minor grammar issue in docs index page
Torkel Ödegaard committed -
jeff martinez committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 12 May, 2015 3 commits
-
-
Torkel Ödegaard committed
-
Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960
Torkel Ödegaard committed -
Torkel Ödegaard committed
-