Commit Graph

30707 Commits (d0dedff57643cba17eafd4765d6be5432fe68061)

Author SHA1 Message Date
Christopher Henn 9b78a66cd2 chore(ui): upgrade dependencies
Upgrades giraffe and influxdb-client-js dependencies.

Makes a few source tweaks to accomdate changes in the new client
version.
2019-06-24 11:22:30 -07:00
Andrew Watkins d457865704
build: remove npm replace with yarn (#14176)
* build: remove npm

* build(yarn): only build silently on prod

* build(yarn): replace npm with yarn in makes and docs

* build: remove mentions of npm

* build: add yarn.lock

* build(yarn): lower minor version requirement

* chore: remove package-lock.json

* chore: add package-lock.json to gitignore

* build(node): allow newer node

* docs: update README.md
2019-06-21 16:19:42 -07:00
Iris Scholten ea27736eaf
fix(ui/cloudNav): Update cloud subnav feature flag to use env var (#14171)
Subnav should be visible in acceptance but feature flagged in production
2019-06-21 13:17:57 -07:00
lisale0 1d6a0c5a3c fix pr 2019-06-21 11:55:28 -07:00
Andrew Watkins 5dfba47d15
fix: cell errors (#14168)
* fix: add tooltip for error message

* wip: styles for error

* chore: christmas time

* feat: introduce error formatting

* style(veo): scrollable errors

* style(cell): error tooltip

* chore: remove comment

* style: put styles on children
2019-06-21 10:25:09 -07:00
Lyon Hill 89acf847ea
feat(task): Build interfaces for a generic scheduler. (#14163)
* feat(task): Build interfaces for a generic scheduler.
2019-06-21 10:31:43 -06:00
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