gunnaraasen
8d57cc92ec
Add version option
2016-11-09 13:25:07 -08:00
Tim Raymond
3e4cb4010f
Swap <a> for <Link>
...
This is more idiomatic
2016-11-09 16:17:34 -05:00
Nathan Haugo
81bb91bc3a
Merge pull request #436 from influxdata/fix-layout-derivatives
...
Update derivatives to be the correct units (and make query faster)
2016-11-09 12:28:31 -08:00
Will Piers
2209448adb
Create new queries rather than reusing old ones
2016-11-09 12:18:08 -08:00
Will Piers
6edfb62a05
Merge pull request #430 from influxdata/eslint-again
...
Fix eslint issues again
2016-11-09 10:10:33 -08:00
Chris Goller
29ba6461b3
Update derivatives to be the correct units (and make query faster)
2016-11-09 12:06:26 -06:00
Chris Goller
cb3b17435a
Merge pull request #434 from influxdata/fix-layout-uuids
...
Update layouts to have unique cell ids and layout ids
2016-11-09 09:50:48 -06:00
Chris Goller
4d36a09309
Update layouts to have unique cell ids and layout ids
2016-11-09 09:41:24 -06:00
Chris Goller
ec78494604
Merge pull request #433 from influxdata/fix-layout-group
...
Fix layouts to use groupby and quote host
2016-11-08 19:28:48 -06:00
Chris Goller
ed525a81ee
Fix layouts to use groupby and quote host
2016-11-08 19:13:11 -06:00
Jade McGough
116f45bf56
unbreak everything
2016-11-08 16:02:33 -08:00
Will Piers
0c4fe14eda
Fix eslint issues again
2016-11-08 15:29:49 -08:00
Andrew Watkins
1c56604457
Merge pull request #429 from influxdata/move-old-code
...
Move old code
2016-11-08 15:15:28 -08:00
Andrew Watkins
a43452df27
Remove query page spec
2016-11-08 15:01:27 -08:00
Andrew Watkins
488546c123
Move queries page and remove calls from index
2016-11-08 14:52:24 -08:00
Andrew Watkins
cab1a37740
Move old enterpirse code into archive
2016-11-08 14:50:41 -08:00
Nathan Haugo
39f8ff4c0e
Merge pull request #401 from influxdata/docs/getting_started
...
First rev of getting started
2016-11-08 14:39:59 -08:00
Chris Goller
ea9c47432d
Merge pull request #426 from influxdata/remove-cache
...
Update build to always remove the node_modules
2016-11-08 15:56:23 -06:00
Chris Goller
b577657881
Merge pull request #425 from influxdata/fix-k8s-groupbys
...
Update k8s groupbys to be escape quoted
2016-11-08 15:55:46 -06:00
Chris Goller
a4a7b4330b
Update build to always remove the node_modules
2016-11-08 15:42:56 -06:00
Chris Goller
4fefc86e69
Merge pull request #414 from influxdata/disk-layout
...
Add disk usage_percent layout
2016-11-08 15:27:22 -06:00
Chris Goller
845da2bd70
Merge pull request #421 from influxdata/fix-k8s-fields
...
Update k8s CPU field name to millicores
2016-11-08 15:27:05 -06:00
Chris Goller
e0088bfbfa
Update k8s groupbys to be escape quoted
2016-11-08 15:24:34 -06:00
Chris Goller
fe1b79c82a
Update group by field to be quoted
2016-11-08 15:15:46 -06:00
Rachel McGough
9a270f2ffa
Merge pull request #417 from influxdata/fix/395-add-groupby
...
add group by statement to queries if provided by layout
2016-11-08 13:14:51 -08:00
Chris Goller
330dab28c1
Update disk to include wheres and jq formatting
2016-11-08 15:14:11 -06:00
Chris Goller
4a97897b5c
Merge pull request #416 from influxdata/addl-layouts
...
Addl layouts
2016-11-08 15:11:09 -06:00
Jade McGough
3a6cfbbe81
add semicolon
2016-11-08 13:00:21 -08:00
Chris Goller
1977794635
Update netstat and windows layouts for derivative and formatting
2016-11-08 14:56:49 -06:00
Jade McGough
d102073f86
add support for additional wheres in layout
2016-11-08 12:49:23 -08:00
Andrew Watkins
127ea6f98b
Merge pull request #406 from influxdata/name-rule
...
Name rule
2016-11-08 12:46:03 -08:00
Chris Goller
672fd13e7b
Merge pull request #420 from influxdata/fix-k8s-network
...
Update k8s network layout to show bytes per second per host/pod
2016-11-08 14:28:52 -06:00
Chris Goller
f7e841ad60
Update k8s CPU field name to millicores
2016-11-08 14:24:39 -06:00
Chris Goller
5d4dcac493
Update k8s network layout to show bytes per second per host/pod
2016-11-08 14:14:11 -06:00
nathan haugo
b715df2c36
Change nano to milli
2016-11-08 11:24:47 -08:00
nathan haugo
5599713df8
Fix height and width and a typo
2016-11-08 11:21:54 -08:00
Andrew Watkins
13bfc13110
Change blur logic
2016-11-08 11:12:29 -08:00
Andrew Watkins
60c29cfbe2
Remove unnecessary action
2016-11-08 10:42:51 -08:00
Chris Goller
cfe34e6029
Merge pull request #419 from influxdata/templates/update_app_names
...
Update app names
2016-11-08 12:26:43 -06:00
nathan haugo
3a951d7d37
Update app names
2016-11-08 10:21:50 -08:00
Chris Goller
2c0a5c0b25
Merge pull request #403 from influxdata/bugfix/tr-singular-default-source
...
Make API guarantee one default source at all times
2016-11-08 11:57:13 -06:00
Jade McGough
5765c8e3d9
groupbys should be all lowercase
2016-11-08 09:50:09 -08:00
Tim Raymond
9c7c116650
Make argument order of setRandomDefault consistent
...
Most of the other private CRUD methods have a consistent argument order
of a context, a source, then a transaction. setRandomDefault had two of
these args transposed, so this swaps them to be consistent with the rest
of the methods.
2016-11-08 12:29:29 -05:00
Tim Raymond
5e39e4602a
Make context.Context the first argument
...
This is the convention.
2016-11-08 12:14:06 -05:00
Tim Raymond
ff5f57cecc
Prevent deadlocks with source default enforcement
...
Previously, the logic to enforce on default source relied on the
public-facing CRUD methods already provided by SourcesStore. This was
prone to deadlocks due to the possibility of acquiring a transaction
within a transaction. This extracts the logic that was performed within
the transactions of each CRUD action and makes the private methods that
receive a *bolt.Tx. This allows the convenience methods that enforce
default source to use this private API and provide the transaction from
its caller. This ensures that there is only ever one transaction
acquired by each expored
CRUD method.
2016-11-08 12:09:35 -05:00
Jade McGough
da624a5e12
group by must appear after where clause
2016-11-08 08:14:25 -08:00
Jade McGough
8e8d49f7ca
groupBy needs to be joined by a comma
2016-11-08 08:11:54 -08:00
Chris Goller
76d0e8a375
Merge pull request #404 from influxdata/feature/package-updates
...
Package tweaks
2016-11-08 09:51:27 -06:00
Ross McDonald
483c999200
Minor changes to packaging:
...
* Change default host from localhost to 0.0.0.0.
* Modify default database name to `chronograf-v1.db`.
* Change default port from 10000 to 8888.
2016-11-08 08:34:03 -06:00
Jade McGough
82a258139c
add group by statement to queries if provided by layout
2016-11-07 22:51:29 -08:00