From 176fd341299f48b3b26f0eee515ef89638e1dd55 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Wed, 14 May 2025 14:15:01 -0800 Subject: [PATCH 1/2] remove test branch pytest workflow from prod merge --- .github/workflows/run-pytest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index e0ba368..62a161e 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -5,7 +5,6 @@ on: pull_request: branches: - test - - prod types: - opened - reopened From 02fe4e0fee5473b3bca781ab0901dd790fb06d09 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Wed, 14 May 2025 14:18:27 -0800 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d30ce2e..748a111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - --> +------ +## [1.0.0](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v0.1.1...v1.0.0) + +### Added +- Added non-edc staging deployments, (test -> prod-staging -> prod) +- legacy pytest suite tests working, using FastAPI TestClient +- Adds integration tests for merges to test and prod-staging + ------ ## [0.1.1](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v0.1.0...v0.1.1)