Commit Graph

27 Commits (376e488df90c08fde14821a429690f8bf110a805)

Author SHA1 Message Date
Pavel Zavora ff48eed8d7 chore(server): remove assetfs 2022-04-05 12:56:22 +02:00
Pavel Zavora 29effa1e6a chore(server): go mod tidy 2022-04-04 15:40:25 +02:00
Pavel Zavora cac51e997b fix: upgrade bluemonday to fix CVE-2021-42576 2021-10-25 17:34:55 +02:00
DStrand1 60226d58c0 build: upgrade to new protobuf library 2021-10-18 15:46:12 -05:00
Pavel Zavora 85edd432d5 fix(security): upgrade jwt to resolve CVE-2020-26160 2021-09-03 13:35:33 +02:00
Pavel Zavora 06e6c3dc09 fix(security): upgrade bluemonday to resolve CVE-2021-29272 2021-09-03 12:54:45 +02:00
Pavel Zavora c97dcc2eba chore: update kapacitor dependency with a zenoss fix 2021-05-18 16:06:59 +02:00
Pavel Zavora 30f5583f13 feat(server): upgrade kapacitor with zenoss fixes 2021-05-18 14:35:18 +02:00
Pavel Zavora 1a0546f5d8 feat(server): upgrade dependency to kapacitor with fixed teams integration 2021-05-10 14:37:14 +02:00
Pavel Zavora 7706697f88 fix(server): upgrade to the latest etcd libs to resolve dependency issues 2021-05-07 09:43:53 +02:00
Pavel Zavora 383dca4ff2 feat(server): update kapacitor dependency to have teams fixes 2021-05-07 05:52:20 +02:00
Pavel Zavora fdf23b1776 fix(server): upgrade kapacitor lib 2021-04-26 04:14:01 +02:00
Pavel Zavora 06fca8a6a1 chore: upgrade kapacitor to 1.5.8 2021-02-26 14:09:34 +01:00
Pavel Zavora 2d96fc64b5 chore(build): upgrade etcd to fix tests with golang 1.15 2020-11-26 10:57:27 +01:00
Pavel Zavora 1475c87d63 chore(build): upgrade boltdb with golang 1.15 support 2020-11-26 09:14:18 +01:00
Pavel Zavora 62e10ae5fb chore(build): upgrade to go1.15.4 2020-11-10 13:56:44 +01:00
Pavel Zavora b8de7c2f73 feat(server): allow to configure basic authentication 2020-09-28 18:20:21 +02:00
vlastahajek 92474858ae fix: crash on windows when build by go 1.14 (#5511) 2020-06-15 08:21:32 -07:00
Bucky Schwarz b5d1f1a411 chore: switch uuid libraries; clean modules after switch 2020-04-13 14:58:57 -07:00
Bucky Schwarz 25152c5a3a fix: update the makefile to force make gen to work 2020-02-18 13:34:25 -08:00
Greg 56353bee05
feat: add etcd as backend store (#5352)
* Add some comments about unused v2 stuff

* Add etcd as kv backend

* Add configuration options to utilize etcd backend
2020-01-21 11:05:00 -07:00
Greg f0d5e5abef
chore: add a KV layer prior to adding an etcd implementation (#5349)
* Bolt to kv/bolt

* Remove unused code

* Remove unused roles code

* Remove unused duplicate Makefile

* Clean up bolt implementation and start layering in an interface for another store

* Layer in kv interface

* Continue layering in kv interface

* Remove circuitbreaker things

* Move cell stuff out

* Convert cell logic to kv interface

* Start adding config logic to kv interface, likely will remain bolt only

* Get to compile with bolt kv before moving too far forward

* Start removing dead dashboard code

* Add generic kv implementation for dashboards

* Convert layouts to kv interface

* Migrate mappings to kv layer

* Migrate org_config to kv layer

* Migrate organizations to kv layer

* Migrate servers to kv layer

* Migrate sources to kv layer

* Migrate users to kv layer

* Start removing unused migration logic

Since there is a migration path for users via updating to 1.7.x line then to 1.8, there isn't any real reason to continue supporting migrating from a version ~2 years old.

* Cleaning up bolt dead codes

* Re-add disabled code

* Migrate tests over to kv layer

* Migrate config to kv layer

* Create default organization

* Remove etcd for now

* Improve new client and new service implementations

* Uncomment bolt build tests

* Add layouts test

* Add more dashboard tests to kv
2020-01-21 09:26:23 -07:00
Greg 1806d6c298
chore: tidy prior to kv refactor (#5342)
* Start cleaning up/reviewing for kv refactor

* Remove dependency on graceful http layer

* Remove deprecated cli option --new-sources

* Run gofmt and remove dep related files

* Update non-influx deps

* Update kapacitor dep

* Compile regexp's once

* Remove un-needed struct members

* Remove unused integrations code
2020-01-09 08:49:42 -07:00
Michael Desa 5214b7d47d
chore: upgrade to flux v0.50.2 (#5305)
Closes https://github.com/influxdata/chronograf/issues/5303
2019-11-07 11:35:08 -05:00
Christopher Henn 95201e9268 Add LOGIN_HINT OAuth config option 2019-07-09 15:02:44 -07:00
Christopher Henn fdd52446d5 Fix JWK signing key check 2019-07-09 11:06:26 -07:00
Brandon Farmer 944402e1a3 Use go modules, update flux 2019-04-11 16:14:36 -07:00