Skip to content
Builds

Loading builds...

Changes

#93 (Jul 31, 2024, 10:43:42 AM)

  1. Handle non-nullable string type. (commit: 4f1807c) — Mike Dawson / githubweb

#90 (Jul 16, 2024, 8:08:16 PM)

  1. Add DoorOffsetLimitRemoteMediator state (commit: 533d8de) — Mike Dawson / githubweb

#89 (Jul 14, 2024, 7:55:15 PM)

  1. Update handling of missing server side parameters. (commit: b5afa11) — Mike Dawson / githubweb

#88 (Jul 14, 2024, 5:15:23 PM)

  1. Fix select views when Android databases are upgraded. (commit: ff7408a) — Mike Dawson / githubweb

#87 (Jul 11, 2024, 6:14:26 PM)

  1. Add additional debug logging. (commit: bf6a7bc) — Mike Dawson / githubweb

#86 (Jul 5, 2024, 11:50:53 AM)

  1. Update handling receiving entities for insert into receive view. (commit: 938b5f3) — Mike Dawson / githubweb
  2. Add support for multiple primary keys on replicate entities (commit: 098f7a0) — Mike Dawson / githubweb
  3. Fix handling of nullable primitive types on ReplicateEntity. (commit: 0d117b9) — Mike Dawson / githubweb
  4. Add support for composite primary keys with up to four fields. (commit: 3125f24) — Mike Dawson / githubweb
  5. Handle SQL parser errors on update/insert statements and improve handling of query error output. (commit: e439bb2) — Mike Dawson / githubweb
  6. Add support for ignore insert conflict. (commit: 032b04c) — Mike Dawson / githubweb
  7. Add default column info value to OutgoingReplication additional primary key fields to ensure database migration check passes. (commit: 10a41e1) — Mike Dawson / githubweb
  8. Update validation processor error output to include exception message. (commit: 9e821ef) — Mike Dawson / githubweb
  9. Fix replication of nullable primitive fields. (commit: 03775f8) — Mike Dawson / githubweb
  10. Improve documentation for paging source and remote mediator. Add PagingSourceWithHttpLoader interface. (commit: 2e5c330) — Mike Dawson / githubweb
  11. Add DelegatedInvalidationPagingSource (commit: 5dd2398) — Mike Dawson / githubweb
  12. Minor error message update on DoorDatabaseReplicationExt (commit: c35d759) — Mike Dawson / githubweb
  13. Add support to use paging offset and paging limit parameters on HttpServerFunction. (commit: 8ad39cc) — Mike Dawson / githubweb

#85 (Mar 29, 2024, 6:46:23 PM)

  1. Initial implementation of paging RemoteMediator (commit: 67862f5) — Mike Dawson / githubweb
  2. Update to Kotlin 1.9.23 (commit: 27fe4a6) — Mike Dawson / githubweb
  3. Update to Kotlin 1.9.23 (commit: fedda3e) — Mike Dawson / githubweb
  4. Move DoorPagingUtil to common. Add FilterPagingSource and PagingSourceInterceptor (commit: 6aacb8b) — Mike Dawson / githubweb
  5. Add DoorOffsetLimitRemoteMediator to Door. Remove old RemoteMediator. (commit: 8462657) — Mike Dawson / githubweb
  6. Add DoorOffsetLimitRemoteMediatorTest (commit: 436614a) — Mike Dawson / githubweb
  7. Bump version (commit: 0b08e2c) — Mike Dawson / githubweb

#82 (Mar 26, 2024, 7:02:30 PM)

  1. Move all versions into TOML. (commit: b1de368) — Mike Dawson / githubweb

#81 (Mar 1, 2024, 5:00:21 PM)

  1. Update validator to ensure that any exception processing the annotation is caught and the node that caused the exception is passed to the logger. (commit: 56fc0f1) — Mike Dawson / githubweb

#80 (Feb 15, 2024, 3:49:52 PM)

  1. Update server sent events endpoint to set nostore instead of no-cache on cache-control header. (commit: b3773a7) — Mike Dawson / githubweb

#79 (Feb 6, 2024, 9:39:04 PM)

  1. Add options to dropDoorTriggersAndReceiveViews so it can be used by Ustad testserver controller to clear postgres databases. (commit: 9767c55) — Mike Dawson / githubweb

#78 (Feb 6, 2024, 7:08:14 PM)

  1. Add UPSERT template for trigger to handle generation of on conflict clauses for insert into remote view on postgres. (commit: 0a5f468) — Mike Dawson / githubweb

#77 (Feb 6, 2024, 11:40:37 AM)

  1. Fix Postgres triggers issue. (commit: 2e9825b) — Mike Dawson / githubweb

#76 (Feb 6, 2024, 10:28:11 AM)

  1. Fix Postgresql ReceiveView issue (commit: aa7f34f) — Mike Dawson / githubweb

#75 (Jan 28, 2024, 9:27:00 AM)

  1. Remove use of KTOR request setBody due to KTOR bug on JVM when Proguard is used. (commit: cb83439) — Mike Dawson / githubweb

#74 (Jan 27, 2024, 7:03:27 PM)

  1. Remove use of httpclient.body due to KTOR bug when used on JVM with Proguard. (commit: de647f2) — Mike Dawson / githubweb

#73 (Jan 8, 2024, 9:20:44 PM)

  1. Update proguard-rules to avoid proguard removing DoorWrapper constructor. (commit: e4b3386) — Mike Dawson / githubweb