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

feature/1210Validate Settlement Model Definition #594

Merged

Conversation

ggrg
Copy link
Member

@ggrg ggrg commented Feb 13, 2020

Included in this PR:

  • Implemented settlement model definition validation.
  • Node upgrade

@ggrg ggrg self-assigned this Feb 13, 2020
Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see comments

@@ -137,7 +137,7 @@ executors:
default-docker:
working_directory: /home/circleci/project
docker:
- image: node:10.15.3-alpine
- image: mhart/alpine-node:12.16.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use node:12.16.0-alpine

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
test-integration.Dockerfile Outdated Show resolved Hide resolved
test.Dockerfile Outdated Show resolved Hide resolved
@ggrg ggrg requested a review from rmothilal February 14, 2020 08:29
Copy link
Contributor

@rmothilal rmothilal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

happy

@ggrg ggrg merged commit 92a4056 into mojaloop:settlement-v2 Feb 14, 2020
@ggrg ggrg deleted the feature/1210ValidateSettlementModelDefinition branch February 14, 2020 08:40
@ggrg ggrg restored the feature/1210ValidateSettlementModelDefinition branch February 27, 2020 21:53
ggrg added a commit that referenced this pull request Feb 27, 2020
* feature/1093 Alter DB Schema for Settlements (#501)

* Added migrations and seeds

* WIP

* Remove unused code (#504)

* Remove unused code

* Update dependencies

* Maintenance update (#505)

- Upgraded Event-SDK
- Version bump

* Upgraded central-services-stream for #1114KafkaErrorLocalQueuefull fix (#511)

* package.json and package-lock

* Changes following peer review

* Added settlementWindowContent.settlementId

Co-authored-by: Steven Oderayi <oderayi@gmail.com>
Co-authored-by: Miguel de Barros <miguel@debarros.me>

* feature/1095 Close Settlement Window Changes (#539)

* Added additional window states

* Change to currentStateId. Dependencies update

* feature/1096 Create Settlement Changes #1 (#551)

* Seed settlementModel samples. Deps

* settlementModel.name unique index

* Re-run failed integration tests. Added hapi-swagger to ncu ignore list

* feature/1100 Settlement By Currency Wrap Up

Disabled settlementModel seeds (#564)

* Preparing 8.8.2-snapshot settlement-v2 release

* Implement createSettlementModel admin API#1179 (#578)

* Changes:

* 1179-Create SettlementModel API new code

* Address PR comments:
- Used central-services-shared for the enums
- handled duplicate insert to not return internal server error and sql statement
- Fixed validations on the routes.js
- Changed settlementCurrency to currency on the request
- Changed type to ledgerAccountType on the request

* 1179-Create SettlementModel API

Cleaned up the code

* Triggering build

* Applied standard.JS

* feature/1211 Settlement v2 Auto Position Reset  (#586)

* Added settlementModel.autoPositionReset. Dependencies update

* Fix /settlementModel to plural /settlementModels

* Fix npm vulnerabilities

* Prepared new settlement-v2 snapshot release

* Prepared new settlement-v2 snapshot release

* Prepare 9.1.1-snapshot settlement-v2 release

*   #1207- Implement settlementModels management - GET and PUT operations  (#588)

*    Changes for story #1207:

			- Added PUT/GET routes with Joi validations
			- Included #1211 autoPositionReset property to GET requests
			- Created handler scripts
			- Implemented DAO scripts
			- Updated Unit tests

* Fixed npm audit errors

* 1207- Implement settlementModels management - GET and PUT operations

 * Moved enums to central-services-shared
 * Updated central-services-shared version

* feature/1210Validate Settlement Model Definition (#594)

* Implemented settlement model definition validation. Node upgrade

* 9.1.2-snapshot

* Fix coverage

* Change as per PR request

* feature/1209 Restrict Create Settlement

settlement model unique constraint (#606)

* Trigger circle CI re-run

* Changes as per PR review

Co-authored-by: Steven Oderayi <oderayi@gmail.com>
Co-authored-by: Miguel de Barros <miguel@debarros.me>
Co-authored-by: lazolalucas <lazolalucas@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants