Commit Graph

65 Commits (e6aab20617f699c0370fd885426ea215f90abc09)

Author SHA1 Message Date
Regan Kuchan e68732d833 Prep for beta10 release 2017-04-28 17:14:42 -07:00
Nicky Semenza 3acebf49da add canned dashboard for phpfpm 2017-04-28 15:25:59 -04:00
Regan Kuchan 2326390cde Updates for beta9 2017-04-21 19:19:36 -07:00
nathan haugo 2ad96357c7 Update for beta8 2017-04-07 17:18:46 -07:00
Regan Kuchan c23df4db0b Update version to beta7 2017-03-28 13:06:28 -07:00
nathan haugo 056853dbac Changelog and known issues from readme update for beta7 2017-03-28 13:04:33 -07:00
Regan Kuchan 819a48b124 Update docs for beta6 release 2017-03-24 18:22:16 -07:00
Jared Scheib 959b387f61 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 af72d9b0e4ebe95be30e89b160f43eabaf0529ed

* 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 85a1d5485e Update Changelog and Readme for beta5 2017-03-10 19:11:13 -08:00
nathan haugo abb618207a Update readme 2017-03-10 09:12:37 -08:00
Chris Goller 12dcc70c75 Update readme to add chronograf's default port 2017-02-27 19:43:29 -06:00
Regan Kuchan 5e4df2cf8d Update version and main image 2017-02-24 15:59:20 -08:00
Tim Raymond 69c59dd345 Updated README and CHANGELOG [ci skip]
- Added Oauth2 support for Heroku and Google (#922)
2017-02-23 18:32:50 -05:00
Chris Goller b325dc00ab Merge branch 'master' into feature/tls 2017-02-16 09:02:32 -06:00
Regan Kuchan a736bde566 Update version in README 2017-02-15 15:17:49 -08:00
Chris Goller 9b956f7c90 Add documentation for running Chronograf with TLS 2017-02-14 10:32:37 -06:00
Regan Kuchan 9b72fd9eb6 Fix merge conflict ii 2017-02-10 15:36:38 -08:00
Regan Kuchan e15054c057 Add alert rule checkbox feature to README 2017-02-10 14:51:43 -08:00
Regan Kuchan d6d39e7372 Fix merge conflicts 2017-02-10 14:36:43 -08:00
Hunter Trujillo 9046b8e3da Add alerta and exec to alert destinations. 2017-02-10 15:13:07 -07:00
Regan Kuchan 4350a0a48c Update version number and add links 2017-02-09 17:43:36 -08:00
Chris Goller bc73f5704e Update README to support kapacitor tcp and post/http 2017-02-09 00:30:35 -06:00
Chris Goller ce4b8bc756 Update README build instructions to mention yarn 2017-02-08 21:15:31 -06:00
Andrew Watkins b84179f913 Merge pull request #841 from influxdata/de-struction
Simplify DataExplorer
2017-02-08 08:38:56 -08:00
Chris Goller 47bc5b1ce6 Fix basepath documentation to have double dash 2017-02-07 08:23:39 -06:00
Chris Goller 1522dc6e4e Remove explorations from backend server 2017-02-01 15:09:02 -06:00
Regan Kuchan ce073277af Add dashboards to README 2017-01-27 17:14:53 -08:00
Regan Kuchan fd8592e3c4 Add advanced routing to README 2017-01-27 16:54:32 -08:00
Regan Kuchan 51552cc7f0 Update Kapacitor alert nodes 2017-01-27 16:40:39 -08:00
Regan Kuchan 54b5c3dd47 Fix merge conflicts 2017-01-27 15:09:15 -08:00
Chris Goller 1adec2dd1d Update to node 6.9.4 and mention support for node 7 2017-01-27 15:53:25 -06:00
Chris Goller d32635ef88 Update to Go version 1.7.5 2017-01-27 15:31:04 -06:00
Chris Goller f5baeca5a5 Add net and procstat to README 2017-01-27 12:03:50 -06:00
Regan Kuchan ba447ebaed Update Chronograf version number 2017-01-26 14:52:10 -08:00
Regan Kuchan 36829b01f5 Update INSTALLATION and GETTING_STARTED 2017-01-26 14:51:24 -08:00
Chris Goller 9f7e3c7c14 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 975f11ac96 Update changelog to beta6 2017-01-13 16:46:32 -06:00
Jack Zampolin 0ad393e4fd Add to README.md 2017-01-09 12:33:58 -08:00
Chris Goller bc3a0e1b3d Add Github organization restriction to authentication 2017-01-06 11:39:20 -06:00
Regan Kuchan f768687c30 Update version 2017-01-05 15:55:18 -08:00
Regan Kuchan 1f7cba6b63 Update version to beta4 2016-12-30 10:39:34 -08:00
Regan Kuchan e5b217a563 Add link to beta3 blog 2016-12-19 13:24:43 -08:00
Regan Kuchan fc92eeb0a0 Update README for beta3 release 2016-12-16 17:35:56 -08:00
Jack Zampolin dfd0f97416 Add note about necessary plugins 2016-12-15 10:58:03 -08:00
Regan Kuchan 211311a1df Update to 1.1.0-beta2 2016-12-09 13:53:53 -08:00
Regan Kuchan fffd9eb6d7 Update version number 2016-12-06 10:54:59 -08:00
Regan Kuchan f270a41aa6 Link to blog post 2016-12-06 10:44:59 -08:00
Regan Kuchan 5d9f2778b8 Alphabetize apps and add GitHub OAuth as a feature 2016-12-06 09:24:42 -08:00
Regan Kuchan 57f846c37c Update README and INSTALLATION for the beta release 2016-12-05 16:44:37 -08:00
Regan Kuchan 9a7ccb0a34 Add section about versioning to README 2016-11-16 13:12:55 -08:00