Commit Graph

4933 Commits (1371c6afad28d2e44c46a8333ba76bf37ccd83fe)

Author SHA1 Message Date
Tim Raymond c3be40513d Perf: improve performance of ListTasks
This fetches ListTasks results using a few worker goroutines to improve
performance with large numbers of tasks.
2017-08-21 17:10:13 -04:00
Hunter Trujillo f5a37303df CHANGELOG. 2017-08-18 15:37:46 -06:00
Hunter Trujillo 9535be8f8a Remove test console.log. 2017-08-18 15:35:25 -06:00
Hunter Trujillo 8b843fa439 Add template variable name selection test and reducer. Fire action on dashboard load. 2017-08-18 15:32:12 -06:00
Tim Raymond 81f9e410f9 Fix issue where offset & limit won't work
Because we were testing the mock client, and not the paginating
kapacitor client for the case where limit and offset were provided, an
issue with that code path was not exposed.

The issues exposed were that the condition was incorrect for triggering
this behavior, and no return clause was present to prevent the remainder
of the ListTasks method from running.
2017-08-18 17:07:00 -04:00
Tim Raymond 01596453bd Update comment
Variable name changed. Improved clarity.
2017-08-18 16:44:04 -04:00
Alex Paxton 9b4f1ee6a0 Merge pull request #1897 from influxdata/file-drag-polish
Write Data Drag & Drop Polish
2017-08-18 11:30:43 -07:00
Alex P 70314681e2 Clean up component
Help from @121watts
2017-08-17 20:36:05 -07:00
Alex P 9b8e8752c9 Use handler instead of anonymous function 2017-08-17 20:35:47 -07:00
Alex P e21a6f25c6 Refactor data section to use fat arrow pattern 2017-08-17 20:35:24 -07:00
Alex P 66a7b080f0 Add a comment explaining the component 2017-08-17 17:43:38 -07:00
Alex P d60208c006 Merge branch 'master' into fill-query-widget 2017-08-17 17:38:51 -07:00
Alex P ba7bcc4d11 Refactor to use new style of binding 2017-08-17 17:38:40 -07:00
Hunter Trujillo 4cd967c601 Add the other part to the typing mechanism. 2017-08-17 18:35:10 -06:00
Hunter Trujillo bfffd16a03 Add some measure of typing mechanism... 🤷 2017-08-17 18:34:50 -06:00
Alex P 2ba3399683 Remove commented out markup 2017-08-17 17:10:12 -07:00
Alex P bbb34ea118 Remove missing file reference 2017-08-17 17:09:55 -07:00
Alex P 5fbf69c22b Use a new interaction pattern and new styles for file upload
- Largely mimicking the pattern featured in Dropzone.js (I feel this is
a great pattern for file drag & drop)
- Got rid of the button for uploading, change copy to read “Drop a file
here or click to upload”
- Made entire file upload div clickable
- After a file has been uploaded:
  - Submit button has been moved inside the div
  - Added a “Cancel” button and method to reset the state of the modal
- Hover state of clickable area matches drag-over state
2017-08-17 17:00:22 -07:00
Andrew Watkins 40d5db3c1b Merge branch 'master' into file-drag-polish 2017-08-17 15:21:47 -07:00
Hunter Trujillo 087a897124 Merge pull request #1899 from influxdata/testing/data-explorer-query-maker-date-sync
Fix Data Explorer Raw Query time range not getting updated through dropdown
2017-08-17 16:19:30 -06:00
Andrew Watkins ced052ae69 Update style for disabled calendar days 2017-08-17 15:16:46 -07:00
Hunter Trujillo 9cfd6bf4af Changelog. 2017-08-17 16:12:41 -06:00
Alex P 97880705ed Make drag state fade in and out 2017-08-17 15:07:22 -07:00
Hunter Trujillo b4f12b086b Fix QueryMaker not updating query time range when a the time range was changed through the time range dropdown. 2017-08-17 16:07:14 -06:00
Andrew Watkins b41cd95fb1 Merge pull request #1898 from influxdata/feature/typee-calendar
FEATURE:  Typee calendar (with extra credit)
2017-08-17 15:04:18 -07:00
Alex P a5cb9444d9 Change micro-copy to be more clear 2017-08-17 15:04:09 -07:00
Andrew Watkins 8635631dad Update CHANGELOG 2017-08-17 14:50:00 -07:00
Andrew Watkins 0d64792d26 Add date validation to calendars
A user will now no longer be able to select an invalid time range.
i.e. an upper time lower than their lower time or a lower time
greater than their upper time. Yay.
2017-08-17 14:41:49 -07:00
Alex Paxton fdd570e55a Merge pull request #1882 from influxdata/fix-legend-stat-wrap
Fix legend stat wrap
2017-08-17 14:09:17 -07:00
Alex Paxton d72e2536cf Merge branch 'master' into fix-legend-stat-wrap 2017-08-17 14:01:01 -07:00
Alex P 218924c8a1 Remove obsolete changelog entry introduced in merge 2017-08-17 13:59:43 -07:00
Alex P 00e8ea335b Updoot changelog 2017-08-17 13:40:34 -07:00
Alex P 052e041a66 Merge branch 'master' into file-drag-polish 2017-08-17 13:35:05 -07:00
Alex P 80c9d758f3 Redesign drag-over state for write data form 2017-08-17 13:34:53 -07:00
Andrew Watkins 856acd1de7 Add inputs for custom time ranges 2017-08-17 13:06:20 -07:00
Andrew Watkins 195befcefa Merge pull request #1887 from influxdata/chore/babel-eslint-plugin
REFACTOR: Use arrow function properties and remove anonymous funcs from props
2017-08-17 09:53:49 -07:00
Andrew Watkins 64e2c04745 Fix StatusPage 2017-08-17 09:43:28 -07:00
Andrew Watkins 678bc39d5e Fix TempVar dropdowns 2017-08-17 09:33:43 -07:00
Andrew Watkins c7031bc1bf Celebrate Christmas early 2017-08-17 09:33:43 -07:00
Andrew Watkins 3df15b2ee2 Remove bind in constructor 2017-08-17 09:33:43 -07:00
Andrew Watkins a60808a122 Remove binds in constructor of CEO 2017-08-17 09:33:42 -07:00
Andrew Watkins f5c2882008 Remove arrow props from DataExplorer 2017-08-17 09:33:42 -07:00
Andrew Watkins 87b19b0550 Update HostsTable to class syntax with arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins f70fc84342 Move HostRow to own file 2017-08-17 09:33:42 -07:00
Andrew Watkins d5745603f5 Move SearchBar into separate file 2017-08-17 09:33:42 -07:00
Andrew Watkins a1436d1499 Update Alerts table to use arrow function properties 2017-08-17 09:33:42 -07:00
Andrew Watkins ab9cdc596b Update ManageSources to not use arrow functions in props 2017-08-17 09:33:42 -07:00
Andrew Watkins f205f8d0cd Remove arrow func from props and add arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins 0692f41682 Remove arrow functions from props in ConfirmButtons 2017-08-17 09:33:41 -07:00
Andrew Watkins 546ebbbbbf Update DashboardHeader to use arrow props 2017-08-17 09:33:41 -07:00