-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APID 190 - permit multiple messages sharing messageId (#51)
* APID-190: update confirmation status should update all message with the same messageId * APID-190: enable VSCode integration and add metals generated file to Git ignores * Create tests for updating all records with the same messageID * Revert "Create tests for updating all records with the same messageID" This reverts commit 1dc6b1b. * Create tests for updating all records with the same messageID * APID-190 Create tests for updating all records with the same messageID * APID-190: ensure that repository find method always returns newest message and update README to state this * APID-190: change unused variable assign to underscore Co-authored-by: aerodigi <[email protected]>
- Loading branch information
1 parent
c2d93a8
commit 2455a59
Showing
5 changed files
with
103 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ test-result | |
tmp | ||
.idea_modules | ||
bin | ||
metals.sbt |
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