Commit Graph

28185 Commits (9e9a98f9fd666f794c6a799cdec1d73af216cf75)

Author SHA1 Message Date
Nathaniel Cook 9e9a98f9fd
Merge pull request #11421 from influxdata/flux-staging
upgrade to Flux v0.17.0
2019-01-22 15:28:51 -07:00
Delmer 69a4bbeb56
fix(ui): fix redirect to buckets tab overlay (#11420) 2019-01-22 14:24:40 -08:00
Delmer f074315881
fix(ui): wiring for labels (#11404)
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-22 14:22:11 -08:00
Chris Goller 1c11c095a4
Merge pull request #11423 from influxdata/feat/goreleaser-ldflags
feat(goreleaser): add version, commit and date to builds
2019-01-22 16:15:56 -06:00
Christopher Henn 7ae52419b2 Enforce minimum retention policy of 1 hour in UI 2019-01-22 14:02:38 -08:00
Chris Goller 204b2b4d7d
Merge pull request #11366 from influxdata/feature/hosted-docs
feat(http): host swagger docs at /docs and /api/v2/swagger.json
2019-01-22 15:49:44 -06:00
Chris Goller 31ab881c96
Merge pull request #11347 from influxdata/feat/telemetry
Add optional telemetry that reports every 8 hours
2019-01-22 15:48:24 -06:00
Christopher Henn 8781ce8357 Fix flaky getMinDurationFromAST test
Adds a bit of leeway so that the test won't fail due to tolerable
floating point inaccuracies.
2019-01-22 13:47:02 -08:00
Chris Goller 91c2d0c77d feat(goreleaser): add version, commit and date to builds 2019-01-22 15:46:47 -06:00
Andrew Watkins 1abae7df0d
chore: remove time axis feature from TableGraphs (#11379) 2019-01-22 13:46:33 -08:00
Andrew Watkins 63855236ed
chore: change streaming copy to telegraf branding (#11414) 2019-01-22 13:46:06 -08:00
Nathaniel Cook 4648a7f638 chore: go mod tidy 2019-01-22 14:43:47 -07:00
Nathaniel Cook 5c64332a63 chore(flux): update Flux to v0.17.0 2019-01-22 14:39:16 -07:00
Nathaniel Cook d4d8bdd3a0 refactor(query): update import path for CreateSourceFromDecoder 2019-01-22 14:36:31 -07:00
Michael Desa 84021e1f69
Merge pull request #11413 from influxdata/fix/various-cli
Solidify setup, write, query experience for CLI
2019-01-22 13:34:40 -08:00
Michael Desa d9473182d2 fix(cmd/influx): make setup, write, query a solid experience
fix(cmd/influx): format error for bare influx command

feat(cmd/influx): add org flag to query command

fix(cmd/influx): check correct error in wrapCheckSetup

fix(influx/cmd): use correct shorthand flag for org flag

feat(cmd/influx): wrapCheckSetup with wrapErrorFmt

feat(cmd/influx): cleanup language and errors during setup command

fix(http): use id query param in get buckets request

feat(cmd/influx): add helpful error messages for write command

feat(cmd/influx): add context to query command
2019-01-22 13:25:17 -08:00
alexpaxton a138a683de
Polish/dash description jiggle (#11411)
* Prevent dashboard descriptions from jiggling on edit

* Shrink global font sizes and adjust accordingly
2019-01-22 13:23:50 -08:00
Palakp41 d996844f3c
Merge pull request #11403 from influxdata/feat/remove-add-source-button
Remove Add new source button from onboarding sidebar
2019-01-22 13:21:29 -08:00
Lyon Hill c4e71bf412
Use orgID when to function reports its write buckets. (#11363)
* Use orgID when to function reports its write buckets.

fixes #11231
2019-01-22 14:13:50 -07:00
Palak Bhojani 9f5b25cf7b Update scraper url to include default url metrics 2019-01-22 13:11:09 -08:00
Palak Bhojani 10d6bec4a9 Remove Skip button from Scraping and Line Protocol 2019-01-22 13:05:02 -08:00
Brandon Farmer ba9e365aca
Merge pull request #11312 from influxdata/fix/11302
fix(ui): remove returnTo on logout
2019-01-22 12:53:15 -08:00
Palak Bhojani 3e732fb617 Remove Add new source button from onboarding sidebar 2019-01-22 12:53:02 -08:00
Brandon Farmer 3d1978ca17
Merge pull request #11313 from influxdata/fix/11304
fix(ui): update IndexRoute to MePage
2019-01-22 12:52:45 -08:00
Andrew Watkins 828f96880b
Merge pull request #11391 from influxdata/fix/password-jiggle
fix(ui/validation): jiggling elements with validation errors
2019-01-22 12:50:13 -08:00
alexpaxton 9f210e9f92
Fix missing visibility toggle (#11397) 2019-01-22 12:35:35 -08:00
Daniel Campbell 3baa2d919e
Make columns same width (#11394) 2019-01-22 12:11:52 -08:00
alexpaxton 6da121399d
Polish Dropdowns (#11393)
* Align active and inactive items in dropdown menus via indentation

* Cleanup
2019-01-22 12:03:40 -08:00
Daniel Campbell 38ef776d13
Jump to data loader step from buckets "Add Data" button (#11384)
* Add context menu to open data loader

* Steps go to correct wizard
2019-01-22 11:52:11 -08:00
Christopher Henn 39ed56c25b Fix single stat and gauge value formatting
- Extract value formatting in the the `SingleStat` and `Gauge`
  components to a shared utility function
- Rewrite `SingleStat` for readability
- Implement the "auto" mode for a `DecimalPlaces` setting. For now, this
  will format integers with no digits after the decimal place, and will
  format rationals with 2 digits after the decimal place.

Closes #11370
2019-01-22 11:49:42 -08:00
Alirie Gray 7e91bf2c3e
Merge pull request #11389 from influxdata/polish(adminui)/change-scraping-button-text
Change button text from next to finish for configure scraping step
2019-01-22 11:47:11 -08:00
Andrew Watkins 5d76e73e8c fix(ui/validation): jiggling elements with validation errors 2019-01-22 11:46:37 -08:00
Deniz Kusefoglu e962eeedec
Merge pull request #11387 from influxdata/bugfix-table-time-column-detection
Resolve field options after excluding data in tables
2019-01-22 11:43:31 -08:00
Alirie Gray 489feda724 Change button text from next to finish for configure scraping step 2019-01-22 11:41:26 -08:00
Mark Rushakoff 882750c751 fix(task): populate created task response, the same as finding
The response from a created task was missing the name field; now a test
ensures that response matches what is returned when listing tasks.
2019-01-22 11:32:17 -08:00
Iris Scholten 0cfc99c5fe
Merge pull request #11369 from influxdata/fix/telegraf-config-verify
fix(ui/dataLoading): Ensure that a bucket gets passed into the datalistening query
2019-01-22 11:29:15 -08:00
Alirie Gray 957ddbadcd
Merge pull request #11382 from influxdata/polish(tablegraph)/remove-result-and-table-columns
Hide result and table columns from being shown in table options
2019-01-22 11:24:51 -08:00
Deniz Kusefoglu c5131bc192 Resolve field options after excluding data in tables 2019-01-22 11:17:30 -08:00
Alirie Gray 0eceb4e52b Hide result and table columns from being shown in table options 2019-01-22 11:13:05 -08:00
Chris Goller a6350ac09e
Merge pull request #11377 from influxdata/feat/scraper-every-10s
feat(cmd/influxd): scrapers should run every ten seconds
2019-01-22 13:02:10 -06:00
Chris Goller ae62edfa51 feat(cmd/influxd): scrapers should run every ten seconds
Previously, scrapers were running every one minute.
2019-01-22 12:49:13 -06:00
Michael Desa df2ae6f291
Merge pull request #11348 from influxdata/fix/misc-cli
feat(cmd/influx): check if instance has been setup if error encountered
2019-01-22 10:45:14 -08:00
Deniz Kusefoglu fa4e7b0357
Merge pull request #11331 from influxdata/fix/dashboard-cloning
Create a clone dashboard function
2019-01-22 10:29:12 -08:00
Leonardo Di Donato 65622b4289 chore(authorizer): refactor order of checks
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-22 19:23:23 +01:00
Leonardo Di Donato 83e321366e feat(authorizer): test secrets write permissions 2019-01-22 19:23:23 +01:00
Leonardo Di Donato a2b2a6d471 feat(authorizer): test secrets read permissions
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-22 19:23:23 +01:00
Leonardo Di Donato d973bdd661 feat(authorizer): secrets auth 2019-01-22 19:23:23 +01:00
Leonardo Di Donato 285979c82c chore(bolt): refactor secrets to influxdb ns 2019-01-22 19:23:23 +01:00
Leonardo Di Donato eae9d44fb3 feat(influxdb): secrets resource type 2019-01-22 19:23:23 +01:00
Leonardo Di Donato c76974dcfd chore(influxdb): secret not found error 2019-01-22 19:23:23 +01:00