Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync pisp branch with master (#61)
* Poc/validation for names places accents (#37) * initial version * fixes for schema object, still cant get error handling to work correctly as well as tags * initial commit for transaction request service with the updated validation library using openapi-backend * updated to use central-services-shared * updates to new libraries for error handling and central-services-shared * updated dependencies and audit issues * updated tests to support Openapi Backend Using default functions for Openapi Backend validationFail, notFound and methodNotAllowed Fix for metrics not working * standardising request object as req updated dependencies and added audit for production only and not devDependencies * request naming standards * removed comment * Requested changes as per @mdebarros updated dependencies * missing regex for accents for name * Fixes for python version CircleCi (#42) python version upgrade updated dependencies and audit issues * fix: make accept header required only for GET /authorizations/{id} (#49) * fix: make accept header required only for GET /authorizations/{id} operation * chore: audit:resolve * chore: bump version * Update FSPIOP API version, dependencies, and package version (#52) * updated shared lib to support configurable resource api versions (#53) * added old joi to support hapi-swagger plugin * cleared unused dependencies Co-authored-by: Valentin <valentin.genev@modusbox.com> * updated shared lib version (#54) Co-authored-by: Valentin <valentin.genev@modusbox.com> * updated dependencies for helm release (#55) * #1876: Replace wildcard routes with explicit routes (#56) * Replace wildcard routes with explicit routes * Add uni tests for routes file * #1887-PUTauthorizationstransactionIdisnotvalidatingFSPIOPHeaders (#57) ### Hotfix: - Fixes to OpenAPI v3 specification document: - Changed all params to references - Updated all schemas to references - Added missing params - Fixed quotation characters, i.e. `”` -> `"` - Resolved bug mojaloop/project#1887 ### Maintenance: - Removed Swagger v2 interface specification, re-moved Swagger tools that only support Swagger v2. The code is now fully dependent on the OpenAPI v3 Spec document. I.e. only one spec doc \:D/ - Refactored existing code/unit-tests to work with OpenAPI v3 API specifications - Added OpenAPI v3 request generator as helper util - Cleaned-up unused dependencies in code - Cleaned-up unused dependencies/scripts in package.json - Updated dependencies to latest versions * chore: update license file (#58) * chore: migrate mock and openapi to work with latest * chore: upgrade packages and fix vulnerablilities * chore: fix packages * chore: fix tests * chore: update openapi and mockgen * chore: fix merge mishaps * chore: edit require statements * refactor: change routes handler * chore: change logic Co-authored-by: Rajiv Mothilal <rajivmothilal@gmail.com> Co-authored-by: eoln <2881004+eoln@users.noreply.github.com> Co-authored-by: Steven Oderayi <oderayi@gmail.com> Co-authored-by: Valentin Genev <vgenev@gmail.com> Co-authored-by: Valentin <valentin.genev@modusbox.com> Co-authored-by: Miguel de Barros <miguel@debarros.me> Co-authored-by: Lewis Daly <lewis@vesselstech.com>
- Loading branch information