Commit Graph

28040 Commits (04e541bf06039461194610dec58e1bf00e33ca6c)

Author SHA1 Message Date
Brandon Farmer 9ecb65d658
Merge pull request #11053 from influxdata/fixes/sign-in-direct
Properly handle sign in page when there are no sources
2019-01-14 14:27:36 -08:00
Brandon Farmer 65eac3cc4b Properly handle sign in page when there are no sources 2019-01-14 14:10:59 -08:00
Iris Scholten 7db37b90c6 Build ui for scraping component on onboarding
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-01-14 14:10:22 -08:00
Mark Rushakoff d42f6aa1f3 ci: stop whitelisting appveyor branches
This should restore appveyor builds on PRs, although getting the build
to work properly is still outstanding:

https://github.com/influxdata/influxdb/issues/10937
2019-01-14 13:32:12 -08:00
Iris Scholten 07d4b41c02
Merge pull request #11051 from influxdata/fix/add-update-config
fix(ui/dataLoaders): Add check for existing configs for update
2019-01-14 11:47:41 -08:00
Iris Scholten 358e1820c7 fix(ui/dataLoaders): Add check for existing configs for update 2019-01-14 11:02:14 -08:00
Jacob Marble ba170c9944
Merge pull request #11044 from influxdata/fix/docker-multiple-binaries
fix: Docker image 'quay.io/influxdb/influx' gets 'influx' binary
2019-01-14 10:22:19 -08:00
kelwang c447f9bad9
Merge pull request #11045 from influxdata/find_telegrafs_bug
fix(http): fix the user resouce mapping filter
2019-01-14 12:27:07 -05:00
Jacob Marble dda9b8468f WIP fix: Docker image 'influx' gets 'influx' binary 2019-01-14 09:25:05 -08:00
Kelvin Wang 390f553416 fix(http): fix the user resouce mapping filter 2019-01-14 12:07:51 -05:00
Jade McGough 974d538017
Merge pull request #11039 from influxdata/dashboard-owner-links
fix(http): add owners/members links to dashboards responses
2019-01-14 09:06:51 -08:00
Jade McGough 9d844ae274 fix(http): add owners/members links to dashboards responses 2019-01-14 08:58:04 -08:00
Michael Desa 1123f291a1
Merge pull request #10948 from influxdata/feat/add-orgs-to-dashboards
Add organization to dashboards
2019-01-14 11:39:34 -05:00
Michael Desa 92eaa53936 feat(platform): add organization id to dashboard
feat(http): add organization id to dashboard handler

feat(testing): add organization id to dashboards for testing

feat(bolt): add organization dashboard index

feat(inmem): filter dashboards by organization id

feat(http): add organizationID to dashboard response

feat(bolt): use index key to retrieve dashboard id

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

feat(influxdb): support organization as filter for dashboards

fix(http): add query params to self links in dashboards/protos api
2019-01-14 11:28:28 -05:00
Leonardo Di Donato 9ba97e844c chore(testing): empty set rather than error when there aren't telegraf configs for an org
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-14 17:08:44 +01:00
Leonardo Di Donato 673738e212 fix(inmem): empty set rather than error when there aren't telegraf configs for an org 2019-01-14 17:08:44 +01:00
Leonardo Di Donato e4a19bbf36 fix(bolt): empty set rather than error when there aren't telegraf configs for an org
Fixes #11018
2019-01-14 17:08:44 +01:00
Leonardo Di Donato 1e42e0259e chore(platform): specific not found error for telegraf configs 2019-01-14 17:08:44 +01:00
Michael Desa 3bbe2c8345
Merge pull request #10947 from influxdata/fix/issue#2169
Fix create authorization command
2019-01-14 10:26:36 -05:00
Michael Desa a3541b22d4 feat(http): allow user id to be specified explicitly on authorization
test(http): get user off of session in create authz test

fix(http): allow user id to be specified explicitly on authorization

create authorization now allows specifying user id explicitly. If no
user id is specified then we use the user id from the authorizer.

fix(http): use influxdb import

fix(http): use platform error in http auth tests

feat(cmd/influx): allow create auth command to specify user explicitly

feat(http): add org id to permissions
2019-01-14 10:20:20 -05:00
Lyon Hill dfbbfc53cd
Merge pull request #11015 from influxdata/feat/task-validation
feat(task): Add validations for all task actions
2019-01-14 08:16:27 -07:00
Edd Robinson b025d9afa9 Improve efficiency of TSI index series drop
This commit improves the performance of a mass delete on the TSI index
by deleting at the measurement level instead of deleting each series
individually.
2019-01-14 12:46:55 +00:00
Edd Robinson 9e11602b6a Add DeleteBucket benchmark 2019-01-14 12:46:55 +00:00
Edd Robinson 7ee4f499e1 Clarify best method of set difference 2019-01-14 12:46:53 +00:00
Edd Robinson c7d26d8950 Rename delete method 2019-01-14 11:23:13 +00:00
Edd Robinson 20a8528337 Ensure TSI bitset cache cleaned up on m drop 2019-01-14 11:23:13 +00:00
Paul Dix 32c63cd038
Update README.md 2019-01-12 17:48:58 -05:00
Lyon Hill bc9755ae75 fix a naming typo 2019-01-12 10:02:57 -07:00
Iris Scholten 5e0c152efe
Merge pull request #11029 from influxdata/fix/ui-create-telegraf
Update onboarding to be able to make telegraf configs
2019-01-11 16:13:58 -08:00
Deniz Kusefoglu 7b2363c064
Merge pull request #11023 from influxdata/feat/send-from-DE
Add send to dashboard functionality to Data Explorer
2019-01-11 15:47:56 -08:00
Iris Scholten dec48900d9 Update onboarding to be able to make telegraf configs
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-11 15:26:16 -08:00
Deniz Kusefoglu 2a2fbcc264 Add send to dashboard functionality to Data Explorer
Co-authored-by: Alirie Gray<alirie.gray@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-11 14:18:57 -08:00
alexpaxton c9c13137f4
Misc. UI Improvements (#11016)
* Improve contrast of tabbed page tabs

* Improve wording of "me" section

* Update button copy

* Update copy

* Convert time machine tabs to button in page header

* Move view type dropdown to page header

* Update test snapshot

* Cleanup component types
2019-01-11 14:05:44 -08:00
Jorge Landivar f8f1c1e7b6
Merge pull request #10954 from influxdata/feature/update_task_options
feat(tasks): update task options from api
2019-01-11 14:58:10 -06:00
Nathaniel Cook 3a2231be98 Merge branch 'master' into flux-staging 2019-01-11 13:47:49 -07:00
Nathaniel Cook aecbc143e4 chore: go mod tidy 2019-01-11 13:45:05 -07:00
Lyon Hill d1fc5dc58c vet code 2019-01-11 13:34:30 -07:00
Nathaniel Cook 1708a41fa7 refactor: update query functions for Flux builtins 2019-01-11 13:11:57 -07:00
Lyon Hill 6967734cda feat(task): Add validations for all task actions 2019-01-11 13:09:31 -07:00
Ryan Betts 4855d58281
Merge pull request #11014 from influxdata/ryan-readme
Add NPM dependency to README.md
2019-01-11 14:48:01 -05:00
Ryan Betts 5e9e6a729e Add NPM dependency to README.md 2019-01-11 14:33:23 -05:00
kelwang 0ac9d02d64
Merge pull request #10957 from influxdata/scraper_with_write_interface
add(gather): add writer interface
2019-01-11 13:51:26 -05:00
kelwang f0381bd308
Merge pull request #10977 from influxdata/scraper_target_swagger_doc
feat(http): add scraper target swagger
2019-01-11 13:51:07 -05:00
Mark Rushakoff 966f2ff9f3 Merge remote-tracking branch 'influx/next'
The master branch now reflects v2 development.
2019-01-11 10:39:56 -08:00
Mark Rushakoff f2898d1992 Wipe out workspace in preparation for v2 merge
"Knock knock."

"Who's there?"

"InfluxDB Veet."

...
2019-01-11 10:38:50 -08:00
Kelvin Wang 82f79932c1 feat(http): add bucket and org name in response 2019-01-11 13:09:19 -05:00
Kelvin Wang ce6004243c add(gather): add writer interface 2019-01-11 13:09:18 -05:00
j. Emrys Landivar (docmerlin) a2674fa03d feat(tasks): update task options from api 2019-01-11 11:55:46 -06:00
Michael Desa da0f5d5ea6
Merge pull request #10971 from influxdata/fix/filter-authorization-perms
fix(influxdb): add org id to permissions
2019-01-11 12:49:16 -05:00
Mark Rushakoff 26afe32611
Merge pull request #11001 from influxdata/changelog-1.x-only
Only update the changelog on 1.x branches
2019-01-11 09:43:55 -08:00