-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Contracts] Contracts Service Final PR (#86)
* working on added basic boilerplate * formatting changes * working on progress milestone command * working on progress milestone command * worked on implementing remaining contracts commands, added caching * format message * small fix to use send and receive instead of just send * fixed small bug * adding testing * formating * replaced every sys out with the logger template * reformatting tests * more tests for TerminationHandling and MarkMilestoneAsPaid commands * Evluate Milestone command tests * added test for progressing milestones * added checking for valid data in database * added logging to the contracts microservice * small bug fix * formatted code * pulling origin * Pulling origin * working on making logger work :( * formatting * bruh * added the remaining testing of all commands * logger changes * more logger changes * Removing caching from service * Modified the logic of view pending terminations * Fixing little bug * Testing and fixing GetPendingTerminations * Added printContractCommand Co-Authored-By: Adam Abouelmagd <Adam2431@users.noreply.github.com> * Print Contract Tests Co-Authored-By: Adam Abouelmagd <Adam2431@users.noreply.github.com> * cache back to service level * validated contractId in view contract milestones command * formatting --------- Co-authored-by: Karim Elmosalamy <karimosalamy@gmail.com> Co-authored-by: Adam Abouelmagd <Adam2431@users.noreply.github.com>
- Loading branch information
1 parent
1119783
commit 4488b96
Showing
41 changed files
with
3,407 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.