Commit Graph

3980 Commits (cbab4402b558aefa5e7ec7131d1f59166e735b33)

Author SHA1 Message Date
Chris Goller a93abc39cd Fix parsing of InfluxQL with multiple tag values 2017-05-30 17:19:41 -05:00
Jade McGough 78a0e76567 Merge pull request #1537 from influxdata/feature/write-data
Write data to InfluxDB
2017-05-30 14:54:56 -07:00
Jade McGough 97191fb69f remove unused imports from spec 2017-05-30 14:48:42 -07:00
Jade McGough 80113f948d add missing write file 2017-05-30 14:45:40 -07:00
Jade McGough 0b3bf385b4 cleanup classname constant 2017-05-30 14:45:40 -07:00
Jade McGough 2de105bc34 additional cleanup from code review 2017-05-30 14:45:40 -07:00
Jade McGough 953add51b6 extract overlay class name into constant 2017-05-30 14:45:40 -07:00
Jade McGough cfad36bf32 optimistic update when writing line protocol 2017-05-30 14:45:40 -07:00
Jade McGough 5e1ffe534c better naming 2017-05-30 14:45:40 -07:00
Jade McGough 30f3ab3fd3 stop propogation for escape listener in write data form 2017-05-30 14:45:40 -07:00
Jade McGough 6ca15b62dc fix prop destructuring 2017-05-30 14:45:40 -07:00
Jade McGough 528c7b3f9b writeData -> onWriteData 2017-05-30 14:45:40 -07:00
Jared Scheib b109bfa0d9 Make capitalization consistent 2017-05-30 14:45:40 -07:00
Jade McGough aa64ebefdb hack to prevent closing write data form when clicking alert 2017-05-30 14:45:40 -07:00
Jade McGough 3827003ec4 prepend write failed message 2017-05-30 14:45:40 -07:00
Jade McGough 889c874d01 disable when no input is in write data form 2017-05-30 14:45:40 -07:00
Andrew Watkins 160ffa7b92 Save CEO only with fully qualified queries 2017-05-30 14:39:40 -07:00
Jade McGough 1a6a7f94f2 remove unused propType 2017-05-30 14:38:05 -07:00
Jade McGough 495629eb7f cleanup 2017-05-30 14:38:05 -07:00
Alex P 773870d0f0 Modify appearance of form based on @jaredscheib's feedback
- Less wide
- Gap between title and dropdown
- Helper text looks like helper text
- Rewrote helper text
2017-05-30 14:38:05 -07:00
Jade McGough 62ce1d3b7a close writedataform on escape 2017-05-30 14:36:59 -07:00
Jade McGough 8e0bd25f49 increase height of text box 2017-05-30 14:36:59 -07:00
Jade McGough ae0138ac38 move error handling to thunk 2017-05-30 14:36:59 -07:00
Jade McGough f64f7cb785 remove tests for deleted reducer strings 2017-05-30 14:36:59 -07:00
Jade McGough 78c7690204 close WriteDataForm when clicking outside 2017-05-30 14:36:59 -07:00
Jade McGough 6e21dacfae don’t require onStartEdit in DatabaseDropdown 2017-05-30 14:36:59 -07:00
Jade McGough 895785cfe9 remove unused proptype requirements 2017-05-30 14:36:59 -07:00
Jade McGough 30dfa9a9ed move write form display state out of redux and into component state 2017-05-30 14:36:59 -07:00
Jade McGough 214f8b94df use absolute path for shared components 2017-05-30 14:36:59 -07:00
Jade McGough ccc8edcc28 use absolute path for imports 2017-05-30 14:36:59 -07:00
Jade McGough 84745e96f3 webpack is configured to resolve pathnames that start with shared, the src is unnecessary 2017-05-30 14:36:59 -07:00
Jade McGough addd68b6dc use es6 function declaration 2017-05-30 14:33:36 -07:00
Jade McGough b2bddadb7e properly summon technologies 2017-05-30 14:33:36 -07:00
Jade McGough 4d1d632050 add reducer tests 2017-05-30 14:33:36 -07:00
Jade McGough a284666c42 make handleWrite an async function 2017-05-30 14:33:36 -07:00
Jade McGough 58a1463bc4 use better placeholder for data writing 2017-05-30 14:33:36 -07:00
Jade McGough 2ca7b3bdea update changelog 2017-05-30 14:33:36 -07:00
Jade McGough b6a7184a7c show error information when write fails 2017-05-30 14:33:36 -07:00
Jade McGough ba1893a3b1 remove unused method 2017-05-30 14:33:36 -07:00
Jade McGough aa3373aef9 fix write path 2017-05-30 14:33:36 -07:00
Jade McGough 84f6998421 handle errors thrown by database selection 2017-05-30 14:33:36 -07:00
Jade McGough ff53c215e3 write data to database 2017-05-30 14:33:36 -07:00
Jade McGough 1d88e4e104 add text area to writedataform 2017-05-30 14:33:36 -07:00
Jade McGough 7f56dd9f53 write POST must include db in the path 2017-05-30 14:33:36 -07:00
Jade McGough dd3c18ed50 WIP 2017-05-30 14:33:36 -07:00
Jade McGough 62065ae713 move databasedropdown 2017-05-30 14:33:36 -07:00
Jade McGough bd113914c1 make use of DatabaseDropdown 2017-05-30 14:33:36 -07:00
Jade McGough 5e2b240054 WIP 2017-05-30 14:33:36 -07:00
Jade McGough f21b196e2d add some stuff to modal 2017-05-30 14:33:35 -07:00
Jade McGough 23509d1c4a use redux for write form 2017-05-30 14:33:35 -07:00