Andrew Watkins
9bcec4ea8e
Turn generateVisualization func into separate component
2017-09-28 14:18:48 -07:00
Andrew Watkins
91d18bed3c
Make generateWidgetCell a component
2017-09-28 13:44:35 -07:00
Andrew Watkins
1449716273
Replace Object.assign with spread
2017-09-28 13:26:25 -07:00
Andrew Watkins
1d5132693d
Export canned dashboard query building functionailty to utils
2017-09-28 13:24:47 -07:00
Andrew Watkins
21a0d3d3cb
Use fat arrow properties
2017-09-28 13:06:34 -07:00
Andrew Watkins
f545f9cddd
Guard against no field in buildDefaultYLabel
2017-09-27 16:10:30 -07:00
Andrew Watkins
56dcc31d82
Merge pull request #1721 from influxdata/feature/tickscript-editor
...
TICKscript Editor
2017-09-27 15:55:41 -07:00
Alex Paxton
4c9d6365aa
Merge pull request #2040 from influxdata/fix-legend-positioning
...
Fix Legend Positioning
2017-09-27 13:41:30 -07:00
Alex P
518a11e25d
Remove small gap between cell and legend that can cause legend to disappear
2017-09-27 11:10:22 -07:00
Alex P
d4cb7d313d
Updoot the log of changes
2017-09-27 11:02:11 -07:00
Alex P
d946deb950
Add arrows to legend indicating which cell it is pointing to
2017-09-27 10:54:21 -07:00
Alex P
a0ad154ce0
Position legend above the graph when it would otherwise go off the screen
2017-09-27 10:54:05 -07:00
Hunter Trujillo
16a55d3053
Merge pull request #2002 from influxdata/ux-improvements
...
UX Improvements
2017-09-26 14:58:57 -06:00
Alex P
c86cc7824c
Remove console log
2017-09-26 10:43:38 -07:00
Alex P
7a02e16c56
Use enter and escape to stage changes to the cell name
...
Sort of confusing if you look at the implementation, but produces the
desired user experience. There’s a two-step saving process with cell
names now. The user has to change the cell name and hit Enter (or
manually blur) and the name is committed to CEO workingCellName state.
If they hit Escape it reverts to its name when the cell was initially
edited.
2017-09-26 10:37:49 -07:00
Andrew Watkins
e7016455ae
Remove react-addons-update
2017-09-22 15:14:28 -07:00
Andrew Watkins
845e7236ac
Merge branch 'feature/tickscript-editor' of github.com:influxdata/chronograf into feature/tickscript-editor
2017-09-22 15:07:29 -07:00
Andrew Watkins
cde242b09e
Fix multiselect in Admin page
2017-09-22 15:07:12 -07:00
Chris Goller
f0b91c0b1f
Merge pull request #2015 from ar7z1/2014-permanent-critical-for-windows-hosts
...
Chronograf shows real status for windows hosts when metrics are saved in non-default db
2017-09-22 08:25:09 -05:00
Chris Goller
004492bea2
Merge branch 'master' into 2014-permanent-critical-for-windows-hosts
2017-09-22 08:22:38 -05:00
Andrew Watkins
d66730b5c5
Merge pull request #2019 from influxdata/bugfix/dup-kapa-name-error-misfire
...
BUGFIX: Fix improper banner error for duplicate kapacitor name
2017-09-21 15:43:20 -07:00
Andrew Watkins
4d6d1027a9
Merge branch 'master' into bugfix/dup-kapa-name-error-misfire
2017-09-21 15:35:44 -07:00
Andrew Watkins
589a800f7d
Merge pull request #2018 from influxdata/bugfix/unresponsive-display-options
...
BUGFIX: Unresponsive query builder, display options, and cell
2017-09-21 15:35:23 -07:00
Andrew Watkins
f19bd728e4
Use lodash to get random element from array
2017-09-21 15:24:06 -07:00
Andrew Watkins
92be0432a3
Update CHANGELOG
2017-09-21 15:06:54 -07:00
Andrew Watkins
b97567a6cb
Remove binds from constructor
2017-09-21 15:04:31 -07:00
Andrew Watkins
dc8dbeb944
Fix bug
2017-09-21 15:01:13 -07:00
Andrew Watkins
d238907f61
Update CHANGELOG
2017-09-21 14:43:56 -07:00
Andrew Watkins
6a1585b583
Return proper empty state for visualizations in the dashboard overlay
2017-09-21 14:30:18 -07:00
Artem Zinenko
aad0e204b3
Fixed #2014
2017-09-21 09:56:59 +03:00
Alex P
c59dd1a7f8
Updoot the log of changes
2017-09-20 19:25:40 -07:00
Alex P
c4d2d53f5c
Cleanup
2017-09-20 19:15:16 -07:00
Alex P
919c58bd3c
Remove cell name from state in favor of prop
...
This component doesn’t need to use state for this any longer. Also
causes the dashboard cell to render the new name without having to
refresh
2017-09-20 19:14:05 -07:00
Alex P
61a894c54a
Set cellWorkingName to input value in CEO
2017-09-20 17:54:31 -07:00
Alex P
ad64acd65f
Remove vestigial cell renaming code
2017-09-20 14:21:26 -07:00
Alex P
9f419116dd
Refactor NameableGraph into LayoutCell
...
Chose a more semantic name for NameableGraph and its sub-components,
removed unused functions
2017-09-20 13:34:19 -07:00
Alex P
57fadfe991
Move delete confirmation to a different position than the delete button
...
Better UX, less accidents
2017-09-20 13:17:31 -07:00
Alex P
0e2723f020
Cleanup
2017-09-20 13:08:06 -07:00
Alex P
dfa59aadf6
Add style for untitled cells
...
Also using the language “Untitled Cell” instead of “Name this Graph” as
the thing being named is actually a cell, not a graph. Also now that
renaming is a little more buried, I am avoiding the urgency of “Name
this Graph”
2017-09-20 13:06:11 -07:00
Alex P
5b457e1ef7
Redesign context menu to expose actions without dropdown
2017-09-20 12:39:42 -07:00
Alex P
d0b2696e7e
Revert "WIP show query errors on cells"
...
This reverts commit eb9295702c
.
2017-09-19 14:34:40 -07:00
Deniz Kusefoglu
ba5f10a9fb
Merge pull request #2006 from influxdata/bugfix/duplicateDBname
...
Display error if new db name matches an existing db name
2017-09-19 13:22:20 -07:00
deniz kusefoglu
784ec51576
Allow code to breathe
2017-09-19 13:09:08 -07:00
deniz kusefoglu
5310548c47
Generate a unique db self.link for use as a temp-id-key
2017-09-19 13:05:31 -07:00
deniz kusefoglu
f8dd0f643a
Update changelog
2017-09-18 20:20:26 -07:00
deniz kusefoglu
8b8e4bff95
camelCase is alWays beTTer
2017-09-18 20:17:43 -07:00
deniz kusefoglu
e032e26993
Fix behavior on db creation with enter and make db keys unique
2017-09-18 20:07:21 -07:00
deniz kusefoglu
3b1482261f
Display error and prevent new db creation if new db name matches existing db name
2017-09-18 19:34:58 -07:00
Deniz Kusefoglu
2b2cfeb51c
Merge pull request #2004 from influxdata/fix/QueryTemplates
...
Display Query Templates dropdown even when status is null
2017-09-18 16:52:37 -07:00
Alex P
eb9295702c
WIP show query errors on cells
2017-09-18 14:40:13 -07:00