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
Edd Robinson
489a0f6ad0
Merge pull request #10958 from influxdata/er-sketch-cardinality
...
Fix cardinality estimation error
2019-01-11 17:28:05 +00:00
Daniel Campbell
edc3e37c28
Polish/onboarding buttons ( #11000 )
...
* Remove back button on Admin step
* Make wizard button text consistent
2019-01-11 09:27:11 -08:00
Michael Desa
944de4157a
fix(influxdb): add org id to permissions
...
filter out resources that have mission IDs
fix(influxdb): simplify auth check in PermissionAllowed
review(platform): update as noted in review
fix(influxdb): ensure permission has valid org id
2019-01-11 12:23:28 -05:00
Daniel Campbell
b3238d318f
Polish/onboarding ( #10984 )
...
* hide url tab in line protocol
* update snapshot
* Add influxdata url
* Change Admin to Initial User
2019-01-11 09:17:17 -08:00
Mark Rushakoff
beb6848d95
Only update the changelog on 1.x branches
...
Master is switching to 2.x development today, and we are not going to
continue using the changelog strategy we used in 1.x.
2019-01-11 08:54:44 -08:00
Stuart Carnie
c47a3ea2af
feat(flux): Add support for optionally logging Flux queries
...
New configuration:
```toml
[http]
flux-log-enabled = true
```
will produce log entries similar to:
```
ts=2019-01-11T14:47:46.124347Z lvl=info msg="Executed Flux query" log_id=0CwLysq0000 service=httpd compiler_type=flux response_size=1467 query="from(bucket:\"test\") |> range(start: -5000h) |> limit(n:5)" stat_total_duration=3.949ms stat_compile_duration=3.183ms stat_queue_duration=0.026ms stat_plan_duration=0.055ms stat_requeue_duration=0.000ms stat_execute_duration=0.668ms stat_max_allocated=3200 stat_concurrency=1
```
2019-01-11 09:09:26 -07:00
Kelvin Wang
cc3eaf5e75
feat(http): add scraper target swagger
2019-01-11 11:03:42 -05:00
Jacob Marble
c852bdf638
Merge pull request #10973 from influxdata/fix/readme-basic-usage
...
fix: Add 'Basic Usage' fodder to README
2019-01-11 07:57:18 -08:00
Iris Scholten
ea6b999f57
Merge pull request #10986 from influxdata/generic-multiple-input
...
Change Multiple Input to be generic and move to clockface
2019-01-10 16:56:57 -08:00
Iris Scholten
c1c5644899
Change Multiple Input to be generic and move to clockface
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2019-01-10 16:37:18 -08:00
Palakp41
d40bcdb261
Merge pull request #10978 from influxdata/feat/adminui-scrapers-list
...
Add Scrapers tab to Organizations page
2019-01-10 16:35:19 -08:00
Mark Rushakoff
975c9a0a58
ci: rename api-compatibility Jenkinsfile
...
To get CI sorted out, we need the 2.x Jenkinsfile to have a different
name from the 1.x Jenkinsfile.
2019-01-10 16:03:08 -08:00
Jade McGough
dd2190fc1a
Merge pull request #10985 from influxdata/auth-cli-permissions
...
feat(cmd): add missing auth cli params
2019-01-10 16:01:42 -08:00
Jade McGough
8b255440e5
feat(cmd): add missing auth cli params
2019-01-10 15:38:07 -08:00
Palak Bhojani
dd9066e3e7
Add Scrapers tab to Organizations page
2019-01-10 15:04:15 -08:00
Brandon Farmer
54c8d18d8e
Merge pull request #10972 from influxdata/fix/stop-ignoring-ui-src
...
Stop ignoring ui/src
2019-01-10 14:42:12 -08:00
jlapacik
5266cba346
deps: updates for packages and imports ( #10962 )
2019-01-10 14:33:25 -08:00
Brandon Farmer
cedaffcb5a
Stop ignoring ui/src
...
* this line prevents new files from being added to ui/src
2019-01-10 14:06:26 -08:00
Iris Scholten
b4e1d4ad21
Merge pull request #10966 from influxdata/fix/empty-onboarding-verify
...
fix(ui/onboarding): Update verify step to fail more gracefully if requests fail
2019-01-10 13:12:12 -08:00
Jacob Marble
53d2d076cc
fix: Add 'Basic Usage' fodder to README
2019-01-10 13:02:48 -08:00