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

FINERACT-706: Interoperation Mojaloop integration 1.0.1 #565

Merged
merged 1 commit into from
Jun 30, 2019

Conversation

marta-jankovics
Copy link
Contributor

@marta-jankovics marta-jankovics commented May 7, 2019

Description

  • interoperable - service: new package supporting interoperable transactions
  • interoperable - config, build: database and build configuration changes necessary for the new interoperable service
  • interoperable - framework changes: updates other than the new service, necessary for the interoperation
  • interoperable - general build: general build modifications: - not specific to the interoperable service

Changes made compared to request #544

  • Added integration tests
  • Fixed some licence headers
  • Removed general build changes not essential for interoperability
  • Multitenancy of interoperation is not forced by the database init script
  • Fixed delete parties REST operation
  • Update build.gradle to ignore interoperable json example documentation
  • Added javax.validation dependency
  • Migration script 346 was renamed to 352 according to the current development state
  • Code base was refreshed to the current apache developer state

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

Our guidelines for code reviews is at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide

-- INSERT INTO `tenants` VALUES (2,'tn01','Buffalo','tn01','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
-- INSERT INTO `tenants` VALUES (3,'tn02','Lion','tn02','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
-- INSERT INTO `tenants` VALUES (4,'tn03','Rhino','tn03','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
-- INSERT INTO `tenants` VALUES (5,'tn04','Elephant','tn04','Africa/Bujumbura',NULL,NULL,NULL,NULL,'localhost','3306','root','mysql',1);
/*!40000 ALTER TABLE `tenants` ENABLE KEYS */;
Copy link
Member

Choose a reason for hiding this comment

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

Just a note for future reference that we shouldn't be modifying existing SQL migrations.
This particular change, however, is not a blocker for merging the PR as you have commented out the changes made and the committer merging the pr would likely undo changes to this particular file before merging the PR

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.

3 participants