Alex Paxton
fc81c1b01a
Merge branch 'master' into polish/snip-snip
2018-06-15 08:49:02 -07:00
Alex Paxton
493ffb264a
Merge pull request #3659 from influxdata/code-mirror-data-explorer
...
Upgrade Data Explorer Query Field with CodeMirror2
2018-06-15 08:48:25 -07:00
Alex Paxton
e69a0381f3
Merge branch 'master' into code-mirror-data-explorer
2018-06-15 08:48:15 -07:00
Alex Paxton
ba07403bf5
Merge pull request #3663 from influxdata/polish/truncate-rules-message-preview
...
Truncate Alert Rule Message Preview
2018-06-15 08:47:24 -07:00
Alex Paxton
7432ccb3ee
Merge pull request #3684 from influxdata/flux/ux-improvements
...
Improve Flux Editor UX
2018-06-14 17:53:44 -07:00
ebb-tide
bb091cb94e
Rerender annotations on drawCallback
2018-06-14 17:52:26 -07:00
Alex P
976a5b6b86
Fix failing test
2018-06-14 17:18:48 -07:00
Alex P
716fabe541
Refactor func node UI & UX
...
- Nothing happens when hovering a func node
- Delete & toggle yield buttons appear on hover, stay visible when
editing or yielding
- Clicking a func enters/exits edit mode
- Last func in each body is in edit more for educational purposes
2018-06-14 15:30:28 -07:00
Alex P
8e95d9bd03
Rename function to be more semantic
2018-06-14 15:28:40 -07:00
Alex P
0e4aa24d85
Autofocus first input when args editor opens
2018-06-14 15:28:04 -07:00
Alex P
9481449b44
Remove delete functionality from func args tooltip
2018-06-14 15:27:32 -07:00
Andrew Watkins
d60a231686
Fix typo
2018-06-14 11:50:50 -07:00
Andrew Watkins
590e8aa690
Remove dead code
2018-06-14 11:50:38 -07:00
Andrew Watkins
7b5b2c3bc3
Fix basepath issue with fetch requests to flux
2018-06-14 11:50:30 -07:00
Alex Paxton
9e04ea3880
Merge pull request #3664 from influxdata/flux/minor-ui-polish
...
Minor Flux Editor Polish
2018-06-14 10:56:33 -07:00
Alex P
7ec143e90e
Move division name rendering into getter
2018-06-14 10:42:22 -07:00
Alex P
bda487acb8
Replace magic number with constant
2018-06-14 10:31:20 -07:00
Alex P
29dc7bb479
Rename 'Analyze' to 'Validate'
2018-06-14 10:27:46 -07:00
Delmer Reed
3465b78bb4
Cancel fetch response promise on FilterArgs unmount
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-14 10:20:57 -07:00
Alex P
3bc3060ea1
Updoot log of change
2018-06-13 19:23:02 -07:00
Alex P
73290cf88a
Make legend sorting buttons more compact
2018-06-13 19:17:13 -07:00
Alex P
edc6c3864a
Remove legend snip and divider
2018-06-13 19:17:02 -07:00
ebb-tide
bdfcbfe937
Convert Annotation component to TS
2018-06-13 18:44:16 -07:00
Alex P
56733cd152
Prevent threesizer header names from colliding with menu items
2018-06-13 16:10:53 -07:00
Alex P
7b008275a9
Polish time machine code mirror
2018-06-13 16:09:57 -07:00
Alex P
6b394c8e67
Add breathing room between navbar and schema explorer
2018-06-13 16:02:38 -07:00
Alex P
2aa49a5863
Polish threesizer handles and headers when in horizontal handle mode
2018-06-13 15:58:59 -07:00
Delmer Reed
1b7a94ea4c
Extract types and utils for canceling promises
...
Simplifies canceled promise generic type to utilize a single parameter.
Reject messages for promises can be type any.
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 15:56:23 -07:00
ebb-tide
ee34456f7d
Convert Annotations component to TS and pass xAxisRange explicitly to cause rerender of annotations on zoom in
2018-06-13 15:35:49 -07:00
Alex P
22c18160dc
Remove border when yield table is empty
2018-06-13 15:09:25 -07:00
Alex P
82c66570ba
Style yield name
2018-06-13 15:09:11 -07:00
Alex P
c6674514c7
Remove whitespace
2018-06-13 15:09:01 -07:00
Alex P
99993f54e9
Updoot log of change
2018-06-13 14:49:58 -07:00
Alex P
43ea90a634
Truncate alert rule message preview with ellipsis
2018-06-13 14:46:59 -07:00
Alex P
0643a7b085
Introduce a truncate with ellipsis helper class for use in table cells
2018-06-13 14:46:41 -07:00
Alex P
14cf89e757
Fix failing test
...
Might have to find a better way to ensure these subcomponents exist now
that they are being passed in as render props
2018-06-13 14:34:59 -07:00
Alex P
05971cea28
Implement PageHeader in manage sources page
2018-06-13 14:19:15 -07:00
Delmer Reed
cde34aa9d9
Refactor cancelable promise result into union type
...
Instead of returning objects with a boolean isCanceled property we
preferred to introduce a new custom error type for canceled promises.
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 14:15:53 -07:00
Alex P
2afd5da548
Implement PageHeader in influxdb admin page
2018-06-13 14:15:43 -07:00
Alex P
b128297cf6
Stop passing SourceIndicator as part of page header options render prop
2018-06-13 14:14:27 -07:00
Alex P
06bd9427a4
Add option to show SourceIndicator in PageHeader
...
Trying to keep this thing DRY, since the source indicator is present on
a lot of pages
2018-06-13 14:09:58 -07:00
Alex P
588bba498c
Implement PageHeader in logs viewer page
2018-06-13 14:05:43 -07:00
Brandon Farmer
76e2f01362
Strip prefix for data source links
2018-06-13 13:57:34 -07:00
Alex P
701c14d541
Implement PageHeader on alert history page
2018-06-13 13:54:37 -07:00
Alex P
79ed9e6a9c
Implement PageHeader on manage tasks page
2018-06-13 13:51:08 -07:00
Alex P
b904e9ab0e
Implement PageHeader in status page
2018-06-13 13:48:11 -07:00
Alex P
998341e125
Implement PageHeader on dashboards index page
2018-06-13 13:45:39 -07:00
Alex P
00839f3c91
Implement PageHeader in Flux Editor page
2018-06-13 13:41:12 -07:00
Alex P
1a2c7f2659
Implement PageHeader on data explorer
...
Also removing header component in the process
2018-06-13 13:38:13 -07:00
Alex P
03300167eb
Implement PageHeader on hosts index page
2018-06-13 13:37:51 -07:00