Commit Graph

2645 Commits (e4aa9c607092c23dd32ae7983c4ffaf99868e8ba)

Author SHA1 Message Date
Jade McGough 4d5c1b5787 update changelog 2017-03-31 11:33:18 -07:00
Jade McGough 747cadc462 exit presentation mode when path changes 2017-03-31 11:31:08 -07:00
Andrew Watkins 8c51f7f864 Add tests 2017-03-31 10:57:00 -07:00
Alex P 776373d4fe Style question mark tooltips 2017-03-31 09:49:56 -07:00
Alex P c7e351b00d Add line breaks in kap tooltip copy for legibility
Also reduced width of Tooltip
2017-03-31 09:49:47 -07:00
Alex P eaeb0c2334 Fix rogue mouse cursor on form labels 2017-03-31 09:49:19 -07:00
Alex P 62e0bc50cc Merge branch 'master' into some-amount-of-polish 2017-03-31 09:10:36 -07:00
Andrew Watkins a9e3aa34d8 Fix padding bug 2017-03-30 18:40:52 -07:00
Andrew Watkins 94f6cd171d Fix tests for new approach 2017-03-30 18:40:37 -07:00
lukevmorris 16a7da4ab1 Clean up Kapacitor Alert configuration for HipChat (#1137)
* Text and placeholder updates

* Peel types off PropTypes

* Revert to parseMode

* Update copy to be more descriptive of resulting behavior

* Add question mark tooltips to Chat ID and Token

* Expand tooltips to be hoverable with clickable contents

* Extract QuestionMarkComponent to its own file

* Update CHANGELOG

* url is never changed, so omit this field

* Extract constants to their own file

* Refactor PropTypes

* Clear up Kapacitor Alert HipChat configuration

* Update CHANGELOG

* your-room => room

* Extract this tooltip to its own file

* Reorder CHANGELOG entries
2017-03-30 17:01:25 -07:00
Jared Scheib c60c3f37c8 Fix Kapacitor Telegram config to display correct disableNotification setting (#1142)
* Fix render value for disableNotification

* Update changelog
2017-03-30 16:58:01 -07:00
lukevmorris 0964bc7803 Clean up Kapacitor Alert configuration for Telegram (#1135)
* Text and placeholder updates

* Peel types off PropTypes

* Revert to parseMode

* Update copy to be more descriptive of resulting behavior

* Add question mark tooltips to Chat ID and Token

* Expand tooltips to be hoverable with clickable contents

* Extract QuestionMarkComponent to its own file

* Update CHANGELOG

* url is never changed, so omit this field

* Extract constants to their own file
2017-03-30 16:23:51 -07:00
Andrew Watkins 526d5ab545 Merge pull request #1136 from influxdata/chore/remove-query-highlighting
Chore/remove query highlighting
2017-03-30 15:59:20 -07:00
Andrew Watkins 578b5c94cb Update CHANGELOG.md 2017-03-30 15:59:06 -07:00
Andrew Watkins 179478e97a Lint fix all tests 2017-03-30 15:57:33 -07:00
Andrew Watkins 1f9c8ae1ea Remove series highlighting 2017-03-30 15:57:33 -07:00
Chris Goller 20c980132a Merge pull request #1134 from influxdata/hotfix/kapacitor-auth
Fix kapacitor base64 auth as header was built incorrectly.
2017-03-30 15:43:27 -05:00
Chris Goller d952511694 Update CHANGELOG to mention fixing enterprise kapacitor auth 2017-03-30 15:36:17 -05:00
Chris Goller 30da45163b Fix kapacitor base64 auth as header was built incorrectly. 2017-03-30 15:32:02 -05:00
lukevmorris b77d8466af Active sidebar items should have a blue indicator (#1132)
* NavBlocks without NavListItem children are valid

Some sidebar NavBlocks consist of just a header,
and clicking on that header should mark the NavBlock
as active

* Update CHANGELOG

* Leverage markdown to cut down on merge conflicts
2017-03-30 11:27:51 -07:00
Hunter Trujillo 20de3ec2fa Merge pull request #1130 from influxdata/feature/1054-alert-history-spinner
Add simple loading spinner to Alert History page.
2017-03-30 12:13:46 -06:00
Hunter Trujillo f3c6f2e042 Merge branch 'master' into feature/1054-alert-history-spinner
# Conflicts:
#	CHANGELOG.md
2017-03-30 12:07:21 -06:00
Alex P a36039fc6f Make react grid placeholders appear at actual size
Was a couple pixels off before
2017-03-30 11:01:19 -07:00
Alex P 1585a7217b Make default source indicators darker for contrast 2017-03-30 11:01:00 -07:00
lukevmorris d2a8dec731 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 b70406aa8a Update Changelog. 2017-03-30 10:19:04 -06:00
Hunter Trujillo 17390366a0 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 1ba35df2ab Add simple loading spinner to kapacitor Alert History page. 2017-03-30 10:13:03 -06:00
Andrew Watkins 15c660076e Merge pull request #1109 from influxdata/feature/alert-time
Alert time range
2017-03-30 09:12:23 -07:00
Alex P 30514a3d32 Style custom time range component 2017-03-30 08:14:58 -07:00
Alex P 18a04d6964 Change dropdown scrollbar type to "Round" 2017-03-30 08:14:58 -07:00
Alex P ec6bc815a7 Add 2nd kind of scrollbar mixin
Square corners vs round, good for dropdowns
2017-03-30 08:14:58 -07:00
Andrew Watkins 6783248eb0 Semicolon destruction 2017-03-30 08:14:58 -07:00
Andrew Watkins 71762c8b30 Refactor to js class 2017-03-30 08:14:58 -07:00
Alex P ac7559c4a9 Give time range caret more breathing room 2017-03-30 08:14:02 -07:00
Alex P ed0ab2842d Change "to" to an em dash
Mo’ elegant
2017-03-30 08:14:02 -07:00
Alex P 034e2d611d Resolve conflict 2017-03-30 08:14:02 -07:00
Andrew Watkins a674bc0196 Update LICENSE_OF_DEPENDENCIES.md 2017-03-30 08:14:01 -07:00
Andrew Watkins adbaec0089 Format time display 2017-03-30 08:14:01 -07:00
Andrew Watkins e3282bc505 Enable date picker for alerts page 2017-03-30 08:14:01 -07:00
Jade McGough 2c925dad98 Change password (#1120)
Add ability to change a user's password via Admin page
2017-03-29 17:40:46 -07:00
Hunter Trujillo e89e30bc35 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 3cecd6d49b Set default time for alerts page 2017-03-29 16:39:39 -07:00
Alex P ebd5c87b86 Make filter bar buttons same size as create DB button 2017-03-29 16:39:14 -07:00
Alex P 20f83ba1b6 Make custom time range's visibility toggleable 2017-03-29 16:38:17 -07:00
Andrew Watkins b046e13340 Collect selected time ranges 2017-03-29 16:37:02 -07:00
Andrew Watkins 0e966b7b5d WIP Introduce date time picker 2017-03-29 16:37:02 -07:00
Alex P ed968012e4 Fix #1083 2017-03-29 16:35:53 -07:00
Alex P 094b47f808 Clean up dashboards table 2017-03-29 16:35:14 -07:00
Jared Scheib 635ebc5dd2 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