kelwang
364b56f4fa
Merge pull request #2130 from influxdata/convert_write_errors
...
fix(http): convert write endpoint error
2018-12-26 16:43:01 -05:00
Chris Goller
eb48eb6317
Merge pull request #2142 from zhulongcheng/custom-404
...
fix(http): replace default-404 handler with custom-404 handler
2018-12-26 15:17:55 -06:00
Chris Goller
ecaadf7a8f
Merge pull request #2127 from influxdata/fix/github-pr-template
...
fix(.github): cleanup the pull request template
2018-12-26 15:15:28 -06:00
Chris Goller
d5cf4fdccb
Merge pull request #2138 from influxdata/feat/accept-headers
...
feat(http): add accept parsing for telegraf
2018-12-26 12:53:05 -06:00
Chris Goller
4f38c8cad9
feat(http): add accept parsing for telegraf
2018-12-26 12:23:59 -06:00
Jade McGough
d00dd1b2da
Merge pull request #2139 from zhulongcheng/405-handler
...
feat(http): add MethodNotAllowed handler
2018-12-25 12:53:01 -08:00
zhulongcheng
7ce8237d29
replace default-404 handler with custom-404 handler
2018-12-25 10:35:36 +08:00
zhulongcheng
e73d4fc637
add MethodNotAllowed handler
2018-12-23 15:55:45 +08:00
Kelvin Wang
ddaa602014
fix(http): convert write endpoint error
2018-12-21 20:19:30 -05:00
kelwang
94b7c3cea0
Merge pull request #2128 from influxdata/move_time_telegraf_service
...
fix(platform): remove creator and time
2018-12-21 20:13:35 -05:00
ABond
0a473d0316
Merge pull request #2136 from influxdata/chore/update-nightly-schedule
...
chore(ci): Update schedule back to single nightly build
2018-12-21 17:17:04 -05:00
AJ Bond
e699a209e6
chore(ci): Update schedule back to single nightly build
2018-12-21 17:01:09 -05:00
ABond
dcbc4b3ee3
Merge pull request #2135 from influxdata/chore/update-nightly-schedule
...
chore(ci): Update trigger schedule
2018-12-21 16:59:24 -05:00
AJ Bond
89b5ad0c86
chore(ci): Update trigger schedule
2018-12-21 16:55:37 -05:00
ABond
d9e91b2602
Merge pull request #2134 from influxdata/fix/issue-2050
...
fix(http): Fix developer mode default
2018-12-21 16:42:33 -05:00
AJ Bond
941e7526c0
fix(http): Fix developer mode default
...
Developer mode is now passed to assets
closes #2050
2018-12-21 16:33:04 -05:00
Mark Rushakoff
0e41f240f2
feat(task): support forcing a run with arbitrary timestamp
...
Also rename RetryAlreadyQueuedError by running:
gorename -from '"github.com/influxdata/platform/task/backend".RetryAlreadyQueuedError' -to RequestStillQueuedError
and some further manual cleanup for comments.
2018-12-21 14:37:53 -05:00
Michael Desa
85e8f486d3
fix(.github): cleanup the pull request template
2018-12-21 13:37:05 -05:00
Leonardo Di Donato
e2169abb1f
feat(http): swagger update for authorizations post method
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-12-21 19:23:12 +01:00
Leonardo Di Donato
09dca2ff29
fix(http): check for user before creating authorization
2018-12-21 19:23:12 +01:00
Leonardo Di Donato
b8153e83d1
feat(http): test an authorization for non-existing user cannot be created
2018-12-21 19:23:12 +01:00
Kelvin Wang
003561148d
fix(platform): remove creator and time
2018-12-21 11:05:55 -05:00
Chris Goller
d4467949aa
Merge pull request #2109 from influxdata/feat/si-time-units
...
feat(models): only use common SI time units for timestamp precision
2018-12-21 09:22:14 -06:00
Chris Goller
38a3e94bed
Merge pull request #2108 from influxdata/feat/flux-http-query-parameters
...
fix(http): change /query to use org/orgID
2018-12-21 09:20:42 -06:00
Chris Goller
c0c8a90451
Merge pull request #2126 from influxdata/fix/http-tasks-param-id
...
fix(http): update task test to use :id
2018-12-21 09:17:16 -06:00
Chris Goller
edfb323472
fix(http): update task test to use :id
...
Fixes merge issue from #1562
2018-12-21 09:11:57 -06:00
Chris Goller
a33f3ff672
fix(http): update test to use platform.Error
2018-12-21 08:58:16 -06:00
Chris Goller
31518b7022
Merge pull request #1562 from bednar/task_service
...
Fixed the task id path, Added RunController instance to pAdapter
2018-12-21 08:48:01 -06:00
Chris Goller
9c01be5377
Merge pull request #2110 from zhulongcheng/panic-handler
...
feat(http): add panic handler
2018-12-21 08:43:20 -06:00
Chris Goller
5297d1fee9
fix(http): remove typo in test name
2018-12-21 08:40:37 -06:00
Chris Goller
088cf6e98e
Merge pull request #2111 from zhulongcheng/fix-json-decode-500
...
fix(http): return http 400 if request data is invalid
2018-12-21 08:38:58 -06:00
Michael Desa
158be4b599
Merge pull request #1993 from zhulongcheng/fix-user-service
...
fix(http): pass user service to handler New function
2018-12-21 09:37:42 -05:00
Leonardo Di Donato
45febb597c
feat(http): single source health endpoint
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-12-21 15:34:24 +01:00
Leonardo Di Donato
af16a87f35
fix(http): swagger for sources/<id>/health
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-12-21 15:34:24 +01:00
zhulongcheng
a5ba07ae2c
fix(http): return http 400 if request data is invalid
2018-12-21 18:44:18 +08:00
zhulongcheng
73a52bad6c
add panic handler
2018-12-21 18:20:14 +08:00
Leonardo Di Donato
e66db43f95
chore(http): simplify bucket test
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-12-21 09:56:23 +01:00
Leonardo Di Donato
cc075a19d3
feat(http): session service with platform errors
2018-12-21 09:56:23 +01:00
Leonardo Di Donato
3ade9bd3a5
feat(bolt): session refactoring for platform errors
2018-12-21 09:56:23 +01:00
Leonardo Di Donato
486e25a46f
feat(testing): session tests consider platform errors now
2018-12-21 09:56:23 +01:00
Leonardo Di Donato
19eb016c5f
feat(session): error constants and variables
2018-12-21 09:56:23 +01:00
Chris Goller
65bf4bb383
feat(models): only use common SI time units for timestamp precision
...
Closes #1959
2018-12-20 22:39:24 -06:00
Chris Goller
9d0ed9020c
Merge pull request #2107 from influxdata/feat/health-pass
...
fix(http): health endpoint now returns pass
2018-12-20 22:18: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
3e1294fd8a
fix(http): health endpoint now returns pass
2018-12-20 21:53:54 -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