Skip to content

Changes

Started by timer
Started 8 days 2 hr ago
Took 2 min 52 sec

Summary

  1. Add xAPI extension functions required for common use cases. (commit: 4a012c9) (details)
  2. Add environment variables that can be used to set the url of the test app manifest for maestro testing. (commit: e61e79f) (details)
  3. Update ci-run-maestro to pass TEST_APP_URL argument through. (commit: 9f4649e) (details)
  4. Improve error message logging in xapi_assignable_unit.js . (commit: 0595679) (details)
Commit 4a012c9f2b6a57776b401ab7c6f133372c2dfbf4 by Mike Dawson
Add xAPI extension functions required for common use cases.

Remove some unnecessary functions that were introduced with the assignment merge.
(commit: 4a012c9)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/xapi/XapiStatementsResourceRepository.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
The file was removedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/AssignmentResultExt.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was removedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/xapi/ext/XapiActorExt.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/learningunit/detail/LearningUnitDetailScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDb.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/edit/AssignmentEditViewModel.kt (diff)
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiActorExt.kt
The file was modifiedrespect-datalayer-db/src/jvmTest/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDbTest.kt (diff)
The file was modifiedrespect-datalayer-db/src/jvmTest/kotlin/world/respect/datalayer/db/school/xapi/XapiAssertions.kt (diff)
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiStatementObjectExt.kt
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/adapters/XapiActorAdapter.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/xapi/XapiAssignmentExt.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiStatementExt.kt (diff)
The file was removedrespect-datalayer-repository/log/respect-server.2026-05-04.0.log
Commit e61e79f9c612ce33185054572d051ce7a535064d by Mike Dawson
Add environment variables that can be used to set the url of the test app manifest for maestro testing.
(commit: e61e79f)
The file was modified.maestro/README.md (diff)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
The file was modified.maestro/flows/scripts/school_init.js (diff)
The file was modified.maestro/flows/subflows/admin_add_app.yaml (diff)
Commit 9f4649e59071d435537f5286804cc34b168cd2a9 by Mike Dawson
Update ci-run-maestro to pass TEST_APP_URL argument through.
(commit: 9f4649e)
The file was modifiedci-run-maestro.sh (diff)
Commit 05956799f0039e384a597b85aa08aeead0457ec9 by Mike Dawson
Improve error message logging in xapi_assignable_unit.js .
(commit: 0595679)
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/examples/assignable-unit-1/index.html (diff)
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/js/xapi_assignable_unit.js (diff)