Commit Graph

5752 Commits (78d96eb92b00e934408842100fba3ec0ea41f04d)

Author SHA1 Message Date
Alex P 78d96eb92b Redesign template variables control bar to not scroll with the page 2018-04-16 13:21:50 -07:00
Andrew Watkins d047f8fd1a Fix test 2018-04-16 10:56:53 -07:00
Andrew Watkins 3b7de5efb3 Replace react-codemirror with react-codemirror2 2018-04-16 10:56:53 -07:00
Andrew Watkins 85f2c3f26d Add ability to delete function 2018-04-16 10:56:53 -07:00
Andrew Watkins 2c4ccdbaa2 Add source string to func node object 2018-04-16 10:56:53 -07:00
Andrew Watkins 5078ee2167 Tweak styles 2018-04-16 10:56:53 -07:00
Andrew Watkins ebec2561cf Add text editor to builder 2018-04-16 10:56:53 -07:00
Andrew Watkins c6db2fe3ca Move sidenav for time machine 2018-04-16 10:56:53 -07:00
Deniz Kusefoglu f9f86ce076 Merge pull request #3180 from influxdata/table/reorder-columns
Table/reorder columns
2018-04-15 00:43:52 -04:00
ebb-tide 6b37a8773c Implement PR review suggestions 2018-04-14 21:29:17 -07:00
Brandon Farmer 199619c1e2 Fix function signature for threshold deletion 2018-04-12 16:51:16 -07:00
Brandon Farmer b6d8564164 Remove unnecessary type 2018-04-12 14:03:45 -07:00
Brandon Farmer 658b8e6e5a Remove console.dir 2018-04-12 13:42:52 -07:00
Brandon Farmer b23732a7a6 Prevent click tag filter input from closing tag list item 2018-04-12 13:40:11 -07:00
Brandon Farmer 9ff9f63dd2 Ensure that values are displayed on gauges 2018-04-12 13:29:27 -07:00
Brandon Farmer 00f9eccf86 Update get methods in GaugeChart.tsx for clarity 2018-04-12 11:08:36 -07:00
Brandon Farmer 361f6e5962 Series values can be strings or numbers 2018-04-12 10:09:00 -07:00
Brandon Farmer f73392c13b Fix typescript results key for last values 2018-04-12 09:13:19 -07:00
Brandon Farmer 4f401bf9c8 Update lastValues types 2018-04-12 00:43:04 -07:00
Brandon Farmer 97109e29e0 Default to zero for gauges 2018-04-12 00:33:34 -07:00
Brandon Farmer 3243a8d005 Update changelog and add more tests around time range 2018-04-12 00:16:03 -07:00
Brandon Farmer 2c464a7ce2 Show valid time in custom time range when now is selected 2018-04-12 00:06:31 -07:00
Brandon Farmer 19e0d9e33d Send notification when rp creation returns a failure 2018-04-11 23:52:46 -07:00
Alex Paxton 8e877100f2 Merge pull request #3184 from influxdata/feature/clone-cells
Feature/Clone Cells
2018-04-11 16:25:28 -07:00
ebb-tide 935af05943 Remove react-sortable-hoc from deps 2018-04-11 16:22:23 -07:00
ebb-tide 70543d1ee1 Fix failing tests 2018-04-11 16:12:36 -07:00
Alex P 899c510c36 Move and rename add / clone cell helpers 2018-04-11 15:43:05 -07:00
Alex P 72005936c0 Require EDITOR permissions to clone a cell 2018-04-11 15:04:20 -07:00
Alex P 498b0f4f7b Replace duplicate icon with more legible version 2018-04-11 15:00:26 -07:00
Alex P 5d0c6d1a18 Always show download option but disable if no data 2018-04-11 14:53:47 -07:00
Alex P c2abd2dc0c Swap positions of Clone & Download CSV actions 2018-04-11 14:50:46 -07:00
Alex P fb38513fec Pass clone cell handler from DashboardPage to LayoutCellMenu 2018-04-11 14:45:38 -07:00
Alex P d9697f8f85 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 f1e4b5a79b Add newly generated yarn.lock 2018-04-11 14:40:59 -07:00
Alex P 13030e331f Prevent legend text from wrapping 2018-04-11 14:17:40 -07:00
ebb-tide a1502147cf Fix yarn.lock merge conflict 2018-04-11 13:30:04 -07:00
ebb-tide 154e1b3700 Merge branch 'master' into table/reorder-columns 2018-04-11 13:13:30 -07:00
ebb-tide dcfa7077ba 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 e80d5f93f5 Improve styles for customize fields dragging and visibility
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-04-11 12:56:14 -07:00
Alex Paxton e3e51ac4c7 Merge pull request #3172 from influxdata/bugfix/confirm-user-delete
Fix Flickering Confirmation Tooltip
2018-04-11 10:19:06 -07:00
ebb-tide dc20715a44 Implement dragging from drag handle rather than whole component 2018-04-10 21:08:33 -07:00
Alex P a35b9695e3 Rename getter to be more semantic 2018-04-10 20:04:44 -07:00
ebb-tide 8a071581e9 Drag fields from drag icon only 2018-04-10 19:09:22 -07:00
ebb-tide c0454829cb Merge branch 'master' into table/reorder-columns 2018-04-10 18:38:08 -07:00
ebb-tide 6b5431edf9 Add dnd react types 2018-04-10 18:32:28 -07:00
Alex P b505935865 Limit re-rendering via deep compare 2018-04-10 17:30:00 -07:00
Alex P 75a5f452e3 Convert component to TypeScript 2018-04-10 17:20:15 -07:00
Alex P 063f62bf4f Update react-router types 2018-04-10 17:20:01 -07:00
Andrew Watkins f4848ad3da Cleanup 2018-04-10 16:48:17 -07:00
Alex P 10224df176 Prevent excessive re-rendering 2018-04-10 16:12:46 -07:00