Skip to content

Releases: Ed-Fi-Exchange-OSS/Meadowlark

v0.3.6-pre-22

07 Jun 18:38
698fdbc
Compare
Choose a tag to compare
v0.3.6-pre-22 Pre-release
Pre-release
[RND-554] Replaces the old meadowlarkId with the new one on put reque…

v0.3.6-pre-21

06 Jun 22:53
ba1aa73
Compare
Choose a tag to compare
v0.3.6-pre-21 Pre-release
Pre-release
[RND-565] Publish MongoDB and OpenSearch Images (#250)

Update opensearch image to v 2.7
Add deploy script for mongodb.

v0.3.6-pre-20

26 May 21:55
439154c
Compare
Choose a tag to compare
v0.3.6-pre-20 Pre-release
Pre-release
[RND-494] Add postgres support in docker compose file (#235)

* [RND-494] Adding postgres configuration on docker compose

* [RND-494] Restore postgres

* [RND-494] Adding postgres configuration to e2e tests

* Improving handling of dev setup initialization

* Adding postgres to dev mode exit script

* Adding startup timeout for databases

* Adding resource name when deleting to give more information on error messages

* [RND-494] Create script to delete test containers on Dev mode conditionally

* [RND-494] Setting upsert as default behavior when creating resources

* [RND-494] Improving validation message on test

* Adding comment for setup information

* Fixing database name for postgres

* Update Delete.ts

Update delete function to move meadowlarkId.

* Adding missing env variables for docker compose

* Update Delete.ts

Update meadowlarkId condition

* Adjusting script to exit dev containers to handle wsl1

* Adding ps script to stop test containers

* Commenting postgres from docker compose to setup only when required

* Removing tests from workspaces to avoid errors on e2e tests after running build

* Removing build from e2e scripts since this is not needed and can cause conflicts

* Update testcontainers

* Fix spacing

* Adjusting ps1 script

---------

Co-authored-by: Stephen Fuqua <[email protected]>

v0.3.6-pre-19

25 May 16:55
d8588a7
Compare
Choose a tag to compare
v0.3.6-pre-19 Pre-release
Pre-release
[RND-560] Postgres: Deleting resource is not deleting references and …

v0.3.6-pre-18

17 May 20:38
2552e31
Compare
Choose a tag to compare
v0.3.6-pre-18 Pre-release
Pre-release
[RND-443] Resource Id as UUID for All Resources (PostgreSQL) (#244)

* [BIA-443] Resource Id as UUID for All Resources (PostgreSQL)

- Replace meadowlarkId by documentUuid.

* Update testcases

* Fix linting error

* Fix linting error

* Fix postgresql tests

* Update local.33b.http

Update test cases to send the uuid instead of the meadowlark id.

* Update names to reference documentUuid

* Replace documentId by MeadowlarkId (part I)

Update tests.
Add documentUuid to aliases table.
Update sqlHelper.

* Rename documentId to use MeadowlarkId

* Fix linting

* Fix linting issues

* Update ReferenceValidation.ts

* Update ReferenceValidation.ts

* Update types

* Update test result

* Update http test

Update test to use location.
Update blockingDocuments to include meadowlarkId and fix documentUuid reference

* Update test to add location

* Update types import

* Update Meadowlark-js/tests/http/local.33b.http

Co-authored-by: Stephen Fuqua <[email protected]>

---------

Co-authored-by: Stephen Fuqua <[email protected]>

v0.3.6-pre-17

09 May 21:04
cfd9c58
Compare
Choose a tag to compare
v0.3.6-pre-17 Pre-release
Pre-release
[RND-522] Add CreatedAt and LastModifiedDate to Meadowlark - MongoDB …

v0.3.6-pre-16

08 May 14:25
bc7fb9a
Compare
Choose a tag to compare
v0.3.6-pre-16 Pre-release
Pre-release
[RND-493] Clarifications on cascading update design (#242)

* Rename directory

* Update link

* Post sprint review clarifications

v0.3.6-pre-15

04 May 22:03
b1ef68f
Compare
Choose a tag to compare
v0.3.6-pre-15 Pre-release
Pre-release
Restore full dependency install (#241)

v0.3.6-pre-14

04 May 20:05
3cf6cdc
Compare
Choose a tag to compare
v0.3.6-pre-14 Pre-release
Pre-release
[RND-465] SBOM and provenance generation (#237)

* Require owners review of GHA yml changes

* Only install production dependencies

* Attach packages to artifacts
Prepare hash codes for use in provenance generator

* Create Meadowlark SBOM file

* Attach SBOM file to release

* Create provenance and attach it to release

* Ignore SBOM files

* Correct the name in this package lock file

* Update for npm 9+

* Fix CodeQL problem

* codeowners correction

* Need the right organization name

v0.3.6-pre-13

03 May 20:21
058924c
Compare
Choose a tag to compare
v0.3.6-pre-13 Pre-release
Pre-release
[RND-526] Doc updates for those new to Meadowlark (#239)

* [RND-526] Doc updates for those new to Meadowlark

Update documentation to fix links and add additional information.

* Update generate key instructions format

* Update readme.md

* Update to default MongoDB credentials

---------

Co-authored-by: Stephen Fuqua <[email protected]>