Commit Graph

67 Commits (9cd378521d1130a7aea27ccba91ac139a095bb6d)

Author SHA1 Message Date
Luke Morris 52bddb9ba5 Update 3 links 2017-05-08 18:27:25 -07:00
Regan Kuchan c882d751ab Updates for 1.3.0~rc1 2017-05-08 14:56:57 -07:00
Regan Kuchan d7ebf365cc Prep for beta10 release 2017-04-28 17:14:42 -07:00
Nicky Semenza 3608e11312 add canned dashboard for phpfpm 2017-04-28 15:25:59 -04:00
Regan Kuchan 2b20b8680b Updates for beta9 2017-04-21 19:19:36 -07:00
nathan haugo aece766de6 Update for beta8 2017-04-07 17:18:46 -07:00
Regan Kuchan d903623afb Update version to beta7 2017-03-28 13:06:28 -07:00
nathan haugo 48d344b6e1 Changelog and known issues from readme update for beta7 2017-03-28 13:04:33 -07:00
Regan Kuchan 6c6c70b6e8 Update docs for beta6 release 2017-03-24 18:22:16 -07:00
Jared Scheib b90ff76670 Introduce ability to edit a dashboard cell
* Correct documentation for dashboards

* Exclude .git and use 'make run-dev' in 'make continuous'

* Fix dashboard deletion bug where id serialization was wrong

* Commence creation of overlay technology, add autoRefresh props to DashboardPage

* Enhance overlay magnitude of overlay technology

* Add confirm buttons to overlay technology

* Refactor ResizeContainer to accommodate arbitrary containers

* Refactor ResizeContainer to require explicit ResizeTop and ResizeBottom for clarity

* Add markup and styles for OverlayControls

* CellEditorOverlay needs a larger minimum bottom height to accommodate more things

* Revert Visualization to not use ResizeTop or flex-box

* Remove TODO and move to issue

* Refactor CellEditorOverlay to allow selection of graph type

* Style Overlay controls, move confirm buttons to own stylesheet

* Fix toggle buttons in overlay so active is actually active

* Block user-select on a few UI items

* Update cell query shape to support Visualization and LayoutRenderer

* Code cleanup

* Repair fixture schema; update props for affected components

* Wired up selectedGraphType and activeQueryID in CellEditorOverlay

* Wire up chooseMeasurements in QueryBuilder

Pass queryActions into QueryBuilder so that DataExplorer can provide
actionCreators and CellEditorOverlay can provide functions that
modify its component state

* semicolon cleanup

* Bind all queryModifier actions to component state with a stateReducer

* Overlay Technologies™ can add and delete a query from a cell

* Semicolon cleanup

* Add conversion of InfluxQL to QueryConfig for dashboards

* Update go deps to add influxdb at af72d9b0e4

* Updated docs for dashboard query config

* Update CHANGELOG to mention InfluxQL to QueryConfig

* Make reducer’s name more specific for clarity

* Remove 'table' as graphType

* Make graph renaming prettier

* Remove duplicate DashboardQuery in swagger.json

* Fix swagger to include name and links for Cell

* Refactor CellEditorOverlay to enable graph type selection

* Add link.self to all Dashboard cells; add bolt migrations

* Make dash graph names only hover on contents

* Consolidate timeRange format patterns, clean up

* Add cell endpoints to dashboards

* Include Line + Stat in Visualization Type list

* Add cell link to dashboards

* Enable step plot and stacked graph in Visualization

* Overlay Technologies are summonable and dismissable

* OverlayTechnologies saves changes to a cell

* Convert NameableGraph to createClass for state

This was converted from a pure function to encapsulate the state of the
buttons. An attempt was made previously to store this state in Redux,
but it proved too convoluted with the current state of the reducers for
cells and dashboards. Another effort must take place to separate a cell
reducer to manage the state of an individual cell in Redux in order for
this state to be sanely kept in Redux as well.

For the time being, this state is being kept in the component for the
sake of expeditiousness, since this is needed for Dashboards to be
released. A refactor of this will occur later.

* Cells should contain a links key in server response

* Clean up console logs

* Use live data instead of a cellQuery fixture

* Update docs for dashboard creation

* DB and RP are already present in the Command field

* Fix LayoutRenderer’s understanding of query schema

* Return a new object, rather that mutate in place

* Visualization doesn’t use activeQueryID

* Selected is an object, not a string

* QueryBuilder refactored to use query index instead of query id

* CellEditorOverlay refactored to use query index instead of query id

* ConfirmButtons doesn’t need to act on an item

* Rename functions to follow convention

* Queries are no longer guaranteed to have ids

* Omit WHERE and GROUP BY clauses when saving query

* Select new query on add in OverlayTechnologies

* Add click outside to dash graph menu, style menu also

* Change context menu from ... to a caret

More consistent with the rest of the UI, better affordance

* Hide graph context menu in presentation mode

Don’t want people editing a dashboard from presentation mode

* Move graph refreshing spinner so it does not overlap with context menu

* Wire up Cell Menu to Overlay Technologies

* Correct empty dashboard type

* Refactor dashboard spec fixtures

* Test syncDashboardCell reducer

* Remove Delete button from graph dropdown menu (for now)

* Update changelog
2017-03-23 17:12:33 -07:00
Regan Kuchan 9f46017cc8 Update Changelog and Readme for beta5 2017-03-10 19:11:13 -08:00
nathan haugo 8658f2865e Update readme 2017-03-10 09:12:37 -08:00
Chris Goller 77408471ab Update readme to add chronograf's default port 2017-02-27 19:43:29 -06:00
Regan Kuchan 86b4413cf1 Update version and main image 2017-02-24 15:59:20 -08:00
Tim Raymond 6202736230 Updated README and CHANGELOG [ci skip]
- Added Oauth2 support for Heroku and Google (#922)
2017-02-23 18:32:50 -05:00
Chris Goller 8d559fda84 Merge branch 'master' into feature/tls 2017-02-16 09:02:32 -06:00
Regan Kuchan 1f804b8770 Update version in README 2017-02-15 15:17:49 -08:00
Chris Goller 9ad885c53b Add documentation for running Chronograf with TLS 2017-02-14 10:32:37 -06:00
Regan Kuchan 901f717cac Fix merge conflict ii 2017-02-10 15:36:38 -08:00
Regan Kuchan 7d0c295570 Add alert rule checkbox feature to README 2017-02-10 14:51:43 -08:00
Regan Kuchan bbdbb0977a Fix merge conflicts 2017-02-10 14:36:43 -08:00
Hunter Trujillo 5ea93ccbc9 Add alerta and exec to alert destinations. 2017-02-10 15:13:07 -07:00
Regan Kuchan 243d7427fb Update version number and add links 2017-02-09 17:43:36 -08:00
Chris Goller 98271de977 Update README to support kapacitor tcp and post/http 2017-02-09 00:30:35 -06:00
Chris Goller f21ffa7ae1 Update README build instructions to mention yarn 2017-02-08 21:15:31 -06:00
Andrew Watkins 70e184f655 Merge pull request #841 from influxdata/de-struction
Simplify DataExplorer
2017-02-08 08:38:56 -08:00
Chris Goller 6f8016804d Fix basepath documentation to have double dash 2017-02-07 08:23:39 -06:00
Chris Goller 75cd6cebff Remove explorations from backend server 2017-02-01 15:09:02 -06:00
Regan Kuchan 9a3d87e953 Add dashboards to README 2017-01-27 17:14:53 -08:00
Regan Kuchan 7d703703f9 Add advanced routing to README 2017-01-27 16:54:32 -08:00
Regan Kuchan f49d9d4eb3 Update Kapacitor alert nodes 2017-01-27 16:40:39 -08:00
Regan Kuchan 04807d4a7e Fix merge conflicts 2017-01-27 15:09:15 -08:00
Chris Goller 8f784a2498 Update to node 6.9.4 and mention support for node 7 2017-01-27 15:53:25 -06:00
Chris Goller f126f012eb Update to Go version 1.7.5 2017-01-27 15:31:04 -06:00
Chris Goller d76a5dc4e4 Add net and procstat to README 2017-01-27 12:03:50 -06:00
Regan Kuchan e2ef61d6d7 Update Chronograf version number 2017-01-26 14:52:10 -08:00
Regan Kuchan 55db76b067 Update INSTALLATION and GETTING_STARTED 2017-01-26 14:51:24 -08:00
Chris Goller 8de723a7f1 Add layout for telegraf's system diskio plugin
diskio are counters that give the total reads/writes since
a system reboot.
2017-01-14 13:10:39 -06:00
Chris Goller b7d396c1a5 Update changelog to beta6 2017-01-13 16:46:32 -06:00
Jack Zampolin 87b2759ed5 Add to README.md 2017-01-09 12:33:58 -08:00
Chris Goller 636ebedf22 Add Github organization restriction to authentication 2017-01-06 11:39:20 -06:00
Regan Kuchan 3dbacfb24d Update version 2017-01-05 15:55:18 -08:00
Regan Kuchan c87b18d295 Update version to beta4 2016-12-30 10:39:34 -08:00
Regan Kuchan 5f8362e504 Add link to beta3 blog 2016-12-19 13:24:43 -08:00
Regan Kuchan ba3c238890 Update README for beta3 release 2016-12-16 17:35:56 -08:00
Jack Zampolin 91b2dc944c Add note about necessary plugins 2016-12-15 10:58:03 -08:00
Regan Kuchan 65be72f00f Update to 1.1.0-beta2 2016-12-09 13:53:53 -08:00
Regan Kuchan b5feb33352 Update version number 2016-12-06 10:54:59 -08:00
Regan Kuchan 5042ac15b0 Link to blog post 2016-12-06 10:44:59 -08:00
Regan Kuchan df2c687513 Alphabetize apps and add GitHub OAuth as a feature 2016-12-06 09:24:42 -08:00