Commit Graph

12431 Commits (4295a99ab2defde91189cbc3a89a3132d1c54ca6)

Author SHA1 Message Date
Chris Goller 4eadff4f55
docs(http): tasks fields can now be updated (#1059)
* docs(http): tasks fields can now be updated

* docs(http): update task name description
2018-10-11 17:24:58 -05:00
kelwang b7f33a9d81
Merge pull request #1060 from influxdata/feat/onboarding_client_refactor
fix some issues onboarding
2018-10-11 18:22:14 -04:00
Stuart Carnie 4f0c1a7aed fix(storage): Add db/rp fields for InfluxDB OSS 2018-10-11 15:19:38 -07:00
Kelvin Wang 1603865ef4 kill the default loop in password 2018-10-11 18:14:30 -04:00
Kelvin Wang a7754d2322 fix some issues onboarding 2018-10-11 18:02:58 -04:00
Jonathan A. Sternberg f3b2959e89
feat: save and restore the /go/pkg/mod directory in circleci 2018-10-11 16:11:36 -05:00
Stuart Carnie 025241629d fix(reads): Ensure error returned from f is captured 2018-10-11 13:41:54 -07:00
Brandon Farmer 69ed550a12
Merge pull request #1054 from influxdata/onboarding-copy-changes
Update onboarding copy
2018-10-11 12:39:51 -07:00
Kelvin Wang 9c7783f9e4 add telegraf.go 2018-10-11 15:37:44 -04:00
Brandon Farmer 38e022cd39 Update onboarding copy 2018-10-11 12:26:35 -07:00
Brandon Farmer 8c2e1fcdaf
Merge pull request #1048 from influxdata/tasks-creation
Basic task creation ui
2018-10-11 12:21:44 -07:00
Brandon Farmer 0e950d0292 Basic task creation ui 2018-10-11 12:13:32 -07:00
Jonathan A. Sternberg 78bfcc6dea
Merge pull request #1052 from influxdata/js-buildtsi-toml-package
fix: buildtsi should use the platform toml package instead of influxdb
2018-10-11 13:42:10 -05:00
Chris Goller 3be56561d8
test(bolt): add tests for missing orgs and buckets (#1051) 2018-10-11 13:31:46 -05:00
Jonathan A. Sternberg deda90b749
fix: buildtsi should use the platform toml package instead of influxdb 2018-10-11 13:27:36 -05:00
Jade McGough 8a54ce3361
Merge pull request #1017 from influxdata/view-owners
Add owner/member endpoints for views
2018-10-11 11:23:43 -07:00
Jade McGough ce9c06f5c8 update swagger 2018-10-11 11:15:02 -07:00
Jade McGough 4a951cfca8 feat(http): add user/member endpoints to view service 2018-10-11 11:15:02 -07:00
Jade McGough 7e11247384 use constants for view service http routes 2018-10-11 11:15:02 -07:00
Jade McGough 4a1c647e87 add and whitelist additional resource types 2018-10-11 11:15:02 -07:00
Jonathan A. Sternberg 8a67febf35
Merge pull request #1044 from influxdata/js-move-toml-package
refactor(toml): copy the toml utility package from influxdb to platform
2018-10-11 13:03:15 -05:00
Edd Robinson 883ad88ac1
Merge pull request #1050 from influxdata/er-build-index
Add skeleton buildtsi
2018-10-11 18:48:16 +01:00
Chris Goller b6d8a2ca0e
Merge pull request #1049 from influxdata/fix/bolt-ids
fix(bolt): handle user not found error
2018-10-11 12:17:20 -05:00
Jonathan A. Sternberg 8dee884038
refactor(toml): copy the toml utility package from influxdb to platform 2018-10-11 12:08:43 -05:00
Chris Goller 332caa524e fix(bolt): handle user not found error 2018-10-11 12:06:10 -05:00
Edd Robinson 590967c092 Add skeleton buildtsi 2018-10-11 17:45:47 +01:00
Christopher Henn 9015cb3a83 Replace TimeRangeDropdown
Replaces old `TimeRangeDropdown` component with something simple until
we can decide what we want to do with it.
2018-10-11 09:31:49 -07:00
Delmer 3454ab536e
Add options overlay save and update (#1041) 2018-10-11 12:23:46 -04:00
Chris Goller 27ee832d20
Merge pull request #539 from influxdata/feature/uint64-id
Uint64 platform.IDs - re-opening #442
2018-10-11 09:59:42 -05:00
Chris Goller 9298a761de fix(storage/retention): change from string to platform.ID
Co-Authored-by: Jeff Wendling <jeff@influxdata.com>
2018-10-11 09:54:19 -05:00
Chris Goller 735062c798 chore(http): update user server after rebase 2018-10-11 09:54:19 -05:00
Chris Goller e7d75b7162 perf(id): decrease allocations for id decoding 2018-10-11 09:54:19 -05:00
Chris Goller 2bea48f15a refactor(testing): rename MustIDFromString to MustIDBase16 2018-10-11 09:54:19 -05:00
Chris Goller 586b5b67c1 fix(bolt): remove extra ID validation checks 2018-10-11 09:54:19 -05:00
Chris Goller e0353f48e0 fix(user): update comment about user service 2018-10-11 09:54:19 -05:00
Chris Goller 166db0755b chore(id): update error comments for ids 2018-10-11 09:54:19 -05:00
Chris Goller 4ead3308cf chore(http): remove extra blank line 2018-10-11 09:54:19 -05:00
Chris Goller 7a0206b2a5 refactor(http): remove variables named temp 2018-10-11 09:54:19 -05:00
Chris Goller b68a98043d refactor(id): update name to IDLength 2018-10-11 09:54:19 -05:00
Leonardo Di Donato 21475c22cd feature(tsdb): decode name back into IDs
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-10-11 09:54:19 -05:00
Chris Goller 473f4e986c fix(functions/input): use 16 character hex string for test 2018-10-11 09:54:19 -05:00
Chris Goller 919aae41c8 refactor(id): update storage, read, and flux from to use IDs 2018-10-11 09:54:19 -05:00
Chris Goller ada7632f98 fix(task/backend): remove extra name by org 2018-10-11 09:54:18 -05:00
Leonardo Di Donato 44820ce924 fix(gather): missing ID for ScraperTarget
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-10-11 09:54:18 -05:00
Leonardo Di Donato ad7b756e45 fix(platform): platform test and pointers
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-10-11 09:54:18 -05:00
Chris Goller 639a245fa9 fix(tsdb): encode org/bucket bytes 2018-10-11 09:54:18 -05:00
Leonardo Di Donato 3d732812d4 update(platform/http): partial refactoring for uint64 IDs 2018-10-11 09:54:18 -05:00
Leonardo Di Donato d692b011ed deps(platform): update flux branch dep 2018-10-11 09:54:18 -05:00
Leonardo Di Donato 6725ae6f64 feat(platform/id): method to create an invalid id
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-10-11 09:54:18 -05:00
Leonardo Di Donato 1ca7cd2a86 fix(http): session tests using uint64 IDs now 2018-10-11 09:54:18 -05:00