message
stringlengths 3
720
| label
stringclasses 5
values |
---|---|
use double quote for table and property names in templates | Adaptive |
quick fix for CP compilation issues | Corrective |
fixed some typos, fixes #102 | Corrective |
prepare model for to-many with join | Adaptive |
updated templates for to-many with join | Perfective |
added testToManyWithJoin | Adaptive |
Add execute bit for Gradle wrapper. | Adaptive |
Merge pull request #195 from johnjohndoe/file-permissions Add execute bit for Gradle wrapper. | Other |
fix for LazyList.sublist (fixes #146) | Corrective |
typo | Other |
setting the base for custom property types based on converters | Adaptive |
use custom types in entity | Adaptive |
added some value tests for CustomTypeEntityTest | Adaptive |
new entity version quotes table name | Adaptive |
set version to 2.0.0-SNAPSHOT | Perfective |
updated README.md | Administrative |
added addImport for entities | Adaptive |
moved changelog to separate file | Perfective |
started feature overview | Adaptive |
added 'Add greenDAO to your project' section | Adaptive |
moved PropertyConverter into converter package | Perfective |
prepared IntegerListConverter | Adaptive |
Version 2.0.0 | Other |
2.1.0-SNAPSHOT | Other |
first version of CursorQuery | Adaptive |
fix javadoc | Administrative |
sketching a Database abstraction | Adaptive |
SQLCipher database implementation | Adaptive |
fixes, all unit tests are green again | Corrective |
Actually add dependencies for OrmLite perf test. | Adaptive |
Merge pull request #209 from greenrobot-team/fix-missing-dependencies Actually add dependencies for OrmLite perf test. | Other |
Specify artifact ids in build.gradle files. - Remove settings.gradle files. | Perfective |
Update Android SDK build tools to 23.0.0. - https://developer.android.com/tools/revisions/build-tools.html - Also update Android Plugin for Gradle to 1.3.1. - http://tools.android.com/tech-docs/new-build-system | Perfective |
Disable sudo for travis, auto uses new container-based builders. | Perfective |
Fix Android tests failing due to timeouts. - http://stackoverflow.com/questions/28949722/android-tests-fail-on-travis-with-shellcommandunresponsiveexception | Corrective |
Merge pull request #210 from greenrobot-team/fix-project-import Fix project import | Other |
Merge branch 'master' into DbAbstraction Conflicts: DaoGenerator/build.gradle | Other |
Make DaoExample a proper Android app project. - Use latest greenDao release 2.0.0. - Fix https://github.com/greenrobot/greenDAO/issues/155. | Corrective |
Merge pull request #212 from greenrobot-team/fix-example-app Fix example app | Other |
Update ORMlite to 4.48. - http://ormlite.com/changelog.txt - Also add as a gradle dependecy, remove library jars. | Perfective |
Clean up ORMlite test config. | Perfective |
Add jcenter to global repositories. | Adaptive |
Add performance test for realm. - Add realm 0.82.1. - Still have to use old JUnit 3 ApplicationTestCase as there is no new equivalent for AndroidJUnitRunner :( | Adaptive |
Add property access test to greenDAO perf test. - Simply get every property of the entity under test. Logged as access-all-1" and "access-all-2"." | Adaptive |
Add BuildConfig flags for enabling perf tests, disabled by default. | Adaptive |
Add perf test for ActiveAndroid. | Adaptive |
Add space before time unit. - Also add '(batch)' flag to load log output. | Adaptive |
- Fix realm delete log. | Corrective |
Move perf tests to their own directory. - Also clean up OrmLite test, restructure to recommended gradle folder hierarchy. | Perfective |
Merge pull request #226 from greenrobot-team/extend-performance-tests Extend performance tests | Other |
Add Android support library repository to travis | Adaptive |
- Fixes build breakage after adding dependency to Android support library. | Corrective |
Merge pull request #227 from greenrobot-team/add-support-lib-travis Add Android support library repository to travis | Other |
Fix codeBeforeSetter | Corrective |
added codeBeforeGetterAndSetter | Adaptive |
Merge branch 'master' of ssh://github.com/greenrobot/greenDAO | Other |
fix async queries | Corrective |
moving to standard src folders | Perfective |
adding robolectric tests | Adaptive |
Merge branch 'master' into DbAbstraction | Other |
added getAllDaos to DaoSession | Adaptive |
added changes until now for upcoming V2.1.0 | Perfective |
added Parse perf test | Adaptive |
Set SDK and build tools in root gradle, update travis config. - Compile with SDK level 23. - Use build tools 23.0.1. | Perfective |
Fix case of DaoCore source file directory name. | Corrective |
Merge pull request #232 from greenrobot-team/set-sdk-in-root Set SDK level in root Gradle config, fix travis build. | Other |
Simplify log output. | Perfective |
Merge pull request #231 from greenrobot-team/erickok-cupboard-performance-test Cupboard performance test | Other |
Make Parse test an instrumented test. - Also update parse-android to 1.10.1. | Perfective |
Add Couchbase perf test. - Take this with a grain of salt, as Couchbase is a NoSQL (document-based) data store. All ops can only be one-by-one, no batching is supported. | Adaptive |
Add Firebase performance test. - Use firebase-client-android 2.3.1. | Adaptive |
Merge pull request #230 from greenrobot-team/cleanup-parse-test Make Parse test an instrumented test | Other |
Merge pull request #234 from greenrobot-team/perf-test-couchbase Add Couchbase perf test | Other |
Merge pull request #233 from greenrobot-team/perf-test-firebase Add Firebase performance test. | Other |
Improve Cupboard test. - Shorten log tag. - Add proper start log. - Run delete within test. - Formatting. | Perfective |
Add concept of indexed string entity query perf test. - Added for cupboard first. | Adaptive |
Extract string and index generator to common module. | Perfective |
README: Direct users to ObjectBox. | Administrative |
README: fix image link. | Administrative |
fix JavaDocs: escape or replace some characters (>, <, &) | Administrative |
README: add keep rule for SqlCipherEncryptedHelper. | Administrative |
Merge pull request #924 from greenrobot/428-avoid-art-warning Wrap EncryptedHelper in interface to reduce Art warnings | Other |
README: add ProGuard rules. | Administrative |
README: updates. | Administrative |
README: fix. | Administrative |
DaoTest: update Robolectric to 3.8, manually include JUnit. | Perfective |
Merge branch 'example-updates' | Other |
updated README.md | Administrative |
README: use implementation instead of compile. | Administrative |
doc updates | Administrative |
V3.2.2 in README | Administrative |
V3.2.2 in README fix | Administrative |
Merge pull request #635 from greenrobot-team/set-parameter-chaining-all-queries Support setParameter chaining for all query types | Other |
Merge pull request #403 from greenrobot-team/common-android-plugin Use plugin versions defined in root config on test projects | Other |
Add NotNullThing and basic test. | Adaptive |
Merge remote-tracking branch 'github-team/not-null-entity-test' | Other |
Merge remote-tracking branch 'github-team/getters-setters-flag' | Other |
Rename remaining Java dirs to java. | Perfective |
extracted getConfiguration | Perfective |
Merge pull request #400 from greenrobot-team/remaining-rx-dao-tests Add remaining RxRao tests. | Other |