Commit Graph

28278 Commits (a0121c8819c1f818a95636c6457b03202539d072)

Author SHA1 Message Date
Chris Goller a0121c8819 ci(goreleaser): create a release version of goreleaser
Co-authored-by: Luke Morris <lukevmorris@gmail.com>
Co-authored-by: Mark Rushakoff <mark@influxdata.com>
2019-01-23 14:19:05 -06:00
Palakp41 cfc5291e9e
Merge pull request #11506 from influxdata/fix/remove-previous-button
Remove previous button from dataloader wizard on configure step
2019-01-23 11:50:30 -08:00
Palakp41 98dd8fb476
Merge pull request #11503 from influxdata/fix/remove-download-config
Remove download config file button from dataloader wizard
2019-01-23 11:50:03 -08:00
Palakp41 dc6be64f2b
Merge pull request #11502 from influxdata/feat/tasks-update-notify
Show notifications on tasks for update, create and delete
2019-01-23 11:49:23 -08:00
Iris Scholten d594ae35c5
Merge pull request #11505 from influxdata/fix/scrapers-no-buckets
fix(ui/dataLoaders): Update scrapers bucket dropdown to not fail when there's no buckets
2019-01-23 11:27:01 -08:00
Palak Bhojani 8aa4bc5324 Remove previous button from dataloader wizard on configure step 2019-01-23 11:20:00 -08:00
Iris Scholten b50a2b6723 fix(ui/dataLoaders): Update scrapers bucket dropdown to not fail when there's no buckets 2019-01-23 11:18:26 -08:00
Palak Bhojani ccbea379ca Remove download config file button from dataloader wizard 2019-01-23 11:00:44 -08:00
Palak Bhojani 7cbfb2f8a7 Show notifications on tasks for update, create and delete 2019-01-23 10:40:38 -08:00
Chris Goller 4dea7c9b68
Merge pull request #11495 from influxdata/fix/rename-build-date
refactor(prometheus): rename date to build_date for clarity
2019-01-23 10:50:49 -06:00
Chris Goller ba2cb91a44 refactor(prometheus): rename date to build_date for clarity 2019-01-23 09:05:15 -06:00
Chris Goller abe6ed3b8b
Merge pull request #11490 from influxdata/fix/scraper-nat-group
fix(gather): add all subscribers to a single nats queue group
2019-01-22 23:33:26 -06:00
Chris Goller bb09a74732 fix(gather): add all subscribers to a single nats queue group
Previously, scrapers would scrape the target 10 times.  This was
because each scraper subscriber was not put into a queue group.

I've added the queue group "metrics" and now we the subcribers
will only scrape the target once.

Additionally, I moved to using nats memory instead of nats file
store.  We don't need durability for scraper runs across restarts.
2019-01-22 23:05:24 -06:00
Chris Goller df9c4bd70d
Merge pull request #11489 from influxdata/feat/restrict-circle-cpu
ci(circle): decrease the number of parallel race tests
2019-01-22 22:47:50 -06:00
Chris Goller b9cfc72d25 ci(circle): decrease the number of parallel race tests
Trying to not get race tests killed by circle by decreasing the number of parallel tests run.
2019-01-22 22:18:14 -06:00
Chris Goller c82dbdce51
Merge pull request #11485 from influxdata/feat/log-build-info
feat(cmd/influxd): log build information
2019-01-22 21:53:17 -06:00
Chris Goller e2a1e25707 feat(cmd/influxd): log build information 2019-01-22 21:39:40 -06:00
Jade McGough 10d3e65552
Merge pull request #11484 from influxdata/org-name-tests
fix(testing): return organization name in failure messages
2019-01-22 19:34:48 -08:00
Chris Henn 35839f22e4 Fix misplaced emdash in hover legend (#11446) 2019-01-22 19:33:47 -08:00
Andrew Watkins e4a445b34f
feat(ui/tables): use dateTypes annotation for column formatting (#11459) 2019-01-22 19:33:09 -08:00
Jade McGough 7840e5e6b4 fix(testing): return organization name in failure messages 2019-01-22 19:12:51 -08:00
Deniz Kusefoglu 37d7a49f64
Merge pull request #11477 from influxdata/retry-dash-from-proto
Create dashboards for plugins in verify step
2019-01-22 19:08:21 -08:00
Deniz Kusefoglu fe5539c9cf Create dashboards for plugins in verify step 2019-01-22 19:01:34 -08:00
Chris Goller 5cee9ce38b
Merge pull request #11442 from influxdata/feat/ignore-swagger-gen
chore(gitignore): ignore swagger_gen.go
2019-01-22 20:42:37 -06:00
Chris Goller 41e9fccb5e
Merge pull request #11456 from influxdata/feat/telemetry-information
feat(telemetry): update redirection website for telemetry information
2019-01-22 20:40:42 -06:00
Iris Scholten 946a5f81bd
Merge pull request #11470 from influxdata/fix/scraper-response
fix(http): if bucket or org do not exist, do not report
2019-01-22 18:39:22 -08:00
Delmer c88f9186b3
fix(ui): add guard for no highlight labels (#11483) 2019-01-22 18:33:48 -08:00
Delmer f4136d17f9
fix(ui): spacing typo (#11476) 2019-01-22 18:33:02 -08:00
Iris Scholten 1aa238fcba Refactor search logic to include scrapers with no bucket
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-22 18:29:08 -08:00
lukevmorris 81507f0e55
Merge pull request #11474 from influxdata/fix/default-to-empty-array
fix(ui): default body/import to empty array
2019-01-22 18:07:48 -08:00
Daniel Campbell 74c21c8990
remove sidebar on selection step (#11473) 2019-01-22 17:51:21 -08:00
Delmer 6fdfd9341b
fix(ui): fix label deletion (#11472) 2019-01-22 17:47:53 -08:00
Luke Morris 3760c2e936 fix(ui): default body/import to empty array 2019-01-22 17:47:48 -08:00
Iris Scholten 4dab885ad0
Merge pull request #11468 from influxdata/fix/empty-bucket-collectors
Fix empty dropdown bucket in collectors
2019-01-22 17:46:07 -08:00
lukevmorris c024545fe5
Merge pull request #11471 from influxdata/chore/update-doc-links
chore(ui): update helpful links
2019-01-22 17:39:28 -08:00
Chris Goller e5f8ee0d76 fix(http): add default org/bucket id of zero when it doesn't exist 2019-01-22 19:35:23 -06:00
Luke Morris 284377579b chore(ui): rephrase as CTA 2019-01-22 17:29:02 -08:00
Brandon Farmer 6ebea1bc23
Merge pull request #11466 from influxdata/update/flux-functions-ui
Update flux function defs in builder
2019-01-22 17:25:02 -08:00
Luke Morris ff5c8ba63e chore(ui): update helpful links 2019-01-22 17:24:35 -08:00
Iris Scholten e85e54441b Fix empty dropdown bucket in collectors 2019-01-22 17:23:54 -08:00
Jade McGough 9caa09df47
Merge pull request #11469 from influxdata/org-find-name
fix(bolt): provide better error message when unable to find org by name
2019-01-22 17:23:23 -08:00
Michael Desa e8987a361a
Merge pull request #11464 from influxdata/fix/buckets-cli
fix(cmd/influx): add context to error messages in bucket commands
2019-01-22 17:23:06 -08:00
Chris Goller 799375d4a8 fix(http): if bucket or org do not exist, do not report 2019-01-22 19:21:23 -06:00
Jade McGough ca35c2d3e1 fix(bolt): provide better error message when unable to find org by name 2019-01-22 17:20:37 -08:00
Brandon Farmer 256448e6be Update flux function defs in builder 2019-01-22 17:17:42 -08:00
lukevmorris 43f77ccb06
Merge pull request #11457 from influxdata/fix/prepend-imports
fix(ui): inject tvar statements between imports and body
2019-01-22 17:17:34 -08:00
Michael Desa d2a2338c8d fix(cmd/influx): add context to error messages in bucket commands 2019-01-22 17:10:43 -08:00
Deniz Kusefoglu 3f8c799425
Merge pull request #11454 from influxdata/feat-add-destination-to-task
Add destination to task flux script
2019-01-22 17:10:34 -08:00
Daniel Campbell 5eb7dc8acf
scrolling query tabs (#11463)
* Move timer to active tab

* scrolling query tabs
2019-01-22 17:10:05 -08:00
Deniz Kusefoglu 8298978c1a Add destination to task flux script 2019-01-22 17:05:53 -08:00