Commit Graph

28359 Commits (86a0040d8408653fd9d9c5c78d4ffe1b530470bd)

Author SHA1 Message Date
Chris Goller 5c73b12887
Merge pull request #11336 from influxdata/feat/prom-api-request-hist
feat(http): use default prom histogram buckets
2019-01-21 11:16:26 -06:00
Michael Desa c76e202309
Merge pull request #11337 from zhulongcheng/fix-bolt-onboarding
fix(bolt): create user mapping after bucket is created
2019-01-21 09:15:26 -08:00
Michael Desa e2bc8afc04
Merge pull request #11301 from influxdata/feat/authorize-urm
authorize user resource mapping operations
2019-01-21 08:33:25 -08:00
Chris Goller e2bbf2495e
Merge pull request #11083 from zhulongcheng/panic-stack
fix(http): log api panic with a stack trace
2019-01-21 10:06:05 -06:00
zhulongcheng bb7df1fb4d add test for logging http panics 2019-01-21 23:29:28 +08:00
Chris Goller 1811ed43b4
Merge pull request #11038 from zhulongcheng/log-db-rm-event
log dashboard removed event
2019-01-20 10:09:03 -06:00
zhulongcheng ffdf2cd1e6 fix(bolt): create user mapping after bucket is created 2019-01-20 15:44:22 +08:00
Chris Goller a28494ad76 feat(http): use default prom histogram buckets 2019-01-19 19:19:18 -06:00
Christopher Henn 02cc100b4f Add icons to vis type dropdown 2019-01-18 17:31:58 -08:00
Christopher Henn 57786a6865 Default tag key selection to '_measurement' 2019-01-18 17:30:15 -08:00
Christopher Henn 083e02e4b5 Avoid issuing invalid metaquery in query builder 2019-01-18 17:30:15 -08:00
Christopher Henn 8b95eb57b3 Cache metaqueries used in query builder 2019-01-18 17:30:15 -08:00
Christopher Henn fb27576bd3 Polish TagSelector empty state spacing 2019-01-18 17:30:15 -08:00
Brandon Farmer d114ac128b
Merge pull request #11326 from influxdata/feat/update-task-time-range
Pass task options on update
2019-01-18 16:45:57 -08:00
Iris Scholten 237c468cbf
Merge pull request #11325 from influxdata/fix/dataLoader-clearing-state
fix(ui/dataLoaders): Ensure correct starting step in data loading wizard
2019-01-18 16:41:09 -08:00
Brandon Farmer b42cf30062 Pass task options on update 2019-01-18 16:39:12 -08:00
Palakp41 8845d84706
Merge pull request #11317 from influxdata/feat/validate-scraper-string
Update url input to now allow empty strings
2019-01-18 16:28:32 -08:00
Iris Scholten 3a67ad2e61 fix(ui/dataLoaders) Ensure correct starting step in data loading wizard 2019-01-18 16:26:37 -08:00
Mark Rushakoff 10b7e087e7 fix(query): improve preauthorizer errors on unknown buckets
When trying to create a task that writes to an unknown bucket,
previously the error message would resemble:

could not find bucket {<nil> 0xc0000dfcc0 <nil> 0xc0000dfce0}: <not found> bucket not found

Now print something human-readable:

could not find write bucket with filter: [Bucket Name: b, Org Name: a]: <not found> bucket not found
2019-01-18 16:22:15 -08:00
Iris Scholten 9d3465c1e4
Merge pull request #11323 from influxdata/fix/nginx-configs
fix(ui/dataLoaders): Update Nginx configs to include urls
2019-01-18 16:18:47 -08:00
Palakp41 6c5117203f
Merge pull request #11320 from influxdata/feat/remove-procstat
Remove procstat plugin from system bundles
2019-01-18 16:13:43 -08:00
Chris Goller f6a4151024
Merge pull request #11321 from influxdata/feat/bolt-metrics
feat(bolt): add metrics for resources stored in boltdb
2019-01-18 18:08:51 -06:00
Chris Goller 2b7a0099e8 feat(bolt): add scraper and telegraf metric counters 2019-01-18 18:00:10 -06:00
Iris Scholten a05e3fb421
Merge pull request #11318 from influxdata/feat/quick-start
feat(ui/onboarding): Create default scraper when Quick Start is selected
2019-01-18 15:59:01 -08:00
Palak Bhojani d16bc077b0 Update url input to not allow empty strings 2019-01-18 15:49:01 -08:00
Iris Scholten 67b87c1086 fix(ui/dataLoaders): Update Nginx configs to include urls 2019-01-18 15:47:13 -08:00
Chris Goller 8082c64556 feat(bolt): add metrics for influxdb buckets stored in boltdb 2019-01-18 17:45:45 -06:00
Chris Goller 49782c3be4 feat(bolt): add metrics for resources stored in boltdb 2019-01-18 17:45:45 -06:00
Palak Bhojani bc924b51cb Remove procstat plugin from system bundles 2019-01-18 15:29:01 -08:00
Iris Scholten f3ad63b8b6 feat(ui/onboarding): Create default scraper when Quick Start is selected in onboarding 2019-01-18 15:25:43 -08:00
Brandon Farmer f04cf3ecd9
Merge pull request #11314 from influxdata/fixes/dont-verify-line-protocol-on-change
Wait till submit to verify manual line protocol
2019-01-18 15:09:37 -08:00
Mark Rushakoff 3e1551334f fix(http): ensure response body always closed
This avoids leaking resources.

Found by manually inspecting results of `git grep -A5 -F '= hc.Do'`.
2019-01-18 14:55:48 -08:00
Delmer e2ffc17b21
fix(ui): add session timeout notification (#11281)
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-18 17:43:00 -05:00
Chris Henn fdd53fa925
Update ui/src/me/components/LogoutButton.tsx
Co-Authored-By: OfTheDelmer <delmer814+1@gmail.com>
2019-01-18 17:34:57 -05:00
Chris Goller 354010ca84
Merge pull request #11308 from influxdata/feat/proto-from-filesystem
feat(proto): read JSON files in proto
2019-01-18 16:30:58 -06:00
Brandon Farmer 22344b7f28 Wait till submit to verify manual line protocol 2019-01-18 14:26:38 -08:00
Iris Scholten 99b25311f6
Merge pull request #11311 from influxdata/fix/scrapertargets-to-scrapers
fix(ui/dataLoaders): Update scraper targets to scraper
2019-01-18 14:25:15 -08:00
Delmer Reed 337bcc4e9a fix(ui): update IndexRoute to DashboardsPage 2019-01-18 17:19:50 -05:00
Delmer Reed 19cf116e3d fix(ui): remove logout returnTo query param 2019-01-18 17:14:46 -05:00
Iris Scholten 02c02f9b40 fix(ui/dataLoaders): Update scraper targets to scraper 2019-01-18 14:08:23 -08:00
Chris Goller 101c636bbe chore(ci): add staticcheck linter ignore comments for proto 2019-01-18 15:29:23 -06:00
Chris Goller dea64a3685 feat(proto): read JSON files in proto
We used go-bindata to embed all JSON files in proto to be shipped
with our released influxdb.

We are committing the bin_gen.go so that it simplifies the building
via make and go build.

If you would like to add another proto JSON file, run make
to generate a new bin_gen.go.

Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-18 15:13:19 -06:00
Christopher Henn 1412124a70 Fix example `map` Flux function call 2019-01-18 12:37:54 -08:00
Iris Scholten c64f528012
Merge pull request #11274 from influxdata/fix/update-telegraf-bucket
fix(ui/dataLoaders): Fix update telegraf config
2019-01-18 11:48:52 -08:00
Christopher Henn ca4a62f3f2 Reset query builder selections when changing bucket 2019-01-18 11:32:53 -08:00
Michael Desa cdc9146b78 feat(influxdb): add authorized user resource mappings
feat(bolt): add function to find a resources organization id

rename platform to influxdb

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>

fix(bolt): rename FindResoureOrganization to FindResoureOrganizationID

feat(authorizer): add authorized user resource mapping service

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>

feat(influxdb): wire up authorized user resource mapping

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>

fix(authorizer): remove unused field from tests

Co-authored-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2019-01-18 14:22:08 -05:00
Iris Scholten a5fe808680
Merge pull request #11269 from influxdata/fix/empty-scraper-verify
Remove empty scraper verify step and data loaders progress bar
2019-01-18 11:14:44 -08:00
Iris Scholten 2efa0d2a56 fix(ui/dataLoaders): Fix update telegraf config 2019-01-18 11:12:45 -08:00
Brandon Farmer 976e95c7b6
Merge pull request #11262 from influxdata/feat/show-flux-error-in-time-machine
Display flux error in UI
2019-01-18 11:07:06 -08:00
Brandon Farmer 8cb47c75cf
Merge pull request #11296 from influxdata/feat/node-npm-version
Set node and npm version requirements for project
2019-01-18 11:06:32 -08:00