Commit Graph

29218 Commits (ea7b5be0934c37a57026fc0db4a7bfa0ecc9e0a7)

Author SHA1 Message Date
Sebastian Borza 4d2122fbdc
updating telegraf instructions command 2019-03-10 23:12:22 -05:00
Chris Goller af9d4bf483
Merge pull request from influxdata/fix/telegraf-links
fix(http/telegraf): add missing member/owner test links
2019-03-10 23:08:31 -05:00
Chris Goller 5e62562243 fix(http/telegraf): add missing member/owner test links 2019-03-10 22:56:52 -05:00
Chris Goller 2011ef7252
Merge pull request from zhulongcheng/rm-owner-schema
docs(http): add members/owners links
2019-03-10 22:39:53 -05:00
Mark Rushakoff 9bbe321d23 chore: serve swagger.json in development builds
In a development build (i.e. does not have the assets build tag), the
first request to GET /api/v2/swagger.json will produce log output like:

INFLUXDB_VALID_SWAGGER_PATH not set; falling back to checking relative paths	{"log_id": "0E4I7Dkl000", "service": "swagger-loader"}
Successfully loaded swagger.yml	{"log_id": "0E4I7Dkl000", "service": "swagger-loader", "path": "/.../influxdb/http/swagger.yml"}

There is no such log line in production builds.

But now both builds correctly serve swagger.json, instead of just
production builds.
2019-03-09 12:42:44 -08:00
Andrew Watkins 8e36f59f33
Feat/tele token ()
* feat: add telegraf configs to the config page

* feat: add tokens to telegraf configs

* feat(perms): display proper permissions to user

* feat: add tokens to redux

* wip: add token to auths

* hack: make server return labels and links

* wip: create a label for telegraf config

* fix(http/telegraf): JSON marshaling using pointer receiver

* chore: add back whitespace

* chore: add back whitespace

* add telegraf token to popup

* feat(token/tele): remove token when config gets deleted

* test: sadness

* change to streaming

* unskip test
2019-03-08 19:09:42 -08:00
Iris Scholten b5b31d6d6f
Merge pull request from influxdata/update-client-importing
chore(ui): update client library dependency
2019-03-08 18:43:03 -08:00
kelwang 020c4bc093
Merge pull request from influxdata/preauthorizer_confusing_bucket_name
fix(query): fix same bucket name with different orgs
2019-03-08 21:31:26 -05:00
Kelvin Wang dcc052b1c2 fix(query): fix same bucket name with different orgs 2019-03-08 20:37:05 -05:00
Iris Scholten 2616ddf728 chore(ui): update client library dependency 2019-03-08 17:21:25 -08:00
Andrew Watkins ec241a1d2f unskip test 2019-03-08 17:07:56 -08:00
Andrew Watkins 1fea6205ac change to streaming 2019-03-08 17:04:15 -08:00
Andrew Watkins 95ae38a151 test: sadness 2019-03-08 16:27:49 -08:00
Chris Goller f930f7752f
Merge pull request from influxdata/fix/auth-context
fix(task): set query request authorization
2019-03-08 18:05:16 -06:00
Andrew Watkins 4970b6cec4 feat(token/tele): remove token when config gets deleted 2019-03-08 15:52:53 -08:00
Chris Goller 639fb5d768 fix(task): set query request authorization
Co-authored-by: Mark Rushakoff <mark@influxdata.com>
2019-03-08 17:48:48 -06:00
Andrew Watkins 89195f6e07 add telegraf token to popup 2019-03-08 15:05:31 -08:00
Andrew Watkins e3a9e60329 chore: add back whitespace 2019-03-08 14:52:19 -08:00
Christopher Henn ae5bdeb997 Add variable hydration utility 2019-03-08 14:32:58 -08:00
Andrew Watkins b96354ef58 chore: add back whitespace 2019-03-08 14:11:28 -08:00
Delmer 1b28fd3d49
feat(ui/dash/export): add route for dash exporting () 2019-03-08 16:29:22 -05:00
Chris Goller 27e98a3e41 fix(http/telegraf): JSON marshaling using pointer receiver 2019-03-08 15:12:46 -06:00
Russ Savage 86613fa9b6
updating changelog for release 2019-03-08 15:24:23 -05:00
Delmer 3ed9ad3ee1
feat(ui/tasks): inline label editing () 2019-03-08 15:11:07 -05:00
Michael Desa afcfb10859
Merge pull request from influxdata/fix/orphaned-buckets
fix(kv): deleted organizations leave orphaned buckets
2019-03-08 11:28:10 -08:00
Christopher Henn d168360739 Run Prettier through ESLint 2019-03-08 10:55:30 -08:00
Andrew Watkins f4a830b3f2 wip: create a label for telegraf config 2019-03-08 10:49:03 -08:00
kelwang e78b34b799
Merge pull request from influxdata/bucket_update_issue
fix(kv): fix bucket update issue
2019-03-08 13:44:04 -05:00
Michael Desa a3245886a4
fix(kv): deleted organizations leave orphaned buckets 2019-03-08 10:35:39 -08:00
Andrew Watkins 7725c79c45 hack: make server return labels and links 2019-03-08 10:14:22 -08:00
alexpaxton 1e2d40c1c3
Update changelog () 2019-03-08 09:38:10 -08:00
Stuart Carnie 825367e418
Merge pull request from influxdata/sgc/tracing
Use alternate runtime APIs to reduce allocs / cpu
2019-03-08 10:20:06 -07:00
Russ Savage 83614f94d7
Minor text updates for password error and default scraper name ()
* updating password length message
* updating default scraper name
* updating password error in a few more places; fixed tests
2019-03-08 09:12:59 -08:00
alexpaxton d2bd4b76d9
Inline Label Editing from Dashboards Index ()
* Use client generated Label in dashboard actions

* Fetch labels when dashboards index loads

* Add styles for "colorless" labels

* Implement inline label editing from dashboard cards

* Fine tune label deletion

* Create createLabelAJAX function

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Make inline label creation work in dashboards index

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* WIP use ILabel as the defacto label type

* Ensure a label can be updated without having to change the name

* Ensure all fields in a Label can be changed in the overlay

* WIP write e2e tests for inline labelling

Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* wip: dashboard brittle

* wip dashboards

* Position inline labels popover such that it doesn't collide with the navbar

* chore: run all dashboard tests 25 times

* Ensure that there is a dashboard with a name that matches the search test query

* Appease the lint gods with mortal sacrifice

* Remove unit test in favor of e2e test

Everything the unit test is testing is also tested by the e2e test

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Remove for loop and fix search name assertion

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Fix affected task test

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Fix incorrectly named reference in e2e test

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>
Co-Authored-By: Andrew Watkins <121watts@users.noreply.github.com>

* Undo go file change

* Add guard back in

* Undo changes to go file
2019-03-08 09:11:30 -08:00
Kelvin Wang fb6e3b3a5f fix(kv): fix bucket update issue 2019-03-08 11:36:05 -05:00
Jacob Marble 5e9a74f46d add benchmarks to demonstrate performance composition 2019-03-07 22:34:31 -08:00
Andrew Watkins 6d57b61c08 wip: add token to auths 2019-03-07 21:09:34 -08:00
Andrew Watkins 4ce43462c8 feat: add tokens to redux 2019-03-07 21:09:34 -08:00
Andrew Watkins 062fbe5945 feat(perms): display proper permissions to user 2019-03-07 21:09:34 -08:00
Andrew Watkins c1e5a5ddb7 feat: add tokens to telegraf configs 2019-03-07 21:09:34 -08:00
Andrew Watkins ba60e12629 feat: add telegraf configs to the config page 2019-03-07 21:09:34 -08:00
kelwang 81e15b7141
Merge pull request from influxdata/check_token_existance
fix(influx): return the error when token file already exists
2019-03-07 20:37:15 -05:00
Stuart Carnie b98a8fed0b
perf(tracing): Use alternate runtime APIs to reduce allocs / cpu
```
benchmark                                                      old ns/op     new ns/op     delta
BenchmarkLocal_StartSpanFromContext-8                          1382          718           -48.05%

benchmark                                       old allocs     new allocs     delta
BenchmarkLocal_StartSpanFromContext-8           6              4              -33.33%

benchmark                                       old bytes     new bytes     delta
BenchmarkLocal_StartSpanFromContext-8           376           224           -40.43%
```
2019-03-07 18:28:57 -07:00
Iris Scholten 59024eb53b
Merge pull request from influxdata/fix/import-tasks-duplicate-labels
fix(ui): Update client library dependency to fix duplicating labels on task import
2019-03-07 17:14:57 -08:00
Kelvin Wang 9d3b5932ba fix(influx): return the error when token file already exists 2019-03-07 20:10:48 -05:00
Iris Scholten 368292d5d2 fix(ui): Update client library dependency to fix duplicating labels on task import 2019-03-07 16:39:00 -08:00
Palakp41 0e022e37c8
Merge pull request from influxdata/feat/remove-member-org
Add the ability to remove a member from org
2019-03-07 16:11:17 -08:00
Palak Bhojani 834f6d0b75 Add the ability to remove a member from org 2019-03-07 14:52:58 -08:00
Chris Goller a2b06c49cd
Merge pull request from influxdata/feat/session-to-auth
feat(http): convert user sessions to auth for query service
2019-03-07 16:47:47 -06:00
Lyon Hill ad515cbdc5
Update the required fields for task swagger ()
* Update the required fields for task swagger
2019-03-07 15:34:12 -07:00