Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/otc300 consume commit message (#306)
* Added handler to monitor topic-notification-event * Added handler to monitor topic-notification-event * Added more code to break out vars from the msg on the notification topic * Finalize code to break out vars from the msg on the notification topic * Restructured code in the handler * Renamed fulfill to fulfil * Added initial code in the Domain to update the DB * Added Knex version of SQL statement (Promise pending error still) * Added more knex statements for the changed SQL from Micheal * Fixed the bindings error * Fixed the bindings error again * Add facade and domain code * Added Error handling * Fixed index.js * Removed unwanted code * Updated the handler register unit test * Fixed inner select error that magically started to appear * Added the status parameter * Added code to unit test transferfulfil facade * Add more code to facade unit test * Add unit test for domain/index.js * Add unit test for domain/index.js * Added unit tests to the handler * Added more unit tests to transferfulfil handler * Full code coverage achieved on the transferfulfil handler * Removed unit test on facade. TBD later * updated dependancies * Changed the port in default.json * Resolved vulnerabilities * Made some depnedancy update changes * Resloved vulnerabilities * Increased codee coverage on branches to 100% for transferFulfil handler * Fixed issue with Knex * Added filter for OTC498 * Renamed functions as per code review request * Fixed function name chnages in the unit tests * Added changes to facade unit test * Added code review change as requested by Rajiv * Added Ignores for the failing unit test on the facade * Added ignores for failing test * Added Config.yml chnges for Python 3 depnedancy * deleted apk -v --purge del py-pip line from config.yml * Added missing | for command in config.yml
- Loading branch information