message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
Add FlexObjectConverter.
|
Adaptive
|
Update containsElement docs.
|
Administrative
|
Test flex map queries.
|
Perfective
|
TestEntity: add flexible String map.
|
Adaptive
|
QueryBuilder: ignore some raw type warnings.
|
Perfective
|
Jenkinsfile: avoid uploading snapshot while integ tests are scheduled.
|
Perfective
|
GitLab: use needs to replace multiple test stages.
|
Perfective
|
Fix dokka config for rxjava3 artifact as well.
|
Corrective
|
CI: trigger plugin project instead of integ tests (objectbox#795)
|
Corrective
|
Add containsKeyValue query condition and setParameters overload.
|
Adaptive
|
Resolve warning: Instead of toString() use this.
|
Corrective
|
Add BoxStore.awaitCallInTx suspend function.
|
Adaptive
|
Add link to docs about sideloading and lib loading issues.
|
Administrative
|
Merge branch '113-string-condition-case-updates' into dev
|
Other
|
BoxStoreTest: resolve warnings.
|
Corrective
|
BoxStoreTest: use correct assertEquals argument order.
|
Perfective
|
Add generic FlexMapConverter.
|
Adaptive
|
Flex map: support restoring Long maps as always Long.
|
Perfective
|
MapConverter: avoid HashMap re-hashing.
|
Perfective
|
prepare statically cached FlexBuffersBuilder
|
Adaptive
|
Tree: make all put methods public.
|
Perfective
|
Merge branch '25-date-nano' into 'dev' ID_COMPANION flag, DateNano type, @Type annotation See merge request objectbox/objectbox-java!54
|
Other
|
Merge branch '60-string-map-to-flexbuffer-converter' into dev
|
Other
|
MapConverter: test empty string key.
|
Perfective
|
SyncChange: fix entityTypeId type to int
|
Corrective
|
Merge branch '67-generic-map-converter' into 'dev' Java: base classes for generic map converter See merge request objectbox/objectbox-java!69
|
Other
|
Tree: extend JavaDocs
|
Administrative
|
BoxStore: update version string to 2021-08-18
|
Perfective
|
minor doc fixes
|
Administrative
|
Tree: add pathSeparatorRegex property
|
Adaptive
|
Branch path changes (make path string more prominent)
|
Perfective
|
JavaDocs
|
Administrative
|
TreeTest: rename root() to getRoot()
|
Perfective
|
add getRootId(), implement Closeable
|
Adaptive
|
add JavaDocs
|
Administrative
|
Add and use native feature detection API.
|
Adaptive
|
Add StringMapConverter using FlexBuffers, test it.
|
Adaptive
|
Add @Type annotation and DatabaseType enum.
|
Adaptive
|
Tests: always use UTF-8 encoding when compiling.
|
Perfective
|
Sync: add objects message API (internal only for now).
|
Adaptive
|
Jenkins: trigger integ tests on successful build.
|
Perfective
|
Jenkinsfile: do not trigger integ tests if timer triggered.
|
Perfective
|
BoxStore: make sysProcMeminfoKb() and sysProcStatusKb() public API.
|
Perfective
|
Jenkinsfile: define Gradle signing properties only when needed.
|
Perfective
|
BoxStoreBuilder: add noReaderThreadLocals flag
|
Adaptive
|
Update docs on Index and StringOrder.
|
Administrative
|
Merge branch '123-sync-closed-checks' into dev
|
Other
|
TransactionTest: simplify test asserts
|
Perfective
|
Add a test that passes that notices that if the thread pool size is <= the max readers, we will not have a MaxDbReaders error
|
Corrective
|
TransactionTest: use noReaderThreadLocals to fix unbounded threads tests
|
Corrective
|
Update the timeout on the tx task .get() since it was way too small.
|
Perfective
|
BoxStore: add Linux-only sysProcMeminfoKb() and sysProcStatusKb()
|
Adaptive
|
Prepare release 2.9.2-RC3
|
Other
|
Prepare release 2.9.2-RC2
|
Other
|
DAOcompat: provide access to some internals.
|
Perfective
|
Kotlin: make flow tests publisher thread safe.
|
Perfective
|
FlatBuffers: use inlined version, drop dependency.
|
Perfective
|
SyncClient: add getRoundtripTimeNanos() and consolidate time related docs with core
|
Adaptive
|
Publisher order: refactor duplicate code.
|
Perfective
|
Update subscriber and transformer documentation.
|
Administrative
|
Query API 2: rename conditions to match old names.
|
Perfective
|
Kotlin: add flow extension functions for BoxStore and Query.
|
Adaptive
|
Reorganize extension functions (keep package name).
|
Perfective
|
Move Kotlin tests next to Java tests.
|
Perfective
|
Query API 2: update between docs.
|
Administrative
|
Mark new query API as experimental.
|
Adaptive
|
Query API 2: add orEqual for long, double, String, byte[].
|
Adaptive
|
Add infix function for PropertyQueryCondition.alias(name).
|
Adaptive
|
Document how to use case sensitive conditions for String properties.
|
Administrative
|
Add infix extension functions for Property condition methods.
|
Adaptive
|
Add some tests for the new query API.
|
Adaptive
|
Add SyncFlags
|
Adaptive
|
Merge branch '721-tree-api' into dev
|
Other
|
Add Kotlin extensions for QueryCondition.
|
Adaptive
|
Tree: add getter for the store
|
Adaptive
|
Build: drop jCenter (dokka 1.4.30+ is now available).
|
Perfective
|
Kotlin: add tests for some extension functions.
|
Adaptive
|
Tree API: resolve some warnings.
|
Corrective
|
Apply Kotlin plugin to test project.
|
Perfective
|
Tree: put meta branch/leaf
|
Perfective
|
Tree: first working version of treePath() test, add delegate methods in Leaf for IDs, Branch nullable
|
Adaptive
|
Tree: add setters for Leaf values and add put() for Leaf
|
Adaptive
|
switch test project to Java 9 to enable printing the process ID
|
Perfective
|
Tree API: add overload to pass dot path.
|
Adaptive
|
Trees: move Branch and Leaf to upper level
|
Perfective
|
add native methods.
|
Adaptive
|
Trees: add package-info.java incl. nullability info.
|
Administrative
|
Tree: add valueType to LeafNode
|
Adaptive
|
native method renames
|
Perfective
|
switch test project back to Java 8 and use reflection to print the process ID if Java 9 APIs are available
|
Perfective
|
Trees: implement Branch.branch()/leaf() overloads.
|
Adaptive
|
Trees: move to tree package.
|
Perfective
|
Trees: draft API.
|
Adaptive
|
Drop unused FunctionalTestSuite.
|
Perfective
|
2.9.2-RC release
|
Other
|
Build: update publish-plugin [1.0.0 -> 1.1.0], logs Sonatype errors.
|
Perfective
|
JniBasicsTest: reduce log output.
|
Perfective
|
Merge branch 'conflict-resolution' into 'dev' Add @Unique flag for conflict resolution See merge request objectbox/objectbox-java!2
|
Other
|
Jenkins: run tests on Windows only once.
|
Perfective
|
Conflict: only support REPLACE strategy for now
|
Corrective
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.