Commit Graph

8512 Commits (f1d9f8beb0deae9153bb34a4064a4d9fbcafabaa)

Author SHA1 Message Date
Andrew Watkins c63e511872 Fix date format 2018-03-28 11:52:32 -07:00
Iris Scholten 21daf088c9 update versions with bumpversion 2018-03-28 11:34:23 -07:00
Luke Morris a5b9ee2038 Update PR template: Use GH Keyword; Reorganize/compact sections 2018-03-28 11:18:45 -07:00
Luke Morris 72e7db41ee Update changelog 2018-03-28 11:13:44 -07:00
Luke Morris 850e8c5533 Support custom time range in annotations api wrapper 2018-03-28 11:11:09 -07:00
Iris Scholten 0bd172ac8d update CHANGELOG.md 2018-03-28 11:04:31 -07:00
ebb-tide bde397be68 Flip feature flag for table graphs 2018-03-28 11:00:27 -07:00
Iris Scholten d6351a3716 Merge pull request #3054 from influxdata/table-tests
Table Graph tests
2018-03-28 10:55:01 -07:00
Alex P 5e4e17c65f Limit render of Done Editing button to cell types that support annotations 2018-03-28 10:36:41 -07:00
Alex Paxton 9424847e9f Merge branch 'master' into bugfix/delete-chrono-user 2018-03-28 10:09:06 -07:00
Alex P a65b482419 Guard against colors being passed in as an empty array 2018-03-28 10:04:33 -07:00
Andrew Watkins 173509c0ce Merge pull request #3068 from influxdata/bugfix/graph-fill
Fix graph fill bug: Other graphs hate him
2018-03-28 09:49:18 -07:00
Andrew Watkins e3328cba4b Merge pull request #3074 from influxdata/spike/feature-flag
Feature Flag with this one weird trick
2018-03-28 09:49:02 -07:00
Benjamin Schweizer a231ec1108 added USE_ID_TOKEN option, defaulting off 2018-03-28 15:51:10 +02:00
Benjamin Schweizer 041887492e gofmt 2018-03-28 13:34:30 +02:00
Benjamin Schweizer 335d8dbb99 Merge branch 'master' of https://github.com/influxdata/chronograf 2018-03-28 13:30:05 +02:00
Alex Paxton 9579f907f1 Merge pull request #3053 from influxdata/polish/table-column-measurement
Improve Table Graph Column Width Calculations
2018-03-27 17:31:11 -07:00
Iris Scholten 54c1910f9c Merge pull request #3071 from influxdata/feature/table-graph-swagger
Update Swagger with Tables info
2018-03-27 17:20:41 -07:00
Andrew Watkins bfbfcc04bd Introduce feature flag component
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-27 17:19:03 -07:00
Alex P aa08edac99 Fix some of the minute spacing problems in table graph 2018-03-27 17:00:05 -07:00
Alex P e1c6febc84 Merge branch 'master' into polish/table-column-measurement 2018-03-27 16:52:02 -07:00
Alex P 0146322629 Updoot log of change 2018-03-27 15:36:05 -07:00
Alex P 5d3be94f04 Make RuleGraph comply with new shape of overrideColors 2018-03-27 15:33:06 -07:00
Alex P e47b5bff1f Updoot log of Change 2018-03-27 15:11:31 -07:00
Alex P 98c2a67575 Make current org delete user UX consistent with all users table 2018-03-27 15:08:09 -07:00
Alex P 4bd5f71cd2 Remove lodash 2018-03-27 15:06:58 -07:00
ebb-tide b4f5081ccc Improve timeformat options 2018-03-27 15:06:33 -07:00
Alex P c491f74cd5 Use plain JS arrow function instead of lodash curry 2018-03-27 15:03:35 -07:00
Iris Scholten 07807afb20 respond to review 2018-03-27 14:28:59 -07:00
Iris Scholten fa54547835 respond to review 2018-03-27 14:27:01 -07:00
Alex P 7fab9b3f64 Improve color palette contrast 2018-03-27 12:19:56 -07:00
Alex P c32c0eb24a Silence console error 2018-03-27 12:19:23 -07:00
Alex P cf30c773ea Improve contrast of color palette 2018-03-27 12:05:12 -07:00
Alex P 763ce1b353 Remove obsolete code 2018-03-27 12:03:03 -07:00
Andrew Watkins 6995bdfbca Fix dropdowns rendering 0 2018-03-27 11:47:25 -07:00
Iris Scholten 422a9479ce update swagger.json with tableOptions info 2018-03-27 11:45:57 -07:00
Alex P 4b4425e45c Improve color selection for graphs with 1 or 2 lines 2018-03-27 11:41:13 -07:00
Deniz Kusefoglu 0b35690252 Merge pull request #3059 from influxdata/bugfix/fix-hoverTime
Bugfix/fix hover time
2018-03-27 11:24:15 -07:00
ebb-tide 99c1481332 Make calcScrollToColRow function a lot nicer 2018-03-27 11:02:35 -07:00
Andrew Watkins 3becdb0feb Update CHANGELOG 2018-03-27 09:17:12 -07:00
Andrew Watkins 8e204b7a0b Fix graph fill bug 2018-03-27 09:12:33 -07:00
Alex P 7d08f0bf23 Remove dots from static legend 2018-03-26 19:33:47 -07:00
ebb-tide 4b08bdd42a fix default time format to include fractions of seconds 2018-03-26 19:14:48 -07:00
Alex P 6edb4f30e4 Write reducer test for updating line graph colors 2018-03-26 19:14:06 -07:00
Alex P a3fc9b778c Implement updating and rendering of line color scales 2018-03-26 19:10:19 -07:00
Alex P c1f3de244c Introduce component for selecting color scales 2018-03-26 19:09:29 -07:00
Alex P e0acfb9119 Add "Scale" type to accepted cell color types 2018-03-26 19:09:09 -07:00
ebb-tide bf2361efee Store table graph labels in state 2018-03-26 18:38:13 -07:00
ebb-tide c3d12ee1d0 Determine hoverStateIndex correctly even if table graph is filtered and sorted
Co-authored-by: Iris Scholten <iris@influxdata.com>
2018-03-26 17:47:28 -07:00
Alex P 635b0b91cf WIP Introduce a handful of color presets 2018-03-26 16:55:46 -07:00