Alex P
bdaf55bd10
Make legend sorting buttons more compact
2018-06-13 19:17:13 -07:00
Alex P
9fc34c4b2f
Remove legend snip and divider
2018-06-13 19:17:02 -07:00
ebb-tide
244c5e5638
Convert Annotation component to TS
2018-06-13 18:44:16 -07:00
Alex P
35c36acf67
Prevent threesizer header names from colliding with menu items
2018-06-13 16:10:53 -07:00
Alex P
5ad27c03a4
Polish time machine code mirror
2018-06-13 16:09:57 -07:00
Alex P
c7e6306fd6
Add breathing room between navbar and schema explorer
2018-06-13 16:02:38 -07:00
Alex P
01635dfda1
Polish threesizer handles and headers when in horizontal handle mode
2018-06-13 15:58:59 -07:00
Delmer Reed
2de09469c2
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
eb75595a04
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
9ca270573c
Remove border when yield table is empty
2018-06-13 15:09:25 -07:00
Alex P
e90a93ee82
Style yield name
2018-06-13 15:09:11 -07:00
Alex P
f9799c93bc
Remove whitespace
2018-06-13 15:09:01 -07:00
Alex P
74b7a06397
Updoot log of change
2018-06-13 14:49:58 -07:00
Alex P
9f5a889515
Truncate alert rule message preview with ellipsis
2018-06-13 14:46:59 -07:00
Alex P
368f5f555f
Introduce a truncate with ellipsis helper class for use in table cells
2018-06-13 14:46:41 -07:00
Alex P
f563a2c014
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
c43e6b7dbd
Implement PageHeader in manage sources page
2018-06-13 14:19:15 -07:00
Delmer Reed
2b48c44779
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
7e5d9fdeed
Implement PageHeader in influxdb admin page
2018-06-13 14:15:43 -07:00
Alex P
29994b1947
Stop passing SourceIndicator as part of page header options render prop
2018-06-13 14:14:27 -07:00
Alex P
3659197fce
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
56d5699e10
Implement PageHeader in logs viewer page
2018-06-13 14:05:43 -07:00
Brandon Farmer
ca70bfdbba
Strip prefix for data source links
2018-06-13 13:57:34 -07:00
Alex P
c343e9995d
Implement PageHeader on alert history page
2018-06-13 13:54:37 -07:00
Alex P
3121d66580
Implement PageHeader on manage tasks page
2018-06-13 13:51:08 -07:00
Alex P
a400332635
Implement PageHeader in status page
2018-06-13 13:48:11 -07:00
Alex P
6b763c6faf
Implement PageHeader on dashboards index page
2018-06-13 13:45:39 -07:00
Alex P
e40f172d9f
Implement PageHeader in Flux Editor page
2018-06-13 13:41:12 -07:00
Alex P
1c8754718e
Implement PageHeader on data explorer
...
Also removing header component in the process
2018-06-13 13:38:13 -07:00
Alex P
df0c8200ca
Implement PageHeader on hosts index page
2018-06-13 13:37:51 -07:00
Alex P
5443822d02
Shorten name of prop
...
Also fixing a css classname typo
2018-06-13 13:28:48 -07:00
Delmer Reed
4537b373c1
Add cancelable promise wrapper
...
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-13 12:29:23 -07:00
Alex P
39e136f054
Make full width prop optional
2018-06-13 11:56:49 -07:00
Alex P
72a7dfda81
Make page header accept either a string title or a render prop
2018-06-13 11:56:29 -07:00
Alex P
d1cedfd45e
Rename page header class names to follow BEM conventions
2018-06-13 11:28:43 -07:00
Alex P
d3e9ae9701
Introduce presentational components for page header & title
2018-06-13 11:28:25 -07:00
Alex P
4be102dcc8
Updoot log of change
2018-06-13 11:01:15 -07:00
Alex P
322be6e17a
Replace textarea in DE query editor with code mirror editor
2018-06-13 10:52:33 -07:00
Alex P
c09e0bbcb6
Introduce code mirror mode and theme for InfluxQL
2018-06-13 10:51:58 -07:00
Alex Paxton
6e231d5a0c
Merge pull request #3649 from influxdata/bugfix/date-picker-icons
...
Fix Date Picker Icons
2018-06-13 09:58:04 -07:00
Andrew Watkins
aec96e6aa5
Merge pull request #3656 from influxdata/bugfix/source-delete
...
Bugfix/source delete
2018-06-13 06:42:14 -07:00
Oori
89c4ba784e
fix(alert): alert creation detailed response
2018-06-13 10:36:13 +03:00
Iris Scholten
f68b39378f
Merge pull request #3654 from influxdata/flux/yield
...
Flux/yield
2018-06-12 17:13:58 -07:00
Andrew Watkins
417205f0f2
Fix Type
2018-06-12 17:09:16 -07:00
Andrew Watkins
67db90d4b7
Cleanup
2018-06-12 17:06:46 -07:00
Andrew Watkins
e37f781253
Fix delete source
2018-06-12 17:04:23 -07:00
Iris Scholten
3b3d3813ed
Unbind functions that dont need binding
...
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-06-12 16:59:30 -07:00
Brandon Farmer
ea1372f880
Merge pull request #3653 from influxdata/log-viewer/default-namespace
...
Select default telegraf database
2018-06-12 16:37:05 -07:00
Andrew Watkins
61d8f4d892
Test
2018-06-12 16:24:01 -07:00
Brandon Farmer
8bf33bb5bb
Select default telegraf database
2018-06-12 16:21:53 -07:00