influxdb/replications/transport
Jeffrey Smith II 6f50e70960
feat: replicate based on bucket name rather than id (#23638)
* feat: add the ability to replicate based on bucket name rather than bucket id.

- This adds compatibility with 1.x replication targets

* fix: improve error checking and add tests

* fix: add additional constraint to replications table

* fix: use OR not AND for constraint

* feat: delete invalid replications on downgrade

* fix: should be less than 2.4

* test: add test around down migration and cleanup migration code

* fix: use nil instead of platform.ID(1) for better consistency

* fix: fix tests

* fix: fix tests
2022-08-18 14:21:59 -04:00
..
http.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
http_test.go feat: replicate based on bucket name rather than id (#23638) 2022-08-18 14:21:59 -04:00
middleware_auth.go feat: add auth to remotes & replications APIs (#22744) 2021-10-26 11:32:35 -04:00
middleware_kv.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
middleware_kv_test.go feat: Add remotes and replications to telemetry (#23456) 2022-06-16 14:48:06 -04:00
middleware_logging.go refactor: move interfaces for remotes & replication services out of root package (#22417) 2021-09-07 16:21:29 -04:00
middleware_metrics.go refactor: move interfaces for remotes & replication services out of root package (#22417) 2021-09-07 16:21:29 -04:00