Skip to content

Commit

Permalink
Deletion of Relationship is proposed after peer deletion (#358)
Browse files Browse the repository at this point in the history
* feat: incorporate comment

* test: deletion of previously active Relationship should be proposed after peer deletion

* fix: merge conflict within package-lock.json

* feat: use standard configuration of grace period for test

* fix: deformed package-lock.json

* refactor: reduce test to only contain necessary logic

* test: does not use global grace period setting

* fix: flaky test

* refactor: remove unused variable

* feat: incorporate Review comments

* feat: ensure Relationships to be existing
  • Loading branch information
britsta authored Dec 9, 2024
1 parent c285509 commit 4a2eea3
Show file tree
Hide file tree
Showing 12 changed files with 1,082 additions and 62 deletions.
8 changes: 8 additions & 0 deletions .dev/appsettings.override.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}
},
"Modules": {
"Announcements": {
"Infrastructure": {
"SqlDatabase": {
"Provider": "Postgres",
"ConnectionString": "User ID=announcements;Password=Passw0rd;Server=postgres;Port=5432;Database=enmeshed;"
}
}
},
"Challenges": {
"Infrastructure": {
"SqlDatabase": {
Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.backbone.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BACKBONE_VERSION=6.20.0
BACKBONE_VERSION=6.22.0
4 changes: 4 additions & 0 deletions .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ services:
Database__Provider: Postgres
Database__ConnectionString: "Server=postgres;Database=enmeshed;User Id=devices;Password=Passw0rd;Port=5432"

networks:
default:
name: backbone

configs:
Config:
file: appsettings.override.json
Loading

0 comments on commit 4a2eea3

Please sign in to comment.