Chris Goller
|
a1fa4b9eb9
|
Fix test name typo
|
2017-05-31 16:18:24 -05:00 |
Chris Goller
|
47d9fc4433
|
Fix parsing of InfluxQL with multiple tag values
|
2017-05-30 17:19:41 -05:00 |
Jade McGough
|
4c88adb122
|
Merge pull request #1537 from influxdata/feature/write-data
Write data to InfluxDB
|
2017-05-30 14:54:56 -07:00 |
Jade McGough
|
a9b4bedd6d
|
remove unused imports from spec
|
2017-05-30 14:48:42 -07:00 |
Jade McGough
|
e8427cc9f9
|
add missing write file
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
8cebad0a48
|
cleanup classname constant
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
1b710c04a6
|
additional cleanup from code review
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
f716ef56ad
|
extract overlay class name into constant
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
3bd9c3b85c
|
optimistic update when writing line protocol
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
f0066077ea
|
better naming
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
09a96cb049
|
stop propogation for escape listener in write data form
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
231e833d6d
|
fix prop destructuring
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
14ce034a45
|
writeData -> onWriteData
|
2017-05-30 14:45:40 -07:00 |
Jared Scheib
|
1dd83cd6b7
|
Make capitalization consistent
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
552b9cfb0c
|
hack to prevent closing write data form when clicking alert
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
2eee30cc11
|
prepend write failed message
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
c091ea7edc
|
disable when no input is in write data form
|
2017-05-30 14:45:40 -07:00 |
Jade McGough
|
c82a64cad9
|
remove unused propType
|
2017-05-30 14:38:05 -07:00 |
Jade McGough
|
e42fd241a5
|
cleanup
|
2017-05-30 14:38:05 -07:00 |
Alex P
|
e122c80f4b
|
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
|
d3b15d1077
|
close writedataform on escape
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
c096d6b32f
|
increase height of text box
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
5cf35bc883
|
move error handling to thunk
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
7d55dd6b5f
|
remove tests for deleted reducer strings
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
49bf6818eb
|
close WriteDataForm when clicking outside
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
87b0b17934
|
don’t require onStartEdit in DatabaseDropdown
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
0886e451e6
|
remove unused proptype requirements
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
e2b4155912
|
move write form display state out of redux and into component state
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
fbd81bdca2
|
use absolute path for shared components
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
f92f94734b
|
use absolute path for imports
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
e08aa7ca23
|
webpack is configured to resolve pathnames that start with shared, the src is unnecessary
|
2017-05-30 14:36:59 -07:00 |
Jade McGough
|
1c570b7663
|
use es6 function declaration
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
c6d37eb560
|
properly summon technologies
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
4d50ca5ea6
|
add reducer tests
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
126f3579eb
|
make handleWrite an async function
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
e74be9c89b
|
use better placeholder for data writing
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
2731b1af1a
|
update changelog
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
1b2e35c9a4
|
show error information when write fails
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
b65e940dd1
|
remove unused method
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
ce4e3a85a9
|
fix write path
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
4e7e562772
|
handle errors thrown by database selection
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
1a2d624068
|
write data to database
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
0e409b8cb7
|
add text area to writedataform
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
abbf70fcca
|
write POST must include db in the path
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
52c2b3d4f1
|
WIP
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
29abd955b3
|
move databasedropdown
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
f59a27f03e
|
make use of DatabaseDropdown
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
d28f845848
|
WIP
|
2017-05-30 14:33:36 -07:00 |
Jade McGough
|
6b79758124
|
add some stuff to modal
|
2017-05-30 14:33:35 -07:00 |
Jade McGough
|
2a1d78b53f
|
use redux for write form
|
2017-05-30 14:33:35 -07:00 |