Releases: Ed-Fi-Exchange-OSS/Meadowlark
Releases · Ed-Fi-Exchange-OSS/Meadowlark
v0.3.6-pre-32
[RND-579] Update docker/Dockerfile (#262) * [RND-579] Update docker/Dockerfile Add antlr4 url from azure artifacts instead of myget. Move ARG. Add ML_VERSION to npm install * Update Dockerfile Add double quote * Update Dockerfile Update comment
v0.3.6-pre-31
[RND-581] Deploy Meadowlark with Azure CLI (#259)
v0.3.6-pre-30
[RND-525] - Adds support for ElasticSearch (#257) * Clone from opensearch to create elasticsearch backend. * Code changes. Trying to fix tests. * Adds elastic/transport * Trying to fix linting problems. Working on fixing tests. * Fixes problem with number of documents. * All integration tests working fine. * Removes poc. I do not need it. * First unit tests working fine. * More unit tests now working fine. * All tests, integration and unit, working fine. * Renaming files. Code cleanup. * Some code clean up. Changes on readme file. * Adds elastic search to integration tests script. * Changes on docker-compose file. * Some changes on documentation files. * Adds SHA to docker-compose file. * Adds env values to env.example and docs folder. * Fixes name for Elasticsearch timeout var.
v0.3.6-pre-29
[BIA-563] PostgreSQL backend SqlHelper functions should directly retu…
v0.3.6-pre-28
[RND-535] Technical design for write performance benchmarking (#256) * [RND-535] Restructuring documents * [RND-535] Creating script and instructions to execute bulk load performance * [RND-535] Adding information for bulk load to test upsert performance * [RND-535] Adding indications to run pipeclean and volume performance tests * [RND-535] Adding notes to run performance test suite * Fixing link to tickets * [RND-535] Changes after review on setup performance suite * [RND-535] Adjustments to write performance doc * Removing assessment role information in documentation * Load Bulk Load information * Rename folder * Removing duplicated folder
v0.3.6-pre-27
[RND-460] - Investigate Open Telemetry (#254) * Open Telemetry Research document Adding editor rulers for markdown files to configuration * Fixing spelling * Remove test code accidentally checked in * Updates requested from PR
v0.3.6-pre-26
[RND-562] Rename "documentId" to "meadowlarkId" for all PostgreSQL co…
v0.3.6-pre-25
[RND-565] Update open search image version for test execution (#253)
v0.3.6-pre-24
[RND-533] Technical design for get all performance benchmarking (#251) * [RND-533] Initial Instructions * Updating ticket link * [RND-533] Adding instructions to run the mongo profiler * Adding missing column in results example * Adding profiler section collapsed * Change ticket name * [RND-533] Adding script to run performance multiple tests, updating instructions * Add spacing * Changing page title to handle read and write separately
v0.3.6-pre-23
[RND-556] Fix faulty ownership security on POST requests (#248) * [RND-556] Faulty ownership security on POST requests Add test to validate ownership on insert Update ownership validation, to validate first by documentUuid, if that id is null, it tries to find the document by meadowlarkId. * Update SecurityValidation.test.ts Update url