Adrian Thurston
5d1a759170
feat: annotate context with feature flags when handling flux queries ( #18506 )
...
Annotate the context with feature flags when handling flux queries in influxdb.
Taking advantage of this in flux end-to-end tests. Using a custom flagger that
can set overrides based on the test case that is about to be run, allowing us
to enable features in the end-to-end tests.
2020-06-17 16:55:29 +03:00
Johnny Steenbergen
f9628b20b3
fix(swagger): update swagger spec with correct list output for stacks
2020-06-16 18:47:01 -07:00
Alirie Gray
ec3a857fd0
refactor: remove org service from kv dashboard service ( #18504 )
2020-06-16 14:03:42 -07:00
Johnny Steenbergen
ea322d8286
feat(pkger): extend metrics to collect remote sources
...
closes : #18243
2020-06-16 12:17:45 -07:00
Lyon Hill
009b8ec98f
feat: start using the new org handler from the tenant service. ( #18371 )
...
* feat: start using the new org handler from the tenant service.
The rest of the tenant system is in place except the org http api handler and the
user api handler.
* fix: update the label service in org handler and add links
2020-06-16 12:56:31 -06:00
Johnny Steenbergen
b977568390
feat(pkger): extend pkger to provide sources of templates to each template
2020-06-16 08:04:37 -07:00
Johnny Steenbergen
0e8b5848ef
chore(http): fixup the chi base router using API type
2020-06-15 17:16:05 -07:00
Johnny Steenbergen
2c85e1520f
chore(http): export NewBaseChiRouter constructor
2020-06-15 15:35:45 -07:00
Lyon Hill
af1119304d
fix: remove operation log system ( #18459 )
...
Work had started on a opperation log but was never fully implemented and was later partially removed.
The plan here is to remove the partially defunct logs and then build a new robust op log system that will
replace it in the future.
2020-06-11 16:04:23 -06:00
Russ Savage
a04526c15e
fix(http): silence echo command ( #18277 )
2020-06-11 11:04:50 -07:00
Johnny Steenbergen
0d07f8e579
feat(pkger): extend SummaryVariable with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
5d8538de5a
feat(pkger): extend SummaryTelegrafConfig with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
b4e1ea7903
feat(pkger): extend SummaryTasks with its env references
...
references: #18407
2020-06-10 17:14:53 -07:00
Johnny Steenbergen
d9925ffbc4
feat(pkger): extend SummaryNotifcationRules with its env references
...
references: #18407
2020-06-10 16:23:43 -07:00
Johnny Steenbergen
205d022b52
feat(pkger): extend SummaryNotifcationEndpoints with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
98cc30fa24
feat(pkger): extend SummaryCheck with its env references
...
references: #18407
2020-06-10 15:57:06 -07:00
Johnny Steenbergen
ef00f66a55
feat(pkger): extend SummaryDashboard with its env references
...
references: #18407
2020-06-10 15:22:08 -07:00
Johnny Steenbergen
bb270f1145
feat(pkger): extend SummaryLabel with its env references
...
references: #18407
2020-06-10 14:18:37 -07:00
Johnny Steenbergen
70b3619df6
feat(pkger): extend SummaryBucket with its env references
2020-06-10 13:34:33 -07:00
Johnny Steenbergen
11364f96ce
chore(http): add route path to panic log message
2020-06-09 18:00:11 -07:00
Johnny Steenbergen
1ccd0e1d60
chore(http): add panic mw for chi base router
2020-06-09 16:01:11 -07:00
Stuart Carnie
aea54d2ead
fix(http): Use shared http.Transport
...
This is following precedent established in `net/http`, by using a
shared `http.Transport`. This is necessary to ensure connections which
utilize HTTP keep-alive are reused, along with other benefits of
pooling.
2020-06-05 09:52:45 -07:00
Pavel Zavora
0caee29f24
fix(swagger): change dprps typo to dbrps
2020-06-04 09:39:46 -06:00
Gavin Cabbage
f159b866e3
fix(dbrpv2): lookup by org name ( #18331 )
2020-06-02 11:39:29 -04:00
Johnny Steenbergen
3dcd5d496f
feat(pkger): add ability to export by stack
...
this ability exports all resources associated with a stack by the same
metadata.name fields as the original application had done it. This can
be used as a means to snapshot the current state of the stack. This can
be used for source control or other means.
closes : #18271
2020-06-02 08:18:11 -07:00
Lyon Hill
a69534f38b
fix: ensure the write endpoint contains a bucket in the request ( #18275 )
...
closes #18201
2020-06-02 08:11:04 -06:00
vlastahajek
84b1102d55
fix: make LabelUpdate.properties consistent with Label and LabelCreateReuest
2020-05-29 09:37:03 -07:00
Johnny Steenbergen
53794bfae5
feat(pkger): make all pkg applications stateful
...
if no stack is provided then one will be provided for you.
closes : #17997
2020-05-28 16:59:21 -07:00
Lyon Hill
dd69b5f851
feat: add onboard user to the swagger doc ( #18264 )
...
This feature has been live for a while but I left it out of the swagger doc
because I wanted to test it in the cloud environment before I added it to the doc
2020-05-28 14:14:16 -06:00
Yiqun (Ethan) Zhang
41156ca646
feat(query): implement window count aggregate pushdown ( #18043 )
2020-05-28 13:42:38 -05:00
Jakub Bednář
96110ec5f9
fix(swagger): added missing Permission type: dbrp ( #18260 )
2020-05-28 11:50:48 -06:00
Alirie Gray
876238d688
feat: add feature flag for new labels service ( #18215 )
2020-05-28 08:26:08 -07:00
jlapacik
d22380dc8b
Merge pull request #17900 from influxdata/feat/use-algo-w
...
chore: promote algorithm W to master
2020-05-27 10:20:03 -07:00
Lyon Hill
97dc4d18db
feat: use the new tenant user handler ( #18190 )
...
Switch to use the new user handler. We have been using the tenant backend for some
time now and just need to switch over to using tenant front to back.
2020-05-27 08:48:27 -06:00
jlapacik
7db9f4c520
Merge branch 'master' into chore/merge-master
2020-05-26 10:03:42 -07:00
Pavel Zavora
c35c90aa68
feat(api/health): report commit
2020-05-26 14:03:52 +02:00
Pavel Zavora
34775bcf77
fix(api/health): report version
2020-05-26 14:03:04 +02:00
Jonathan A. Sternberg
0bb847b7e7
Merge branch 'master' into feat/use-algo-w
2020-05-21 10:33:13 -05:00
Andrew Watkins
d1275aaff7
feat(unify): CloudUser and Invite contract ( #18167 )
...
* feat(unify): user and invite contract
* feat(unify): add Invites schema component
* chore: lint fix
2020-05-20 11:09:00 -07:00
Jonathan A. Sternberg
0c8d19e896
Merge branch 'master' into feat/use-algo-w
2020-05-18 13:25:26 -05:00
Lyon Hill
c459852f8f
feat: integrate the new session system behind a feature flag ( #18042 )
2020-05-18 11:50:22 -06:00
Ben Johnson
2ea1eb9491
Merge pull request #18096 from influxdata/http-check-client-disconnect
...
feat(http): Client disconnections should return a HTTP 499 error code.
2020-05-15 08:04:52 -06:00
Gianluca Arbezzano
1cf64fd721
feat: dbrp service
...
Signed-off-by: Lorenzo Affetti <lorenzo.affetti@gmail.com>
Co-Authored-By: Gianluca Arbezzano <gianarb92@gmail.com>
Co-Authored-By: George MacRorie <gmacrorie@influxdata.com>
Co-Authored-By: Alirie Gray <alirie.gray@gmail.com>
2020-05-15 12:05:38 +02:00
Ben Johnson
97960a5930
feat(http): Client disconnections should return a HTTP 499 error code.
...
This commit checks http.Request.Context().Err() to see if the context
has been canceled before writing an error code. It uses the non-standard
Nginx 499 error code for client disconnection.
2020-05-14 14:51:57 -06:00
George
f646653b1b
refactor!: replace authorizer.Allowed method with PermissionSet ( #17959 )
...
* refactor!: replace Allow method with PermissionSet
* chore(changelog): update changelog to reflect changes to authorizer
2020-05-13 12:27:46 +01:00
Ariel Salem
bf21cf86b7
fix(timeFormat-single-stat-graph): fixed issue where setting the timeFormat on single-state + graph wasn't persisted ( #18066 )
2020-05-12 14:51:52 -07:00
jlapacik
34e581ca0a
Merge branch 'master' into chore/merge-master
2020-05-12 11:18:25 -07:00
George
a8ba8be41d
fix(http): call PATCH endpoint in checks service PathCheck ( #18056 )
2020-05-12 19:15:37 +01:00
vlastahajek
c701c19bc1
refactor: Permission.Resource made top level type
2020-05-08 14:33:50 -07:00
Alirie Gray
24cc1cabb8
feat: add feature flag for refactored authorization package ( #17944 )
2020-05-08 10:00:39 -07:00