Commit Graph

4339 Commits (56c30ddc6df9d1c9d26aca03ff40e83ff9e97e11)

Author SHA1 Message Date
Nathan Haugo 56c30ddc6d Merge pull request #1785 from influxdata/fix/invalid_date-1764
Fix Custom Time Range and Preset options in Data Explorer; remove CTR option from Rule Builder
2017-07-26 11:44:13 -05:00
Jared Scheib 6ab9eefea1 Prevent Custom Time Range as option in Kapacitor Rule Alerts 2017-07-25 17:12:56 -07:00
Alex Paxton 866e6ae0a4 Fix CustomTimeRange z-index to show above DE query
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-07-25 16:53:14 -07:00
Jared Scheib 55aa08201f Use combo TimeRangeDropdown with CustomTimeRange
Preserve custom timeRange when valid dates
2017-07-25 16:43:46 -07:00
Nathan Haugo a0f0dbacc1 Merge pull request #1781 from influxdata/release/1.3.5.0
Release 1.3.5.0
2017-07-25 15:11:17 -05:00
Chris Goller 2d8b1ef340 Release 1.3.5.0 2017-07-25 15:08:02 -05:00
Alex Paxton 77e259bb7c Merge pull request #1779 from influxdata/misc-ui-fixes
Misc UI Fixes
2017-07-25 12:20:10 -07:00
Jared Scheib 9e31083cc6 Merge pull request #1777 from influxdata/fix/disentagle_de_and_kap_qcs-1772
Disentangle client Kapacitor rule creation from Data Explorer query creation
2017-07-25 12:19:00 -07:00
Jared Scheib e1f95ab449 Merge branch 'master' into fix/disentagle_de_and_kap_qcs-1772 2017-07-25 12:12:20 -07:00
Alex P 9addb63247 Updoot changelog 2017-07-25 11:59:55 -07:00
Alex P fe157520aa Highlight snip button when active 2017-07-25 11:00:08 -07:00
Alex P 0da89e1707 Fix alignment of custom time indicator in presentation mode 2017-07-25 10:59:55 -07:00
Nathan Haugo 040e72b78d Merge pull request #1776 from influxdata/feature/authorization-influx
Update influx Authorization Headers for write and query path
2017-07-25 12:14:28 -05:00
Chris Goller 38f172f84d Update interface Authorization to Authorizer 2017-07-25 12:13:46 -05:00
Nathan Haugo 4720df245b Update changelog 2017-07-25 12:13:46 -05:00
Chris Goller cef0e66df0 Update influx Authorization Headers for write and query path 2017-07-25 12:13:46 -05:00
Chris Goller a3e38a68c9 Update influx Authorization Headers for write and query path 2017-07-25 12:13:46 -05:00
Jared Scheib 7c8713cd72 Merge branch 'master' into fix/disentagle_de_and_kap_qcs-1772 2017-07-24 22:06:43 -07:00
Jared Scheib db61929526 Merge pull request #1773 from influxdata/fix-clipped-scroll-container
Fix clipped scroll containers
2017-07-24 22:06:12 -07:00
Jared Scheib 39da043c4f Update changelog 2017-07-24 22:01:16 -07:00
Jared Scheib 3193249807 Fix Kapacitor queryConfigs tests 2017-07-24 21:56:35 -07:00
Jared Scheib 59701ef03b Fix Data Explorer tests; remove Kapa test from it 2017-07-24 21:36:14 -07:00
Jared Scheib cae6d14e37 Separate Kapacitor & Data Explorer queryConfig actions & reducers
Refactor actions to ES6
Rename Kapa & DE action creator groups & redux state top-level keys for clarity
Remove auto-add func to field in kapa
Remove unused actions and reducers from kapa queryconfigs
Replace react-addons-update with lodash _.filter and _.omit; yarn package
2017-07-24 21:31:54 -07:00
Alex P a7bde5d5d0 Update changelog 2017-07-24 18:01:41 -07:00
Alex P 3f5a25e77f Remove fancy-scrollbars dependent style 2017-07-24 17:53:30 -07:00
Jared Scheib ffb26bcde4 Merge pull request #1770 from influxdata/update/chronograf_version_text-1671
Specify that version is for Chronograf on Sources page
2017-07-24 13:11:05 -07:00
Jared Scheib 7b882a12b2 Update changelog 2017-07-24 13:04:53 -07:00
Jared Scheib f130072309 Merge pull request #1763 from influxdata/test/add_detailed_reporting
Add option for verbose reporting in client unit tests
2017-07-24 13:04:03 -07:00
Jared Scheib 23ca2c6868 Specify that version is for Chronograf on Sources page 2017-07-24 12:57:52 -07:00
Jared Scheib 3b39b6e19f Make test command consistent 2017-07-24 12:55:09 -07:00
Jared Scheib 0b4f3e0625 Add Testing section to ui/README.md 2017-07-24 12:49:41 -07:00
Jared Scheib a7d00b3069 Update comment with command line option 2017-07-24 12:49:29 -07:00
Jared Scheib e76aac033b Merge pull request #1762 from influxdata/feature/kapa_alert_props-1755
Restore and add all supported Kapacitor alert services; fix Kapa alert state bug
2017-07-24 12:04:24 -07:00
Timothy J. Raymond d78faba1f0 Merge pull request #1740 from influxdata/feature/tr-cell-axes
Add Axes to Dashboard Cells
2017-07-24 14:18:41 -04:00
Tim Raymond ede85f6964 Enforce only "x", "y", and "y2" axes
For the forseeable future, we will only be using the "x", "y", and "y2"
axes, even though the underlying serialization can support arbitrary
axes (for the future).

This ensures that only "x", "y", and "y2" axes are present and updates
the Swagger docs to reflect that fact
2017-07-24 14:06:15 -04:00
Tim Raymond 543b8703b3 Add tests for Dashboard protobuf & misc renaming
There were previously no tests around Dashboard serialization to
protobuf, so this patch adds coverage for that. Also, the `go-cmp`
package has been introduced to replace our usage of `reflect.DeepEqual`
going forward because it has better comparison features that make it
more stable across Go versions and produces nice diffs in tests when
they fail, reducing the need for debug lines and manual inspection.
2017-07-24 14:04:23 -04:00
Tim Raymond a5bdc5ff61 s/DashboardRange/Axis, format protobufs, 64-bit
"Axis" is a more consistent and appropriate name. Also, the formatting
the protobufs was all over the place, so this has been made consistent
using a first-column \t. Furthermore, a vim modeline was added to the
bottom to make it easier for editors to autoconfigure themselves to the
right format, since protobufs are not something that we edit everyday.

Also, 32-bit values have been substituted for 64-bit values in Protobuf
definitions.
2017-07-24 14:03:48 -04:00
Tim Raymond db4d093a0c Update Swagger with Cell Axes
Cells now have axes which represent their visualization's viewport. This
updates the Swagger documentation to reflect this.

Things to be aware of
=====================

The form of "axes" is that of a map<string,object>, which is represented
in Swagger by an "additionalProperties" key (search for "string to model
mapping" here: https://swagger.io/specification/).
2017-07-24 14:03:48 -04:00
Tim Raymond cbbfd312ca Add Axes to Dashboard Cells
The frontend would like to store viewport information for each cell so
that visualizations are zoomed to the proper extents upon rendering.
This adds a property to cells called "axes" which takes the following
shape:

```
{
   "axes" : {
      "y" : {
         "bounds" : [
            0,
            2
         ]
      },
      "y2" : {
         "bounds" : [
            1,
            3
         ]
      }
   }
}
```

Bounds specify the visible range for the axis, and are a 2-tuple of the
form [lower, upper]. Bounds are not implicitly inclusive or
exclusive--that determination is left for clients to make. Also, there
are no restrictions on the naming of axes.
2017-07-24 13:45:28 -04:00
Jared Scheib 24884ae735 Add Karma verbose reporting; comment options in config 2017-07-22 11:32:03 -07:00
Jared Scheib 03ab41a84c Update changelog 2017-07-21 20:15:07 -07:00
Jared Scheib f1d95ae1d5 Fix alertNode redux schema bug by updating prop on rule correctly 2017-07-21 20:08:04 -07:00
Jared Scheib 96d69e2501 Add optional properties to Kapacitor rule alerts for all services
Refactor Slack rule alert to use properties.
Do not add non-string values or those that are not understood or
currently known.
2017-07-21 20:05:39 -07:00
Jared Scheib f6aed4ae84 Add space between functions 2017-07-21 19:57:31 -07:00
Jared Scheib aa58847e93 Streamline service lookup for filtering 2017-07-21 18:10:14 -07:00
Jared Scheib 335bb6f821 Reorder alert constants for legibility 2017-07-21 17:54:55 -07:00
Jared Scheib 5676fb20cd Merge pull request #1756 from influxdata/fix/remove_auto_group_by_kapa_alerts-1730
Prevent 'auto' GROUP BY option in Kapacitor rule builder
2017-07-21 16:07:37 -07:00
Andrew Watkins bd01e5dd9e Merge pull request #1757 from influxdata/prettier-test
Prettier test
2017-07-21 15:53:50 -07:00
Andrew Watkins 32fc74bf8a Prettier test 2017-07-21 15:34:31 -07:00
Jared Scheib 7a5a949862 Update changelog 2017-07-21 15:25:21 -07:00