-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor/Migrate to new Relationship APIs #216
Merged
jkoenig134
merged 51 commits into
release/v5
from
chore/update-relationship-termination-etc
Jul 12, 2024
Merged
Refactor/Migrate to new Relationship APIs #216
jkoenig134
merged 51 commits into
release/v5
from
chore/update-relationship-termination-etc
Jul 12, 2024
Conversation
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
* chore: add local backbone for development * chore: enable http traffic * chore: satisfy analyzer * chore: more gitignores * fix: enable csp for local backbone * ci: update pipeline to use local backbone * ci: use env file * ci: bump backbone * chore: downgrade * fix: add jwt * ci: stop backbone after test * ci: down -v
britsta
reviewed
Jul 10, 2024
...enmeshed_runtime_bridge/integration_test/services/facades/transport/account_facade_test.dart
Show resolved
Hide resolved
...nmeshed_runtime_bridge/integration_test/services/facades/transport/messages_facade_test.dart
Outdated
Show resolved
Hide resolved
...ages/enmeshed_types/test/contents/token_content/token_content_device_shared_secret_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Show resolved
Hide resolved
...shed_types/lib/src/contents/relationship_creation_content/relationship_creation_content.dart
Outdated
Show resolved
Hide resolved
jkoenig134
changed the title
Chore/Remove relationship changes, add relationship termination,reactivation
Refactor/Migrate to new Relationship APIs
Jul 11, 2024
jkoenig134
requested changes
Jul 12, 2024
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...hed_runtime_bridge/integration_test/services/facades/consumption/attributes_facade_test.dart
Outdated
Show resolved
Hide resolved
...enmeshed_runtime_bridge/integration_test/services/facades/transport/account_facade_test.dart
Outdated
Show resolved
Hide resolved
...nmeshed_runtime_bridge/integration_test/services/facades/transport/messages_facade_test.dart
Outdated
Show resolved
Hide resolved
...nmeshed_types/lib/src/contents/attribute_query/third_party_relationship_attribute_query.dart
Show resolved
Hide resolved
...ontents/relationship_creation_content/relationship_creation_content_containing_response.dart
Outdated
Show resolved
Hide resolved
...shed_types/lib/src/contents/relationship_creation_content/relationship_creation_content.dart
Outdated
Show resolved
Hide resolved
Merged
jkoenig134
previously approved these changes
Jul 12, 2024
jkoenig134
approved these changes
Jul 12, 2024
Merged
jkoenig134
added a commit
that referenced
this pull request
Aug 15, 2024
* Chore/remove backwards compatibilities (#211) * chore: remove PakoBsonMigrator * chore: remove moveOldAppVersionFiles functionality * Refactor/Migrate to new Relationship APIs (#216) * chore/fix: bump and build runtime, use flag platform=node * chore: use creation content * chore: change relationship dtos * test: new creation content tests * chore: adapt relationship dto tests * chore: add relationship events * chore: more relationship change removal * chore: remove realm * test: add relationship facade tests * fix: add changes to tests * chore: generate g.dart * fix: make tests run * refactor: remove unused code, fix naming * refactor: name relationshipCreationContentContaingResponse * fix: relationship facade errors * fix: identitfier typo * chore: runtime version bump and build * chore: license bump * Ci/debug using local backbone (#215) * chore: add local backbone for development * chore: enable http traffic * chore: satisfy analyzer * chore: more gitignores * fix: enable csp for local backbone * ci: update pipeline to use local backbone * ci: use env file * ci: bump backbone * chore: downgrade * fix: add jwt * ci: stop backbone after test * ci: down -v * chore: version bump * chore: backbone version bump * fix: audit log null check, correct creation content * fix: jsons in test * chore: add event handlers * chore: update config * fix: undo merge errors * refactor: trailing commas * fix: change license back * fix: remove changecount from relationship dvo * chore: update runtime * fix: thirdParty attribute query in tests * fix. requestsfacade test * fix: messageFacade test * fix: requestFacade (same thing as last time) * refactor: use more dids * chore: thirdPartyAttrOwner enum * fix: attributeFacadeTest types * fix: remove realm * test: regex address check * chore: update connector sdk * fix: owner in attributeQueryTest * fix: thirdPartyRelQueryFromJson * chore: runtime to alpha:4 * fix: incorporate review comments * refactor: renaming RelationshipCreationContents * fix: imports * chore: trailing commas * fix: add import --------- Co-authored-by: Julian König <[email protected]> Co-authored-by: Julian König <[email protected]> Co-authored-by: Britta Stallknecht <[email protected]> * Refactor/remove must be accepted from request item groups (#218) * refactor: remove mustBeAccepted from request item groups * fix: failing tests regarding the removal of the mustBeAccepted property * fix: more tests regarding the removal of the mustBeAccepted property of the RequestItemGroup * fix: another test for the removal of the mustBeAccepted property of the RequestItemGroup * fix: failed RequestItem tests * chore: version bump runtime * chore: package-lock.json --------- Co-authored-by: Julian König <[email protected]> * Fix/use RelationshipStatus in RelationshipDVO (#219) * fix: use RelationshipStatus * chore: update generator * fix: update code * Feature/relationship-decomposition (#220) * feat: add decompose to runtime-bridge * refactor: use VoidResult for Decompose * fix: test naming * chore: runtime version bump --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * fix: update relationship_dvo (#221) * Chore/bump runtime (#222) * chore: bump runtime * fix: correctly handle event * chore: PR comments * feature/set communication language (#223) * feat: add communication language * chore: runtime version bump * test: add negative test * fix: use correct matcher * refactor: use named parameters * Feature/Default RepositoryAttributes (#226) * feat: add default attributes * chore: bump version * fix: tests * refactor: format * chore: version bump * Chore/upgrade runtime (#227) * chore: upgrade runtime * chore: build * chore: remove function that will be removed soon * chore: upgrade backbone * fix: tests * Chore/bump runtime (#229) * chore: bump runtime * chore: build * chore: generate missing dvo (#230) * fix: properly parse regexes (#231) * Chore/bump runtime (#233) * chore: bump runtime * chore: build * Refactor/Update runtime content types (#224) * refactor: improve creationContent type check * refactor: use relationshipTemplateContentDerivation * feat: add type guards * chore: adapt facades * refactor: messageContentRequest * refactor: adapt arbitraryContents * fix: make compiler happy * fix: correct type names * test: adapt message, template, creation content tests * fix: add fromJson * fix: correct wrong tests * chore: bump runtime * fix: satisfy analyzer * refactor: codestyle * fix: naming * fix: use matcher correctly --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Julian König <[email protected]> * Chore/update app (#234) * chore: update translations * chore: add flutter_slidable package * chore: update app code * chore: reformat test --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * fix: pr comments --------- Co-authored-by: Magnus Kuhn <[email protected]> Co-authored-by: Britta Stallknecht <[email protected]> Co-authored-by: Britta Stallknecht <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Milena Czierlinski <[email protected]> Co-authored-by: Ali Ince <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.