Commit Graph

3523 Commits (98ffb7d93f42b0f6d31598dc09a16aea93e3cfb7)

Author SHA1 Message Date
Alex P d65f113556 Sort dashboards alphabetically 2017-10-20 13:56:32 -07:00
Alex P b4964af675 Move display logic into parent of switcher 2017-10-20 13:56:32 -07:00
Alex P d5283dccc9 Make dashboard switcher into its own component and refactor associated components 2017-10-20 13:56:32 -07:00
Alex P e55560d5fa Add pencil icons to editable names for increased affordance 2017-10-20 13:56:31 -07:00
Alex P 51349e84ca Update CEO naming pattern to match dashboard naming pattern 2017-10-20 13:56:31 -07:00
Alex P 5f6f73b46d Change interaction to achieve stronger editing affordance 2017-10-20 13:56:31 -07:00
Alex P d187a11dc1 Add pencil icon next to dashboard name 2017-10-20 13:56:31 -07:00
Alex P 7b761d6ccb Highlight input when user focuses 2017-10-20 13:56:31 -07:00
Alex P 2c3ab050d7 Refactor dashboard naming flow and associated UI 2017-10-20 13:56:30 -07:00
Alex P 1fe6d76f7e Add button for switching between dashboards 2017-10-20 13:53:07 -07:00
Alex P 2478554d19 Removed unused prop 2017-10-20 13:51:37 -07:00
Andrew Watkins 2224ed559c Merge pull request #2143 from influxdata/cleanup/prebuilt-warning
Fix prebuilt warning with webpacks noParse
2017-10-20 13:35:20 -07:00
Andrew Watkins b126c44557 Fix prebuilt warning with webpacks noParse 2017-10-20 12:01:41 -07:00
Andrew Watkins 176fcabc44 Move ManualRefresh functionality into HOC
Didn't want to repeat the same logic for
DashboardPage, DataExplorer, and HostPage.  Moved manualRefresh state
and handler into an HOC.
2017-10-20 11:41:21 -07:00
Andrew Watkins 3446787e01 Add manual refresh to DataExplorer 2017-10-20 10:59:34 -07:00
Andrew Watkins 9e5f46e00d Move comment 2017-10-20 10:11:41 -07:00
Andrew Watkins b771b0cfb9 Remove unused prop 2017-10-20 10:09:52 -07:00
Hunter Trujillo bc9b3da65d Fixes for PR review. 2017-10-20 01:12:40 -06:00
Hunter Trujillo b757f6acc0 Add missing proptype due to merge. 2017-10-19 16:01:56 -06:00
Hunter Trujillo 44d0d40749 Merge commit 'c0333792f277cdb8579ff509ce0030514d94da44' into dashboard-manual-refresh
# Conflicts:
#	ui/src/dashboards/containers/DashboardPage.js
#	ui/src/shared/components/AutoRefresh.js
2017-10-19 15:57:20 -06:00
Hunter Trujillo 2200c0444b Add manual refresh magic. 2017-10-19 15:53:12 -06:00
Hunter Trujillo 04025d04ce Fix the other bug. 2017-10-19 15:52:52 -06:00
Hunter Trujillo dde9b9cd5e Fix Be The Change bug. 2017-10-19 15:44:25 -06:00
Hunter Trujillo c0333792f2 Merge pull request #2136 from influxdata/feature/milliseconds
Fix loss of precision while zooming
2017-10-19 14:37:25 -06:00
Hunter Trujillo 73b3ed3a7b Fix loss of precision while zooming. Now zooms to millisecond precision. NanoDate supports microsecond and nanosecond precision, but only with some work. 2017-10-19 14:20:58 -06:00
Andrew Watkins 380b3df7a1 Merge branch 'master' into bugfix/bad-rp 2017-10-19 08:53:01 -07:00
Andrew Watkins a8b8a99538 Merge pull request #2135 from influxdata/bugfix/drag-n-drop
BUGFIX: Drag n drop cancelling
2017-10-19 08:52:34 -07:00
Hunter Trujillo 7ba4258c59 Be The Change. 2017-10-18 20:12:00 -06:00
Deniz Kusefoglu 4dd267c62d Merge pull request #2133 from influxdata/feature/implicit_http
Prepend 'http://' to source url
2017-10-18 16:03:16 -07:00
Alex Paxton ec8946a1e8 Merge pull request #2120 from influxdata/responsive-admin-tabs
Improve appearance of  Admin on small screens
2017-10-18 16:03:02 -07:00
Andrew Watkins 4aee1fca02 Reset fileInput value on cancel 2017-10-18 15:48:02 -07:00
Andrew Watkins 6c7c304eec Guard against no file 2017-10-18 15:43:54 -07:00
deniz kusefoglu 800ea5ce93 Add http:// before a source url, if it does not begin with it, and change sourceform to a SFC 2017-10-18 14:24:59 -07:00
Andrew Watkins 5e79525006 Tweak function names 2017-10-18 11:25:28 -07:00
deniz kusefoglu 2c58d3d275 Fix overlay of custom time indicator and csv download button 2017-10-18 10:48:26 -07:00
Andrew Watkins d201f45cf1 Merge branch 'master' into responsive-admin-tabs 2017-10-18 10:05:58 -07:00
Andrew Watkins 055463012f Use gaurd clause pattern 2017-10-18 09:55:52 -07:00
Andrew Watkins abf2cab067 Add/fix comments and improve grouping 2017-10-18 09:55:18 -07:00
Andrew Watkins 59c930f8e7 Add removeFuncs to propTypes 2017-10-18 09:45:13 -07:00
Andrew Watkins c58cce2c7d Fix comment 2017-10-18 09:44:28 -07:00
Andrew Watkins 3e4865cc7f Use spread instead of assign 2017-10-18 09:43:21 -07:00
Andrew Watkins c9ae6644b3 Uncomment out commented error messages 2017-10-18 09:39:00 -07:00
Andrew Watkins 0e3745ac23 Move render to bottom of component 2017-10-18 09:39:00 -07:00
Andrew Watkins 09020c828f Christmas came early 2017-10-18 09:39:00 -07:00
Andrew Watkins 9740133d01 Merge branch 'master' into bugfix/unsafe-ssl 2017-10-18 09:06:26 -07:00
Hunter Trujillo afeda3ba36 Merge pull request #2127 from influxdata/feature/milliseconds
Dygraph Fork for Milliseconds
2017-10-17 16:17:54 -06:00
Andrew Watkins 927fe207da Merge branch 'bugfix/unsafe-ssl' of github.com:influxdata/chronograf into bugfix/unsafe-ssl 2017-10-17 15:13:47 -07:00
Andrew Watkins eb3b863069 Better banner copy 2017-10-17 15:13:04 -07:00
Andrew Watkins 900702d6be Fix field helper specs 2017-10-17 13:34:16 -07:00
Andrew Watkins e1e84685fd Change influxql and FieldList fields to value instead of name 2017-10-17 13:31:17 -07:00
Andrew Watkins 03ad5f25e5 Change tests and reducers to use value instead of name 2017-10-17 13:19:08 -07:00
Andrew Watkins edc95a2fc7 Remove Now button from DataExplorer 2017-10-17 13:07:29 -07:00
Alex P 6836e8d057 Make source page header match width of form 2017-10-17 12:54:44 -07:00
Andrew Watkins 7d483d87df WIP change name to value 2017-10-17 12:44:16 -07:00
Alex P 348faca105 Make page contents fill the page when no other UI present 2017-10-17 12:44:16 -07:00
Alex P d449a66938 Remove unnecessary attribute 2017-10-17 12:43:57 -07:00
Andrew Watkins 54bb1de47f Remove irrlevant test 2017-10-17 12:42:58 -07:00
Andrew Watkins 2e208b54af Fix broken test 2017-10-17 12:42:58 -07:00
Andrew Watkins de460e6ce9 Adjust kapacitor components to accept new data shape 2017-10-17 12:42:58 -07:00
Andrew Watkins 17cd3e415a Fix applying funcs with initial group by time 2017-10-17 12:42:58 -07:00
Andrew Watkins 8bfebdee24 Iron kinks 2017-10-17 12:42:58 -07:00
Andrew Watkins faa7fd036d Pull component specific attributes out of group by selection 2017-10-17 12:42:58 -07:00
Andrew Watkins b553655e16 Move logic for initial field out of reducer 2017-10-17 12:42:58 -07:00
Andrew Watkins e6c82b88e0 Fix rawText keeping old state in the DE 2017-10-17 12:42:57 -07:00
Andrew Watkins 0beca4dd21 Christmas came early 2017-10-17 12:42:57 -07:00
Andrew Watkins 89c2334aea Max mean the default for new field 2017-10-17 12:42:57 -07:00
Andrew Watkins 3e964b86d9 Fix toggle field logic 2017-10-17 12:42:57 -07:00
Andrew Watkins 63960e107d Move kapacitor specific logic out of toggleField 2017-10-17 12:42:57 -07:00
Andrew Watkins a4656e8ea9 Add spec for REMOVE_FUNCS 2017-10-17 12:42:57 -07:00
Andrew Watkins 73f35be7e9 Start breaking up the sadness in applyFuncsToFields 2017-10-17 12:42:56 -07:00
Andrew Watkins 2c77ea9b52 New queryConfig shape 'works' in the DE 2017-10-17 12:42:56 -07:00
Andrew Watkins 5092185d48 Refactor FieldList to accept new shape 2017-10-17 12:42:56 -07:00
Chris Goller 92294923a3 Remove toggleFieldWithGroupByInterval 2017-10-17 12:42:56 -07:00
Chris Goller 446d729eca Fix import of field helper typos 2017-10-17 12:42:56 -07:00
Chris Goller ee2407c112 Update queryConfigSpec to remove deprecated mocha assertions 2017-10-17 12:42:56 -07:00
Chris Goller 322275962e Add spec tests for field helpers 2017-10-17 12:42:55 -07:00
Chris Goller 5d9047116f Update reducers to reflect new field helper location 2017-10-17 12:42:55 -07:00
Chris Goller 6930d25f93 Move fields helpers into shared reducers 2017-10-17 12:42:55 -07:00
Chris Goller ecc3f2ccb7 Update queryTransitions to use field helpers 2017-10-17 12:42:55 -07:00
Chris Goller 14f7b16f50 Fix field helper function to be javascript 2017-10-17 12:42:55 -07:00
Chris Goller 8324e13670 WIP 2017-10-17 12:42:55 -07:00
Chris Goller ebe75f1c5b Add functions to handle fields in new queryConfig 2017-10-17 12:42:55 -07:00
Andrew Watkins 326a00b153 Update kapacitory query reducer 2017-10-17 12:42:54 -07:00
Andrew Watkins 1cfe98ec09 Put add funcs to fields in one reducer function 2017-10-17 12:42:54 -07:00
Chris Goller 5ff766e728 Update query building to new queryConfig shape 2017-10-17 12:42:54 -07:00
Chris Goller 9652703e5b Move influxql spec file to correct location 2017-10-17 12:42:54 -07:00
Andrew Watkins c6c63afbe6 WIP adding funcs and fields to query config v2 2017-10-17 12:42:54 -07:00
Hunter Trujillo 42d508e35a WIP 2017-10-17 12:42:54 -07:00
Hunter Trujillo ef4b01513b WIP 2017-10-17 12:42:53 -07:00
Hunter Trujillo 42ec6393a1 Add our own fork of Dygraphs. 2017-10-17 13:25:28 -06:00
Andrew Watkins 3863fc3776 Reset customTime when a preconfigured relative time is selected 2017-10-17 10:49:29 -07:00
Andrew Watkins 57a594c183 Tweak styles 2017-10-17 10:49:29 -07:00
Andrew Watkins 16d48b2dac Replace regex with boolean 2017-10-17 10:49:29 -07:00
Andrew Watkins d90d465e59 Add ability to toggle now in CustomTimeRange 2017-10-17 10:49:29 -07:00
Andrew Watkins baa051b994 Remove CreateSources container 2017-10-16 17:57:51 -07:00
Andrew Watkins 54c146ae15 Prevent form submit onEnter 2017-10-16 17:31:45 -07:00
Andrew Watkins f237fa083e Guard against non-numeric values 2017-10-16 17:14:44 -07:00
Andrew Watkins 43fb29522c Turn RuleGraph into an SFC
This also allowed me to pull out some functions into helper files.
Also, this commit contains replacing string literals with constants.
2017-10-16 16:41:39 -07:00
Andrew Watkins ff408484c7 Fix display of not-equal-to on rule graph 2017-10-16 16:04:20 -07:00
Andrew Watkins 64d3f49dac Remove redundancy of CreateSource page 2017-10-16 15:51:04 -07:00