Commit Graph

669 Commits (e97c510e63a6391a3ab7490f166fff333ae484bb)

Author SHA1 Message Date
Alex Paxton 929151567c Merge branch 'master' into fix-legend-stat-wrap 2017-08-16 09:40:15 -07:00
Jared Scheib e2e684b5e2 Merge remote-tracking branch 'origin/1.3.6.x' 2017-08-15 15:03:20 -07:00
Jared Scheib 8a6f9f3cc1 Merge pull request #1858 from influxdata/feature/grooveknob
Refactor DisplayOptions UX to provide affirmative choice for 'auto', via a new component
2017-08-15 11:26:39 -07:00
Alex P ddb39f4c05 Updoot changelog 2017-08-15 09:58:24 -07:00
Jared Scheib 07fade83a6 Clarify data corruption release note, clean up changelog 2017-08-14 16:40:02 -07:00
Andrew Watkins 85462b2d91 Merge branch 'master' into chore/prop-on-div-error 2017-08-14 15:33:29 -07:00
Andrew Watkins 19fd7f7458 Merge pull request #1862 from influxdata/add-add-graph-to-cell-button
Add button to cell for improved user experience
2017-08-14 15:32:32 -07:00
Andrew Watkins 9200797839 Merge branch 'master' into nls/drag-fixes 2017-08-14 15:30:57 -07:00
Andrew Watkins 690046ad32 Merge branch 'master' into chore/prop-on-div-error 2017-08-14 15:26:56 -07:00
Andrew Watkins 7fc46bf9c3 Update changelog 2017-08-14 15:26:22 -07:00
Andrew Watkins 72a487b3d8 Merge branch 'master' into fix/1633-windows-uptime-status 2017-08-14 13:23:38 -07:00
Tim Raymond 23cec7bdca
Update CHANGELOG with data corruption notes 2017-08-14 15:26:09 -04:00
Hunter Trujillo f1f65d0b41 Merge branch 'master' into fix/ie11-support 2017-08-14 12:47:58 -06:00
Tim Raymond dda79d809e
Update CHANGELOG and version for v1.3.6.1 2017-08-14 14:27:18 -04:00
Timothy J. Raymond 39f40671a9 Merge pull request #1866 from influxdata/bugfix/tr-missing-cell-type
Fix missing cell type
2017-08-14 14:04:36 -04:00
Tim Raymond 8575df5615
Update CHANGELOG w/ fix for single stat 2017-08-14 14:03:49 -04:00
Andrew Watkins 5fde250432 Update CHANGELOG.md 2017-08-14 10:43:24 -07:00
Jared Scheib 7012674cc3 Update changelog 2017-08-11 13:34:26 -07:00
Alex P 03b6e62782 Updoot changelog 2017-08-11 13:33:51 -07:00
Nathan L Smith 84982f60a6 Fixes for file upload
- [ ] CHANGELOG.md updated with a link to the PR (not the Issue)
  - [X] Rebased/mergable
  - [X] Tests pass
  - [X] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)

Connect #

* When clicking on the upload file button in the write data form, nothing
  happens. This is because the div with the outline that says "Drag & Drop a File
  to Upload" is positioned in front of the button with opacity 0, so clicks
  intended for the button are just clicking on that transparent div instead.
* If you drag a file over the window then cancel the drag (usually by pressing
  ESC), the window will not return to its previous state, but stay with the drag
  & drop prompt until the page is reloaded.

* Make it so the drag & drop prompt is always present and the button is moved
  to be below the outlined prompt. The button label has also been changed to
  more closely match that of the drag outline.

Before:

![before screenshot](https://www.dropbox.com/s/t3j76wagracjw99/chronograf-drag-before.png?dl=0)

After:

![after screenshot](https://www.dropbox.com/s/6e68rgba8fq59jw/chronograf-drag-after.png?dl=0)

* Add an `onDragExit` handler to handle the case where the drag is exited
  rather than left.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-11 19:16:20 +00:00
Jared Scheib 192f49da77 Update changelog 2017-08-10 11:36:53 -07:00
Andrew Watkins 7da02d52d7 Merge pull request #1846 from influxdata/embiggen-ceo
Make lower half of CEO flush to the viewport
2017-08-09 14:08:03 -07:00
Alex P 456504b293 Updoot changelog 2017-08-09 13:42:56 -07:00
Andrew Watkins a9105166e0 Update CHANGELOG 2017-08-09 12:35:06 -07:00
Alex P 8ebbeda941 Update changelog and package.json for 1.3.6.x release 2017-08-08 12:03:52 -07:00
Alex P 9139ce754f Revert "Prepare for release"
This reverts commit 7a62088acb.
2017-08-08 11:57:23 -07:00
Alex P 7a62088acb Prepare for release 2017-08-08 10:53:34 -07:00
Hunter Trujillo b14c352465 Merge branch 'master' into feature/1685-moving-time-ranges 2017-08-07 16:53:34 -07:00
Hunter Trujillo fb444225e1 Update changelog in response to comments. 2017-08-07 16:47:02 -07:00
Hunter Trujillo e578fd94cc Merge branch 'master' into fix/graph-fixes
# Conflicts:
#	ui/src/shared/components/Dygraph.js
2017-08-07 09:16:09 -07:00
Hunter Trujillo 46162b6343 update changelog update 2017-08-07 09:12:14 -07:00
Andrew Watkins 724e836633 Merge pull request #1821 from influxdata/fix/alerts_table_keys-1813
Use UUID for AlertsTable element keys to prevent overlap
2017-08-03 19:12:05 -07:00
Jared Scheib 97b5df41f4 Update changelog 2017-08-03 15:04:34 -07:00
Jared Scheib 923d2bf5e2 Fix and add second item for changelog update 2017-08-02 17:06:15 -07:00
Tim Raymond 63cddc96e4 Merge branch 'master' into feature/1602-graph-bounds-setting
Also removed LegacyBounds marshaling since it was no longer necessary

Conflicts resolved:
	bolt/internal/internal.go
	bolt/internal/internal.pb.go
	bolt/internal/internal.proto
	bolt/internal/internal_test.go
	chronograf.go
	server/cells_test.go
	server/dashboards_test.go
	server/swagger.json
2017-08-02 11:29:29 -04:00
Jared Scheib 5ce232f48c Merge branch 'master' into update/news_feed_errors-1628 2017-08-01 16:18:05 -07:00
Jared Scheib 25709ea923 Fix link in changelog update for #1800 2017-08-01 16:17:11 -07:00
Jared Scheib 544b35fba8 Update changelog 2017-08-01 16:16:04 -07:00
Andrew Watkins b5ac54c719 Update CHANGELOG 2017-08-01 14:12:40 -07:00
Hunter Trujillo 91c3611ef2 .
.
ç̥͈̺͕̯̌͐̂̋̉͘͝H̸̨͍̳̟̖̳̱͖͎̔͛̏̄̚͟͠a̡̨̻̘̪̝̤̻̳͛̋͊̾́͟͝N̷͉͇̤͔̈́̎̑̍͊̃̀̕̕̚͜ͅg̢͈͈̭̙̬̜̓̈́͊͛͠E̛̫͇͚̘̹̾́̂̐͋̆͘͢ļ̴̛̲̮͓͈̼͉̮͐̆́̓͘ͅŐ̸̢̨̧͕͖̾̒͂͗͋̎́̚͠ǵ̵̡͙̘̖̺͖͉͎̋͊͋̍͢͜Ẻ̳̥̲͇̻̍̇̄̆̚
.
.
2017-07-31 12:07:48 -06:00
Andrew Watkins 0de50089a2 Merge branch 'master' into bugfix/domain 2017-07-28 07:49:33 -07:00
Andrew Watkins 7f7b30be6f Merge pull request #1799 from influxdata/bugfix/syncronize
Dont sync graphs if there is only one graph
2017-07-28 07:48:27 -07:00
Jared Scheib 99f045e397 Clarify changelog, fix method name typo 2017-07-27 16:49:18 -07:00
Jared Scheib 811ab58b2e Clarify changelog 2017-07-27 16:35:18 -07:00
Hunter Trujillo 3d7975946b CHAMGELOG 2017-07-27 17:31:24 -06:00
Jared Scheib 89c92f4b64 Merge branch 'master' into enhancement/write-data-window 2017-07-27 16:30:11 -07:00
Hunter Trujillo 4b08501c71 CHANGELOG 2017-07-27 17:08:07 -06:00
Andrew Watkins 5034b2546c Update CHANGELOG 2017-07-27 15:26:20 -07:00
Jared Scheib c59a0ab95f Merge branch 'refs/heads/1.3.5.x' 2017-07-27 14:50:00 -07:00
Jared Scheib 9e87035b7f Update release date 2017-07-27 14:48:18 -07:00
Andrew Watkins 0958d2f3f9 Update CHANGELOG 2017-07-27 14:47:04 -07:00
Andrew Watkins 57b384710b Update CHANGEOG 2017-07-27 13:41:44 -07:00
Andrew Watkins 8040f9c66c Update CHANGELOG 2017-07-27 12:55:48 -07:00
Hunter Trujillo 66e16bdea2 CHANGELOG. 2017-07-27 13:39:51 -06:00
Chris Goller 6bc4cf36d1 Release 1.3.5.0 2017-07-25 15:08:02 -05:00
Alex Paxton 026c5f6156 Merge pull request #1779 from influxdata/misc-ui-fixes
Misc UI Fixes
2017-07-25 12:20:10 -07:00
Jared Scheib c438db3ea1 Merge branch 'master' into fix/disentagle_de_and_kap_qcs-1772 2017-07-25 12:12:20 -07:00
Alex P 68dc74c408 Updoot changelog 2017-07-25 11:59:55 -07:00
Nathan Haugo bf93d6772a Update changelog 2017-07-25 12:13:46 -05:00
Jared Scheib 32b71db279 Merge branch 'master' into fix/disentagle_de_and_kap_qcs-1772 2017-07-24 22:06:43 -07:00
Jared Scheib 46ef183a7b Update changelog 2017-07-24 22:01:16 -07:00
Alex P 308ad42558 Update changelog 2017-07-24 18:01:41 -07:00
Jared Scheib bc8a5f0405 Update changelog 2017-07-24 13:04:53 -07:00
Jared Scheib 23f4d7980e Update changelog 2017-07-21 20:15:07 -07:00
Jared Scheib 8bc45fb8e3 Update changelog 2017-07-21 15:25:21 -07:00
Jared Scheib 918dff33b7 Merge pull request #1724 from influxdata/feature/pushover_support-1680
Add Pushover alert support
2017-07-21 14:04:22 -07:00
Jared Scheib 9def502082 Fix PagerDuty kapacitor node typo bug (#1751)
* Fix pagerduty kapacitor node typo bug

* Update changelog
2017-07-21 13:54:49 -07:00
Andrew Watkins 937b3f04d4 Merge branch 'master' into bugfix/cell-name 2017-07-21 13:30:25 -07:00
Jared Scheib bc1b55fb38 Update changelog 2017-07-21 11:45:34 -07:00
Jared Scheib 1012dac41a Merge branch 'master' into feature/pushover_support-1680 2017-07-20 16:23:54 -07:00
Jared Scheib d1b0429ca4 Update changelog again 2017-07-20 15:55:05 -07:00
Chris Goller 03b7ff96d3 Update CHANGELOG to mention adding shared secret JWT to InfluxDB 2017-07-19 01:45:31 -05:00
Andrew Watkins f7a957b22b Update CHANGELOG 2017-07-18 13:42:45 -07:00
Jared Scheib 7e3939162b Update changelog 2017-07-14 17:34:02 -07:00
Andrew Watkins 373d66c2f4 Merge branch 'master' into feature/read-only-tickscript 2017-07-13 12:51:54 -07:00
Andrew Watkins 3ea5df9aa6 Update CHANGELOG 2017-07-13 12:47:32 -07:00
Hunter Trujillo 33eece406c Merge pull request #1681 from influxdata/feature/1482-custom-time-range
Custom Time Ranges
2017-07-11 14:05:27 -06:00
Hunter Trujillo d27ab2e4ce Update CHANGELOG. Feature was in wrong release. 2017-07-10 16:22:56 -06:00
Hunter Trujillo 479bc5c80a Merge branch 'master' into feature/1482-custom-time-range
# Conflicts:
#	ui/src/style/pages/dashboards.scss
2017-07-10 16:09:14 -06:00
Alex P 3b3810f8da Update changelog 2017-07-10 13:21:40 -07:00
Alex P afbf11b7ae Fix accidental changelog mixup from merge 2017-07-10 13:01:41 -07:00
Alex P 4d63e9f954 Make changelog update more descriptive
Sorry to nitpick
2017-07-10 12:59:07 -07:00
Alex P 2ba5ec952c Move changelog update into correct version header 2017-07-10 12:56:41 -07:00
Alex Paxton fef6d7c545 Merge branch 'master' into zindex 2017-07-10 12:52:08 -07:00
Andrew Maney 0e177b162a Update CHANGELOG message to present tense 2017-07-10 15:44:36 -04:00
Luke Morris 2f98f97c31 Bump version, update changelog 2017-07-10 11:52:12 -07:00
Andrew Maney aff4c7840d CHANGELOG updated 2017-07-10 13:38:35 -04:00
Jared Scheib 7e8018782e Merge branch 'master' into feature/persist_datasource_flag-1555 2017-07-07 14:45:00 -07:00
Tim Raymond 6be0cafd3a Merge master into feature/tr-auth0-organizations
Conflicts were the addition of CLI flags from a concurrent branch.
2017-07-07 16:18:01 -04:00
Jared Scheib 176c96ed3a Update changelog 2017-07-07 13:14:01 -07:00
Alex P 17fa067bda Updoot changelog 2017-07-05 12:34:20 -07:00
Hunter Trujillo 2c2ada93e1 Updoot CHANGELOOG~ 2017-06-30 17:54:52 -06:00
Tim Raymond 1e4e3edfb0 Update CHANGELOG for Auth0 organizations
Added an entry about adding support for Auth0 organizations
2017-06-28 16:44:33 -04:00
Alex Paxton 142e15e8d2 Merge pull request #1664 from influxdata/find-better-home-for-version-number
Find better home for version number
2017-06-28 10:29:51 -07:00
Hunter Trujillo 90f4aafb65 Merge pull request #1647 from influxdata/feature/file-upload-de
Feature/file upload de
2017-06-28 10:42:22 -06:00
Alex P c4f002b4fe Merge branch 'master' into find-better-home-for-version-number 2017-06-27 16:58:37 -07:00
Alex P 4ef6843e4b Update changelog 2017-06-27 10:45:36 -07:00
Jared Scheib e089266013 Merge remote-tracking branch 'origin/master' into feature/custom_user_links-1550 2017-06-26 18:05:22 -07:00
Jared Scheib c89b7c3bb6 Update changelog 2017-06-26 17:23:01 -05:00
Alex P 9e1ddeafa7 Update changelog 2017-06-23 11:32:25 -07:00
Alex P 8f03b23785 Rebase and fix conflicts 2017-06-23 11:05:23 -07:00
Timothy J. Raymond b2ac4d80e7 Merge pull request #1612 from influxdata/feature/tr-no-internal
Remove system databases from "Write Data" dropdown
2017-06-23 13:18:29 -04:00
Andrew Watkins 0fd42997d0 Update CHANGELOG 2017-06-23 10:05:42 -07:00
Alex P c20f3f1681 Merge branch 'master' into misc-ui-polish 2017-06-22 16:35:38 -07:00
Andrew Watkins 291b556bd3 Merge branch 'master' into sticky-alert-table 2017-06-22 15:53:38 -07:00
Andrew Watkins 4bfe9e8324 Merge pull request #1581 from influxdata/feature/refresh-tvars
Refresh templates on dashboard load
2017-06-22 14:50:02 -07:00
Timothy J. Raymond e2d5c1f161 Merge pull request #1645 from influxdata/feature/tr-aw-auth0
Add Auth0 to supported OAuth2 providers
2017-06-22 15:58:04 -04:00
Andrew Watkins 57fc64fa69 Merge pull request #1641 from influxdata/bugfix/enable-disable
Fix enable / disable bug
2017-06-22 11:54:57 -07:00
Tim Raymond 916ab2874b Add CHANGELOG entry for Auth0
This adds an entry for #1645, where we added Auth0 support.
2017-06-22 14:47:57 -04:00
Tim Raymond ded16c38fa Update CHANGELOG for #1612
This updates the changelog indicating that it's not longer possible for
users to write to system databases (those whose names prefixed with an
underscore)
2017-06-22 11:41:53 -04:00
Jared Scheib e61d7de36a Update changelog for additional changes 2017-06-21 18:55:36 -07:00
Jared Scheib fbaf007964 Fix changelog for two other hot fixes 2017-06-21 18:36:59 -07:00
Jared Scheib 62c0457ac9 Update changelog 2017-06-21 18:36:40 -07:00
Nathan Haugo 9bc9ee22b8 Fix verb tense in changelog 2017-06-21 17:43:04 -07:00
Nathan Haugo 5b03a25e9d Fix the changelog release 2017-06-21 17:14:02 -07:00
Nathan Haugo 8932875574 Update changelog 2017-06-21 16:59:47 -07:00
Andrew Watkins abfee72b04 Update CHANGELOG 2017-06-21 14:49:53 -07:00
Andrew Watkins c30a897ba7 Update CHANGELOG 2017-06-21 14:11:41 -07:00
Alex P 92c6385076 Merge remote-tracking branch 'origin/master' into sticky-alert-table 2017-06-20 14:20:15 -07:00
Jared Scheib da7720fecb Add back empty 1.3.4.0 to changelog 2017-06-20 14:06:50 -07:00
Alex P cc00f54496 Update changelog 2017-06-20 13:52:11 -07:00
Andrew Watkins 1d989e6563 Merge branch 'master' into bugfix/enable-disable 2017-06-20 13:15:35 -07:00
Jared Scheib be38e64601 Merge pull request #1642 from influxdata/fix/basepath_json_feed-1640
Do not prefix basepath to external link for news feed
2017-06-20 12:44:44 -07:00
Hunter Trujillo 9f069d9bd8 Merge pull request #1639 from influxdata/feature/1597-hover-lines-performance
Feature/1597 hover lines performance
2017-06-20 13:40:04 -06:00
Jared Scheib b1ca3fe233 Update changelog 2017-06-20 12:12:14 -07:00
Andrew Watkins 325f11b65f Update CHANGELOG 2017-06-20 11:14:53 -07:00
Alex P 2e80f6d350 Merge branch 'master' into rule-creator-function-selector 2017-06-19 16:17:53 -07:00
Hunter Trujillo 087a4e0581 CHANGELOG. 2017-06-19 17:12:17 -06:00
Luke Morris d52ab129b7 Update version number 2017-06-19 11:13:35 -07:00
Jared Scheib 9d2cd00aa5 Update changelog retroactively for PR 1609 2017-06-16 18:03:51 -07:00
Jared Scheib 2f4695fa0b Merge branch 'master' into feature/status_page-1556 2017-06-16 17:52:16 -07:00
Alex P d517c861b1 Update changelog 2017-06-16 15:18:31 -07:00
Tim Raymond a396bd1a2e Merge branch 'master' into feature/tr-auto-group-by 2017-06-15 20:45:30 -04:00
Luke Morris 6a916907e9 Revert "Merge pull request #1585 from influxdata/revert-auto-func"
This reverts commit 5a37e8f57f, reversing
changes made to 8bb869ab16.
2017-06-15 17:43:35 -04:00
Jared Scheib 45bce4fe56 Merge remote-tracking branch 'origin/master' into feature/status_page-1556 2017-06-14 19:27:24 -07:00
Jared Scheib 54eb0e6e42 Update changelog 2017-06-13 20:40:53 -07:00
Alex P 5a1b8b9c96 Update changelog 2017-06-13 17:22:58 -07:00
Hunter Trujillo 05302a789c Punctuation. 2017-06-12 16:37:23 -06:00
Hunter Trujillo cb8e2ddaf7 CHANGELOG 2017-06-12 13:51:44 -06:00
Jared Scheib fadc145843 Update changelog for #1512 2017-06-06 17:13:27 -05:00
lukevmorris bdf6ffd73c Restore Line + Single Stat styling (#1594)
* Restore Line + Single Stat styling

* Update CHANGELOG
2017-06-06 15:07:11 -07:00
Regan Kuchan 6da83b8629 Update version and changelog for v1.3.2.0 2017-06-02 13:34:23 -06:00
Jared Scheib be0b2885f7 Merge pull request #1584 from influxdata/1583-fix/submenu_display
Fix hidden submenus when alert notification on screen
2017-06-01 16:07:59 -07:00
Andrew Watkins 37c27e2670 Update CHANGELOG 2017-06-01 15:50:45 -07:00
Jared Scheib b6d308c1b8 Merge branch 'master' into 1583-fix/submenu_display 2017-06-01 15:44:59 -07:00
Jared Scheib 360bc14744 Update changelog 2017-06-01 15:32:18 -07:00
Jared Scheib f262e3b5ca Upbate changebog
Signed-off-by: Luke Morris <lukevmorris@gmail.com>
2017-06-01 15:10:53 -07:00
Alex Paxton 5853abc8e7 Merge pull request #1575 from influxdata/improve-function-selector-ux
Improve Function Selector UX
2017-06-01 13:41:34 -07:00
Alex P fc557d4ead improve changelog message 2017-06-01 13:26:40 -07:00
Alex P 026fa93bd8 Merge branch 'master' into improve-function-selector-ux 2017-06-01 12:30:37 -07:00
Alex Paxton d07389c7ea Merge branch 'master' into new-sidenav-user-icon 2017-06-01 12:29:13 -07:00
Jared Scheib 1987993059 Merge pull request #1564 from influxdata/fix/sourceless_logout
Fix logout menu item functionality & provide logoutLink only when using auth
2017-06-01 12:13:55 -07:00
Andrew Watkins 3c249c2f5f Merge branch 'master' into feature/auto-func 2017-06-01 10:46:07 -07:00
Chris Goller 14e1b93b86 Merge branch 'master' into fix/sourceless_logout 2017-05-31 22:09:32 -05:00
Alex Paxton a394c5b4a5 Merge branch 'master' into new-sidenav-user-icon 2017-05-31 17:57:57 -07:00
Alex P f50126be99 Update changelog 2017-05-31 17:54:36 -07:00
Chris Goller e79355fcdd Merge pull request #1562 from influxdata/1529-fix/influxql-multiple-tags
Fix parsing of InfluxQL with multiple tag values
2017-05-31 16:32:12 -05:00
Andrew Watkins c15943f3c9 Merge pull request #1561 from influxdata/feature/save-ceo
Save CEO only with fully qualified queries
2017-05-31 14:23:05 -07:00
Andrew Watkins 5e6defc7ba Update CHANGELOG 2017-05-31 13:51:54 -07:00
Andrew Watkins 2db29e9c02 Update CHANGELOG 2017-05-31 09:27:59 -07:00
Jared Scheib bd8ca66b4c Upbate changebog
Signed-off-by: Chris Goller <goller@gmail.com>
2017-05-30 17:39:47 -07:00
Alex P 1ed504d8c6 Update changelog 2017-05-30 17:00:04 -07:00
Chris Goller 47d9fc4433 Fix parsing of InfluxQL with multiple tag values 2017-05-30 17:19:41 -05:00
Jade McGough 2731b1af1a update changelog 2017-05-30 14:33:36 -07:00
Jared Scheib d8af162555 Merge remote-tracking branch 'origin/master' into 1481-feature/reset_zoom_on_timerange_change
Conflicts:
	ui/src/shared/components/LayoutRenderer.js
2017-05-26 19:05:41 -07:00
Alex Paxton 87d5535741 Merge pull request #1544 from influxdata/theme-refactor
Theme refactor
2017-05-26 18:37:11 -07:00
Alex P b6e010a15c Update Changelog 2017-05-26 17:49:04 -07:00
Jared Scheib 84ed57a143 Update changelog 2017-05-26 15:44:49 -07:00
Jared Scheib 0d89a6154e Update changelog 2017-05-24 17:46:21 -07:00
Alex P 76428dd35c Merge branch 'master' into theme-refactor 2017-05-23 14:42:56 -07:00
Alex Paxton c7d74122b6 Merge pull request #1475 from influxdata/toggle-tempvars-controls
Toggle Visibility of Template Control Bar
2017-05-23 14:32:10 -07:00
Chris Goller 4bab0e3c46 Merge pull request #1530 from influxdata/fix/query_string_order
Update query config field ordering to always match input query
2017-05-23 09:11:26 -05:00
Alex P 302292b24f Merge branch 'master' into theme-refactor 2017-05-23 02:46:34 -07:00
Jared Scheib 25f30550c2 Update changelog 2017-05-22 17:12:47 -07:00
Alex Paxton 49e81e1fb7 Merge branch 'master' into toggle-tempvars-controls 2017-05-22 15:36:57 -07:00
Alex Paxton 9de15a3def Merge pull request #1524 from influxdata/kapacitor-ui-ux-improvements
Kapacitor UI/UX improvements
2017-05-22 15:34:07 -07:00
Regan Kuchan 3b81a09d9d Update changelog to 1.3.1.0 2017-05-22 12:15:28 -07:00
Regan Kuchan 4838f77add Merge branch '1.3.1.x' 2017-05-22 12:13:03 -07:00
Luke Morris e56d92c192 CHANGELOG_should_list_pulls 2017-05-22 11:23:55 -07:00
Alex P d07f64b2fd Update changelog 2017-05-22 11:09:57 -07:00
Regan Kuchan bc7d569c24 Update changelog (#1511)
* Update changelog

* Update with latest ci to master and add thanks
2017-05-22 10:49:59 -07:00
Alex P a8df2ca3fe Merge branch 'master' into toggle-tempvars-controls 2017-05-22 10:41:27 -07:00
Jared Scheib 9c9ab895de Merge pull request #1508 from influxdata/feature/dashboard-rename-improvements
Enable expected Enter/Escape keys on Dashboard rename
2017-05-19 17:28:02 -07:00
Hunter Trujillo 890de21d3e Update CHANGELOG. 2017-05-19 11:14:10 -06:00
Brian Baker 11f4ca8b9c update changelog to unreleased 1.3.1 2017-05-18 21:55:05 -06:00
Brian Baker 9ef79e66f6 Merge branch 'master' of github.com:brianbaker/chronograf into hotfix/windows-uptime 2017-05-18 21:51:47 -06:00
Alex Paxton b381e77782 Merge pull request #1500 from influxdata/dropdown-autocomplete
Dropdown Autocomplete
2017-05-18 12:52:47 -07:00
Alex Paxton 39754aa28a Merge branch 'master' into dropdown-autocomplete 2017-05-18 12:46:59 -07:00
Alex P 47f9b45ef9 Update changelog 2017-05-18 12:45:42 -07:00
Alex Paxton 6ff37c5919 Merge branch 'master' into fix-1428 2017-05-18 12:42:44 -07:00
Jared Scheib d7dcb06529 Notify user via UI if their local storage is cleared (#1499)
* Notify user via UI if their local storage is cleared

* Upbate changebog
2017-05-17 16:21:20 -07:00
Alex P c3d6c8352b Update Changelog 2017-05-17 16:15:32 -07:00
Jared Scheib 843ee32c72 Fix bug on selecting single-stat Visualization Type when no queries (#1484)
* Fix single-stat bug when no queries yet

* Bupdate changebog
2017-05-17 10:58:07 -07:00
Hunter Trujillo f4a21c94ba Merge branch 'master' into feature/version-clears-localstorage 2017-05-17 11:54:53 -06:00
Nathan Haugo f9602792af Merge pull request #1491 from influxdata/feature/godep
Update our go vendoring to use dep
2017-05-17 09:25:43 -06:00
Nathan Haugo 606cb9c027 Merge pull request #1478 from influxdata/feature/canned-influx-units
Update canned influx layout to use milliseconds of duration
2017-05-17 09:25:03 -06:00
Chris Goller 6c5c2c6505 Update CHANGELOG to mention using dep for vendoring 2017-05-16 17:17:33 -05:00
Jared Scheib 1e98d7fd14 Filter out any template variable values that are empty, whitespace, or duplicates (#1485)
* Filter out any empty, whitespace, or duplicate template variable values

* Update changelog
2017-05-15 15:17:51 -07:00
Jared Scheib 08d7061fee Change behavior of Template Variables autocomplete filtering in Query Editor to match from front of string only (#1474)
* Filter template variables by exact match from front of string

* Changedate uplog

* Use a more semantic method for filtering

* Clarify changebog
2017-05-15 10:50:48 -07:00
Hunter Trujillo b1b6cd09cf Update CHANGELOG. 2017-05-15 11:41:23 -06:00
Chris Goller b0a9afcdd4 Update CHANGELOG to mention InfluxDB rendered as milliseconds 2017-05-15 08:57:11 -05:00
Max Chadwick a0e95a4541 Update CHANGELOG 2017-05-14 22:16:27 -04:00
Alex Paxton 8fff51bef3 Merge branch 'master' into toggle-tempvars-controls 2017-05-12 17:00:28 -07:00
Alex P af5c8ab68f Update changelog 2017-05-12 15:05:30 -07:00
Alex P 4526e29249 Update changelog 2017-05-12 10:56:36 -07:00
Alex P 14cac5f053 Update changelog 2017-05-12 10:04:23 -07:00
Alex Paxton e1791f2226 Merge branch 'master' into improve-resizer 2017-05-10 17:27:58 -07:00
Alex P f94fdd2bcd Update Changelog 2017-05-10 11:42:18 -07:00
Alex P ae9388850f Update Changelog 2017-05-09 19:14:26 -07:00
Tim Raymond 8cae369cb6 Update CHANGELOG for infinite spinner basepath fix 2017-05-09 12:24:43 -07:00
Regan Kuchan c6e3ae511d Updates for 1.3.0 2017-05-08 19:31:15 -07:00
lukevmorris 9acea3831c Add SourceIndicator to Configuration and Admin pages (#1439)
* Add SourceIndicator to ManageSources + SourcePage

* Update CHANGELOG

* Add Source Indicator to Admin Page
2017-05-08 18:22:53 -07:00
Andrew Watkins 5569867392 Merge branch 'master' into bugfix/click-meas-sadness 2017-05-08 17:50:12 -07:00
lukevmorris 9cfa767dc3 Update CHANGELOG (#1436)
* Update CHANGELOG

* Update CHANGELOG
2017-05-08 17:49:13 -07:00
Andrew Watkins 46643c1f1c Update CHANGELOG 2017-05-08 17:48:49 -07:00
Hunter Trujillo 9c9bc6a0b4 Merge pull request #1433 from influxdata/bugfix/router-fix
Fall back to useRouterHistory method.
2017-05-08 17:42:12 -07:00
Hunter Trujillo 92f84e7a83 Update CHANGELOG. 2017-05-08 16:22:45 -07:00
Jade McGough 556e756b0e update changelog 2017-05-08 15:35:02 -07:00
Regan Kuchan d27234be55 Updates for 1.3.0~rc1 2017-05-08 14:56:57 -07:00
Tim Raymond 3fdc1bd526 Update CHANGELOG with OAuth/basepath fix 2017-05-08 14:40:50 -07:00
Jade McGough 543f7e072e update changelog 2017-05-08 11:08:24 -07:00
lukevmorris 6cda25cbc7 Need RangeValue to correctly calculate Alert graph range (#1406)
* Need RangeValue to correctly calculate Alert graph range

* Update CHANGELOG
2017-05-05 15:00:04 -07:00
Chris Goller dcf5838e91 Merge branch 'master' into feature/reverse-kapa 2017-05-05 14:41:06 -05:00
Chris Goller 1505b1eb7d Update CHANGELOG to mention enable/disable all tickscripts 2017-05-05 14:40:11 -05:00
Jade McGough df079349d3 Merge pull request #1401 from influxdata/delete-kapacitor
add ability to delete kapacitor config
2017-05-05 11:42:16 -07:00
Alex P 5a472c8fc6 Rebase 2017-05-05 10:11:38 -07:00
Chris Goller ce6229168d Merge branch 'master' into feature/influx-write 2017-05-05 08:10:14 -05:00
Jade McGough 830ff49ac3 update changelog 2017-05-04 23:46:56 -07:00
Alex P 69d739745e Merge branch 'master' into condense-de-lists 2017-05-04 17:38:59 -07:00
lukevmorris a478157357 :dashboardTime: (#1391)
* Add Range.Lower and Range.Upper to query config to persist custom ranges

* Update CHANGELOG to mention adding query build duration support

* Remove automatic application of global timeRange

If a user supplies a timeRange.  Add that to the queryConfig and use
that to generate the SELECT statement.  If a user omits a time range,
do not automatically include one...yet

* Update swagger.json to mention queryConfig's range

* Add test to influxql AST parsing of durations with no WHERE clause

* Implement first iteration of templated dashboard time range

* Range is nested within query.queryConfig

* DE will not use :dashboardTime:

* Clarify intention with a comment

* If there are no templates present, don't open the drawer

* Make TemplateControlBar its own component

* Rename dashTime to dashboardTime

* Cleanup TemplateControlBar

* Update CHANGELOG

* Update TemplateControlBar min height

* Polish template control bar

Inspired by @lukevmorris’ screenshot with the manage button on the right

* Reconstitute presentation mode styles
2017-05-04 16:57:50 -07:00
Jared Scheib 97ca27bee0 Make handleClickOutside on TemplateVariableRow work the same as handleCancelEdit (#1400)
* Give handleClickOutside the same behavior as handleCancelEdit

* Update changelog
2017-05-04 16:57:24 -07:00
Jared Scheib 69ca3b29fa Merge branch 'master' into bugfix/1345-alert-level-colors 2017-05-04 16:42:50 -07:00
Alex Paxton b199f4da52 Merge branch 'master' into overlay-all-the-way 2017-05-04 14:20:05 -07:00
Jared Scheib a613c49be8 Change default global time range to past 1 hour (#1395)
* Change default global timeRange to 1 hour

* Update changelog
2017-05-04 13:00:30 -07:00
Alex P 151c743c8a Update the changelog 2017-05-03 15:53:07 -07:00
Alex Paxton 36afed6cf0 Merge branch 'master' into condense-de-lists 2017-05-03 14:38:12 -07:00
Alex P ad3a34654a Update Changelog 2017-05-03 12:11:51 -07:00
Alex P d1bafda449 Let the world know about these changes 2017-05-03 10:34:32 -07:00
Chris Goller d90c3e5892 Update CHANGELOG to mention adding /write endpoint 2017-05-03 00:16:09 -05:00
Hunter Trujillo aea9aad7e1 CHANGELOG. 2017-05-02 16:06:15 -06:00
Chris Goller f38efbe39a Update CHANGELOG to mention adding query build duration support 2017-05-02 15:16:47 -05:00
Chris Goller 9f6df392cd Update CHANGELOG about fixing #1327 2017-05-02 12:45:40 -05:00
lukevmorris e9ebc5ca56 Promote dash-graph--options, demote dash-graph--container (#1373)
* Promote dash-graph--options, demote dash-graph--container

* Update CHANGELOG
2017-05-01 17:56:15 -07:00
Jared Scheib 32c20ddf51 Remove notification to login outside of session timeout (#1370)
* Remove notification to login outside of session timeout

* Update changelog
2017-05-01 17:53:33 -07:00
lukevmorris cb8962c2db Show red indicator when a host is down (#1365)
* Green for positive uptime, red otherwise

* Update CHANGELOG

* Handle class name construction with classnames module
2017-05-01 12:12:39 -07:00
Hunter Trujillo b0f6ccd08a Remove trailing space from CHANGELOG. 2017-05-01 12:11:11 -06:00
Hunter Trujillo c41634d64e Update CHANGELOG 2017-05-01 12:10:56 -06:00
Hunter Trujillo 2902d0bced Merge branch 'master' into hotfix/windows-uptime 2017-05-01 12:06:25 -06:00
Regan Kuchan e68732d833 Prep for beta10 release 2017-04-28 17:14:42 -07:00
Chris Goller 86bf8c1604 Merge pull request #1351 from nickysemenza/add-phpfpm-dashboard
add canned dashboard for phpfpm
2017-04-28 16:48:41 -05:00