Commit Graph

2622 Commits (d65c10ac4da55c50edd69fa310dabad67187339a)

Author SHA1 Message Date
Alex P bf655e7aeb Make default source indicators darker for contrast 2017-03-30 11:01:00 -07:00
lukevmorris ae77767c9c Allow InfluxDB and Kapacitor configuration via ENV vars or CLI options (#1129)
* Introduce Kapacitor and InfluxDB as command line options

If omitted, their values will be null at runtime. If supplied, e.g.:
  chronograf
    --kapacitor https://path.to.my:1/kapacitor/instance
    --influxdb  https://path.to.my:1/influxdb/instance
Their values will be accessible via
  Server.Kapacitor
  Server.InfluxDB

* MultiSourcesStore will hold Bolt and config’d sources

* Delegate to db.SourcesStore for now

* Add Username/Password tags for InfluxDB and Kapacitor

* Builders for MultiSourceStore and MultiLayoutStore

* Store Kapacitor and InfluxDB configs in memory

* Typo

* Update CHANGELOG

* Move StoreBuilders to server/builders.go

* Correct these assertions by reversing them

* Kapacitor -> KapacitorURL; InfluxDB -> InfluxDBURL
2017-03-30 09:48:04 -07:00
Hunter Trujillo 1438c4c139 Update Changelog. 2017-03-30 10:19:04 -06:00
Hunter Trujillo 2e52adfc61 Merge branch 'master' into feature/1054-alert-history-spinner
# Conflicts:
#	ui/src/alerts/containers/AlertsApp.js
2017-03-30 10:16:58 -06:00
Hunter Trujillo 5847c50dfc Add simple loading spinner to kapacitor Alert History page. 2017-03-30 10:13:03 -06:00
Andrew Watkins 84d1fc6d47 Merge pull request #1109 from influxdata/feature/alert-time
Alert time range
2017-03-30 09:12:23 -07:00
Alex P b2d5410e8c Style custom time range component 2017-03-30 08:14:58 -07:00
Alex P bf71511d0e Change dropdown scrollbar type to "Round" 2017-03-30 08:14:58 -07:00
Alex P 3791de473c Add 2nd kind of scrollbar mixin
Square corners vs round, good for dropdowns
2017-03-30 08:14:58 -07:00
Andrew Watkins 60f0a5c4e4 Semicolon destruction 2017-03-30 08:14:58 -07:00
Andrew Watkins 5aa585b69c Refactor to js class 2017-03-30 08:14:58 -07:00
Alex P d1f8365d9b Give time range caret more breathing room 2017-03-30 08:14:02 -07:00
Alex P dd5b14c71e Change "to" to an em dash
Mo’ elegant
2017-03-30 08:14:02 -07:00
Alex P 52d35e2c43 Resolve conflict 2017-03-30 08:14:02 -07:00
Andrew Watkins 4785df0d72 Update LICENSE_OF_DEPENDENCIES.md 2017-03-30 08:14:01 -07:00
Andrew Watkins 96d69ce1c0 Format time display 2017-03-30 08:14:01 -07:00
Andrew Watkins 55c52c9baf Enable date picker for alerts page 2017-03-30 08:14:01 -07:00
Jade McGough 7389167e76 Change password (#1120)
Add ability to change a user's password via Admin page
2017-03-29 17:40:46 -07:00
Hunter Trujillo f7c5e0f2e2 Fix visualizations not showing graph name (#1125)
* Pass cell name through to Visualization component.

* Rename Header components in Dashboard page to better match their actual component names.

* Update changelog.

* Fix number on update changelog
2017-03-29 17:39:20 -07:00
Andrew Watkins 172c8369ad Set default time for alerts page 2017-03-29 16:39:39 -07:00
Alex P 24d7593af5 Make filter bar buttons same size as create DB button 2017-03-29 16:39:14 -07:00
Alex P feb89dda2d Make custom time range's visibility toggleable 2017-03-29 16:38:17 -07:00
Andrew Watkins bd4bd64bd5 Collect selected time ranges 2017-03-29 16:37:02 -07:00
Andrew Watkins 03b8c659ce WIP Introduce date time picker 2017-03-29 16:37:02 -07:00
Alex P 34316a5f45 Fix #1083 2017-03-29 16:35:53 -07:00
Alex P a468668f35 Clean up dashboards table 2017-03-29 16:35:14 -07:00
Jared Scheib 2510388651 Refactor some notifications to use consolidated dispatcher in Admin and Dashboards (#1116)
* Separate notification dispatchers from actions, share constants, simplify, clean up

* Replace 'addFlashMessage' with 'notify' pattern throughout Admin and Dashboards, clean up

* Remove semicolons

* Notify success upon AJAX success
2017-03-29 16:06:31 -07:00
Andrew Watkins baf50e09d3 Merge pull request #1118 from influxdata/chore/eslint-fix
);
2017-03-29 13:34:40 -07:00
Chris Goller cd8c1c2a5f Merge pull request #1117 from influxdata/feature/remove-archive
Remove archived enterprise web content
2017-03-29 15:24:59 -05:00
Hunter Trujillo cd8df84db8 The line must be drawn here. This far, no further. 2017-03-29 14:03:52 -06:00
Hunter Trujillo fbd0ee84e3 Ran eslint fix on current codebase. Only file affected was this. 2017-03-29 13:59:32 -06:00
Chris Goller 42d6726235 Remove archived enterprise web content 2017-03-29 14:51:17 -05:00
Hunter Trujillo 1d6bf7e36e Merge pull request #1112 from influxdata/1080-delete_dashboard
Add ability to delete a dashboard
2017-03-29 12:54:23 -06:00
Jared Scheib 36cc368bf1 Auto-dismiss notification 2017-03-29 11:23:46 -07:00
Jared Scheib cb5f6fbdc8 Use try/catch with async/await 2017-03-29 10:55:16 -07:00
Jared Scheib 627d65e39f Use simpler destructuring shorthand 2017-03-29 10:53:44 -07:00
Jared Scheib 7d5799fb9e Merge remote-tracking branch 'origin/master' into 1080-delete_dashboard 2017-03-29 10:51:44 -07:00
Hunter Trujillo ff194026d4 Merge pull request #1108 from influxdata/1107-refactor_delete_row
Refactor and DeleteRow and ConfirmButtons for shared use
2017-03-29 11:45:28 -06:00
Jared Scheib b28bed8e1d Update changelog 2017-03-28 20:09:12 -07:00
Jared Scheib ed564e4ed3 Add tests for deleteDashboard and deleteDashboardFailed 2017-03-28 20:03:33 -07:00
Jared Scheib e8b119f405 Rename action on delete dashboard failed to follow effect style rather than affect 2017-03-28 19:37:35 -07:00
Jared Scheib 6a39277a40 Fix DashboardPage to handle null values for and until loaded 2017-03-28 19:03:15 -07:00
Jared Scheib b9b28da860 Refactor DashboardsPage to load dashboards via action creator and to use mapStateToProps so delete is Reactive 2017-03-28 18:30:34 -07:00
Jared Scheib c2c805a596 DashboardsPage can now delete a dashboard (tho not reflected in UI except on refresh) 2017-03-28 17:51:34 -07:00
Jared Scheib 5b7d6bd0ae Merge remote-tracking branch 'origin/master' into 1107-refactor_delete_row 2017-03-28 16:07:10 -07:00
Jared Scheib 840f8aa472 Rename component to follow convention 2017-03-28 16:06:37 -07:00
Jared Scheib 06117edae3 Share ConfirmButtons among pages 2017-03-28 16:02:49 -07:00
Jared Scheib 1fb2b283da Refactor DeleteConfirmButtons as shared component, compose as DeleteConfirmTableCell, clean up 2017-03-28 15:59:22 -07:00
Hunter Trujillo d2028979b0 Merge pull request #1101 from influxdata/feature/gzipped-influx-responses
Add compression for InfluxQL query responses
2017-03-28 16:23:02 -06:00
Hunter Trujillo c9b29ffb2e Merge commit '52e70c77ff11c4af69bb166c65d9e359454d819e' into feature/gzipped-influx-responses
# Conflicts:
#	CHANGELOG.md
2017-03-28 16:22:28 -06:00