Robin Bygrave
|
9fc5d8a201
|
Pom - bump test Postgres JDBC driver version
|
2015-09-17 11:33:09 +12:00 |
|
Robin Bygrave
|
ba78c5e904
|
[maven-release-plugin] prepare for next development iteration
|
2015-09-14 16:19:59 +12:00 |
|
Robin Bygrave
|
6627195fc2
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.7.1
avaje-ebeanorm-6.7.1
|
2015-09-14 16:19:33 +12:00 |
|
Robin Bygrave
|
b76c4a83ec
|
#411 - AutoTune - add reporting empty tuned profiles, ignore org.avaje.ebean type safe finders, refactor CallStack creation
|
2015-09-14 16:16:22 +12:00 |
|
Robin Bygrave
|
3dcb82b1f5
|
gitignore example ebean-autotune.xml
|
2015-09-14 12:58:58 +12:00 |
|
Robin Bygrave
|
ae55a40ebd
|
Remove example ebean-autotune.xml
|
2015-09-14 12:57:57 +12:00 |
|
Robin Bygrave
|
8ba07419fa
|
Bump pom to 6.7.1-SNAPSHOT
|
2015-09-14 12:02:26 +12:00 |
|
Robin Bygrave
|
5f8f735bbe
|
#412 - SQL_LOGGER trace() to debug() issue - Unintelligible logging settings
|
2015-09-14 11:49:16 +12:00 |
|
Robin Bygrave
|
47829f3985
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 11:29:38 +12:00 |
|
Robin Bygrave
|
ec4f655312
|
#410 - Require findPagedList() query to specify an order by clause - throw exception if no order by supplied
|
2015-09-14 10:39:41 +12:00 |
|
Robin Bygrave
|
04fda0a6b4
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:22:23 +12:00 |
|
Robin Bygrave
|
0a8c902790
|
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
|
2015-09-10 23:20:57 +12:00 |
|
Robin Bygrave
|
9632279c2f
|
AutoTune update - clean up for query ignore
|
2015-09-10 22:36:12 +12:00 |
|
Robin Bygrave
|
262d52ed44
|
Merge AutoTune refactor with master
|
2015-09-10 10:27:24 +12:00 |
|
Robin Bygrave
|
74330918e1
|
AutoTune update - .gitignore the profiling output
|
2015-09-10 10:04:31 +12:00 |
|
Robin Bygrave
|
373598ab26
|
AutoTune update - config properties for queryTuningFile and profilingFile + logging adjustment
|
2015-09-10 10:02:17 +12:00 |
|
Robin Bygrave
|
0096477757
|
AutoTune update - repackage tests and sort profiling xml entries
|
2015-09-10 09:16:39 +12:00 |
|
Robin Bygrave
|
a2a4a15f32
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:18:11 +12:00 |
|
Robin Bygrave
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
116cc3a3fe
|
AutoTune update - remove resources
|
2015-09-09 15:21:10 +12:00 |
|
Robin Bygrave
|
92132d6613
|
[maven-release-plugin] prepare for next development iteration
|
2015-09-09 00:08:33 +12:00 |
|
Robin Bygrave
|
d6e3292a7d
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.6.1
avaje-ebeanorm-6.6.1
|
2015-09-09 00:08:12 +12:00 |
|
Robin Bygrave
|
227a1ba032
|
Bump pom to 6.6.1-SNAPSHOT
|
2015-09-09 00:07:20 +12:00 |
|
Robin Bygrave
|
953cae6ce8
|
#407 - ENH: Add example uses of raw() into javadoc for ExpressionList.raw()
|
2015-09-09 00:06:14 +12:00 |
|
Robin Bygrave
|
98fc739600
|
#404 - ENH: ExpressionList missing setUseQueryCache() method - need to add it.
|
2015-09-08 23:55:53 +12:00 |
|
Robin Bygrave
|
fc3ab10984
|
No effective change - javadoc on Ebean
|
2015-09-08 16:20:56 +12:00 |
|
Robin Bygrave
|
5b8ce8eaa0
|
WIP AutoTune refactor
|
2015-09-04 08:48:25 +12:00 |
|
Robin Bygrave
|
97cf8b30f6
|
Extend test for #322 - using inheritance discriminator with RawSql - extra test with columnMappingIgnore()
|
2015-09-03 16:29:45 +12:00 |
|
Robin Bygrave
|
7e66e0db1f
|
Extend test for #322 - using inheritance discriminator with RawSql
|
2015-09-03 15:57:38 +12:00 |
|
Robin Bygrave
|
572bb41b73
|
Code Cleanup - move diff flatten into DiffHelp class from DiffHelpUpdate #406
|
2015-09-03 14:31:36 +12:00 |
|
Robin Bygrave
|
088fcfb296
|
#406 - Remove diff "non flat mode" ... so diff going forward only supports flat mode
|
2015-09-03 14:29:03 +12:00 |
|
Robin Bygrave
|
54172aec6c
|
#405 - ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access
|
2015-09-03 13:54:52 +12:00 |
|
Robin Bygrave
|
5c1de0a886
|
WIP Autotune refactor
|
2015-09-02 09:28:17 +12:00 |
|
Robin Bygrave
|
c292da736b
|
#403 - Long property names result in invalid DDL
|
2015-09-01 08:00:46 +12:00 |
|
Robin Bygrave
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
f4ed813c08
|
No effective change - code format only
|
2015-08-31 16:16:10 +12:00 |
|
Robin Bygrave
|
a358fba31d
|
Bump agent and maven enhancer versions to 4.7.1
|
2015-08-31 15:37:32 +12:00 |
|
Robin Bygrave
|
76783d525a
|
No effective change - improve error message
|
2015-08-31 15:36:56 +12:00 |
|
Robin Bygrave
|
3f0f5c7fde
|
#401 - Fix for - Caused by: java.lang.NullPointerException at com.avaje.ebeaninternal.server.changelog.DefaultChangeLogListener.configure(DefaultChangeLogListener.java:62)
|
2015-08-30 23:38:05 +12:00 |
|
Robin Bygrave
|
6df1058aab
|
[maven-release-plugin] prepare for next development iteration
|
2015-08-29 01:03:00 +12:00 |
|
Robin Bygrave
|
335c5fb69b
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.5.1
avaje-ebeanorm-6.5.1
|
2015-08-29 01:02:37 +12:00 |
|
Robin Bygrave
|
94ed568812
|
Bump pom to 6.5.1-SNAPSHOT
|
2015-08-29 01:01:17 +12:00 |
|
Robin Bygrave
|
1c23720605
|
#398 - ENH: Support delete using a Query instance
|
2015-08-29 00:58:47 +12:00 |
|
Robin Bygrave
|
ccba5d08ef
|
#368 - ENH: Enhance @Index to support multiple columns, unique flag and hence also be able to put on the class (annotation target TYPE)
|
2015-08-28 21:56:38 +12:00 |
|
Robin Bygrave
|
641ada001e
|
Fix test for CustomerFinder
|
2015-08-28 20:43:05 +12:00 |
|
Robin Bygrave
|
fca80ac649
|
#399 - ENH: Add new Finder ... to effectively replace Model.Finder
|
2015-08-28 20:32:40 +12:00 |
|
Robin Bygrave
|
379cc39e38
|
Initial add of Finder
|
2015-08-28 07:52:46 +12:00 |
|
Robin Bygrave
|
386d3a37f1
|
No effective change - format only
|
2015-08-27 09:37:22 +12:00 |
|
Robin Bygrave
|
37612c6f83
|
[maven-release-plugin] prepare for next development iteration
|
2015-08-26 10:48:57 +12:00 |
|
Robin Bygrave
|
7984553d96
|
[maven-release-plugin] prepare release avaje-ebeanorm-6.4.1
avaje-ebeanorm-6.4.1
|
2015-08-26 10:48:35 +12:00 |
|