1. 6faca54e Merge "Annotate flaky tests" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  2. 94c8acb Merge changes from topic "sqlite1" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  3. dc5bf96 Annotate flaky tests by Ember Rose · 1 year, 11 months ago
  4. 5ea1735 Merge "Removed the restriction for Upsert annotation" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  5. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 1 year, 11 months ago
  6. e1b4be5 Removed the restriction for Upsert annotation by pingxuanli · 1 year, 11 months ago
  7. f3d34fd Merge "Unregister SQLite JDBC driver to avoid memory leaks." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  8. 0bd479c Unregister SQLite JDBC driver to avoid memory leaks. by Daniel Santiago Rivera · 1 year, 11 months ago
  9. c2ec664 Merge "Removing the SneakyThrow.java file in room-runtime." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  10. 7b7ae86 Removing the SneakyThrow.java file in room-runtime. by elifbilgin · 1 year, 11 months ago
  11. 0e3124c Included collection of entites as an acceptable param for return List of Ids, changed the return types of upsertAndReturnArrayBox and insertAndReturnArrayBox to not accept null with tests. by pingxuanli · 1 year, 11 months ago
  12. f9e47dd Implemented integration test for upsert focusing on testing RxJava: Flowable and Observable by pingxuanli · 1 year, 11 months ago
  13. 7653963 Merge "Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable" into androidx-main by Pingxuan Li · 1 year, 11 months ago
  14. 7c24a75 Implemented integration test for upsert focusing on testing RxJava: Single, Maybe and Completable by pingxuanli · 1 year, 11 months ago
  15. 896cf24 Merge "Add kotlinpoet-javapoet as a dep for xprocessing." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  16. 1ded726 Add kotlinpoet-javapoet as a dep for xprocessing. by Daniel Santiago Rivera · 1 year, 11 months ago
  17. bc74773 Merge "Fix `ClassCastException` in `XType.getTypeElement().className`." into androidx-main by Brad Corso · 1 year, 11 months ago
  18. 092f2de Fix `ClassCastException` in `XType.getTypeElement().className`. by Brad Corso · 1 year, 11 months ago
  19. d4f37bc Merge "Added examples to Upsert.kt and edited Insert.kt to match Kotlin" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  20. bc9a241 Added the validation check for upsert in DatabaseProcessor and tested it in DatabaseProcessorTest. by pingxuanli · 2 years ago
  21. cd61c11 Added examples to Upsert.kt and edited Insert.kt to match Kotlin by yizhenz · 1 year, 11 months ago
  22. 2df05b0 Merge "Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter." into androidx-main by Pingxuan Li · 1 year, 11 months ago
  23. e3753be Implement Tests for Upsertion Writer and unified the names for methods in EntityUpsertionAdapter. by pingxuanli · 2 years ago
  24. a0df73a Merge "Fixed problem of methodBinder nullability in DaoWriter.kt" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  25. c3fa4f0 Merge "Updating kotlinified files to get rid of @RestrictTo annotations wherever possible, as well as following up on some internal cleanup." into androidx-main by Daniel Santiago Rivera · 1 year, 11 months ago
  26. b16d452 Fixed problem of methodBinder nullability in DaoWriter.kt by yizhenz · 1 year, 11 months ago
  27. d329d60 Merge "Merged insert and upsert adapters; piped adapter to processor" into androidx-main by Yizhen Zhen · 1 year, 11 months ago
  28. 56d1457 Merge "Support descriptors with LOCAL nesting type elements." into androidx-main by Treehugger Robot · 2 years ago
  29. 1502caa Merge "Add FlakyTest annotation to WriteAheadLoggingTest" into androidx-main by Fred Sladkey · 2 years ago
  30. 37f759b Merge "Fix issue in `JavaPoetExt.toAnnotationSpec()`" into androidx-main by Treehugger Robot · 2 years ago
  31. 3cae5f0 Merge "Update lint baselines" into androidx-main by Treehugger Robot · 2 years ago
  32. 70bcc82 Update xprocessing javax visitor versions. by Daniel Santiago Rivera · 2 years ago
  33. 4f1f337 Merged insert and upsert adapters; piped adapter to processor by yizhenz · 2 years ago
  34. b9fa90f Update lint baselines by Tiem Song · 2 years ago
  35. bbaf31f Add FlakyTest annotation to WriteAheadLoggingTest by Fred Sladkey · 2 years ago
  36. e4ab6d0 A follow-up edit for EntityUpsertionAdapterWriter, deleted the unused suppress by pingxuanli · 2 years ago
  37. 9afde91 Support descriptors with LOCAL nesting type elements. by Daniel Santiago Rivera · 2 years ago
  38. b0e4528 Merge "Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer." into androidx-main by Pingxuan Li · 2 years ago
  39. 9a7b4cc Fix issue in `JavaPoetExt.toAnnotationSpec()` by Brad Corso · 2 years ago
  40. 7cce055 Adding EntityUpsertionAdapterWriter and changes to DaoWriter to use this writer. by pingxuanli · 2 years ago
  41. 9895035 Merge "Adding elifbilgin@ to Room OWNERS." into androidx-main by Elif Bilgin · 2 years ago
  42. 59cbb47 Merge "Filling in upsert processor; merged insert and UpsertMethod and binder" into androidx-main by Treehugger Robot · 2 years ago
  43. d3aa2e6 Adding elifbilgin@ to Room OWNERS. by elifbilgin · 2 years ago
  44. 58accca Merge "Fixing suppressed lint issue(s) in Room." into androidx-main by Treehugger Robot · 2 years ago
  45. 4a0a766 Fixing suppressed lint issue(s) in Room. by elifbilgin · 2 years ago
  46. bfc4bc2 Merge "Update XAnnotationValue API to include the value type." into androidx-main by Brad Corso · 2 years ago
  47. 7360aa8 Update XAnnotationValue API to include the value type. by Brad Corso · 2 years ago
  48. bbe34dd Filling in upsert processor; merged insert and UpsertMethod and binder by yizhenz · 2 years ago
  49. cd94a15 Merge "Removing FlakyTest annotation as this test is no longer flaky." into androidx-main by Treehugger Robot · 2 years ago
  50. dba8078 Removing FlakyTest annotation as this test is no longer flaky. by elifbilgin · 2 years ago
  51. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years ago
  52. 8422e51 Merge "Add XExecutableType#isSameType() to XProcessing" into androidx-main by Brad Corso · 2 years ago
  53. d52a31e Merge "DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev" into androidx-main by Alan Viverette · 2 years ago
  54. d9f198a Merge "Adding EntityUpsertionAdapter and implementing the basic functions with unit testing" into androidx-main by Daniel Santiago Rivera · 2 years ago
  55. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 2 years ago
  56. 5314453 Merge "Creating the binders for upsert." into androidx-main by Treehugger Robot · 2 years ago
  57. 6ebae41 Adding EntityUpsertionAdapter and implementing the basic functions with unit testing by Pingxuan Li · 2 years ago
  58. d455526 Creating the binders for upsert. by yizhenz · 2 years ago
  59. 6c72fce Add XExecutableType#isSameType() to XProcessing by Brad Corso · 2 years ago
  60. 527f791f Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main am: 1512331e00 by Daniel Santiago Rivera · 2 years ago
  61. 1512331 Merge "Use an SQLiteConstraintException when auto-migrations check for FK constraints" into androidx-main by Daniel Santiago Rivera · 2 years ago
  62. 4e7ae52 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main am: bc22542891 by Aurimas Liutikas · 2 years ago
  63. bc22542 Merge "Make checkArtifactTask configuration cache compatible" into androidx-main by Aurimas Liutikas · 2 years ago
  64. 90b763f Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main am: d2996a4bcd by Brad Corso · 2 years ago
  65. d2996a4 Merge "Fix issue with XExecutableElement and XExecutableType" into androidx-main by Brad Corso · 2 years ago
  66. 14b5d68 Merge "Mark flaky Room test as @Ignore" into androidx-main am: 06b34251d6 by Dustin Lam · 2 years ago
  67. 705efbd Fix issue with XExecutableElement and XExecutableType by Brad Corso · 2 years ago
  68. aa24ac1 Mark flaky Room test as @Ignore by Dustin Lam · 2 years ago
  69. 816e387 Make checkArtifactTask configuration cache compatible by Aurimas Liutikas · 2 years ago
  70. b645b00 Use an SQLiteConstraintException when auto-migrations check for FK constraints by Daniel Santiago Rivera · 2 years ago
  71. ec1d64f Merge changes from topic "invalidationTest" into androidx-main am: dc1dd76470 by Daniel Santiago Rivera · 2 years ago
  72. 4c07e2a Updating kotlinified files to get rid of @RestrictTo annotations wherever possible, as well as following up on some internal cleanup. by elifbilgin · 2 years ago
  73. 382fa57 Converting InvalidationTrackerTest to Kotlin. by Elif Bilgin · 2 years, 2 months ago
  74. b02d7d3 Renaming InvalidationTrackerTest to have Kotlin extension. by Elif Bilgin · 2 years, 2 months ago
  75. 2c98fec Merge "Modified BooksDao and created a test for upsert." into androidx-main am: 420648a3c8 by Treehugger Robot · 2 years ago
  76. 08ba89d Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main am: e225138af5 by Treehugger Robot · 2 years ago
  77. 420648a Merge "Modified BooksDao and created a test for upsert." into androidx-main by Treehugger Robot · 2 years ago
  78. e225138 Merge "Adding UpsertionMethodProcessor and implementing using placeholder values" into androidx-main by Treehugger Robot · 2 years ago
  79. 21501d5 Modified BooksDao and created a test for upsert. by yizhenz · 2 years ago
  80. 6723902 Adding UpsertionMethodProcessor and implementing using placeholder values by Pingxuan Li · 2 years ago
  81. 9f06486 Merge "Fix issue with XAnnotationValues of lists" into androidx-main am: 53d2903b0d by Brad Corso · 2 years ago
  82. c4a40aa Fix issue with XAnnotationValues of lists by Brad Corso · 2 years ago
  83. e8b649c Merge "Added the annotation for upsert function" into androidx-main am: 35a7cf0f7e by Treehugger Robot · 2 years ago
  84. 35a7cf0 Merge "Added the annotation for upsert function" into androidx-main by Treehugger Robot · 2 years ago
  85. 83be1cf Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main am: 5496b8efaf by Treehugger Robot · 2 years ago
  86. 5496b8e Merge "Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file" into androidx-main by Treehugger Robot · 2 years ago
  87. fe2ab90 Added the annotation for upsert function by yizhenz · 2 years ago
  88. ea59e2e Merge "Fix failed tests on Windows" into androidx-main am: 8d8df0a47a by Kuan-Ying Chou · 2 years ago
  89. f8301dc Adding UpsertMethod vo, UpsertMethodBinder file and UpsertMethodAdapter file by Pingxuan Li · 2 years ago
  90. 771b4e2 Fix failed tests on Windows by Kuan-Ying Chou · 2 years ago
  91. 9ea1f03 Merge "Fixed documentation bug with Junction from @Junction" into androidx-main am: 0359311e8b by Yizhen Zhen · 2 years ago
  92. 4ce821d Merge "Fixing the typo in the example code of @Junction annotation" into androidx-main am: 3a03be9103 by Pingxuan Li · 2 years ago
  93. 959a3c6 Fixed documentation bug with Junction from @Junction by yizhenz · 2 years ago
  94. 2406c5a Fixing the typo in the example code of @Junction annotation by Pingxuan Li · 2 years ago
  95. 7821e4c Merge "Add missing XAnnotationValue#asChar method" into androidx-main am: b6be5c2722 by Treehugger Robot · 2 years ago
  96. 184f946 Add missing XAnnotationValue#asChar method by Brad Corso · 2 years ago
  97. 802f30e Merge "Fix baseMethodParam.asMemberOf(sub) to match subMethodParam" into androidx-main am: f2ea8361df by Treehugger Robot · 2 years ago
  98. b4a36b7 Fix baseMethodParam.asMemberOf(sub) to match subMethodParam by Brad Corso · 2 years ago
  99. 33b1ed5 Merge "Add new tests for generic and inherited types." into androidx-main am: 1418f51642 by Treehugger Robot · 2 years ago
  100. 1418f51 Merge "Add new tests for generic and inherited types." into androidx-main by Treehugger Robot · 2 years ago