Alex P
8cf708b60e
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
82eec3f192
Add newly generated yarn.lock
2018-04-11 14:40:59 -07:00
Alex P
8b1a94e7b2
Prevent legend text from wrapping
2018-04-11 14:17:40 -07:00
ebb-tide
84faf0aaef
Fix yarn.lock merge conflict
2018-04-11 13:30:04 -07:00
ebb-tide
fc5050c04b
Merge branch 'master' into table/reorder-columns
2018-04-11 13:13:30 -07:00
ebb-tide
02f91ecf0b
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
925e3629bc
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
43c5afe70e
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 Paxton
0628e4e02a
Merge pull request #3172 from influxdata/bugfix/confirm-user-delete
...
Fix Flickering Confirmation Tooltip
2018-04-11 10:19:06 -07:00
ebb-tide
e8f360a9bf
Implement dragging from drag handle rather than whole component
2018-04-10 21:08:33 -07:00
Alex P
63e690c00f
Rename getter to be more semantic
2018-04-10 20:04:44 -07:00
ebb-tide
a227e0ac4f
Drag fields from drag icon only
2018-04-10 19:09:22 -07:00
ebb-tide
ba054ddd07
Merge branch 'master' into table/reorder-columns
2018-04-10 18:38:08 -07:00
ebb-tide
f0f0293ac4
Add dnd react types
2018-04-10 18:32:28 -07:00
Alex P
a920c13a57
Limit re-rendering via deep compare
2018-04-10 17:30:00 -07:00
Alex P
e0b6e48bd4
Convert component to TypeScript
2018-04-10 17:20:15 -07:00
Alex P
91f0dfeacd
Update react-router types
2018-04-10 17:20:01 -07:00
Andrew Watkins
2a51ce97df
Cleanup
2018-04-10 16:48:17 -07:00
Alex P
d7c10da939
Prevent excessive re-rendering
2018-04-10 16:12:46 -07:00
Alex P
4a1cdbb492
Prevent excessive re-rendering
2018-04-10 16:12:30 -07:00
Alex P
7c2e0c0d16
Convert component to TypeScript
...
Thanks for help @121watts
2018-04-10 15:52:58 -07:00
Andrew Watkins
33a71a8601
Fix hostpage not rendering if no apps
2018-04-10 15:00:46 -07:00
Andrew Watkins
7ba263953e
Merge pull request #3169 from influxdata/bugfix/tickscript-save
...
Bugfix/tickscript save
2018-04-10 14:40:30 -07:00
Andrew Watkins
c680980800
Merge pull request #3159 from influxdata/chore/crosshair-performance
...
Chore/crosshair performance
2018-04-10 14:33:37 -07:00
Andrew Watkins
db98e429a6
Update tests and bugfix
2018-04-10 14:26:21 -07:00
Andrew Watkins
7d0d45aea8
Remove highlight circle
2018-04-10 14:04:35 -07:00
Andrew Watkins
14985a3fa0
Fix proptype
2018-04-10 14:04:35 -07:00
Andrew Watkins
b2c42b2bcc
Remove the need for heartbeat and lastUpdated
2018-04-10 14:04:35 -07:00
Andrew Watkins
7a8c5db0a2
Cleanup
2018-04-10 14:04:35 -07:00
Andrew Watkins
0f27e39d8b
Remove need for annotationsRef
2018-04-10 14:04:35 -07:00
Andrew Watkins
adbc4dbce0
Move functions out of render and into getters
2018-04-10 14:04:35 -07:00
Andrew Watkins
37b50cb956
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
919e14a7ec
Fix conflicts
2018-04-10 14:04:35 -07:00
Andrew Watkins
2f22f76b7b
Convert functions to getters
2018-04-10 14:04:35 -07:00
Andrew Watkins
24d924236f
Move functions out of render and into getters
2018-04-10 14:02:02 -07:00
Andrew Watkins
ca9c336aa7
Fix crosshair hovering performance issue
2018-04-10 14:02:02 -07:00
Andrew Watkins
c15fa1afe1
Add test for bug
2018-04-10 13:56:53 -07:00
Brandon Farmer
e2f7fcfe1a
Merge pull request #3162 from influxdata/fix/graph-threshold-size
...
Only send threshold value to parent on blur
2018-04-10 11:38:34 -07:00
Andrew Watkins
2e8e737032
Fix Tickscript resave on error bug
2018-04-10 11:18:18 -07:00
Brandon Farmer
fa5a94eaba
Add basic test around threshold
2018-04-10 11:11:22 -07:00
Andrew Watkins
51f69f1fea
Change function to getter
2018-04-10 11:03:46 -07:00
Alex Paxton
1deba6eaf5
Merge pull request #3157 from influxdata/polish/single-stat-line-colors
...
Polish/Line+SingleStat Colors
2018-04-10 10:59:03 -07:00
Brandon Farmer
d4f019ceaa
Add types to threshold events
2018-04-10 10:47:55 -07:00
Brandon Farmer
d162062a41
Update changelog
2018-04-10 10:43:36 -07:00
ebb-tide
c7607b047b
Resolve typescript errors
2018-04-09 21:06:09 -07:00
ebb-tide
d9a6204961
Ensure same color for single stat and line graph it is getting value from
2018-04-09 20:44:20 -07:00
Brandon Farmer
e65be4b697
Only send threshold value to parent on blur
2018-04-09 17:19:54 -07:00
Alex P
ab43de2107
Decouple checking logic for colors and last value
...
This prevents the single stat color from fluctuating when the user has
`fill(null)`
2018-04-09 17:17:05 -07:00
ebb-tide
5bc592a0d2
Merge branch 'master' into table/reorder-columns
2018-04-09 16:22:15 -07:00
ebb-tide
6434a283de
Fix table ordering
2018-04-09 16:17:31 -07:00