Brandon Farmer
e56e29df9b
Address PRs comments and update Changelog
2018-04-16 15:00:45 -07:00
Brandon Farmer
4e21017136
CEO always has at least one query
2018-04-16 15:00:45 -07:00
Brandon Farmer
d34ea10d98
Migrate CEO to typescript
2018-04-16 15:00:45 -07:00
Iris Scholten
91fef5307c
Add template variables db and rp to canned layouts json
...
Also surround all measurements and template variables with
escaped quotes
Regex find and replace used:
FIND: `FROM (\w+)`, REPLACE: `FROM \\":db:\\".\\":rp:\\".\\"$1\\"`
FIND: `FROM ([\\"]{2}[^"\\]*[\\"]{2})` , REPLACE: `FROM \\":db:\\".\\":rp:\\".$1`
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-16 14:55:06 -07:00
Alex P
7e0aa13ba0
Update Changelog
2018-04-16 14:55:04 -07:00
Alex P
35e02abbb9
Merge branch 'master' into polish/sticky-tempvar-controls
2018-04-16 14:54:14 -07:00
Andrew Watkins
45d1c7ad33
Add inputs for various argument types
2018-04-16 14:53:54 -07:00
Alex P
1ecb8c5c2c
Allow template control bar to grow without disrupting page layout
2018-04-16 14:49:21 -07:00
Alex P
a07ffe0861
Convert component to TypeScript
2018-04-16 14:06:11 -07:00
Alex P
ec5452230c
Embolden proper noun
2018-04-16 13:25:37 -07:00
Alex P
78d96eb92b
Redesign template variables control bar to not scroll with the page
2018-04-16 13:21:50 -07:00
lukevmorris
ada654cbe6
fix(migration): Snapshot all struct types ( #3211 )
...
declaring all migration-irrelevant types as []byte may erase data
for repeated protobuf fields. we hoped that "obscuring" the original
types of these columns with []byte would pass-through their values
unchanged, allowing us to omit entire types (and their descendent
trees) that were not being operated on in a migration. Fewer imported
types would lead to a more expressive migration file whose intent was
more clear to the reader. We will need to experiment with other ways
to achieve this in the future.
fixes #3200
2018-04-16 12:47:38 -07:00
Alex Paxton
ce95bf9213
Merge pull request #3204 from influxdata/polish/notify-cell-actions
...
Notify when User adds, deletes, or clones a cell
2018-04-16 11:48:36 -07:00
Jared Scheib
9ecc05ff5d
Add rp to HostsPage query & all Layout cell queries
...
Rename q.database to q.db in HostPage and AutoRefresh.
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-16 11:42:53 -07:00
Andrew Watkins
0924cd498c
Merge pull request #3203 from influxdata/ifql/add-editor
...
Ifql/add editor
2018-04-16 11:16:21 -07:00
Jared Scheib
b3bd851bcb
Revert "Pass defaultRP from client to server for Host Page queries"
...
This reverts commit fd2af90e53
.
2018-04-16 11:05:07 -07:00
Alex P
42ce1b0802
Update changelog
2018-04-16 11:03:57 -07:00
Alex P
9571031fe4
Implement cell action notifications
2018-04-16 10:59:57 -07:00
Alex P
d8c9c34bb9
Create notifications for cell add/delete/clone
2018-04-16 10:59:41 -07:00
Alex P
1ae08c6467
Introduce notification default for "Delete" actions
...
Planning to use this in the future to visually distinguish from
“Create” actions
2018-04-16 10:59:12 -07:00
Andrew Watkins
d047f8fd1a
Fix test
2018-04-16 10:56:53 -07:00
Andrew Watkins
3b7de5efb3
Replace react-codemirror with react-codemirror2
2018-04-16 10:56:53 -07:00
Andrew Watkins
85f2c3f26d
Add ability to delete function
2018-04-16 10:56:53 -07:00
Andrew Watkins
2c4ccdbaa2
Add source string to func node object
2018-04-16 10:56:53 -07:00
Andrew Watkins
5078ee2167
Tweak styles
2018-04-16 10:56:53 -07:00
Andrew Watkins
ebec2561cf
Add text editor to builder
2018-04-16 10:56:53 -07:00
Andrew Watkins
c6db2fe3ca
Move sidenav for time machine
2018-04-16 10:56:53 -07:00
Deniz Kusefoglu
f9f86ce076
Merge pull request #3180 from influxdata/table/reorder-columns
...
Table/reorder columns
2018-04-15 00:43:52 -04:00
ebb-tide
6b37a8773c
Implement PR review suggestions
2018-04-14 21:29:17 -07:00
Jared Scheib
fd2af90e53
Pass defaultRP from client to server for Host Page queries
...
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-13 18:20:10 -07:00
Iris Scholten
ac3a19f6c0
Refactor RP query param test to include nil rp value
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 16:29:30 -07:00
Iris Scholten
388e81b22f
Test custom RP query param in proxy request
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 16:15:51 -07:00
Alex P
f1cedc4a28
Improve box packing for new and cloned cells
2018-04-13 15:00:30 -07:00
Iris Scholten
4d847bdae5
Create Test for proxying InfluxDb
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-13 14:34:57 -07:00
Jared Scheib
f19dc2a7a9
WIP Test Influx proxy API
2018-04-13 11:22:33 -07:00
Jared Scheib
38adfed496
Test UpdateSource (including defaultRP)
...
Uses a test server to mock the server responses
necessary for update.
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-12 17:54:21 -07:00
Brandon Farmer
e5f2bf56c9
Merge pull request #3194 from influxdata/fix-threshold-removal
...
Fix function signature for threshold deletion
2018-04-12 17:23:54 -07:00
Brandon Farmer
199619c1e2
Fix function signature for threshold deletion
2018-04-12 16:51:16 -07:00
Jared Scheib
9030557d58
Include source defaultRP in UpdateSource
...
Co-authored-by Iris Scholten <ischolten.is@gmail.com>
2018-04-12 16:00:49 -07:00
Brandon Farmer
0a913a5db2
Merge pull request #3191 from influxdata/fixes/gauge-no-showing-value
...
Fixes/gauge no showing value
2018-04-12 14:15:24 -07:00
Brandon Farmer
b6d8564164
Remove unnecessary type
2018-04-12 14:03:45 -07:00
Brandon Farmer
658b8e6e5a
Remove console.dir
2018-04-12 13:42:52 -07:00
Brandon Farmer
b23732a7a6
Prevent click tag filter input from closing tag list item
2018-04-12 13:40:11 -07:00
Brandon Farmer
9ff9f63dd2
Ensure that values are displayed on gauges
2018-04-12 13:29:27 -07:00
Brandon Farmer
cb670d7c33
Merge pull request #3179 from influxdata/fixes/nan-for-new-gauges
...
Default to zero for gauges
2018-04-12 11:26:26 -07:00
Brandon Farmer
00f9eccf86
Update get methods in GaugeChart.tsx for clarity
2018-04-12 11:08:36 -07:00
Brandon Farmer
361f6e5962
Series values can be strings or numbers
2018-04-12 10:09:00 -07:00
Brandon Farmer
f73392c13b
Fix typescript results key for last values
2018-04-12 09:13:19 -07:00
Brandon Farmer
4f401bf9c8
Update lastValues types
2018-04-12 00:43:04 -07:00
Brandon Farmer
ebcbe72026
Update changelog
2018-04-12 00:33:34 -07:00