Skip to content

Commit

Permalink
Quoting Service: Add support for a simple routing mode (#5)
Browse files Browse the repository at this point in the history
* updates for eslint and fix for bug mojaloop/project#778

* version update

* added simple routing option for quotes

* added simple routing mode and fixes for all tests
still one minor error in testing but will be fixed on quote refactor
updated server to handle and respond to errors as definined in mojaloop spec
updated swagger to allow proper content-type

* updated dependency to latest version

* added test-unit back in

* updated version

* added x-unit to testing

* removed caret
  • Loading branch information
rmothilal authored May 29, 2019
1 parent 2c22f06 commit ecbe511
Show file tree
Hide file tree
Showing 25 changed files with 785 additions and 320 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ workflows:
- setup
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
only: /.*/
branches:
ignore:
- /feature*/
Expand Down Expand Up @@ -429,7 +429,7 @@ workflows:
context: org-global
requires:
- setup
# - test-unit
- test-unit
# - test-coverage
# - test-integration
# - test-functional
Expand Down
3 changes: 2 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"SCHEMA": "central_ledger",
"POOL_MINSIZE": 10,
"POOL_MAXSIZE": 10
}
},
"SIMPLE_ROUTING_MODE": true
}
Loading

0 comments on commit ecbe511

Please sign in to comment.