- 11 Aug, 2015 7 commits
-
-
Conflicts: public/css/less/gfbox.less public/emails/reset_password.html public/emails/welcome_on_signup.html
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 10 Aug, 2015 13 commits
-
-
feat(invite): lots of work completing the new email template system and css inlineing, converted new_user_invite.html to new system, #2353
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
https://github.com/thuck/grafana
Merge branch 'influxdb_alias_columns' of https://github.com/thuck/grafana into thuck-influxdb_alias_columns
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Denis Doria committed
-
fix(graphite): Fix for bug when using series ref (#A-Z) and referenced series is hidden in query editor. fixes #2484
Torkel Ödegaard committed
-
- 09 Aug, 2015 7 commits
-
-
With this patch it's possible to use the column name as an identifier. This can help when we have multiple columns as it would be possible to automatic generate a legend. Also this would help in future when grafana could support the "AS" in the query builder.
Denis Doria committed -
Including more special options for fill
Torkel Ödegaard committed -
Included "previous" and "none" as possible values for fill. From the influxdb documentation: - "previous" means the values of the previous window is used. - "none" means that all null values are removed.
Denis Doria committed -
Change log file permissions from 0660 to 0644
Torkel Ödegaard committed -
Denis Doria committed
-
Depending of the value a different set of operators will show up. If regex only =~ and !~ will show up. Any other value will show =, <>, <, >.
Denis Doria committed -
Mark Bell committed
-
- 08 Aug, 2015 6 commits
-
-
This should fix the case from when we migrate from a version that doesn't contain tag.operator.
Denis Doria committed -
Denis Doria committed
-
Denis Doria committed
-
This patch includes some missing comparators/operators for influxdb: > - greater than < - less than <> - not equal !~ - doesn't match against It includes the tag.operator fields to facilitate identification of the operators on the segments. It keeps the logic for the regex syntax; although it changes the way to validate it, to handle the new operators use case.
Denis Doria committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 07 Aug, 2015 4 commits
-
-
Torkel Ödegaard committed
-
Including non_negative_derivative function on influxdb
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 06 Aug, 2015 3 commits
-
-
Since version 0.9.0 of influxdb the non_negative_derivative function is merged, this small patch includes it as an option on grafana.
Denis Doria committed -
Allow default org role to be Read Only Editor
Torkel Ödegaard committed -
Brandon Turner committed
-