Chris Goller
a33f3ff672
fix(http): update test to use platform.Error
2018-12-21 08:58:16 -06:00
Chris Goller
5297d1fee9
fix(http): remove typo in test name
2018-12-21 08:40:37 -06:00
Chris Goller
e3a86bbd64
fix(http): change /query to use org/orgID
...
Fixes : #2106
2018-12-20 22:18:09 -06:00
Chris Goller
532a3b7294
Merge pull request #2015 from zhulongcheng/trace-span
...
docs(http): add OpenTracing span
2018-12-20 20:46:10 -06:00
Deniz Kusefoglu
b59f71697c
Merge pull request #2092 from influxdata/import-table-graph-changes
...
Merge table features from 1.x, get tables to work in dashboards
2018-12-20 18:24:57 -08:00
Deniz Kusefoglu
03a21fe487
Merge table features from 1.x, get tables to work in dashboards
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-12-20 17:52:48 -08:00
Brandon Farmer
ff0d2110ba
Merge pull request #2091 from influxdata/chore/generation-add-typescript-task
...
Add back typescript client generation task
2018-12-20 15:09:35 -08:00
Brandon Farmer
03598b8397
No longer need to convert yaml to json to generate client
2018-12-20 14:59:24 -08:00
ABond
9236fad55d
Merge pull request #2099 from influxdata/chore/goreleaser-generate
...
chore(ci): Run make generate
2018-12-20 17:34:01 -05:00
AJ Bond
3e81678520
chore(ci): Run make generate
...
gorelease must run make generate before compiling
2018-12-20 17:17:32 -05:00
Jade McGough
3ee90eefc2
Merge pull request #2085 from influxdata/label-properties
...
Label properties
2018-12-20 14:16:51 -08:00
Daniel Campbell
b327ff7d07
More onboarding styles ( #2086 )
...
* Update styles, fix onboarding weirdness
* update tests
* update test props
2018-12-20 13:57:59 -08:00
Christopher Henn
27b3c6e87b
Add “Save As” button and modal to DE
...
Closes #1867
Closes #1868
2018-12-20 13:54:22 -08:00
Michael Desa
5c40ecd049
Merge pull request #2090 from influxdata/fix/issue#1861
...
Make onboarding token description "<users name>'s token"
2018-12-20 16:54:09 -05:00
Jade McGough
59797ddee2
fix go vet
2018-12-20 13:52:35 -08:00
Brandon Farmer
4d1a7e3a28
Add back typescript client generation task
2018-12-20 13:51:08 -08:00
Michael Desa
ce88906188
fix(platform): make onboarding token "<user name>'s token"
2018-12-20 16:46:21 -05:00
Jade McGough
0532d0327e
update swagger
2018-12-20 13:42:12 -08:00
Jade McGough
7cf03bc1de
address PR comments
2018-12-20 13:41:20 -08:00
Michael Desa
a1a10e3d3a
Merge pull request #2088 from influxdata/fix/issue#1873
...
Update swagger doc for /api/v2/ response
2018-12-20 16:32:15 -05:00
Michael Desa
dc4c2cae35
fix(http): update swagger doc for /api/v2/ response
...
Alphabetize the links so that additions and verifications are easier.
2018-12-20 16:25:53 -05:00
Jade McGough
39e84260a0
add property update clarification in swagger
2018-12-20 12:56:18 -08:00
Jade McGough
f89a7f1f4a
create label properties map and allow for patching of it
2018-12-20 12:52:48 -08:00
Christopher M. Wolff
72a0474f0a
fix(query): make databases() function embed plan.DefaultCost ( #2079 )
...
This was causing "unable to create physical plan" errors. With this fix in place there is still an issue with with databases: influxdata/flux#583
2018-12-20 12:34:29 -08:00
Jade McGough
8740a69867
add failing tests
2018-12-20 12:27:27 -08:00
Jade McGough
1a10ae701a
remove colors from labels
2018-12-20 12:18:03 -08:00
Michael Desa
b0f13f2857
Merge pull request #2073 from influxdata/fix/issue#1904
...
remove multiple calls to w.WriteHeader in http handlers
2018-12-20 14:53:04 -05:00
Nathaniel Cook
b99ede0b76
chore(Makefile): fix issue with go run not having modules enabled
2018-12-20 12:47:00 -07:00
Christopher Henn
7928eb762d
Fix issue forcing sign in on page refresh
2018-12-20 10:47:17 -08:00
kelwang
694f28e35f
Merge pull request #2042 from influxdata/fix_telegraf_config_update
...
fix(platform): fix the pointer alloc for telegraf config
2018-12-20 13:33:32 -05:00
Michael Desa
885b65e55c
feat(http): add error logger for http server errors
2018-12-20 13:21:28 -05:00
ABond
0f8f169558
Merge pull request #2074 from influxdata/chore/true-nightlies
...
chore(CircleCI): turn off deploy on commits to master
2018-12-20 13:11:23 -05:00
Kelvin Wang
726cf3cdd6
fix(platform): fix the pointer alloc for telegraf config
2018-12-20 12:45:45 -05:00
kelwang
5797324cfc
Merge pull request #2054 from influxdata/convert_view_errors
...
Convert view errors
2018-12-20 12:41:22 -05:00
AJ Bond
da67b392da
chore(ci): Update make to build for each PR
2018-12-20 12:13:41 -05:00
Nathaniel Cook
bd2105c923
chore(CircleCI): turn off deploy on commits to master
2018-12-20 09:34:26 -07:00
Michael Desa
32bd37de9a
fix(http): remove second potention call to w.WriteHeader
...
Multiple calls to w.WriteHeader were possible if there was an error that
was encountered while encoding the response. To resolve this, we simply
log any error that is encountered instead.
2018-12-20 11:11:09 -05:00
Michael Desa
a941e881c6
fix(http): use platform.Error instead of old style error
2018-12-20 11:11:09 -05:00
ABond
3b5d669c18
Merge pull request #2023 from influxdata/chore/ci-nightly-location
...
chore(goreleaser.yml): Update nightly build prefix
2018-12-20 11:04:15 -05:00
zhulongcheng
03c4ef1898
add TraceSpan param to swagger
2018-12-20 23:43:51 +08:00
Mark Rushakoff
c2d88d4e70
ci: ensure go.sum matches original file from checkout
...
In go1.11, go mod vendor can modify go.sum when go.mod contains replace
directives. This behavior has been fixed in go1.12, so just work around
it for now.
Fixes #2056 .
2018-12-20 10:04:55 -05:00
Michael Desa
9521817109
Merge pull request #2051 from influxdata/fix/issue#2016
...
Rename "msg" field to "message" for Error json
2018-12-20 09:06:49 -05:00
Nathaniel Cook
f8af55c9c0
chore(Makefile): fix build order of node_modules and subdirs
2018-12-19 17:41:33 -07:00
Nathaniel Cook
89f4525841
build(Makefile): fix various bug with makefiles
...
Fixes subdir ordering.
Works around issue with stringer not working with Go modules.
Fixes issues with generated code being ignored.
Fixes #2044
2018-12-19 17:02:19 -07:00
Alirie Gray
bb2efcc641
Merge pull request #2058 from influxdata/dataloaders/red-x-for-invalid-plugins-in-sidebar
...
Display red x in sidebar when plugin config is invalid
2018-12-19 15:21:05 -08:00
Alirie Gray
9dd5ee0d27
Display red x in sidebar when plugin config is invalid
2018-12-19 15:12:45 -08:00
AJ Bond
eeea507e32
chore(goreleaser.yml): Update nightly build prefix
...
Update the nightly build publish location to platform
2018-12-19 17:21:43 -05:00
Kelvin Wang
f1c562f848
fix(http): view errors endpoint conversion
2018-12-19 16:54:48 -05:00
Kelvin Wang
1f983f7896
fix(http): convert view errors
2018-12-19 16:54:48 -05:00
Daniel Campbell
07edc3108b
update config title styles ( #2055 )
2018-12-19 13:28:35 -08:00