Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#150 Test, document and address config for "common streaming library" #14

Conversation

mdebarros
Copy link
Member

No description provided.

mdebarros and others added 30 commits April 10, 2018 10:25
… feature/#148DesignImplementCommonStreamingLibrary
* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies
…monStreamingLibrary' into feature/#148DesignImplementCommonStreamingLibraryMIG
@rmothilal
Copy link
Contributor

Looks good happy to sign off

Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve

Copy link
Contributor

@lazolalucas lazolalucas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 Looks good

@mdebarros mdebarros merged commit ebd404c into mojaloop:develop Apr 23, 2018
rmothilal added a commit that referenced this pull request Jul 5, 2018
* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update
rmothilal added a commit that referenced this pull request Jun 26, 2019
* Feature/fix for circle (#2) (#3)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Merge working Develop branch into Master for 1st release (#5)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/version update pi2 (#22)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update

* update dependency vulnerabilities

* invalid files and fixed tests
rmothilal added a commit that referenced this pull request Aug 24, 2020
* Feature/fix for circle (#2) (#3)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Merge working Develop branch into Master for 1st release (#5)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/version update pi2 (#22)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update

* mistakenly copied code and version update

* Fix for delete http method being validated with a body

* removal of 2 added files

Co-authored-by: Miguel de Barros <miguel@debarros.me>
rmothilal added a commit that referenced this pull request Aug 26, 2020
* Feature/fix for circle (#2) (#3)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Merge working Develop branch into Master for 1st release (#5)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/version update pi2 (#22)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update

* mistakenly copied code and version update

* updated openapi-backend version

Co-authored-by: Miguel de Barros <miguel@debarros.me>
mdebarros added a commit that referenced this pull request Feb 7, 2022
* Feature/continuou integration v3 (#10)

test ci build and package

* Feature/continuou integration v3 (#11)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* Feature/continuou integration v3 (#12)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* Feature/continuou integration v3 (#14)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* Feature/continuou integration v3 (#15)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* Feature/continuou integration v3 (#16)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* Feature/continuou integration v3 (#17)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h04m40s

* Feature/continuou integration v3 (#18)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* Feature/continuou integration v3 (#19)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* Feature/continuou integration v3 (#20)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* Feature/continuou integration v3 (#21)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* Feature/continuou integration v3 (#22)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* Feature/continuou integration v3 (#23)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* Feature/continuou integration v3 (#24)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* Feature/continuou integration v3 (#25)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* Feature/continuou integration v3 (#26)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* Feature/continuou integration v3 (#27)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* Feature/continuou integration v3 (#28)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* Feature/continuou integration v3 (#29)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* Feature/continuou integration v3 (#30)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* citest-20180122-15h40m13s

* Feature/continuou integration v3 (#31)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* citest-20180122-15h40m13s

* citest-20180122-15h44m34s

* citest-20180122-15h48m24s

* citest-20180122-15h54m26s

* Feature/continuou integration v3 (#32)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

*…
mdebarros added a commit that referenced this pull request Feb 7, 2022
* Feature/continuou integration v3 (#10)

test ci build and package

* Feature/continuou integration v3 (#11)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* Feature/continuou integration v3 (#12)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* Feature/continuou integration v3 (#14)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* Feature/continuou integration v3 (#15)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* Feature/continuou integration v3 (#16)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* Feature/continuou integration v3 (#17)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h04m40s

* Feature/continuou integration v3 (#18)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* Feature/continuou integration v3 (#19)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* Feature/continuou integration v3 (#20)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* Feature/continuou integration v3 (#21)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* Feature/continuou integration v3 (#22)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* Feature/continuou integration v3 (#23)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* Feature/continuou integration v3 (#24)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* Feature/continuou integration v3 (#25)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* Feature/continuou integration v3 (#26)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* Feature/continuou integration v3 (#27)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* Feature/continuou integration v3 (#28)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* Feature/continuou integration v3 (#29)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* Feature/continuou integration v3 (#30)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* citest-20180122-15h40m13s

* Feature/continuou integration v3 (#31)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* yes

* updated config

* test-T

* test-T

* test-T

* 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.

* Fixed invalid line in .circleci/config.yml

* disabled test-spec

* 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

* testing ci

* citest-20180119-11h26m04s

* disabling tests for speed

* citest-20180119-11h35m50s

* citest-20180119-11h45m02s

* citest-20180119-11h52m21s

* citest-20180119-12h00m04s

* citest-20180119-12h00m19s

* citest-20180119-12h08m50s

* citest-20180119-12h14m24s

* citest-20180119-12h20m37s

* citest-20180119-12h24m05s

* citest-20180122-10h12m33s

* citest-20180122-10h18m34s

* citest-20180122-10h22m01s

* citest-20180122-10h23m08s

* citest-20180122-10h28m37s

* citest-20180122-10h32m29s

* citest-20180122-10h34m07s

* citest-20180122-15h24m15s

* citest-20180122-15h31m45s

* citest-20180122-15h40m13s

* citest-20180122-15h44m34s

* citest-20180122-15h48m24s

* citest-20180122-15h54m26s

* Feature/continuou integration v3 (#32)

* 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

* final draft circleci v2 config 13:56:52

* final draft circleci v2 config 14:00:30

* final draft circleci v2 config 14:01:28

* final draft circleci v2 config 14:03:55

* final draft circleci v2 config 14:05:07

* final draft circleci v2 config 14:08:07

* final draft circleci v2 config 14:09:27

* final draft circleci v2 config 14:11:49

* final draft circleci v2 config 14:13:28

* final draft circleci v2 config 14:18:28

* final draft circleci v2 config 14:19:37

* final draft circleci v2 config 14:28:47

* final draft circleci v2 config 14:33:16

* final draft circleci v2 config 14:39:34

* final draft circleci v2 config 14:40:40

* Fixed some issues with the functional tests

* trying to run functional and integration tests in a machine instead of a container

* error using "source" on circleci

* yes

* added psql tools to machine path

* investigating issue

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* yes T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

* test-T

*…
mdebarros pushed a commit that referenced this pull request Feb 7, 2022
* Added temporary seeds for the hub participant and hub usd account

* Initial Topic config and methods placeholders. Unit tests failing.

* Repair unit tests

* Added transferEventActions ENUM

* added rest endpoint (#13)

* added rest endpoint
* removed enums

* Admin transfer handler, TransferService.reconciliationTransferPrepare

* payload.externalReference is REQUIRED

* All functionality in place. Testing is outstanding

* Feature/499 record funds in out (#14)

* added rest endpoint
* removed enums
* api done
* api endpoints finished

* Corrections regarding the finilized endpoints

* Prepare code for merge with develop

* Remove placeholder methods which are due by story 508

* src/handlers/admin/handler.js debug=false

* test/unit/shared/setup.test.js

* Finilized unit tests and coverage on TransferFacade and moved Config

* Feature/499 record funds in out unit tests (#15)

* added rest endpoint
* removed enums
* api done
* api endpoints finished
* refactored handler. added tests for untested code. some branches still outstanding
* merged

* Feature/499 record funds in out handler tests (#16)

* added rest endpoint
* removed enums
* api done
* api endpoints finished
* refactored handler. added tests for untested code. some branches still outstanding
* merged
* coverage almost 100%. Only 2 else-if branches, which normally cannot be entered are uncovered as code branching, but all statements functions and lines are 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants