tmgordeeva
fb69c5d06c
Merge pull request #13698 from influxdata/tg-fix-metrics
...
fix(storage): reduce tsm level metrics cardinality
2019-06-20 17:57:37 -07:00
lisale0
6206b905a4
set va directly and remove comment
2019-06-20 16:30:25 -07:00
lisale0
63bc965606
fix findvar test
2019-06-20 16:25:38 -07:00
lisale0
8c045ad08a
gofmt
2019-06-20 16:25:38 -07:00
lisale0
3d18984c70
fix tests
2019-06-20 16:25:38 -07:00
lisale0
2187bf345b
fixed bolt and inmem tests
2019-06-20 16:25:38 -07:00
lisale0
4057183dac
setting createdAt and updatedAt in bolt and inmem
2019-06-20 16:25:38 -07:00
Jade McGough
fa132d19a7
WIP
2019-06-20 16:25:38 -07:00
Jade McGough
b79e096bef
fix segfault
2019-06-20 16:25:38 -07:00
Jade McGough
2cd14c7cdb
fix failures in variable http testing
2019-06-20 16:25:38 -07:00
lisale0
3330d38984
feat(http): adding createdAt variable
2019-06-20 16:25:38 -07:00
Delmer
03a1c86e55
feat(ui/cloud_nav): adds and feature flags billing/usage sub navs ( #14170 )
...
Adds a feature flag for the billing and usage sub navs in cloud.
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-06-20 19:12:05 -04:00
tmgordeeva
bbb21804a3
Merge pull request #14144 from influxdata/tg-fix-metrics-startup
...
fix(storage): initialize tsm file metrics, update after compaction
2019-06-20 15:36:16 -07:00
Tanya Gordeeva
6428cdbce6
fix(storage): initialize tsm file metrics, update after compaction
...
These metrics weren't being properly intialized on opening the file store, and
weren't being properly updated on compaction.
2019-06-20 14:37:53 -07:00
Tanya Gordeeva
85dc52a93b
fix(storage): reduce tsm level metrics cardinality
...
This should have cut off TSM file levels at 4+.
2019-06-20 14:37:33 -07:00
Christopher Henn
2225b6a33f
fix(ui): upgrade influxdb-client-js and influxdb-templates
...
Upgrades influxdb-client-js to latest dev tip, which includes a fix for
issue #14086 .
I also ran into an issue where the templates UI was crashing. It was
fixed by running
npm update @influxdata/influxdb-templates
To avoid having to run this not-obvious fix in the future, I [added a
release process][0] to influxdb-templates, released a version, and
pinned influxdb to that version.
Closes #14086
[0]: 401ec1687a
2019-06-20 14:34:42 -07:00
Ben Johnson
b4275fa17e
fix(storage): Add WithCurrentGenerationFunc() for generation injection. ( #14151 )
...
fix(storage): Add WithCurrentGenerationFunc() for generation injection.
2019-06-20 09:53:50 -06:00
Ben Johnson
14980d55b8
fix(storage): Add WithCurrentGenerationFunc() for generation injection.
...
Adds the ability to set the current generation to use when compacting
the cache only. Previously, we used the current generation for all
files but this causes issues and we should only use the current
generation for level 1 compaction.
2019-06-20 08:54:38 -06:00
Christopher Henn
097867bfb8
fix(ui): prevent variable dropdown from clipping
...
Closes #14075
2019-06-19 15:39:40 -07:00
Andrew Watkins
54fba2ebb2
fix: only click save once to save cell ( #14164 )
2019-06-19 15:13:23 -07:00
Adam
9b8e6e8c6a
Merge pull request #14155 from influxdata/flux-staging
...
update flux to v0.33.0
2019-06-19 16:22:39 -04:00
Adam
b9082de498
Merge remote-tracking branch 'origin/master' into flux-staging
2019-06-19 14:09:21 -04:00
Christopher Henn
4bd7320f7c
fix(ui): update client version to resolve query bottleneck
...
Closes #14084
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2019-06-19 11:02:13 -07:00
Adam
d85ef69e19
Merge remote-tracking branch 'origin/master' into flux-staging
2019-06-19 13:38:49 -04:00
Adam
90e4f3111d
Tidy go modules
2019-06-19 11:58:02 -04:00
Roshan
b6b653d1bb
Merge pull request #14142 from influxdata/fix/to-with-multiple-fields
...
fix(stdlib): Fixed to() repeating values for multiple fields
2019-06-19 08:28:47 -07:00
Daniel Campbell
2c9f57d037
Add type metadata to User Templates ( #14154 )
...
* Add type metadata to User Templates
* Add default values
2019-06-18 16:25:13 -07:00
Adam
1d84bf6516
fix(stdlib/testing): skip flaky test regexp_replaceAllString
2019-06-18 16:25:59 -04:00
Adam
e4fbaa61e3
Merge remote-tracking branch 'origin/master' into flux-staging
2019-06-18 16:14:00 -04:00
Christopher Wolff
67236ea887
refactor(http): make http.Query use FluxCompiler when query is passed as text
2019-06-18 11:45:17 -07:00
Lyon Hill
83d9b8e89b
feat(task): Add traceID to new run's ( #14150 )
2019-06-18 11:29:25 -06:00
roshie548
15f66d1b98
moved field declaration line
2019-06-18 08:51:34 -07:00
roshie548
f45d616eaa
added test case
2019-06-18 08:51:34 -07:00
roshie548
13b397bb3c
fix(stdlib): Fixed to() creating too many rows for multiple fields
...
If a table has multiple field values, to() no longer writes rows multiple times.
2019-06-18 08:51:34 -07:00
Andrew Watkins
e25a8fa181
fix: sorting label by description ( #14148 )
...
* chore: labels test cleanup
* fix: throwing error when value is empty string
2019-06-18 08:47:57 -07:00
Alirie Gray
e5faf6faf6
Merge pull request #14131 from influxdata/tasks/unify-errors
...
chore(tasks): consolidate task errors into task_errors.go
2019-06-17 17:12:09 -07:00
Alirie Gray
66157c9d44
chore(tasks): consolidate task errors into task_errors.go
2019-06-17 16:03:18 -07:00
kelwang
69542b1752
Merge pull request #14147 from influxdata/telegraf_config_compatible_unmarshaller
...
fix(influxdb): telegraf compatible mode
2019-06-17 16:51:30 -04:00
Kelvin Wang
9b404d5c5e
fix(influxdb): telegraf compatible mode
2019-06-17 12:08:04 -04:00
Lyon Hill
411d904b64
fix(task): bug when urm's are left in the database for task lookup ( #14141 )
...
* fix(task): allow us to skip tasks with crufty maps
2019-06-14 16:21:38 -06:00
Daniel Campbell
ddf99f99f6
Add User Template Descriptions ( #14140 )
2019-06-14 11:25:47 -07:00
Nate Isley
d30fd10848
Merge pull request #14136 from influxdata/nisley-alpha-13
...
Update CHANGELOG.md for alpha 13
2019-06-13 17:00:53 -07:00
Nate Isley
eb431f9570
Update CHANGELOG.md
2019-06-13 16:57:56 -07:00
Christopher Henn
14d63be349
fix(ui): upgrade giraffe to 0.12.1
...
Closes #14133
2019-06-13 16:01:39 -07:00
Brandon Farmer
38a111d9db
Merge pull request #14132 from influxdata/static-templates-changelog
...
Update changelog for static templates
2019-06-13 14:20:57 -07:00
Brandon Farmer
af1a217bea
Update changelog for static templates
2019-06-13 14:10:39 -07:00
Brandon Farmer
827db8ae1e
Merge pull request #14130 from influxdata/static-templates
...
Static templates
2019-06-13 13:46:37 -07:00
Nate Isley
226fce0266
Merge pull request #14129 from influxdata/nisley-patch-alpha-12
...
Update CHANGELOG.md
2019-06-13 11:55:15 -07:00
Nate Isley
4919d934e3
Merge branch 'master' into nisley-patch-alpha-12
2019-06-13 11:53:53 -07:00
Daniel Campbell
fd458cb33e
Add tabs and descriptions to Templates Page ( #14105 )
...
* Add tabs and descriptions to Templates Page
* Fixes tests broken by axios upgrade
* Add type metadata
* add no description placeholder
2019-06-13 11:45:24 -07:00