Skip to content

Releases: mojaloop/central-ledger

PI1 Master release

19 Jun 21:17
e6fd295
Compare
Choose a tag to compare
PI1 Master release Pre-release
Pre-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

19 Jun 21:01
385d9ea
Compare
Choose a tag to compare
Pre-release
  • 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

18 Jun 11:22
c5a45a1
Compare
Choose a tag to compare
Pre-release

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

05 Feb 09:32
c5a45a1
Compare
Choose a tag to compare
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

05 Feb 09:04
507ced0
Compare
Choose a tag to compare
Initial OSS Release Pre-release
Pre-release

Migrated from L1P to Mojaloop Org