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 |
Jade McGough
|
e169e078e5
|
utilize overlay technologies
|
2017-05-30 14:33:35 -07:00 |
Jade McGough
|
19a9c93ede
|
add button for writing data
|
2017-05-30 14:33:35 -07:00 |
Jared Scheib
|
03201e0aec
|
Merge pull request #1549 from influxdata/1481-feature/reset_zoom_on_timerange_change
Reset zoomed graphs when new time range is selected in dashboard
|
2017-05-30 13:39:44 -07:00 |
Jared Scheib
|
17ca8ba9dc
|
Remove and add a comment
|
2017-05-26 21:11:52 -07:00 |
Jared Scheib
|
bdaf7a38e9
|
Fix diff mutation bug, simplify resetZoom trigger
|
2017-05-26 21:00:04 -07:00 |
Jared Scheib
|
d8af162555
|
Merge remote-tracking branch 'origin/master' into 1481-feature/reset_zoom_on_timerange_change
Conflicts:
ui/src/shared/components/LayoutRenderer.js
|
2017-05-26 19:05:41 -07:00 |
Jared Scheib
|
545131bc84
|
Refactor: deepDiff into utils file and cleaner logic
|
2017-05-26 18:54:02 -07:00 |
Alex Paxton
|
87d5535741
|
Merge pull request #1544 from influxdata/theme-refactor
Theme refactor
|
2017-05-26 18:37:11 -07:00 |