Releases: mojaloop/central-ledger
PI1 Master release
-
Updated @mojaloop NPM dependency versions
-
Added k8 deployment and helm files into deploy folder
-
updated all unit, integration and functional tests
-
Updated Deployment for Liveness Probe, and updated Ingress for rewrite-target rule
-
Added kubernetes.md
-
Updated circle.yaml for npm repo and docker image names
-
Updated package.json with working dependency version
-
Migrated from CircleCI v1 to v2. v1 circleci.yml still in project for now.
-
Tests for functional, integration & spec will now execute entirely inside of docker images. Spec is has been commented out for the time being due to failure which is yet to be investigated.
-
disabled test-spec until issue can be resolved.
Develop branch snapshot PI1
-
Incorporate all historical changes to align with mojaloop
-
added local install of tape and tap-xunit to config.yml and test.dockerfile
-
added unit, integration and functional tests
Original Master from L1P
original imported code from the l1p code base with some minor fixes.
-
Updated @mojaloop NPM dependency versions
-
Added kubernetes deployment and helm files into deploy folder
-
Updated Deployment for Liveness Probe, and updated Ingress for rewrite-target rule
-
Added kubernetes.md
-
Updated circle.yaml for npm repo and docker image names
-
Updated package.json with working dependency version
-
Migrated from CircleCI v1 to v2. v1 circleci.yml still in project for now.
-
Tests for functional, integration & spec will now execute entirely inside of docker images. Spec has been commented out for the time being due to failure which is yet to be investigated.
-
fixes and updates to all unit, functional and integration tests
-
Incorporate all historical changes to align with Mojaloop.
Working release
Merge working Develop branch into Master for 1st release * Feature/devops k8s (#3) * Updated @mojaloop NPM dependency versions * Added k8 deployment and helm files into deploy folder * Updated Deployment for Liveness Probe, and updated Ingress for rewrite-target rule * Added kubernetes.md * Updated circle.yaml for npm repo and docker image names * Updated package.json with working dependency version * feature/continuous integration v2 (#4) * Migrated from CircleCI v1 to v2. v1 circleci.yml still in project for now. * Tests for functional, integration & spec will now execute entirely inside of docker images. Spec is has been commented out for the time being due to failure which is yet to be investigated. * disabled test-spec until issue can be resolved. * Develop (#6) * Incorporate all historical changes to align with mojaloop. * Tested locally with provided scripts - passed Tested with Postman - passed To be fixed: Credentials on tests for SMTP * Fixed Emailing test with a valid user * fixes for unit test issues * re-added sidecar enabled * fixes and updates to tests and package * fixes for functional tests * Develop (#9) * Incorporate all historical changes to align with mojaloop. * Tested locally with provided scripts - passed Tested with Postman - passed To be fixed: Credentials on tests for SMTP * Fixed Emailing test with a valid user * fixes for unit test issues * re-added sidecar enabled * fixes and updates to tests and package * fixes for functional tests * fixing unit tests, stubbing smtp server * settlement coverage * unit testing for settlements and csv * removed console.logs
Initial OSS Release
Migrated from L1P to Mojaloop Org