FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - objectbox/objectbox-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
objectbox
/
objectbox-java
Public
Notifications
You must be signed in to change notification settings
Fork
310
Star
4.6k
Code
Issues
143
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
objectbox-java
tests
on
dev
User selector
Datepicker
Commit history
Commits on Sep 6, 2022
KTS: convert root build script.
greenrobot-team
committed
83bcc27
View commit details
Copy full SHA for 83bcc27
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
GitLab CI: replace JDK 16 with the latest LTS JDK 17.
greenrobot-team
committed
499b52f
View commit details
Copy full SHA for 499b52f
View code at this point
Browse repository at this point
Query tests: close query, resolve all warnings.
greenrobot-team
committed
52b0022
View commit details
Copy full SHA for 52b0022
View code at this point
Browse repository at this point
QueryBuilder: unify operator pending error, assert message in tests.
greenrobot-team
committed
b7b97f4
View commit details
Copy full SHA for b7b97f4
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
Query: remove explicitly check if store is open, rely on native (#142)
Show description for aace196
greenrobot-team
committed
aace196
View commit details
Copy full SHA for aace196
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
Query: explicitly check if store is open (#142)
greenrobot-team
committed
d45a5c3
View commit details
Copy full SHA for d45a5c3
View code at this point
Browse repository at this point
BoxStore: assert native Entity instances are not leaked (objectbox#825)
greenrobot-team
committed
461a9b3
View commit details
Copy full SHA for 461a9b3
View code at this point
Browse repository at this point
BoxStore: drop testUnalignedMemoryAccess, removed from JNI.
greenrobot-team
committed
488e477
View commit details
Copy full SHA for 488e477
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
BoxStore: assert exception on open twice, close on open after close.
greenrobot-team
committed
74285d8
View commit details
Copy full SHA for 74285d8
View code at this point
Browse repository at this point
BoxStore: move closed test next to open tests.
greenrobot-team
committed
97d05f7
View commit details
Copy full SHA for 97d05f7
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
Query: throws store is closed on subscribe (objectbox#818)
greenrobot-team
committed
9d5e605
View commit details
Copy full SHA for 9d5e605
View code at this point
Browse repository at this point
BoxStore: throw if not open on subscribe, clean (objectbox#818)
Show description for fd2119a
greenrobot-team
committed
fd2119a
View commit details
Copy full SHA for fd2119a
View code at this point
Browse repository at this point
Transaction: test it throws after close (objectbox#818)
greenrobot-team
committed
b139e6a
View commit details
Copy full SHA for b139e6a
View code at this point
Browse repository at this point
QueryBuilder: fix assert when closed, throw on and/or (objectbox#818)
greenrobot-team
committed
19821f9
View commit details
Copy full SHA for 19821f9
View code at this point
Browse repository at this point
Query: test usage when store is closed (objectbox#818)
greenrobot-team
committed
1b6abc3
View commit details
Copy full SHA for 1b6abc3
View code at this point
Browse repository at this point
Query: throw helpful error if using closed query (objectbox#818)
greenrobot-team
committed
c88c132
View commit details
Copy full SHA for c88c132
View code at this point
Browse repository at this point
Commits on May 9, 2022
Test max/min with offset and limit, also for findIds and 32-bit.
greenrobot-team
committed
01382bc
View commit details
Copy full SHA for 01382bc
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Compare String instead of Path to fix test on macOS.
greenrobot-team
committed
b80e379
View commit details
Copy full SHA for b80e379
View code at this point
Browse repository at this point
BoxStoreBuilderTest: test directory path with unicode chars.
greenrobot-team
committed
63567fb
View commit details
Copy full SHA for 63567fb
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
BoxStoreBuilderTest: close store once done.
greenrobot-team
committed
de38168
View commit details
Copy full SHA for de38168
View code at this point
Browse repository at this point
Tests: print file.encoding and sun.jnu.encoding.
greenrobot-team
committed
3bb2810
View commit details
Copy full SHA for 3bb2810
View code at this point
Browse repository at this point
AbstractObjectBoxTest: use NIO to delete files, expose deleteAllFiles.
greenrobot-team
committed
6554898
View commit details
Copy full SHA for 6554898
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Update Gradle [6.8.3 -> 7.2]
greenrobot-team
committed
a77ea7d
View commit details
Copy full SHA for a77ea7d
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
Use Gitlab CI, also test on macOS, spotbugs HTML report.
greenrobot-team
committed
ce484e1
View commit details
Copy full SHA for ce484e1
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
TestEntity: test null or default values, inline asserts.
greenrobot-team
committed
2127c8e
View commit details
Copy full SHA for 2127c8e
View code at this point
Browse repository at this point
Test cursors: drop redundant final, clean up.
greenrobot-team
committed
7652c9a
View commit details
Copy full SHA for 7652c9a
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Flex: support Java Byte and Short.
greenrobot-team
committed
e0aa2b3
View commit details
Copy full SHA for e0aa2b3
View code at this point
Browse repository at this point
Flex list: explicitly throw on null elements.
greenrobot-team
committed
ff83f13
View commit details
Copy full SHA for ff83f13
View code at this point
Browse repository at this point
Test unsupported map key type throws.
greenrobot-team
committed
1706857
View commit details
Copy full SHA for 1706857
View code at this point
Browse repository at this point
Fold FlexMapConverter into FlexObjectConverter.
greenrobot-team
committed
ed3607a
View commit details
Copy full SHA for ed3607a
View code at this point
Browse repository at this point
Test equals and containsElement for flex property.
greenrobot-team
committed
f103488
View commit details
Copy full SHA for f103488
View code at this point
Browse repository at this point
Add FlexObjectConverter.
greenrobot-team
committed
59f6633
View commit details
Copy full SHA for 59f6633
View code at this point
Browse repository at this point
AbstractObjectBoxTest: make flex map null by default (for test performance).
greenrobot-team
committed
342b96a
View commit details
Copy full SHA for 342b96a
View code at this point
Browse repository at this point
Test flex map queries.
greenrobot-team
committed
8502aeb
View commit details
Copy full SHA for 8502aeb
View code at this point
Browse repository at this point
Commits on Dec 13, 2021
TestEntity: add flexible String map.
greenrobot-team
committed
d3ac788
View commit details
Copy full SHA for d3ac788
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL