Commit Graph

2548 Commits (b4773c15afe4fcd227ad88aa9d5686beb6b0a6cd)

Author SHA1 Message Date
Alex P 833f9442fc Add line breaks in kap tooltip copy for legibility
Also reduced width of Tooltip
2017-03-31 09:49:47 -07:00
Alex P f9a12f7223 Fix rogue mouse cursor on form labels 2017-03-31 09:49:19 -07:00
Alex P a4d3056402 Merge branch 'master' into some-amount-of-polish 2017-03-31 09:10:36 -07:00
Andrew Watkins 90e2874287 Fix padding bug 2017-03-30 18:40:52 -07:00
Andrew Watkins 1ac908888e Fix tests for new approach 2017-03-30 18:40:37 -07:00
lukevmorris f1937c75dc 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 ae00aa16a0 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 184235db27 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 ac9d66be54 Merge pull request #1136 from influxdata/chore/remove-query-highlighting
Chore/remove query highlighting
2017-03-30 15:59:20 -07:00
Andrew Watkins e2c5694f99 Update CHANGELOG.md 2017-03-30 15:59:06 -07:00
Andrew Watkins d9f8208dc3 Lint fix all tests 2017-03-30 15:57:33 -07:00
Andrew Watkins c0f9964a29 Remove series highlighting 2017-03-30 15:57:33 -07:00
Chris Goller c6f4541cb2 WIP adding refreshable tokens 2017-03-30 17:54:51 -05:00
Chris Goller 75df9e6581 Refactor cookie generation to use an interface 2017-03-30 16:59:00 -05:00
Chris Goller d57ebc65ab Add /chronograf/v1/ping endpoint for server status 2017-03-30 16:31:48 -05:00
Chris Goller 890b3829da Add ping route to all routes 2017-03-30 16:14:13 -05:00
Chris Goller 576779b031 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 00f0ea9520 Update CHANGELOG to mention fixing enterprise kapacitor auth 2017-03-30 15:36:17 -05:00
Chris Goller 230669921a Fix kapacitor base64 auth as header was built incorrectly. 2017-03-30 15:32:02 -05:00
lukevmorris 7bb955baa3 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 317123e771 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 72f00e9802 Merge branch 'master' into feature/1054-alert-history-spinner
# Conflicts:
#	CHANGELOG.md
2017-03-30 12:07:21 -06:00
Alex P 2461ea76c9 Make react grid placeholders appear at actual size
Was a couple pixels off before
2017-03-30 11:01:19 -07:00
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