Skip to content
Success

Changes

Summary

  1. updated erase text flow (commit: 650f7dc) (details)
  2. updated "Pending requests.*" (commit: 721578e) (details)
  3. updated ".*Pending requests.*" (commit: fe6c2c7) (details)
  4. updated to text (commit: 08beed9) (details)
  5. updated eraseText (commit: 64427ac) (details)
  6. test (commit: e232462) (details)
  7. test updated (commit: 3f09313) (details)
  8. test updated (commit: 3017b08) (details)
  9. Attempt to fix intermittent ConcurrentModificationException on server. (commit: 36ca809) (details)
The file was modified.maestro/flows/001_001_invite_using_invite_code_test.yaml (diff)
The file was modified.maestro/flows/001_002_add_user_direct_test.yaml (diff)
The file was added.maestro/flows/subflows/erase_text_flow.yaml
The file was modified.maestro/flows/001_001_invite_using_invite_code_test.yaml (diff)
Commit fe6c2c716730c7376b9aa9bc490d2803ea81c566 by Pooja Ravi
updated ".*Pending requests.*"
(commit: fe6c2c7)
The file was modified.maestro/flows/001_001_invite_using_invite_code_test.yaml (diff)
The file was modified.maestro/flows/001_002_add_user_direct_test.yaml (diff)
The file was modified.maestro/flows/001_001_invite_using_invite_code_test.yaml (diff)
The file was modified.maestro/flows/subflows/erase_text_flow.yaml (diff)
The file was modified.maestro/flows/001_001_invite_using_invite_code_test.yaml (diff)
The file was removed.maestro/flows/subflows/erase_text_flow.yaml
The file was modified.maestro/flows/001_002_add_user_direct_test.yaml (diff)
The file was modified.maestro/flows/001_002_add_user_direct_test.yaml (diff)
The file was modified.maestro/flows/001_002_add_user_direct_test.yaml (diff)
The file was modified.maestro/flows/subflows/admin_add_app_and_teacher.yaml (diff)
The file was modified.maestro/flows/subflows/admin_add_app_and_teacher.yaml (diff)
Commit 36ca809657353d7e2aa3cb81e48b5340d21ed96e by Mike Dawson
Attempt to fix intermittent ConcurrentModificationException on server.

Koin DI factories can be called concurrently when multiple requests are ongoing. Add ReentrantLock when creating and linking account scope on the server.
(commit: 36ca809)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/ServerKoinModule.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/Application.kt (diff)