William Baker
0cb0da2060
chore: modify/delete some chronograf refs ( #21802 )
...
* chore: modify/delete some chronograf refs
* chore: update CHANGELOG
2021-07-08 09:14:03 -05:00
William Baker
ea5e6eabcb
feat: transfer static asset handling into own package ( #21785 )
...
* feat: transfer static asset handling into own package
* chore: added some tests
* fix: update swagger script per review
* fix: make into bash script
2021-07-06 12:54:01 -05:00
Jakub Bednář
6aae544ac8
fix(pingEndpoint): change build type to 'oss2', use correct version ( #21723 )
...
Signed-off-by: Jakub Bednar <jakub.bednar@gmail.com>
2021-06-24 12:33:54 -04:00
Daniel Moran
b1b076f600
refactor: delete old backup/restore CLI commands, replace with dependency on new CLI repo ( #21703 )
2021-06-17 09:18:55 -04:00
William Baker
22f4f5bba8
chore: remove unnecessary file name from metadata backup api ( #21701 )
2021-06-16 09:17:03 -04:00
Daniel Moran
8fa7e5fa8c
feat: implement new restore/bucket-metadata API ( #21685 )
2021-06-15 10:32:47 -04:00
Daniel Moran
a216501723
feat: add support for gzip request bodies in restore API ( #21676 )
2021-06-14 11:52:31 -04:00
Daniel Moran
242e313b10
feat: add gzip support to backup API responses ( #21675 )
2021-06-14 10:37:49 -04:00
William Baker
34a4a8e60e
feat: metadata backup returns bucket manifests ( #21601 )
...
* fix: properly omit empty time.Time that are optional
* fix: optimize slice creation in manifest fns
2021-06-04 09:26:17 -04:00
William Baker
b0ea3b6675
feat: backup and restore sqlite database ( #21584 )
...
* feat: new metadata backup endpoint
* feat: added restore/sql API endpoint
* fix: content-type is multipart/mixed, part names are kv and sql
* fix: changed multipart manifest to buckets and made it .json
* feat: added lock for backing up sqlite and bolt dbs
* fix: use read lock instead of write lock on kv during backup
* fix: use filepath.Join for temp dirs
2021-06-02 19:07:53 -04:00
Christopher M. Wolff
251f43a477
build(flux): update flux to v0.117.0 ( #21539 )
2021-05-24 12:29:28 -07:00
davidby-influx
5ef6b837b0
chore: remove erroneous dependency on istio ( #21486 )
...
Use same logging functions as the rest of the points code.
2021-05-17 12:06:06 -07:00
Jakub Bednář
4becb6d01a
feat(users): list users via the API now supports `offset`, `limit` or `after` parameter ( #21367 )
2021-05-12 14:09:52 +02:00
Greg
36dd396c41
chore: add comment to unused swagger definition pointing to replacement ( #21283 )
2021-05-06 11:23:31 -06:00
William Baker
912ece0d2d
fix: add limits to delete api start and stop times ( #21369 )
...
* fix: add limits to delete api start and stop times
* chore: update CHANGELOG
* fix: use min and max time limits from models package
2021-05-05 11:01:32 -04: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
Daniel Moran
91d59d9588
fix(upgrade): ensure query config written by `influxd upgrade` is valid ( #21321 )
...
* test: refactor upgrade test to cover the config upgrade
* fix: ensure upgraded query config is valid
2021-04-28 15:41:44 -04:00
Bucky Schwarz
f6a072f82a
feat: expose task id to checks and notification rules ( #21236 )
2021-04-15 16:03:39 -07: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
Sam Arnold
7b2e122869
refactor: refactor for tasks backport ( #21117 )
...
* chore: remove dead code
* refactor: move FluxLanguageService interface to fluxlang
* chore: run fmt
* refactor: move task.go from top level to task/taskmodel
* chore: run formatter
* chore: fix up import ordering with gci
2021-04-07 14:42:55 -04:00
Daniel Moran
00afd95cb7
refactor: automated move of errors and id from root to kit ( #21101 )
...
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-03-30 14:10:02 -04:00
Daniel Moran
3420ed53d3
refactor: modularize backup/restore behavior so it's possible to test using `go test` ( #20991 )
2021-03-23 07:28:38 -04:00
Daniel Moran
316eaa24b4
feat(http): add config option to disable metrics endpoint in influxd ( #20963 )
2021-03-15 15:11:23 -04: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
25738db42c
feat(http): allow for disabling pprof ( #20827 )
...
And translate pprof-enabled config during upgrade
2021-03-04 09:28: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
Daniel Moran
727a7b58c1
test: replace influxlogger with zaptest logger ( #20589 )
2021-02-11 10:12:39 -05:00
Pavel Zavora
f1299a49b9
fix(http/swagger): repair DBRPs type to match implementation
2021-02-08 15:21:57 +01:00
Daniel Moran
2920b55e19
fix(http): fix passing of bucket ID by write-handler client ( #20679 )
2021-02-02 17:34:40 -05:00
Sam Arnold
781fa0e846
chore: add goimports
2021-01-29 14:06:52 -05:00
Daniel Moran
10fcc2bf1d
fix(influxql): set correct Content-Type on v1 query responses ( #20565 )
2021-01-22 07:31:52 -08:00
dubsky
a22b4e11ec
Merge branch 'master' into feat/geo-widget-backend
2021-01-08 15:16:43 +01:00
Daniel Moran
1494840fb9
fix(http): don't return 500 errors for partial writes ( #20442 )
2021-01-05 07:06:25 -08: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
Ben Johnson
7dafc2cf34
feat(tsdb): Implement delete with predicate.
2020-12-02 14:55:02 -07:00
Dan Moran
2799ebcfea
fix(http): don't log bodies of V1 write requests
2020-11-23 14:48:20 -05:00
docmerlin (j. Emrys Landivar)
408ab354ef
test: fix TestVariableService_handleGetVariables for changes in DefaultPageSize
2020-11-17 19:29:35 -06:00
Daniel Moran
71f8de3b98
fix(http/legacy): filter on Default=true when no RP given in V1 write ( #20074 )
2020-11-17 16:04:50 -05: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
George MacRorie
5954db8c4d
chore(documents): reinstate minimal read-only document store for dashboard templates
2020-11-16 12:41:26 +00:00
George MacRorie
16d916a952
refactor(kv): delete deprecated kv service code
...
This includes removal of a lot of kv.Service responsibilities. However,
it does not finish the re-wiring. It removes documents, telegrafs,
notification rules + endpoints, checks, orgs, users, buckets, passwords,
urms, labels and authorizations. There are some oustanding pieces that
are needed to get kv service compiling (dashboard service urm
dependency). Then all the call sites for kv service need updating and
the new implementations of telegraf and notification rules + endpoints
needed installing (along with any necessary migrations).
2020-11-16 12:41:26 +00:00
pierwill
f7c76658a7
fix(http): Add same site strict flag to session cookie
2020-11-12 15:35:33 -08:00
Daniel Moran
15b9531273
fix: correct various typos ( #19987 )
...
Co-authored-by: kumakichi <xyesan@gmail.com>
2020-11-11 13:54:21 -05:00