Skip to content
Failed

#5 (Mar 19, 2026, 5:11:00 AM)

Started 16 days ago
Took 22 min
Build Artifacts
001_001_invite_users_using_qr_code_or_link_test.mp415.70 MiB view
001_002_add_user_direct_test.mp455.70 MiB view
001_003_login_using_school_link_test.mp45.39 MiB view
002_browse_lessons_test.mp47.37 MiB view
003_admin_user_assigns_assignment_to_a_class_test.mp433.49 MiB view
001_001_invite_users_using_qr_code_or_link_test.png1.37 MiB view
001_002_add_user_direct_test.png2.21 MiB view
001_003_login_using_school_link_test.png349.52 KiB view
002_browse_lessons_test.png462.16 KiB view
003_admin_user_assigns_assignment_to_a_class_test.png1.33 MiB view
00_Main_Dashboard.png212.21 KiB view
respect-app-compose-debug.apk58.99 MiB view
respect-app-compose-release.apk31.81 MiB view
mapping.txt91.12 MiB view
respect-cli.zip31.38 MiB view
respect-server-1.0.0.zip46.96 MiB view
respect-server-shadow-1.0.0.zip48.10 MiB view

Started by timer

Revision: fa9581233b822a988b0394507aec044ecd1d19c2
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/change-history
Changes
  1. Work in progress: moving Opds from app datasource to school datasource. (details / githubweb)
  2. Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (details / githubweb)
  3. Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (details / githubweb)
  4. Work in progress: model Respect App manifest using OPDS. (details / githubweb)
  5. Add architecture and system to handle Opds for both external sources (eg. compatible apps) and internal (school playlists). (details / githubweb)
  6. Work in progress making OpdsFeed a writable entity as per other entities in the school database. (details / githubweb)
  7. Work in progress making OpdsFeed a writable entity as per other entities in the school database. (details / githubweb)
  8. Implement write support for OpdsFeed including handling etag and last-modified header for non-RESPECT generated feeds. (details / githubweb)
  9. Add OpdsFeed validation helper implementation. (details / githubweb)
  10. Make OpdsFeed writable to handle playlists: work in progress. (details / githubweb)
  11. Update documentation on OpdsFeedDataSource on how external/internal data is handled. (details / githubweb)
  12. Make Opds Feed writable: make initial working client - server integration test. (details / githubweb)
  13. Move OpdsPublication data source to follow same naming pattern. (details / githubweb)
  14. Update OpdsPublicationDataSourceRepository to follow pattern as per OpdsFeedRepository. (details / githubweb)
  15. OpdsPublicationDataSource improvements (details / githubweb)
  16. Improvements to handling OpdsPublication and OpdsFeed / related entities. (details / githubweb)
  17. Add 304 response support to UstadCacheImpl. (details / githubweb)
  18. Add unit test for UstadCache to verify 304 response is returned correctly when incoming request has validation info. (details / githubweb)
  19. Update UstadCacheInterceptor.kt to respond 304 directly if the underlying request has its own cache validation info and a stale response is validated over the network. (details / githubweb)
  20. Add test checking 304 not modified response received using interceptor if cache validation headers are used. (details / githubweb)
  21. Remove CompatibleApp Datasource (replaced by using OpdsPublication). (details / githubweb)
  22. Remove CompatibleAppEntity from database. (details / githubweb)
  23. Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. (details / githubweb)
  24. Fixes for AppLauncher screen. (details / githubweb)
  25. Update opds packages in datasource-db and datasource-http to use school.opds package. (details / githubweb)
  26. Update database migration files. (details / githubweb)
  27. Initial home tabs design. (details / githubweb)