Luke Morris
d497dbf758
rawText queries should have blank labels for now
2017-04-03 17:22:48 -07:00
Tim Raymond
f35de37257
Use MountableRouter when Basepath is set
...
This breaks compatibility with the old behavior of --basepath, so this
requires that proxies be configured to not modify routes forwarded to
backends. The old behavior will be supported in a subsequent commit.
2017-04-03 17:09:05 -04:00
Tim Raymond
84cc43cc77
Implement a MountableRouter
...
The httprouter used in Chronograf did not support prefixing every route
with some basepath. This caused problems for those using the --basepath
parameter in combination with a load balancer that did not strip the
basepath prefix from requests that it forwarded onto Chronograf.
To support this, MountableRouter prefixes all routes at definition time
with the supplied prefix.
2017-04-03 17:06:21 -04:00
Luke Morris
271728d3bf
If InfluxQL, use rawText for label and query
2017-04-03 13:49:35 -07:00
Andrew Watkins
98fef831bb
Fix portion of table being blocked from view
2017-04-03 13:48:59 -07:00
Andrew Watkins
155f1444b4
Improve copy
2017-04-03 13:42:55 -07:00
Andrew Watkins
7199d562e1
Improve no query state for table
2017-04-03 13:27:07 -07:00
Andrew Watkins
e5d638e231
Remove requirement from prop
2017-04-03 13:26:47 -07:00
Hunter Trujillo
ca3684e277
Merge pull request #1159 from influxdata/bugfix/1111-kapacitor-form
...
Bugfix/1111 kapacitor form
2017-04-03 14:22:53 -06:00
Andrew Watkins
581dfcbce2
Make query required in table and remove redundancy
2017-04-03 13:10:06 -07:00
Andrew Watkins
d3643f88a4
Change empty how we handle empty state
2017-04-03 13:10:05 -07:00
Andrew Watkins
9d4a047ca9
Handle empty rawText case
2017-04-03 13:10:05 -07:00
Andrew Watkins
73f6f286cc
Fix spacing on input with no status
2017-04-03 13:10:05 -07:00
Andrew Watkins
1c730a25ef
Handle empty results
2017-04-03 13:10:05 -07:00
Andrew Watkins
1aa7b4770a
Start query editor with placeholder text
2017-04-03 13:10:05 -07:00
Alex P
20ca434e97
Clean up styles
2017-04-03 13:10:05 -07:00
Alex P
dba23a8ff1
Remove vestiges of "active" graphs in DE styles
2017-04-03 13:10:05 -07:00
Alex P
e8698d376c
Make DE table empty state more readable
2017-04-03 13:08:41 -07:00
Alex P
dbc3c411e0
Style raw text status bar
...
is responsive
2017-04-03 13:08:41 -07:00
Alex P
88df7e99bc
Change editor queries to be blue
2017-04-03 13:08:41 -07:00
Alex P
bd2b630ffd
Disable text selection in query editor empty states
2017-04-03 13:08:41 -07:00
Alex P
822f8b3b44
Make builder queries vertically centered (again)
2017-04-03 13:08:41 -07:00
Alex P
4de5c55b63
Make query tab delete buttons scale with everything else
...
They looked mad tiny on big screens
2017-04-03 13:08:41 -07:00
Alex P
1ba8b99014
Make visualization toggle capitalized
2017-04-03 13:08:40 -07:00
Alex P
adb2de0504
Make query builder query tabs allow for more text before truncating
2017-04-03 13:08:40 -07:00
Andrew Watkins
170b15a3f0
Update table CSS
2017-04-03 13:08:40 -07:00
Andrew Watkins
3a4c955474
Remove MultiTable
2017-04-03 13:08:40 -07:00
Andrew Watkins
afde7fcf69
Change tabs in the table when builder changes tabs
2017-04-03 13:08:40 -07:00
Andrew Watkins
3183544f6b
Update some primatives to use constants
2017-04-03 13:08:40 -07:00
Andrew Watkins
53f9b806ac
Not change view state if query is the same
2017-04-03 13:08:40 -07:00
Andrew Watkins
9ba0f87151
Show table when query editor is selected
2017-04-03 13:08:40 -07:00
Andrew Watkins
8f3d036951
Add warn status type to rawStatus
2017-04-03 13:08:40 -07:00
Andrew Watkins
5eae6463ca
Add warn status type to rawStatus
2017-04-03 13:08:00 -07:00
Andrew Watkins
b942b15aaf
Pull list items onto variable
2017-04-03 13:08:00 -07:00
Andrew Watkins
7670558202
Improve builder semantics
2017-04-03 13:08:00 -07:00
Andrew Watkins
0fd98ee1d1
Fix linter errors
2017-04-03 13:08:00 -07:00
Andrew Watkins
fc4a5c57a9
Display errors in admin console
2017-04-03 13:08:00 -07:00
Andrew Watkins
bef987023a
Introduce editRawQueryStatus action
2017-04-03 13:08:00 -07:00
Andrew Watkins
78615099e9
Bubble AJAX errors up to fetchTimeSeries
2017-04-03 13:06:06 -07:00
Andrew Watkins
359ff48077
Allow user to type :)
2017-04-03 13:06:06 -07:00
Andrew Watkins
0d26936a14
Include missing prop
2017-04-03 13:06:06 -07:00
Andrew Watkins
3beaa3c7a0
Fix spacing
2017-04-03 13:06:06 -07:00
Andrew Watkins
cb7ec4fa6e
Keep focus on enter while preventing new line
2017-04-03 13:06:06 -07:00
Andrew Watkins
ee24c0d2b1
Remove console option
2017-04-03 13:06:06 -07:00
Andrew Watkins
2c4676a26b
Add vis header and console tab
2017-04-03 13:06:06 -07:00
Andrew Watkins
248dcb757a
Create vis header
2017-04-03 13:06:05 -07:00
Hunter Trujillo
2d5a5e0445
Fix kapacitor form submit bug.
2017-04-03 10:49:41 -06:00
Hunter Trujillo
f4af30c26b
Small refactor for ES6ness.
2017-04-03 10:49:25 -06:00
Jade McGough
d2e9cd7821
Merge pull request #1152 from influxdata/column-widening
...
widen single column to entire table width (#1123 )
2017-04-01 11:38:10 -07:00
Jade McGough
95cabba40f
make linter happy
2017-03-31 18:56:32 -07:00