From 94a94c7e4ad4e33cd233ee21ba1b9bc8e69674c4 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Wed, 26 Jun 2024 11:55:24 -0500 Subject: [PATCH 1/4] docs: update changelog to include integration test description --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f227e5..64d2f03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v11.7.0](https://github.com/eduNEXT/eox-tenant/compare/v11.6.0...v11.7.0) - (2024-06-19) +### Added + +- **Integration Tests**: A new GitHub workflow was added to run the integration + tests. An integration test was included to validate backend imports and + another to validate that the `/eox-info` endpoint works correctly. + ### Changed - **Redwood Support**: Upgrade requirements base on edx-platform redwood From 2ffdb5a15669b0a6cb5588c7ceaf8f3f0d424d54 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Wed, 26 Jun 2024 11:56:33 -0500 Subject: [PATCH 2/4] docs: update compatibility notes of palm and quince Since the Palm version of Open edX the users backend changed to another path. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7068f538..1a3684c7 100644 --- a/README.rst +++ b/README.rst @@ -31,9 +31,9 @@ Compatibility Notes +------------------+-----------------------+ | Olive | >= 8.0 | +------------------+-----------------------+ -| Palm | >= v10.0.0 | +| Palm | >= v11.7.0 | +------------------+-----------------------+ -| Quince | >= v11.0.0 | +| Quince | >= v11.7.0 | +------------------+-----------------------+ | Redwood | >= v11.7.0 | +------------------+-----------------------+ From d7290ec61c0b1047f402c37e6ee46c3158fe0d3b Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Wed, 26 Jun 2024 15:41:26 -0500 Subject: [PATCH 3/4] chore: address PR review --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d2f03d..42ccbf0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- **Integration Tests**: A new GitHub workflow was added to run the integration - tests. An integration test was included to validate backend imports and - another to validate that the `/eox-info` endpoint works correctly. +- **Integration Tests**: A new GitHub workflow has been added to run + integration tests. Integration test has been included to validate backend + imports and to ensure the `/eox-info` endpoint works correctly. ### Changed From a933aa856d93acad3703330f74999b9da4d3c2a9 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Wed, 26 Jun 2024 17:20:15 -0500 Subject: [PATCH 4/4] chore: address PR review --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ccbf0d..cb53c6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - **Integration Tests**: A new GitHub workflow has been added to run - integration tests. Integration test has been included to validate backend - imports and to ensure the `/eox-info` endpoint works correctly. + integration tests. These tests validate backend imports and ensure the + `/eox-info` endpoint functions correctly. ### Changed