Jared Scheib
7ce2e24b1d
Update changelog to reflect PR updates
2018-04-11 15:21:39 -07:00
Alex P
7e7e32d16c
Update changelog
2018-04-11 15:08:48 -07:00
Iris Scholten
fa7b21a099
Test bolt update defaultRP in source
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 15:04:40 -07:00
Alex P
72005936c0
Require EDITOR permissions to clone a cell
2018-04-11 15:04:20 -07:00
Alex Paxton
93dfce43a7
Merge pull request #3183 from influxdata/bugfix/legend-time-wrap
...
Prevent legend text from wrapping
2018-04-11 15:02:34 -07:00
Alex P
498b0f4f7b
Replace duplicate icon with more legible version
2018-04-11 15:00:26 -07:00
Iris Scholten
c4566e3220
Add and test source defaultRP in bolt
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 14:57:50 -07:00
Alex P
5d0c6d1a18
Always show download option but disable if no data
2018-04-11 14:53:47 -07:00
Alex P
c2abd2dc0c
Swap positions of Clone & Download CSV actions
2018-04-11 14:50:46 -07:00
Alex P
fb38513fec
Pass clone cell handler from DashboardPage to LayoutCellMenu
2018-04-11 14:45:38 -07:00
Alex P
d9697f8f85
Create asynchronous action for cloning cells
...
Also ensuring cloned cell appears at bottom of dashboard to avoid
collisions
2018-04-11 14:45:06 -07:00
ebb-tide
f1e4b5a79b
Add newly generated yarn.lock
2018-04-11 14:40:59 -07:00
Iris Scholten
071b595b96
Complete test for get SourcesID
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 14:20:02 -07:00
Alex P
13030e331f
Prevent legend text from wrapping
2018-04-11 14:17:40 -07:00
Iris Scholten
639edc49b2
WIP add DefaultRP to Source in protobuf
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-04-11 14:08:39 -07:00
Iris Scholten
f54d91200c
WIP create test for getting a source with no defaultRP
...
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
2018-04-11 13:34:58 -07:00
ebb-tide
a1502147cf
Fix yarn.lock merge conflict
2018-04-11 13:30:04 -07:00
ebb-tide
154e1b3700
Merge branch 'master' into table/reorder-columns
2018-04-11 13:13:30 -07:00
ebb-tide
dcfa7077ba
Add space between timeFormat dropdown and input
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-11 13:08:23 -07:00
ebb-tide
e80d5f93f5
Improve styles for customize fields dragging and visibility
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-11 12:56:14 -07:00
Jonathan A. Sternberg
18c3c2320e
Fix the github oauth2 implementation with multiple emails
...
If an account had multiple emails, the current implementation would
always select the first one regardless of any other settings. This fixes
it so it only chooses the primary email address that is verified.
This also fixes the generic oauth2 to require verified and primary to be
true if they are present. If they are not present, they are not
required.
2018-04-11 13:27:15 -05:00
Alex P
1f435843bc
Render TICKscript name instead of ID
...
But render ID if there is no name
2018-04-11 10:53:01 -07:00
Alex Paxton
e3e51ac4c7
Merge pull request #3172 from influxdata/bugfix/confirm-user-delete
...
Fix Flickering Confirmation Tooltip
2018-04-11 10:19:06 -07:00
ebb-tide
dc20715a44
Implement dragging from drag handle rather than whole component
2018-04-10 21:08:33 -07:00
Alex P
a35b9695e3
Rename getter to be more semantic
2018-04-10 20:04:44 -07:00
ebb-tide
8a071581e9
Drag fields from drag icon only
2018-04-10 19:09:22 -07:00
ebb-tide
c0454829cb
Merge branch 'master' into table/reorder-columns
2018-04-10 18:38:08 -07:00
ebb-tide
6b5431edf9
Add dnd react types
2018-04-10 18:32:28 -07:00
Alex P
b505935865
Limit re-rendering via deep compare
2018-04-10 17:30:00 -07:00
Alex P
75a5f452e3
Convert component to TypeScript
2018-04-10 17:20:15 -07:00
Alex P
063f62bf4f
Update react-router types
2018-04-10 17:20:01 -07:00
Iris Scholten
fc5e16ce56
WIP Create groupby time series trunction
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 17:05:25 -07:00
Andrew Watkins
f4848ad3da
Cleanup
2018-04-10 16:48:17 -07:00
Alex P
10224df176
Prevent excessive re-rendering
2018-04-10 16:12:46 -07:00
Alex P
99f5129447
Prevent excessive re-rendering
2018-04-10 16:12:30 -07:00
Alex P
da4ed5f9f7
Convert component to TypeScript
...
Thanks for help @121watts
2018-04-10 15:52:58 -07:00
Iris Scholten
424ef25d13
Build out fieldNames is TableOptions using queryASTs
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 15:23:26 -07:00
Andrew Watkins
6117a903f2
Fix hostpage not rendering if no apps
2018-04-10 15:00:46 -07:00
Andrew Watkins
1af5a77657
Merge pull request #3169 from influxdata/bugfix/tickscript-save
...
Bugfix/tickscript save
2018-04-10 14:40:30 -07:00
Andrew Watkins
a8b3926296
Merge pull request #3159 from influxdata/chore/crosshair-performance
...
Chore/crosshair performance
2018-04-10 14:33:37 -07:00
Iris Scholten
0452022525
Make queryASTs available in TableGraph and TableOptions
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-04-10 14:26:57 -07:00
Andrew Watkins
10b9fdf507
Update tests and bugfix
2018-04-10 14:26:21 -07:00
Andrew Watkins
f169e461d9
Remove highlight circle
2018-04-10 14:04:35 -07:00
Andrew Watkins
ae4fd365ce
Fix proptype
2018-04-10 14:04:35 -07:00
Andrew Watkins
703b146bc8
Remove the need for heartbeat and lastUpdated
2018-04-10 14:04:35 -07:00
Andrew Watkins
1540e8b8c7
Cleanup
2018-04-10 14:04:35 -07:00
Andrew Watkins
f6165b9e4b
Remove need for annotationsRef
2018-04-10 14:04:35 -07:00
Andrew Watkins
044dcfc7fd
Move functions out of render and into getters
2018-04-10 14:04:35 -07:00
Andrew Watkins
cd62e5cb53
Fix edit annotation rendering speed
...
The editTemplateVariableNames action would fire way too many times.
This cause poor rendering speeds with annotations.
2018-04-10 14:04:35 -07:00
Andrew Watkins
2d0342d62d
Fix conflicts
2018-04-10 14:04:35 -07:00