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
Alex P
b160ec6ed5
Shorten name of prop
...
Also fixing a css classname typo
2018-06-13 13:28:48 -07:00
Delmer Reed
c06c82fe7f
Add cancelable promise wrapper
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 12:29:23 -07:00
Alex P
fc40e12dfe
Make full width prop optional
2018-06-13 11:56:49 -07:00
Alex P
ed2db34454
Make page header accept either a string title or a render prop
2018-06-13 11:56:29 -07:00
Alex P
84629b7898
Rename page header class names to follow BEM conventions
2018-06-13 11:28:43 -07:00
Alex P
98f284f463
Introduce presentational components for page header & title
2018-06-13 11:28:25 -07:00
Alex P
fbec895d87
Updoot log of change
2018-06-13 11:01:15 -07:00
Alex P
d94898b8fc
Replace textarea in DE query editor with code mirror editor
2018-06-13 10:52:33 -07:00
Alex P
cef2e98f94
Introduce code mirror mode and theme for InfluxQL
2018-06-13 10:51:58 -07:00
Alex Paxton
19cc5fbf85
Merge pull request #3649 from influxdata/bugfix/date-picker-icons
...
Fix Date Picker Icons
2018-06-13 09:58:04 -07:00
Andrew Watkins
17900ba66e
Merge pull request #3656 from influxdata/bugfix/source-delete
...
Bugfix/source delete
2018-06-13 06:42:14 -07:00
Oori
1816f8b062
fix(alert): alert creation detailed response
2018-06-13 10:36:13 +03:00