Skip to content

Commit

Permalink
Fix for #1173 - GET /quotes for unknown quote ID error response is 10…
Browse files Browse the repository at this point in the history
…01 instead of 3205 (#139)

* Bump version to 9.0.0-snapshot

* Fix response codes for PUT /quotes/{id} and PUT /quotes/{id}/error from 202 to 200

* Update dependencies. Freeze json-rules-engine due to breaking changes

* Bump version to 9.1.0

* Remove hard-coded response codes in test

* Return error 3000 - Generic client error  and not 1001 on 404 errors

* Update dependencies

* Fix span bug

* Update cs-shared
  • Loading branch information
oderayi authored Feb 10, 2020
1 parent 5cb6955 commit a93c8b9
Show file tree
Hide file tree
Showing 7 changed files with 260 additions and 62 deletions.
3 changes: 2 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"reject": [
"@hapi/hapi",
"@hapi/good"
"@hapi/good",
"json-rules-engine"
]
}
291 changes: 242 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a93c8b9

Please sign in to comment.