Commit Graph

4193 Commits (d064876d16f930bc960c05346656980a4ac43dfb)

Author SHA1 Message Date
Alex Paxton d064876d16 Merge pull request #1707 from influxdata/alerts-table-tweaks
Fine Tune Alerts Table Column Sizing
2017-07-10 15:49:41 -07:00
Alex P 3b3810f8da Update changelog 2017-07-10 13:21:40 -07:00
Alex P 7edd10b541 Merge branch 'master' into alerts-table-tweaks 2017-07-10 13:20:20 -07:00
Jared Scheib 8a67996465 Merge pull request #1709 from influxdata/fix/he_dep_package_json/1693
Move dependency to correct package.json and yarn.lock
2017-07-10 13:15:08 -07:00
Alex P 4bce195a1f Change level column to dot instead of text, truncate long hostnames with ellipsis
Browser displays full hostname when mouse hovers over link
2017-07-10 13:14:30 -07:00
Alex Paxton 735fd97705 Merge pull request #1708 from AbleLincoln/zindex
Fix z-index for options context menu
2017-07-10 13:06:37 -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
Jared Scheib 54a6bfe529 Move he dep to correct package.json and yarn.lock 2017-07-10 12:38:36 -07:00
Alex P 4bbe59da00 Prioritize alert name over host 2017-07-10 12:22:40 -07: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
Andrew Maney f1bc44dfee Z-index for options menu fixed 2017-07-10 13:14:50 -04:00
Alex P d5d72f09fb Make NAME and HOST columns less likely to wrap
- LEVEL, TIME and and VALUE have fixed pixels widths as the maximum
content size is predictable
2017-07-07 17:20:33 -07:00
Andrew Watkins 6e65688d73 Merge pull request #1679 from influxdata/get-legend-rekt
Update legend functionality
2017-07-07 16:53:25 -07:00
Andrew Watkins d789986807 Merge pull request #1697 from influxdata/hotfix/custom-time-range
Custom Time Range Indicator Hotfix
2017-07-07 16:52:29 -07:00
Jared Scheib 42cd5ae9d5 Fix isEditable prop name 2017-07-07 16:00:17 -07:00
Jared Scheib 256391d9db Make minor syntax consistency updates 2017-07-07 15:42:17 -07:00
Jared Scheib 2753362272 Merge pull request #1695 from influxdata/feature/persist_datasource_flag-1555
Add server flag to add new InfluxDb source and Kapacitor server
2017-07-07 14:51:51 -07:00
Jared Scheib 7e8018782e Merge branch 'master' into feature/persist_datasource_flag-1555 2017-07-07 14:45:00 -07:00
Timothy J. Raymond 0c2c0e8b0f Merge pull request #1674 from influxdata/feature/tr-auth0-organizations
Add support for Auth0 organizations
2017-07-07 17:07:35 -04:00
Tim Raymond d9bfa23660 Fix bad merge conflict resolution
Duplicate definitions of the same property were present because of
confusing placement of merge conflict markers.
2017-07-07 16:59:19 -04:00
Andrew Watkins cd9324a63a Put parent in charge of when to render custom time 2017-07-07 13:28:49 -07:00
Andrew Watkins cc4cd89157 Fix bool 2017-07-07 13:25:02 -07:00
Andrew Watkins d7e3144a6b Refactor NameableGraph component 2017-07-07 13:22:38 -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
Jared Scheib 0855fc434b Add test for creating NewSources via server flag
Move TestLogger to mocks

Signed-off-by: Tim Raymond <tim@timraymond.com>
2017-07-07 12:56:12 -07:00
Andrew Watkins 2683f00027 Refactor to use js class syntax 2017-07-07 11:45:06 -07:00
Andrew Watkins dd214e6bec Pull out custom time range into separate component 2017-07-07 11:37:53 -07:00
Andrew Watkins a7a3a9618e Merge pull request #1698 from influxdata/hotfix/node-8-support
Fix node-sass version for Node 8 support.
2017-07-07 09:34:59 -07:00
Hunter Trujillo 468f4fd8ef Fix node-sass version for Node 8 support. 2017-07-06 17:29:59 -06:00
Jared Scheib 965d72ea3f Correct comment 2017-07-06 15:04:04 -07:00
Jared Scheib a8c816085e Refactor process new sources into named func 2017-07-06 14:27:14 -07:00
Jared Scheib 1c72fd338b Move NewSources input prep to server
Signed-off-by: Tim Raymond <tim@timraymond.com>
2017-07-06 14:12:07 -07:00
Jared Scheib b30fd6e260 Clarify comment 2017-07-06 13:47:39 -07:00
Hunter Trujillo 4084074b1a Fix issue on both homepage and status page where custom time range indicator data is not present on the cell's query. 2017-07-06 14:31:28 -06:00
Alex P cba4dfae14 Fix merge conflicts 2017-07-06 12:49:05 -07:00
Jared Scheib 0e0800c218 Remove check on already existing Kapacitor
Clean up conditionals by refactoring to use loop label.
Incidentally this also fixed a bug that would not allow
a Kapacitor server to be added by the same name as one
that already existed, allowing the check to be removed
as well.
2017-07-06 12:18:33 -07:00
Alex P 078d09aa04 Make filter toggleable 2017-07-06 12:16:03 -07:00
Jared Scheib 8707659688 Allow server to run even if NewSources errors out 2017-07-06 12:05:05 -07:00
Jared Scheib d1603ae971 Clean up conditionals 2017-07-06 12:04:34 -07:00
Jared Scheib f621ba348f Move throwaway parsing type into NewSources 2017-07-06 11:57:02 -07:00
Jared Scheib 3d6048be2e Update error messages to use plural 2017-07-06 11:48:14 -07:00
Jared Scheib 1ca0315f67 Add sample usage
Make flag identifier plural since JSON array of objects
2017-07-06 11:44:42 -07:00
Jared Scheib 96a7dc310d Log info if source already exists 2017-07-06 11:19:10 -07:00
Alex Paxton da05affd91 Merge pull request #1677 from influxdata/custom-range-on-cells
Display Custom Time Range on Cell
2017-07-06 09:58:02 -07:00