Commit Graph

91 Commits (7e90245dba84647fd40404cfef28d339408010df)

Author SHA1 Message Date
Luke Morris 5777ee718e Bump version number 2018-02-28 23:23:27 -08:00
Luke Morris ff73d82aa2 Bump version number 2018-02-28 21:28:29 -08:00
Chris Goller 093fb7d75d Update meta nodes to respect insecure skip verify 2018-02-14 13:25:08 -08:00
Luke Morris 85781aed9d Bump to 1.4.1.2 2018-02-13 13:34:50 -08:00
Luke Morris b97739e520 Bump version to 1.4.1.1 2018-02-12 18:03:16 -08:00
Luke Morris 27fbfd4d38 Bump version 2018-02-12 16:42:58 -08:00
Nathan Haugo 74f067844c Update changelog for 1.4.0.1 2018-01-25 13:09:45 -08:00
Chris Goller 0d47a66ee4 Update README links to point to 1.4 documentation 2018-01-25 12:46:37 -08:00
Nathan Haugo d7f9faa782 Bumpversion to 1.4.0.0 2017-12-22 12:59:04 -08:00
Nathan Haugo 94fea97117 Update version 2017-12-21 11:36:03 -08:00
Chris Goller d8a0aa3b89 Update CHANGELOG and versions to prep for 1.4.0.0-rc1 2017-12-19 18:38:46 -06:00
Nathan Haugo 971156edf0 Bump version to 1.4.0.0-beta2 2017-12-14 12:45:44 -08:00
Nathan Haugo 1e8a66dffa Update bumpversion with 1.4.0.0-beta1 2017-12-07 14:38:28 -06:00
Chris Goller 767778e460 Update README to mention /docs and reformat 2017-12-01 18:05:37 -06:00
Nathan Haugo 1ce78dd21b Update changelog and version number for 1.3.10.0 2017-10-24 09:34:31 -04:00
Nathan Haugo f23351c9ba Update version 2017-10-06 11:38:40 -07:00
Nathan Haugo e89e8d137b Bump version to 1.3.8.0 2017-09-07 16:29:56 -07:00
Nathan Haugo 16735c027f Bump to 1.3.7.0 2017-08-23 15:56:00 -07:00
Chris Goller 6bc4cf36d1 Release 1.3.5.0 2017-07-25 15:08:02 -05:00
Regan Kuchan 6da83b8629 Update version and changelog for v1.3.2.0 2017-06-02 13:34:23 -06:00
Regan Kuchan 5848660f97 Update version number and bumpversion 2017-05-22 11:57:23 -07:00
Chris Goller 1d87e8fc6b Add bumpversion to help script releases 2017-05-16 17:07:07 -05:00
Regan Kuchan a92268430a fix wording 2017-05-08 19:32:25 -07:00
Regan Kuchan c6e3ae511d Updates for 1.3.0 2017-05-08 19:31:15 -07:00
Luke Morris 76e8a8f156 Update 3 links 2017-05-08 18:27:25 -07:00
Regan Kuchan d27234be55 Updates for 1.3.0~rc1 2017-05-08 14:56:57 -07:00
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