From efda8b526d93182b906122c86e5d3d7b4fc19c9e Mon Sep 17 00:00:00 2001 From: kris-konina-reef Date: Mon, 16 Sep 2024 16:36:18 +0000 Subject: [PATCH] Add changelog --- changelog.d/+persistent_bucket.added.md | 1 + changelog.d/+persistent_bucket_aggregate.added.md | 1 + changelog.d/+persistent_bucket_utils.added.md | 1 + changelog.d/+update_integration_tests.changed.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 changelog.d/+persistent_bucket.added.md create mode 100644 changelog.d/+persistent_bucket_aggregate.added.md create mode 100644 changelog.d/+persistent_bucket_utils.added.md create mode 100644 changelog.d/+update_integration_tests.changed.md diff --git a/changelog.d/+persistent_bucket.added.md b/changelog.d/+persistent_bucket.added.md new file mode 100644 index 00000000..af7e3e91 --- /dev/null +++ b/changelog.d/+persistent_bucket.added.md @@ -0,0 +1 @@ +Add persistent bucket fixtures for integration tests diff --git a/changelog.d/+persistent_bucket_aggregate.added.md b/changelog.d/+persistent_bucket_aggregate.added.md new file mode 100644 index 00000000..42cb9e4c --- /dev/null +++ b/changelog.d/+persistent_bucket_aggregate.added.md @@ -0,0 +1 @@ +Introduce PersistentBucketAggregate class to manage bucket name and subfolder diff --git a/changelog.d/+persistent_bucket_utils.added.md b/changelog.d/+persistent_bucket_utils.added.md new file mode 100644 index 00000000..5523f8a4 --- /dev/null +++ b/changelog.d/+persistent_bucket_utils.added.md @@ -0,0 +1 @@ +Add utility functions for managing persistent buckets diff --git a/changelog.d/+update_integration_tests.changed.md b/changelog.d/+update_integration_tests.changed.md new file mode 100644 index 00000000..9e3e9d26 --- /dev/null +++ b/changelog.d/+update_integration_tests.changed.md @@ -0,0 +1 @@ +Update integration tests to use persistent buckets