Skip to content
Success

#190 (Mar 14, 2026, 9:08:00 PM)

Started 20 days ago
Took 25 min
Build Artifacts
001_001_invite_users_using_qr_code_or_link_test.mp440.92 MiB view
001_002_add_user_direct_test.mp458.28 MiB view
001_003_login_using_school_link_test.mp45.23 MiB view
002_browse_lessons_test.mp46.97 MiB view
003_admin_user_assigns_assignment_to_a_class_test.mp430.84 MiB view
001_001_invite_users_using_qr_code_or_link_test.png1.61 MiB view
001_002_add_user_direct_test.png2.21 MiB view
001_003_login_using_school_link_test.png349.41 KiB view
002_browse_lessons_test.png461.48 KiB view
003_admin_user_assigns_assignment_to_a_class_test.png1.33 MiB view
00_Main_Dashboard.png194.47 KiB view
respect-app-compose-debug.apk58.93 MiB view
respect-app-compose-release.apk31.79 MiB view
mapping.txt90.59 MiB view
respect-cli.zip31.26 MiB view
respect-server-1.0.0.zip46.83 MiB view
respect-server-shadow-1.0.0.zip47.97 MiB view

Started by timer

Revision: 536af2ae21664ba71704fab8a01e7186dfad5b3c
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/main
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. Fixes for AppLauncher screen. (details / githubweb)
  24. Update opds packages in datasource-db and datasource-http to use school.opds package. (details / githubweb)
  25. Update database migration files. (details / githubweb)