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

Feat/merge mowali branch #1

Merged
merged 193 commits into from
Oct 13, 2021

Commits on Nov 8, 2019

  1. Issue934-FixSetEnvVarRCAsBooleanInsteadOfString (#81)

    * Issue934-FixSetEnvVarRCAsBooleanInsteadOfString
    
    * Issue934-JestUnitTestChangeUpdate
    
    * WIP
    
    * mockConfig done
    
    * Issue934-AddParseStringInObjectDependencyAndUpdateDeps
    
    * Issue934-UpdatePackageVersionTo8dot4dot1-snapshotAndUpdateDependencies
    gibaros authored and rmothilal committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    902319b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. bugfix/1066 Remove Put Accept Header (#86)

    - Added noAccept parameter
    - Upgraded dependencies
    ggrg authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    79d8126 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. More unit tests and some code cleanup (#87)

    * Tests converted to Jest
    
    * Added rules engine jsonpath dynamic fact
    
    * Updated rules engine API. Added jsonpath package to dependencies. Added rules engine tests. Added Jest config. Added example rules.json.
    
    * Updated hapi/subtext to patch vulnerability
    
    * Updated example rules and corresponding tests to reflect real form of payer and payee
    
    * Added switch endpoint to config to obtain payer and payee information for rules engine. Stubbed validateQuoteRequest method in relevant tests. Running rules engine in validateQuoteRequest (but not doing anything with the results yet).
    
    * Tests converted to Jest
    
    * Replaced coverage-check script. Added coverage threshold to jest config. Removed Istanbul config.
    
    * Uninstalled and reinstalled jest to fix vulnerability
    
    * Added junit + config. Added test:junit npm script. Modified circle config to call junit script. Added test results directory to gitignore.
    
    * Modified example rules and corresponding tests to better reflect actual payer and payee facts
    
    * Updated redirect address to redirect fsp. Made the linter happy. Added rule execution and event handling. Removed empty quote validation, replaced with rules engine execution. Removed redundant setImmediate. New test for INVALID_QUOTE_REQUEST event. Expanded INVALID_QUOTE_REQUEST unit tests.
    
    * Manual merge from upstream
    
    * Integrated properly the new `model/rules.js` into `model/quotes.js` and updated the `quotes.tests.js` accordingly.
    
    * Simplified block of code that was unnecessarily using `map`.
    
    * Forwarding event-handler-modified quote request and headers instead of originals
    
    * Fixed tests by poorly mocking handleRuleEvents on the quotes model
    
    * Cleaned a little bit the result of `handleRuleEvents`;
    Updated unit tests in order to pass according to latest code changes.
    
    * Deduplicated the functionality of request sending
    
    * Removed `setImmediate` from all places that it was used.
    
    * Use `CreateInternalServerFSPIOPError` instead of `CreateFSPIOPError`
    
    * fixed the name of rules.json
    
    * rename file rules.example.json
    
    * Refactored existing unit tests in order to make them cleaner and avoid duplication;
    Added more unit tests for `handleQuoteRequest` to cover all possible paths.
    
    * Refactored `handleQuoteRequest` to make it more readable and avoid duplication;
    Cleaned some minor parts of the whole `quotes.js` file.
    
    * Resolved issue with merge
    
    * Added unit tests for `quotesModel.handleRuleEvents`
    
    * Minor update to behaviour and corresponding test update. Minor test change.
    
    * Lint fix
    
    * Added unit tests for `quotesModel.executeRules`
    
    * Added more unit tests to `quotesModel.executeRules` to cover rejected promises of `axios.request`
    
    * Minor refactoring on the unit tests of `RulesEngine` to use `describe` blocks and `it()` instead of `test()` for consistency.
    
    * Added missing dependency that got removed after merging.
    
    * Updated quotes model unit tests to match the new implementation of config.js
    
    * Updated comments in codebase.
    
    * Removed ``^` sign from dependency in package.json
    Vassilis Barzokas authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    3fcd9c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Bump npm-check-updates from 3.2.1 to 3.2.2 (#88)

    Bumps [npm-check-updates](https://github.com/tjunnone/npm-check-updates) from 3.2.1 to 3.2.2.
    - [Release notes](https://github.com/tjunnone/npm-check-updates/releases)
    - [Commits](raineorshine/npm-check-updates@v3.2.1...v3.2.2)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mdebarros committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    6241ba5 View commit details
    Browse the repository at this point in the history
  2. Bump eslint from 6.6.0 to 6.7.1 (#89)

    Bumps [eslint](https://github.com/eslint/eslint) from 6.6.0 to 6.7.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v6.6.0...v6.7.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and mdebarros committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f2f17a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. bugfix/1079 Extensions Longer Than 128 Chars (#90)

    - truncateExtension config
    - fix issues with standardJS
    ggrg authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    a8c21c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Dissasociated unit tests from the actual contents of file `config/rul…

    …es.json`; (#92)
    
    Added a `rules.example.json` file.
    Vassilis Barzokas authored and Sam committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8025f5f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. bugfix/1085 Quote to Inactive Fsp (#91)

    - Proper generate request headers when from switch
    ggrg authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    8261ee3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. mowdev-3411

    shashi165 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    3b04304 View commit details
    Browse the repository at this point in the history
  2. added more rules

    shashi165 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    b36efd3 View commit details
    Browse the repository at this point in the history
  3. Feature/846 async logging (#100)

    * Add file logging support in docker, update dependencies
    
    * Add back missing package after merge conflicts
    lewisdaly authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    c2b9016 View commit details
    Browse the repository at this point in the history
  4. Feature/update json rules engine (#101)

    * Simplified rules unit tests
    
    * Updated json-rules-engine
    
    * Updated code to use native json-rules-engine jsonpath syntax
    
    * Made linter happy. Removed jsonpath dependency.
    partiallyordered authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    50564a1 View commit details
    Browse the repository at this point in the history
  5. Feature/test fx rules (#102)

    * Added skeleton for fx rules unit tests
    
    * Removed commented tests from original file
    
    * Update fx.test.js
    partiallyordered authored and Aarón Reynoza committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    ada4adb View commit details
    Browse the repository at this point in the history
  6. Feature/846 async logging (#100)

    * Add file logging support in docker, update dependencies
    
    * Add back missing package after merge conflicts
    lewisdaly authored and shashi165 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6567058 View commit details
    Browse the repository at this point in the history
  7. Feature/update json rules engine (#101)

    * Simplified rules unit tests
    
    * Updated json-rules-engine
    
    * Updated code to use native json-rules-engine jsonpath syntax
    
    * Made linter happy. Removed jsonpath dependency.
    partiallyordered authored and shashi165 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    03fc69d View commit details
    Browse the repository at this point in the history
  8. Feature/test fx rules (#102)

    * Added skeleton for fx rules unit tests
    
    * Removed commented tests from original file
    
    * Update fx.test.js
    partiallyordered authored and shashi165 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    78bdc53 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. added more rules and tests

    Unknown committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    71dff00 View commit details
    Browse the repository at this point in the history
  2. test discard

    shashi165 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7a5cb58 View commit details
    Browse the repository at this point in the history
  3. test discard

    shashi165 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6b058cc View commit details
    Browse the repository at this point in the history
  4. test discard

    shashi165 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    1dd36cb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. updated dependencies (#105)

    vgenev authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    7af1891 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. stripe off accept header for PUT requests

    shashi165 committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    28549b8 View commit details
    Browse the repository at this point in the history
  2. added package-lock.json

    Unknown committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    621ff7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61c4dd0 View commit details
    Browse the repository at this point in the history
  4. Feature/1003 add container scans (#103)

    * Add anchore image scanning, update circleci config
    
    * Fix config.yml validity issues
    
    * Bump package version, ensure latest deps are installed
    lewisdaly authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    8c1a145 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Feature/1047 improve test coverage (#108)

    * Add unit tests to bring coverage up to 90%+
    
    remove redundant nyc config
    
    Set up dir structure for tests
    
    Set up dir structure for tests
    
    Add inspect util for ease of testing
    
    working on quotes error test
    
    Add istanbul ignore comments for mockgen only files
    
    working on health check mocks
    
    Working on config mocks
    
    Add bulk quotes not implemented tests
    
    Working on health check tests
    
    Working on health check tests
    
    remove unused comments
    
    working on quotes test
    
    working on config default tests
    
    working on utils tests
    
    working on utils tests
    
    find and replace all stack inspection
    
    find and replace all stack inspection
    
    Working on quote tests
    
    Move http into its own library for ease of mocking
    
    Move http into its own library for ease of mocking
    
    fix existing tests once mocking out http
    
    add tests for handleException
    
    add tests for handleException
    
    add tests for handleException
    
    finish getting model testing up to scratch
    
    fix missing conditions on rule engine tests
    
    Add tests for http
    
    refactor start script to improve tests
    
    work on server testing
    
    working on database mocking
    
    working on knex mocks
    
    working on knex mocks
    
    working on knex mocks
    
    working on knex mocks
    
    working on knex mocks
    
    replace err.stack || util.inspect(err) with getStackOrInspect
    
    work on quite tests
    
    work on quite tests
    
    finish work on cachedDatabase
    
    update dependencies, bump package version to 8.7.0
    
    * remove unneeded test files
    
    * run standard --fix
    
    * bump package version to 8.7.1-snapshot
    
    * bump package version to 8.7.2-snapshot
    lewisdaly authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    396a996 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. added more rules

    shashi165 committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    e27d8dc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/mowdev-3411' into featur…

    …e/mowdev-3411
    Unknown committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    72e1dac View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. fixed the package.json version

    Unknown committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    da91411 View commit details
    Browse the repository at this point in the history
  2. fixed version number

    Unknown committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    b6b3890 View commit details
    Browse the repository at this point in the history
  3. fixed the Object.assign

    Unknown committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    4e4db82 View commit details
    Browse the repository at this point in the history
  4. removed rules.json

    Unknown committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    578f61a View commit details
    Browse the repository at this point in the history
  5. update package-lock.json

    Unknown committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    026bbf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    200d721 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Attempt cache refresh

    KamuelaFranco committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3a87289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb418f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c5d6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1be3256 View commit details
    Browse the repository at this point in the history
  5. Skip vuln check step

    KamuelaFranco committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    736f5b3 View commit details
    Browse the repository at this point in the history
  6. downgrade helm version

    shashi165 committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    693f3ae View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. #1147 - Update dependencies (#118)

    * Update sinon
    
    * Bump version to 8.8.0
    oderayi authored Jan 7, 2020
    Configuration menu
    Copy the full SHA
    19f7359 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. temp logging

    shashi165 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    58a285b View commit details
    Browse the repository at this point in the history
  2. renamed switchEndpoint to a better name

    shashi165 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    99ceeb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    745d45f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Fix for #1169 - GET /quotes for malformed ID error response is 1001 i…

    …nstead of 3xxx (#125)
    
    * Add quote ID validation in swagger.json
    * Update dependencies and fix unit test
    * Fix version
    oderayi authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    4d8730d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Added synchronous responses for rules engine invalid quote errors (#127)

    * Added synchronous responses for rules engine invalid quote errors
    
    * Corrected import
    
    * Corrected error variable name
    
    * Moved response handling out of model, into handlers
    
    * Fixed tests
    partiallyordered authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f6e8f6c View commit details
    Browse the repository at this point in the history
  2. added error code

    shashi165 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    53f4907 View commit details
    Browse the repository at this point in the history
  3. added swagger changes

    shashi165 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    06eaf8c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Bugfix/1172empty quote values (#128)

    * Added minLength of 1 for quoteId and transactionId for post quotes
    
    * Added a comment to remove the minLength property from quoteId and transactionId once the enjoi library has been fixed.
    ndonnan authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    cbf535f View commit details
    Browse the repository at this point in the history
  2. Upgrading version to v8.8.0-snapshot (#129)

    * Upgrading version to v8.8.0-snapshot and now we have test coverage >90%
    Sam authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    55504e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Feature/1157 anchore report summary (#132)

    * Add anchore summary report upload
    
    * fix missing aws credentials
    lewisdaly authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b78a016 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Update dependencies (#133)

    oderayi authored and Sam committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    856a215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f1dc1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f7e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85f748d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. 893-UpdateRegexToValidateIncomingErrorCodeAtEndpointCallbackAndUpdate…

    …Dependencies (#113)
    
    * Issue934-FixSetEnvVarRCAsBooleanInsteadOfString
    
    * WIP
    
    * mockConfig done
    
    * 893-AddSwaggerValidationForIncomingErrorCodePlusUnitTestChangeAndUpdateDependencies
    
    * Fix unit test, update dependencies plus Merge remote-tracking branch 'origin/893-ValidateIncomingErrorCodeAtErroCallbackEndpoint' into 893-ValidateIncomingErrorCodeAtErroCallbackEndpoint
    
    Co-authored-by: Georgi Georgiev <georgi.georgiev@modusbox.com>
    Co-authored-by: Sam <elnyry@users.noreply.github.com>
    3 people authored Jan 24, 2020
    Configuration menu
    Copy the full SHA
    5cb6955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e3047 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    9767ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d814b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec8ce82 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. removed fspiop-uri header

    shashi165 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    c876ec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b82fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff4541 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. added more error handling

    shashi165 committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    9641b2f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merged from master

    partiallyordered committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a3131ad View commit details
    Browse the repository at this point in the history
  2. Fix for #1173 - GET /quotes for unknown quote ID error response is 10…

    …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
    oderayi authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a93c8b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Upgrade to Node 12.16.0 LTS version (#150)

    - Updated CircleCI and Docker scripts to use Node 12.16.0 LTS version.
    - Updated dependencies
    oderayi authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    148a14d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    7a8bbda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fda789 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Hotfix: Fix startup failure error (#153)

    * Lock hapi version
    
    * Resolve audit issue, temporarily
    oderayi authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    e156cab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Fix/1107 circleci deploy (#154)

    * remove sensitive notes
    
    * resolve npm audit issues
    
    * temp disable some cicd steps for speed up tests
    
    * fix missing aws config
    
    * Add parameters into orb config
    
    * Updating deploy config
    
    * helm deploy fixes
    
    * temporarily disable the coverage checks
    
    * replace inline deployment orb with orb reference
    
    * update deploy orb to v0.1.1
    
    * removing duplicate configs
    
    * working on helm config
    
    * bump orb version to 0.1.4
    
    * Working on executor config
    
    * Working on executor config
    
    * fix helm set values
    
    * more work on helm set values
    
    * more work on helm set values
    
    * Reenable skipped ci steps
    
    * bump package version to 9.2.2-snapshot, add hapi to the audit fix
    lewisdaly authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    e8b6d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    92d2d2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b2757 View commit details
    Browse the repository at this point in the history
  3. Merged from master

    partiallyordered committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    ab806e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99a2226 View commit details
    Browse the repository at this point in the history
  5. Updated dependencies (#158)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    rmothilal authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    28d90b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Feature/updating dependencies (#159)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * updated dependencies
    rmothilal authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    3f47b36 View commit details
    Browse the repository at this point in the history
  2. #1178: Bug fixes for POST /quotes with unknown destination FSP (#160)

    * Validate that FSP Ids in headers and payload match for both payerfsp and payeefsp
    oderayi authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    202a5e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Hotfix: Revert #1178 changes (#161)

    * Revert #1178 changes. Update depenedencies. Bump version
    
    * Undo version bump
    oderayi authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    304bf1a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Bugfix/restore handle quote error headers (#168)

    * Modified `forwardQuoteUpdate` so it handles special cases where it doesn't need to modify/set the headers.
    
    * Bumped to 9.3.4-snapshot;
    Added myself to the hall of fame.
    
    * Updated unit tests.
    
    * Changed bumped version to 9.4.0 to cope with the current versioning status.
    
    * Changed the places where the sendErrorCallback is called with `true` flag.
    
    * run `npm run audit:resolve` and skipped for a week.
    Vassilis Barzokas authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1859796 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Do not modify headers in case they are only being relayed to another …

    …DFSP.
    Vassilis Barzokas committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    50858fe View commit details
    Browse the repository at this point in the history
  2. Do not delete FSPIOP-Signature header unless if modifyHeaders is …

    …`true`.
    Vassilis Barzokas committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    76e654a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Store extensionLists for quote requests and responses. (#184)

    * store extension list items for quote requests and responses
    
    * Adding unit test coverage for quote request and response extensionList saving to database
    
    * postpone audit failures
    
    * attempt to resolve further audit issues
    
    * Delete package-lock.json
    
    * another attempt to resolve audit issues
    
    * Bump package version
    
    * Proposed code changes for extensionLists PR (#185)
    
    * Proposed code changes for extensionLists PR
    
    * Lint
    
    Co-authored-by: Matt Kingston <mattkingston@gmail.com>
    bushjames and partiallyordered authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9667b52 View commit details
    Browse the repository at this point in the history
  2. Feature/otc 218 enhance post quote partyIdInfo with extension list (#190

    )
    
    * Added the extension list under the partyidinfo obj
    
    * OTC-218 Changes:
    
    Enhanced Post Quotes on quoting service to handle extension lists under partyId info
    Updated dependencies
    Postponed audit issue
    
    * OTC-218 Changes:
    
    Enhanced Post Quotes on quoting service to handle extension lists under partyId info
    lazolalucas authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    4f21650 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    eb99692 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Update dependencies (#200)

    * Update dependencies
    
    * Temporarily resolve audit issues
    oderayi authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    52a60f7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Hotfix for docker image to support async logging (#202)

    - Added async logging support to DockerFile
    - Updated dependencies for Jest
    - Fixed vulnerability issues
    - Bumped version to v10.1.1
    mdebarros authored May 6, 2020
    Configuration menu
    Copy the full SHA
    b96cd31 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Merged master into this branch.

    Vassilis Barzokas committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c9cde80 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. added JWS support for switch generated msg (#203)

    * added JWS support for switch generated msg
    
    * added unit tests
    
    * added coverage tests
    
    * fix audit issues
    
    * removed un-necessary header fix
    
    * added a valid default private key
    
    * added a default private key
    
    * not modify request in jwsSigner
    
    * fixed the version issue
    
    * bumped up the version
    
    * bumped up the version
    
    Co-authored-by: Shashi <shashikant.hirugade@modusbox.com>
    shashi165 and Shashi authored May 19, 2020
    Configuration menu
    Copy the full SHA
    ffe191a View commit details
    Browse the repository at this point in the history
  2. merge master

    Shashi committed May 19, 2020
    Configuration menu
    Copy the full SHA
    de7996b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. fixed the bug with createQuoteExtensions

    Shashi committed May 20, 2020
    Configuration menu
    Copy the full SHA
    464b4da View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Fixed the arguments passed to createQuoteExtensions. (#213)

    * Fixed the arguments passed to `createQuoteExtensions`.
    
    * Updated expected error message in unit test.
    Vassilis Barzokas authored May 21, 2020
    Configuration menu
    Copy the full SHA
    e25fe98 View commit details
    Browse the repository at this point in the history
  2. fixed issue with createQuoteExtension

    Shashi committed May 21, 2020
    Configuration menu
    Copy the full SHA
    5a49911 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Fixed issue with createQuoteExtension (#214)

    Vassilis Barzokas authored May 22, 2020
    Configuration menu
    Copy the full SHA
    1e1cd38 View commit details
    Browse the repository at this point in the history
  2. Revert change of the error message as it breaks tests.

    Vassilis Barzokas committed May 22, 2020
    Configuration menu
    Copy the full SHA
    8c735ae View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    a544b1a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    ea50235 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Fix DB transaction leaks. Update unit tests (#220)

    - Fixed DB transaction/connection leaks
    - Updated unit tests
    - Bumped version
    oderayi authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    79ca56f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Feature/validation for name place accents (#221)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * updates to migrate quoting api to use openapi-backend
    create openapi >= 3.0 swagger
    updated dependencies
    added new routes
    converted server to use new libraries
    golden path tests pass
    coverage may need some attention
    
    * added production to quotes audit checks
    
    * fixed incorrect case for file path
    
    * Updated code coverage
    
    * update of dependencies
    
    * error handling dependency update
    
    * updated dependency
    rmothilal authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    88a8c05 View commit details
    Browse the repository at this point in the history
  2. Updated python in Circle CI (#222)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * updates to migrate quoting api to use openapi-backend
    create openapi >= 3.0 swagger
    updated dependencies
    added new routes
    converted server to use new libraries
    golden path tests pass
    coverage may need some attention
    
    * added production to quotes audit checks
    
    * fixed incorrect case for file path
    
    * Updated code coverage
    
    * update of dependencies
    
    * error handling dependency update
    
    * updated dependency
    
    * Changes:
    	Updated python in circle CI
    rmothilal authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    64a519e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    84bdcf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Aligned an error message with the master branch to match Postman test…

    …'s assertions.
    Vassilis Barzokas committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    05b7dfc View commit details
    Browse the repository at this point in the history
  2. Fixed some npm vulnerabilities and skipped the rest.

    Vassilis Barzokas committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    39121ef View commit details
    Browse the repository at this point in the history
  3. Updated circle CI config according to master branch.

    Vassilis Barzokas committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1261ad1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Removed quoteId from error log message as it causes error due its e…

    …xceeding length.
    Vassilis Barzokas committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    2669bdd View commit details
    Browse the repository at this point in the history
  2. Removed quoteId from error log message as it causes error due its e…

    …xceeding length. (#224)
    Vassilis Barzokas authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    be43446 View commit details
    Browse the repository at this point in the history
  3. fixed error message

    Shashi committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    4303335 View commit details
    Browse the repository at this point in the history
  4. Bugfix/1385 fix post quotes header (#225)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * updated to remove accept header from PUT quotes callback
    rmothilal authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    c62a229 View commit details
    Browse the repository at this point in the history
  5. fix error message (#226)

    * fix error message
    
    * fix error message
    
    Co-authored-by: Shashi <shashikant.hirugade@modusbox.com>
    shashi165 and Shashi authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    294e090 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Bugfix/fix participant lookup to use currency (#227)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * fix for accept header and content-type header versions being hardcoded
    rmothilal authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c4945b0 View commit details
    Browse the repository at this point in the history
  2. Bugfix/fix participant lookup to use currency (#228)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * fix for accept header and content-type header versions being hardcoded
    
    * updated participant lookup to validate against the participant and participant currency table to validate that the participant is active as well as their currency account
    rmothilal authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    63b4a36 View commit details
    Browse the repository at this point in the history
  3. Bugfix/fix participant lookup to use currency (#230)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * fix for accept header and content-type header versions being hardcoded
    
    * updated participant lookup to validate against the participant and participant currency table to validate that the participant is active as well as their currency account
    
    * updated the order the sql is run in, seems to give and issue during testing
    rmothilal authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    5442493 View commit details
    Browse the repository at this point in the history
  4. Bugfix/fix participant lookup to use currency (#231)

    Fix for createPartyQuote not passing all values to getParticipant
    rmothilal authored Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9b87b67 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Feature/1468 support for bulk quotes post passthrough (#233)

    * updated to newly released version of event-sdk
    
    * updated dependencies and version
    
    * added support for bulk quotes post functionality
    updated dependencies to fix audit issues
    
    * added put, and get functionality for bulk quotes
    
    * Fix log text
    
    * added the put bulkQuotes error endpoint
    
    * updated according to stevens comments
    
    * removed unnecessary await
    
    * removed the await
    
    * awaits need to be there for audits
    
    * fixes for error handling according to @oderayi to handle exceptions in model instead of throwing it up to handler
    rmothilal authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    55cc399 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. #1484: Update FSPIOP API version (#235)

    * Update FSPIOP API version
    
    * Update src/interface/swagger.json
    
    Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
    
    * Update API description
    
    * Attempt to fix 'jest not found' error in circleci
    
    * Attempt to fix 'jest not found' error in circleci
    
    * Lock version update for jest and jest-unit, restore npm scripts
    
    * Update jest and jest-junit
    
    * Update src/interface/swagger.json
    
    Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
    
    * Bump version in attempt to bypass ci bug with caches
    
    Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
    oderayi and elnyry-sam-k authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    66f2a0b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Add ISO test currencies (XTS, XXX) (#238)

    * Add ISO test currencies
    
    * Bump package version
    bushjames authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c9e8b7b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. added test currencies

    shashi165 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    78179bf View commit details
    Browse the repository at this point in the history
  2. resolve audit issues

    shashi165 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b10cfdb View commit details
    Browse the repository at this point in the history
  3. fix audit issues

    shashi165 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c7a99bf View commit details
    Browse the repository at this point in the history
  4. fix audit issues

    shashi165 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d4685b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    4db9a82 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Feature/#1615 content headers (#240)

    * added support for resource versions
    
    * updated dependencies
    
    Co-authored-by: Valentin <valentin.genev@modusbox.com>
    vgenev and Valentin authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7021d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fixed resource api version to be changed only if message originates f…

    …rom the switch (#241)
    
    Co-authored-by: Valentin <valentin.genev@modusbox.com>
    vgenev and Valentin authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    5c4a6db View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    81eaf70 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Updated to cater for spans finishing early (#244)

    * updated dependencies and removed old audit records
    
    * updated to cater for parent spans finishing before the span can be closed and fixed tests
    
    * fixing tests and some code found during testing
    rmothilal authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    8bbf5d2 View commit details
    Browse the repository at this point in the history
  2. fixes (#245)

    * updated dependencies and removed old audit records
    
    * updated to cater for parent spans finishing before the span can be closed and fixed tests
    
    * fixing tests and some code found during testing
    
    * needed to handle error in the model as the handler has already processed
    rmothilal authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9ac9910 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. #1456: Feature/docker config fixes (#247)

    * Update docker configs with master, bump patch version, update dependencies, and fix linting errors with Standard
    
    * Update tests
    
    * Clean up
    
    * Clean up
    oderayi authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    d37de6b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    0ffc8ed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. #1875: Replace wildcard routes with explicit routes. (#249)

    * Replace wildcard routes with explicit routes. Add hapi-swagger for API documentation (swagger). Update dependencies. Bump patch version
    
    * Fix dependencies
    oderayi authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    55b1fd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    ef6da1e View commit details
    Browse the repository at this point in the history
  2. #1885: Add API documentation library (#250)

    * Add API documentation endpoints
    
    * Update dependencies
    
    * Resolve audit
    
    * Force update event-stream (Widdershins dep) due to license audit issues
    oderayi authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    0bbf228 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. [Security] Bump node-notifier from 8.0.0 to 8.0.1 (#252)

    Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. **This update includes a security fix.**
    - [Release notes](https://github.com/mikaelbr/node-notifier/releases)
    - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
    - [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3444c2a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. [Security] Bump axios from 0.21.0 to 0.21.1 (#255)

    Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. **This update includes a security fix.**
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
    - [Commits](axios/axios@v0.21.0...v0.21.1)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e235f6a View commit details
    Browse the repository at this point in the history
  2. [Security] Bump urijs from 1.19.2 to 1.19.5 (#254)

    Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.5. **This update includes a security fix.**
    - [Release notes](https://github.com/medialize/URI.js/releases)
    - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
    - [Commits](medialize/URI.js@v1.19.2...v1.19.5)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
    dependabot-preview[bot] and elnyry-sam-k authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    399a442 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    6d3f56c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    2b2ef17 View commit details
    Browse the repository at this point in the history
  2. chore: maintenance upgrades, audit check resolve update (#258)

    * chore: adding codeowners file
    
    * chore: maintenance upgrades, audit check resolve update
    elnyry-sam-k authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    52846d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. fix(headers)!: made fspiop-destination header mandatory (#259)

    * fix(headers) ! :made fspiop-destination header mandatory
    
    * added unit test
    
    * added unit test
    shashi165 authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8143b30 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. [Security] Bump urijs from 1.19.5 to 1.19.6 (#260)

    Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.5 to 1.19.6. **This update includes a security fix.**
    - [Release notes](https://github.com/medialize/URI.js/releases)
    - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
    - [Commits](medialize/URI.js@v1.19.5...v1.19.6)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4fabb3a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. fix(security): Bump y18n from 3.2.1 to 3.2.2 (#261)

    Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. **This update includes a security fix.**
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: Sam <10507686+elnyry-sam-k@users.noreply.github.com>
    dependabot-preview[bot] and elnyry-sam-k authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6ad7250 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. fix(security): Bump djv from 2.1.2 to 2.1.4 (#263)

    Bumps [djv](https://github.com/korzio/djv) from 2.1.2 to 2.1.4.
    - [Release notes](https://github.com/korzio/djv/releases)
    - [Changelog](https://github.com/korzio/djv/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/korzio/djv/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2021
    Configuration menu
    Copy the full SHA
    45792af View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. fix: #2103 fix subid functionality in POST quotes request (#264)

    * Fixed issue with subId
    
    * Bumped up the version and postponed the audits
    
    * Fixed unit test
    
    * Update src/data/database.js
    
    Co-authored-by: Lewis Daly <lewis@vesselstech.com>
    
    Co-authored-by: Lewis Daly <lewis@vesselstech.com>
    vijayg10 and lewisdaly authored May 4, 2021
    Configuration menu
    Copy the full SHA
    d0fc967 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. feat(#2119): fixes for updated for AJV error objects change (#265)

    - Including new release of Central-services-error-handling: https://github.com/mojaloop/central-services-error-handling/releases/tag/v11.2.0
    - Upgraded dependencies
    - Added AJV as it was a "peer dependency"
    - Bump to version
    - Updated audit-resolve for known security issue
    mdebarros authored May 6, 2021
    Configuration menu
    Copy the full SHA
    b435764 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. fix(#2182): regex validations against swagger interface spec no longe…

    …r working (#267)
    
    - Updated central-services-shared dependency
    - Bump to version
    - Audit-resolve issues
    mdebarros authored May 12, 2021
    Configuration menu
    Copy the full SHA
    157493f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. fix: helm release v12.1.0 (#269)

    - Updated dependencies
    - Bump to patch level
    - Standardised npm lint script
    - Fixes for audit issues
    mdebarros authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    12ecdb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. [Security] Bump hosted-git-info from 2.8.8 to 2.8.9 (#266)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.**
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b6c4ca9 View commit details
    Browse the repository at this point in the history
  2. chore: helm release v12.1.0 (#270)

    - updated missing dependency updates due to ncurc
    - 'allow.auto.create.topics=true' had been added to Kafka Consumer configs. This will enable Kafka Consumers to trigger auto creation of topics, ref: https://github.com/edenhill/librdkafka/releases/tag/v1.5.0.
    mdebarros authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b86b3ed View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fix(mojaloop/project#2246): updated dependency version (#272)

    -Bumped Version
    -Fixed pre-commit task, misspelling
    
    Co-authored-by: JoNel <Johann.nel@sybrin.co.za>
    JohannWNel and JohannNelSybrin authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c96fb58 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. fix(#2358): firstname, middlename and lastname regex not supporting m…

    …yanmar script unicode strings (#278)
    
    * fix(#2358): firstname, middlename and lastname regex not supporting myanmar script unicode strings [#2358](mojaloop/project#2358)
    - Updated regex to match [\w](https://unicode.org/reports/tr18/#word) (used by the [Mojaloop Specification](https://github.com/mojaloop/mojaloop-specification/blob/master/fspiop-api/documents/v1.1-document-set/fspiop-v1.1-openapi3.yaml#L2347)) based on mappings to the [ECMAScript](https://262.ecma-international.org/9.0/#sec-runtime-semantics-unicodematchproperty-p) regex specification.
    - Added unit test for post quotes endpoint with additional asian (Myanmar) unicode characters added to middleName
    - Bump to patch version
    - Updated dependencies to the latest version
    - Fixed audit-resolve issues:
    
    ```text
    --------------------------------------------------
     tar needs your attention.
    
    [ high ] Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization
     vulnerable versions <3.2.2 || >=4.0.0 <4.4.14 || >=5.0.0 <5.0.6 || >=6.0.0 <6.1.1 found in:
     - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar
    [ high ] Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
     vulnerable versions <3.2.3 || >=4.0.0 <4.4.15 || >=5.0.0 <5.0.7 || >=6.0.0 <6.1.2 found in:
     - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar
    ```
    
    > Outcome: Fixed
    
    ```text
    --------------------------------------------------
     yargs-parser needs your attention.
    
    [ low ] Prototype Pollution
     vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in:
     - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser
    ```
    
    > Outcome: Ignored for a week
    
    ```text
    --------------------------------------------------
     sanitize-html needs your attention.
    
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.1 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.2 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    ```
    
    > Outcome: Ignored for a week
    mdebarros authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    65075f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. chore(#864): change instanbul to nyc for coverage on all projects (#279)

    chore(#864): change instanbul to nyc for coverage on all projects
    - removed .ncurc.yml as code-coverage is configured in the jest.config.js
    - fixes for audit resolve
    
    ```text
    --------------------------------------------------
     yargs-parser needs your attention.
    
    [ low ] Prototype Pollution
     vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in:
     - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser
    ```
    
    > Outcome: Ignored for a week
    > Impact: Minimal as this is used to render documentation end-point
    
    ```text
    --------------------------------------------------
     sanitize-html needs your attention.
    
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.1 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.2 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    ```
    
    > Outcome: Ignored for a week
    > Impact: Minimal as this is used to render documentation end-point
    mdebarros authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    0bf7cad View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. fix(mojaloop/#2439): quoting-service-model.validatequoterequest-doesn…

    …t-perform-correct-validation (#280)
    
    fix([mojaloop/#2439](mojaloop/project#2439)): quoting-service model.validateQuoteRequest doesn't perform correct validation when simpleRoutingMode is TRUE
    - added typesafe checks for validate quote request logic
    - added devspace patterns to gitignore
    - minor formatting of the serverStart unit tests for clarity
    - updated dependencies to latest version
    - added circleci config for automated releases
    - added standard-version dependency for automated releases
    - fixed audit resolve issues:
    ```text
    --------------------------------------------------
     tar needs your attention.
    
    [ high ] Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning using symbolic links
     vulnerable versions <4.4.18 || >=5.0.0 <5.0.10 || >=6.0.0 <6.1.9 found in:
     - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar
    [ high ] Arbitrary File Creation/Overwrite on Windows via insufficient relative path sanitization
     vulnerable versions <4.4.18 || >=5.0.0 <5.0.10 || >=6.0.0 <6.1.9 found in:
     - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar
    ```
    > Outcome: Fixed
    
    ```text
    --------------------------------------------------
     yargs-parser needs your attention.
    
    [ low ] Prototype Pollution
     vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in:
     - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser
    ```
    > Outcome: Ignored for a week
    > Impact: Minimal as the dependencies are used for the Developer Documentation end-point
    
    ```text
    --------------------------------------------------
     sanitize-html needs your attention.
    
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.1 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    [ moderate ] Improper Input Validation
     vulnerable versions <2.3.2 found in:
     - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
    ```
    > Outcome: Ignored for a week
    > Impact: Minimal as the dependencies are used for the Developer Documentation end-point
    mdebarros authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b0c2cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ee10d7 View commit details
    Browse the repository at this point in the history
  3. chore(release): 12.0.8 [skip ci]

    mojaloopci committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0cdf026 View commit details
    Browse the repository at this point in the history
  4. fix: circleci slack webhook typo fix (#282)

    * fixes for CI-CD typo image-scan failure on slack webhook
    mdebarros authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3e6ac84 View commit details
    Browse the repository at this point in the history
  5. chore(release): 12.0.9 [skip ci]

    mojaloopci committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    44908b1 View commit details
    Browse the repository at this point in the history
  6. chore: updated readme with automated-releases, potential-problems and…

    … additional-notes placeholder (#283)
    
    * updated readme with Automated Releases, Potential Problems and Additional Notes placeholder
    * fixed markdown lint issues for readme
    mdebarros authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3f1ad76 View commit details
    Browse the repository at this point in the history
  7. chore(release): 12.0.10 [skip ci]

    mojaloopci committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    0255b2f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    94191ac View commit details
    Browse the repository at this point in the history
  2. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ee4f419 View commit details
    Browse the repository at this point in the history
  3. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    dcdafd1 View commit details
    Browse the repository at this point in the history
  4. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    520646e View commit details
    Browse the repository at this point in the history
  5. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    a622f8f View commit details
    Browse the repository at this point in the history
  6. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    df6d07e View commit details
    Browse the repository at this point in the history
  7. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    688f8c6 View commit details
    Browse the repository at this point in the history
  8. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3d30128 View commit details
    Browse the repository at this point in the history
  9. WIP

    shashi165 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6341d1e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    555b294 View commit details
    Browse the repository at this point in the history
  2. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f710217 View commit details
    Browse the repository at this point in the history
  3. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    41932a1 View commit details
    Browse the repository at this point in the history
  4. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a481ee1 View commit details
    Browse the repository at this point in the history
  5. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    57f6ef3 View commit details
    Browse the repository at this point in the history
  6. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    8577e2d View commit details
    Browse the repository at this point in the history
  7. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    2740e7e View commit details
    Browse the repository at this point in the history
  8. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0d0941b View commit details
    Browse the repository at this point in the history
  9. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3d97c09 View commit details
    Browse the repository at this point in the history
  10. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    13d1aba View commit details
    Browse the repository at this point in the history
  11. WIP

    shashi165 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e8e70b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Fixed the tests

    shashi165 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    6cdc5b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    fcec97c View commit details
    Browse the repository at this point in the history
  2. refactoring

    shashi165 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    50ad88d View commit details
    Browse the repository at this point in the history
  3. refactoring

    shashi165 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    132d458 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    26af659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4443563 View commit details
    Browse the repository at this point in the history
  3. updated README

    shashi165 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    690d727 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. fixed swagger

    shashi165 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f957580 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. revert sync changes

    shashi165 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    cc42204 View commit details
    Browse the repository at this point in the history
  2. revert sync changes

    shashi165 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7d5d13d View commit details
    Browse the repository at this point in the history
  3. revert sync changes

    shashi165 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    dacc612 View commit details
    Browse the repository at this point in the history
  4. revert sync changes

    shashi165 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d6f7786 View commit details
    Browse the repository at this point in the history
  5. revert sync changes

    shashi165 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    b5bcb32 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. revert sync changes

    shashi165 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    049a4b9 View commit details
    Browse the repository at this point in the history
  2. revert sync changes

    shashi165 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    171a454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b157b9 View commit details
    Browse the repository at this point in the history