-
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.
* feat: add 100 char-long identityAddresses * chore: add missing config * chore: fix erroneous migrations * feat: add 100 char-long identityAddresses on SqlServer * chore: fix erroneous migrations' name * chore: fix erroneous migrations' name * chore: attempt to remove identity assertions from transport tests * chore: fix sed * chore: fix erroneous migrations' name * chore: use backbone-specific-addresses branch of transport tests * chore: branch → ref * chore: fix branch name * chore: backbone sln merge * chore: remove realm, change url to prod.enmeshed.eu where applicable * chore: fix unit tests after removing realm from identity * chore: remove AddressPrefix from config files * chore: remove AddressPrefix from config files * chore: fix formatting * chore: remove second needless migration * fix: remove old configuration and update messages to use InstanceUrl, from configuration * chore: move migration order hopefully this fixes the pipeline for now. However, this must be fixed later * feat: implement new IdentityAddress generation algorithm * chore: reformat * chore: simplify isValid * feat: change address length to 80 * chore: fix migration name * chore: fix migration name * chore: fix old 100 to 80 chars * chore: trigger pipeline * fix: pipeline test file * fix: missing defaultschema for migrations * fix: missing defaultschema for migrations * fix: max length set to 100 * chore: add InstanceUrl to test appsettings * chore: transport tests should still use the backbone-specific-addresses branch * chore: add InstanceUrl to test appsettings for event handler * fix: bad feature/backbone-specific-addresses branch name * fix: 100 → 80 chars * chore: remove out-of-date migrations * feat: Identity80 migrations for relationships module * chore: more restrictive regex. usage of return value instead of relying on exceptions * chore: fix migration file names * fix: exception thrown when address does not match the regex * chore: identitySpecificPart must be a hex representation of bytes * refactor: turn regex into a compiled one * chorte: remove unused pattern * chore: use named regex groups * chore: extract CHECKSUM_LENGTH, create addressWithoutChecksumregex group * chore: optimize regex * refactor: rename variable --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Timo Notheisen <[email protected]> Co-authored-by: Timo Notheisen <[email protected]>
- Loading branch information
1 parent
c68f03d
commit a06996b
Showing
79 changed files
with
6,954 additions
and
236 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
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.