- 12 Aug, 2015 3 commits
-
-
feat(admin): Deleting org from orgs list now works, will permanently delete dashboards, data sources, etc, closes #2457
Torkel Ödegaard committed -
docs(ldap): Clarify LDAP features and sample config
Torkel Ödegaard committed -
* Clarify certain features, such as multiple mappings * Fixup ldap.toml sample config * Fixup docs README's port number * Fixup bad link from LDAP docs to Configuration docs * Fixup some spelling, grammar, and line endings
Anton Gilgur committed
-
- 11 Aug, 2015 13 commits
-
-
Torkel Ödegaard committed
-
fix(influxdb 0.9): removed function from function dropdown as this function does not exist in InfluxDB 0.9
Torkel Ödegaard committed -
feat(timepicker): added new relative time option , will set time range to midnight to now, closes #1186
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
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 4 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
-