Commit Graph

598 Commits (15592cf0ae9a03cbe693bec4cc66fe188a15c035)

Author SHA1 Message Date
Greg 36dd396c41
chore: add comment to unused swagger definition pointing to replacement (#21283) 2021-05-06 11:23:31 -06:00
Timmy Luong b66079f084
feat: update Static Legend properties to allow hiding without nulling (#21364) 2021-05-04 11:17:37 -07:00
Daniel Moran e28377f05c
fix: deprecate PostSetupUser and `influx setup user` (#21345) 2021-04-30 15:30:35 -04:00
Timmy Luong 0c88854486
feat: add StaticLegend (#21218) 2021-04-15 15:06:01 -07:00
Stuart Carnie cd39440e3f
feat: Updated swagger for authorization lookup by token query parameter (#21219) 2021-04-15 17:41:36 +10:00
Daniel Moran ba4099ddb9
feat(cmd/influx): allow setting shard-group durations for buckets via API and CLI (#20911)
Co-authored-by: Alexander Savinykh <asavinykh@nbrx.de>
2021-03-11 14:51:03 -05:00
Daniel Moran d4a0c34c39
fix(onboarding): deprecate misleading `retentionPeriodHrs` key (#20798) 2021-03-01 09:55:39 -05:00
Timmy Luong b6275bff9e feat: udpate MosaicViewProperties 2021-02-17 10:48:22 -08:00
Pavel Zavora f1299a49b9 fix(http/swagger): repair DBRPs type to match implementation 2021-02-08 15:21:57 +01:00
dubsky 780af91292 fix: inconsistent required property 2020-12-18 19:37:08 +01:00
dubsky 5fe1825dc3 fix: update http/swagger.yml formatting
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-12-18 19:37:08 +01:00
dubsky 2304ce30f9 fix: formatting & swagger go compatibility check 2020-12-18 19:37:08 +01:00
dubsky 05b9701ac2 feat(geo-widget): backend storage implementation for chronograf geo widget 2020-12-18 19:37:08 +01:00
jl baa3fbab7b chore: add dictionaries to the swagger ast specification 2020-12-17 10:27:47 -08:00
Cole Mackenzie 6303937b93 fix: Allow self signed certificates to ScraperTarget (#20047)
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-17 13:35:41 -05:00
Andrew Watkins 6ef0e03b33
chore: remove Invites from swagger (#19971) 2020-11-10 11:05:43 -08:00
Pavel Zavora 49697f0bd4 chore(swagger): add operationId to /delete 2020-11-06 08:30:53 +01:00
Timmy Luong f6a26ee2b9
feat: update generate ticks into an array of properties for each axis (#19850)
* feat: update generate ticks into an array of properties for each axis

* fix: add missing operand

* chore: reorder properties to be consistent

* fix: update GenerateYAxisTicks to array of strings

* fix: change expected property to null
2020-10-29 10:59:25 -07:00
Timmy Luong 9dd37a1d1b feat: add tick generation properties and legendColorizeRows 2020-10-27 16:50:53 -07:00
pierwill e4b7b09526 docs: Fix typos in http/swagger.yml 2020-10-27 10:25:52 -07:00
George 3b7cb529dc
chore(docs): update PostDBRP docs to reflect mutual exclusive requirement of org vs orgID (#19802) 2020-10-22 17:02:32 +01:00
greg linton bd834ac74d chore: proper swagger syntax 2020-09-22 09:50:25 -06:00
greg linton 13cb2927bb Merge branch 'master' into feat/18733 2020-09-21 17:21:06 -06:00
greg linton d32385bac9 chore: define template export by name in swagger 2020-09-21 14:24:43 -06:00
Timmy Luong fbe56d7e23
feat: add legendOrientationThreshold (#19584)
* feat: add legendOrientationThreshold

* feat: add legendOpacity

* chore: fix float definition in swagger and use single-value context in Resource float64
2020-09-21 11:02:51 -07:00
Roger Peppe f1c5c75369
Merge pull request #19544 from influxdata/rogpeppe-002-label-create-requires-name
fix: http: add required name to LabelCreateRequest
2020-09-15 17:59:26 +01:00
Timmy Luong f4c0259906 feat: update BandViewProperties 2020-09-11 10:47:24 -07:00
Roger Peppe 3e4c4028e6 fix: http: add required name to LabelCreateRequest
The label creation operation always requires a name, so make the OpenAPI specification reflect that.
2020-09-10 13:41:33 +01:00
George 45a3f2e87c
feat(paging): add support for after id parameter in find options (#19219)
* feat(paging): add support for after id parameter in find options

* chore(http): update swagger to reflect after query parameter in list buckets

* chore(changelog): update changelog to reflect after query parameter in list buckets

* chore(tenant): update tenant storage tests for paginating with after
2020-08-25 14:59:59 +01:00
Alirie Gray 5e41bc8373 docs: remove unused patch scraper label route from swagger 2020-08-24 10:55:56 -07:00
Alirie Gray 5660be302e
fix: add delete org owner back (#19347) 2020-08-21 10:48:46 -07:00
KevinSmile ebaa32313b fix(api/dashboards): FindOptions not working 2020-08-20 16:55:52 -06:00
KevinSmile 887f88bd5a fix(api/orgs): (API-design-issue) FindOptions for orgs 2020-08-20 16:55:30 -06:00
Deniz Kusefoglu f0a1705813 feat(bandChart): Update swagger 2020-08-17 12:40:35 -07:00
Pavel Zavora 6d086f7495 feat(notification/telegram): take back telegram notification after being reverted in #19088
This reverts commit f67c3a14e0.
2020-08-12 11:28:02 +02:00
Lyon Hill 1891479780
feat(onboard): allow optional password (#19225)
* feat(onboard): allow optional password

We can now allow passwords as an optional arguement. This facilitates
api only users.
2020-08-05 12:42:17 -06:00
Johnny Steenbergen 41cb12aeec feat(pkger): add parameterization to dashboard queries
references: #18237
2020-08-04 17:02:34 -07:00
rbose22 a61161d73b
feat: added backend for mosaic graph type (#19195)
Closes: #19121
Closes: #19211

Added the ability to save the mosaic graph type.  

Co-authored-by: Rose Parker reparker837@gmail.com
2020-08-04 16:24:58 -07:00
Alirie Gray d1b8e98798
refactor: remove nested orgs labels route (#19104) 2020-07-30 10:53:14 -07:00
Deniz Kusefoglu f490dd9693
feat(autoAggregate): BE work for autoAggregate (#19129)
* feat(autoAgg): fix pkger test

* feat(autoAgg): refrain from adding createEmpty to check query if exists

* feat(autoAgg): Fix check tests

* feat(autoAgg): Add fillValues to backend

* feat(autoAggregate): Add fillValues to swagger

* feat(autoAgg): indentation
2020-07-29 09:32:36 -07:00
Johnny Steenbergen d768132aaa feat(pkger): make envRef default values support more types
references: #18237
2020-07-28 12:22:46 -07:00
Johnny Steenbergen cbd5e08b38 fix(swagger): update nullable fields in PATCH /stacks/:stack_id 2020-07-28 10:34:05 -07:00
Alirie Gray 7ff2a9265d
refactor: remove outdated routes from swagger (#19102) 2020-07-27 15:07:45 -07:00
Michael Desa f67c3a14e0
Revert "feat(notification/telegram): add telegram notification" (#19088) 2020-07-27 08:31:18 -07:00
Pavel Zavora 078bd8db09 feat(notification/telegram): specify channel as a telegram endpoint property 2020-07-25 11:59:04 +02:00
Pavel Zavora 04026eb835 feat(notification/telegram): update swagger with telegram endpoint and rule 2020-07-25 11:59:04 +02:00
Johnny Steenbergen 5dfa0e2973 feat(pkger): add resource links to a stack's resources from public HTTP API list/read calls
closes: #19049
2020-07-24 15:42:16 -07:00
Pavel Závora 708714349c
docs(swagger): repair description
The generated typescript code (for influxdb-client-js) does not pass a tsdoc linter check and complains with `The code span is missing its closing backtick`
2020-07-24 15:17:03 +02:00
Bucky Schwarz 88cdf43db1 revert: feat(pkger): add Stack resource type to global list
This reverts commit 99eabf8a44.

A backend change was needed to make this work in Cloud envs, that change is blocked.
2020-07-22 12:48:53 -07:00
Johnny Steenbergen 99eabf8a44 feat(pkger): add Stack resource type to global list
now that Stacks have landed, the resource type can now be included for
any all access tokens, not just the token from setup
2020-07-21 11:16:00 -07:00