Commit Graph

4769 Commits (957005ce6e590a3b108bc8c6c1a06aa0c54ab442)

Author SHA1 Message Date
Hunter Trujillo 210e7d3873 CHANGELOG. 2017-08-18 15:37:46 -06:00
Hunter Trujillo e258061f1e Remove test console.log. 2017-08-18 15:35:25 -06:00
Hunter Trujillo 849bca5a75 Add template variable name selection test and reducer. Fire action on dashboard load. 2017-08-18 15:32:12 -06:00
Tim Raymond f7291550c0 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 4bfd982a23 Update comment
Variable name changed. Improved clarity.
2017-08-18 16:44:04 -04:00
Alex Paxton 3bfd828e92 Merge pull request #1897 from influxdata/file-drag-polish
Write Data Drag & Drop Polish
2017-08-18 11:30:43 -07:00
Alex P c35a998833 Remove commented out markup 2017-08-17 17:10:12 -07:00
Alex P b3f0b8e724 Remove missing file reference 2017-08-17 17:09:55 -07:00
Alex P fa807492c4 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 4566c5dd84 Merge branch 'master' into file-drag-polish 2017-08-17 15:21:47 -07:00
Hunter Trujillo 8673b43a40 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 eac0ed2916 Update style for disabled calendar days 2017-08-17 15:16:46 -07:00
Hunter Trujillo 91f86dde13 Changelog. 2017-08-17 16:12:41 -06:00
Alex P f8fcd02e09 Make drag state fade in and out 2017-08-17 15:07:22 -07:00
Hunter Trujillo d54cdd6a53 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 a0b4ec6f08 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 865d63d66d Change micro-copy to be more clear 2017-08-17 15:04:09 -07:00
Andrew Watkins 6d5b22fb7d Update CHANGELOG 2017-08-17 14:50:00 -07:00
Andrew Watkins 8c1b27b192 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 e31f9b18c0 Merge pull request #1882 from influxdata/fix-legend-stat-wrap
Fix legend stat wrap
2017-08-17 14:09:17 -07:00
Alex Paxton 8dc138be49 Merge branch 'master' into fix-legend-stat-wrap 2017-08-17 14:01:01 -07:00
Alex P ee4c4048b4 Remove obsolete changelog entry introduced in merge 2017-08-17 13:59:43 -07:00
Alex P 79ebaa852d Updoot changelog 2017-08-17 13:40:34 -07:00
Alex P 195eb173b8 Merge branch 'master' into file-drag-polish 2017-08-17 13:35:05 -07:00
Alex P ffc6eeab22 Redesign drag-over state for write data form 2017-08-17 13:34:53 -07:00
Andrew Watkins 8f38c53999 Add inputs for custom time ranges 2017-08-17 13:06:20 -07:00
Andrew Watkins 22faff7b1c 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 c01db2036f Fix StatusPage 2017-08-17 09:43:28 -07:00
Andrew Watkins 5c707b4c3c Fix TempVar dropdowns 2017-08-17 09:33:43 -07:00
Andrew Watkins c498745a48 Celebrate Christmas early 2017-08-17 09:33:43 -07:00
Andrew Watkins af38282952 Remove bind in constructor 2017-08-17 09:33:43 -07:00
Andrew Watkins c12f25b99a Remove binds in constructor of CEO 2017-08-17 09:33:42 -07:00
Andrew Watkins 1039db7322 Remove arrow props from DataExplorer 2017-08-17 09:33:42 -07:00
Andrew Watkins 1e40648c73 Update HostsTable to class syntax with arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins a388784365 Move HostRow to own file 2017-08-17 09:33:42 -07:00
Andrew Watkins 6617dbba90 Move SearchBar into separate file 2017-08-17 09:33:42 -07:00
Andrew Watkins e14727de66 Update Alerts table to use arrow function properties 2017-08-17 09:33:42 -07:00
Andrew Watkins 4415a9ee68 Update ManageSources to not use arrow functions in props 2017-08-17 09:33:42 -07:00
Andrew Watkins dcd8ed06b0 Remove arrow func from props and add arrow properties 2017-08-17 09:33:42 -07:00
Andrew Watkins d626b1117e Remove arrow functions from props in ConfirmButtons 2017-08-17 09:33:41 -07:00
Andrew Watkins 43eb485a55 Update DashboardHeader to use arrow props 2017-08-17 09:33:41 -07:00
Andrew Watkins 483897bdb4 Update DashboardPage to use arrow function properties 2017-08-17 09:33:41 -07:00
Andrew Watkins 0f8e3c7d55 Remove arrow function prop from TempVarManager 2017-08-17 09:33:41 -07:00
Andrew Watkins 64991062f6 Remove arrow function from props in TemplateControlBar 2017-08-17 09:33:41 -07:00
Andrew Watkins e3966a0645 Remove unused function 2017-08-17 09:33:41 -07:00
Andrew Watkins ee74252c67 Refactor KapacitorRuleHeader 2017-08-17 09:33:41 -07:00
Andrew Watkins 9803a0d8ba Convert RuleMessageText to SFC 2017-08-17 09:33:41 -07:00
Andrew Watkins f75889d9b6 Update KapacitorRules to use arrow function properties 2017-08-17 09:33:40 -07:00
Andrew Watkins d4c1dee4ee Update Dropdown to use arrow function properties 2017-08-17 09:33:40 -07:00
Andrew Watkins dc1531a260 Update NameableGraph to use arrow properties 2017-08-17 09:33:40 -07:00