Skip to content
Success

Changes

Summary

  1. invite user e2e and username test added to cypress tests (details)
  2. invite user e2e and username test added to maestro tests (details)
  3. google password manager signing in issues fixed (details)
  4. maestro - stopserver uncommented (details)
  5. SignUpScreen bug fix for issue (details)
  6. updated cypress - mandatory field check (details)
  7. updated maestro - added max tries on downloads (details)
  8. maestro - 007_007b_admin_send_group_invitation_to_join_course_via_email.yaml moved to pending folder (details)
  9. Remove obsolete CreatePasskeyRequestJsonUseCase (details)
  10. Revert changes to application.conf and update ServerRunner to handle useMockEmail (details)
Commit ed31389eaa9e5b2f4f2258c63b35cb9d2707565c by Pooja Ravi
invite user e2e and username test added to cypress tests
The file was addedtest-end-to-end/test-files/content/Ustad_Unenrolled_Teacher_And__Student_list.csv
The file was modifiedapp-ktor-server/src/main/resources/application.conf (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/support/commands.js (diff)
The file was addedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_007b_admin_send_group_invitation_to_join_course_via_email.cy.js
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_002b_user_registration_above_age_13_join_learning_space_username_password.cy.js (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_001_admin_enable_or_disable_user_registration.cy.js (diff)
The file was addedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_007a_admin_send_group_invitation_to_join_course_via_username.cy.js
Commit f772f0b0e8019b5cc391e9080ff11a8dfa147a15 by Pooja Ravi
invite user e2e and username test added to maestro tests
The file was addedtest-end-to-end/android-maestro/e2e-tests/007_007b_admin_send_group_invitation_to_join_course_via_email.yaml
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/common/clear_state_and_personal_account_new_user_flow.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/common/fetch_invitation_link.js
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/common/clear_state_and_learning_space_new_userflow.yaml (diff)
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_001_admin_enable_or_disable_user_registration.cy.js (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/common/clear_state_and_learning_space_existing_userflow.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/007_002b_user_registration_above_age_13_join_learning_space_username_password.yaml (diff)
The file was addedtest-end-to-end/android-maestro/e2e-tests/007_007a_admin_send_group_invitation_to_join_course_via_username.yaml
Commit f282bc0374de2d68d15cc15db4537beb6fc74c7f by nikunj.sharma
google password manager signing in issues fixed
for github issue
https://github.com/UstadMobile/UstadMobile/issues/1103
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/login/LoginViewModel.kt (diff)
The file was addedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/model/PublicKeyCredentialRequestOptionsJSON.kt
The file was addedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/request/CreatePublicKeyCredentialRequestOptionsJsonUseCase.kt
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/signup/SignUpViewModel.kt (diff)
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/view/person/addaccount/AddAccountSelectNewOrExistingScreen.kt (diff)
The file was modifiedcore/src/androidMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/GetCredentialUseCaseImpl.kt (diff)
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/view/login/LoginScreen.kt (diff)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/view/AbstractAppActivity.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/account/UstadAccountManager.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/account/addaccountselectneworexisting/AddAccountSelectNewOrExistingViewModel.kt (diff)
Commit 963ab08ff4b7b2bfb016ddf7f62f03e1e74655e9 by Pooja Ravi
maestro - stopserver uncommented
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/007_007b_admin_send_group_invitation_to_join_course_via_email.yaml (diff)
Commit 5bb2cba42344432e4bb038ded0a7fd9572b9bc0d by nikunj.sharma
 SignUpScreen bug fix for issue
Create account screen -Error message persists after all mandatory fields are completed #1100
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/signup/SignUpViewModel.kt (diff)
The file was modifiedapp-react/src/jsMain/kotlin/com/ustadmobile/view/signup/SignUpScreen.kt (diff)
Commit 0199499484fd02169778510bd63af89d15c2e4b8 by Pooja Ravi
updated cypress - mandatory field check
The file was modifiedtest-end-to-end/webapp-cypress/cypress/e2e/WEB_007_001_admin_enable_or_disable_user_registration.cy.js (diff)
Commit fda3486d44d2f6a9b268e5def6c37d6247683acc by Pooja Ravi
updated maestro - added max tries on downloads
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/007_001_admin_enable_or_disable_user_registration.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/common/clear_login_and_add_content.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/common/download_file_via_browser.yaml (diff)
Commit c3514161121d8e1ee848cc72db9b78a54036edca by Pooja Ravi
maestro - 007_007b_admin_send_group_invitation_to_join_course_via_email.yaml moved to pending folder
The file was removedtest-end-to-end/android-maestro/e2e-tests/007_007b_admin_send_group_invitation_to_join_course_via_email.yaml
The file was addedtest-end-to-end/android-maestro/e2e-tests.pending/007_007b_admin_send_group_invitation_to_join_course_via_email.yaml
Commit f196dbbd549013dfe527fe3c5afdb44bdc6b526d by Mike Dawson
Remove obsolete CreatePasskeyRequestJsonUseCase
Prevent error being shown when there is no saved credential available.
Tidyup passkey documentation on user handle use cases.
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/account/UstadAccountManager.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/login/LoginViewModel.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/DecodeUserHandleUseCase.kt (diff)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/view/AbstractAppActivity.kt (diff)
The file was modifiedapp-desktop/src/main/java/com/ustadmobile/port/desktop/DesktopDomainDiModule.kt (diff)
The file was removedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/CreatePasskeyRequestJsonUseCase.kt
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/GetCredentialUseCase.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/request/CreatePublicKeyCredentialRequestOptionsJsonUseCase.kt (diff)
The file was modifiedcore/src/androidMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/GetCredentialUseCaseImpl.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/request/CreatePublicKeyCredentialCreationOptionsJsonUseCase.kt (diff)
The file was modifiedcore/src/commonJvmMain/kotlin/com/ustadmobile/core/domain/passkey/EncodeUserHandleUseCaseImpl.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/domain/credentials/passkey/EncodeUserHandleUseCase.kt (diff)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/viewmodel/account/addaccountselectneworexisting/AddAccountSelectNewOrExistingViewModel.kt (diff)
Commit b6210a7f0b8c11682cf39c1617c7bbdc241688dd by Mike Dawson
Revert changes to application.conf and update ServerRunner to handle useMockEmail

Revert change to application.conf that enabled useMockEmail by default.
Update testserver-controller ServerRunner to set useMockEmail parameter
The file was modifiedtestserver-controller/src/main/java/com/ustadmobile/test/http/ServerRunner.kt (diff)
The file was modifiedapp-ktor-server/src/main/resources/application.conf (diff)