Rob Bygrave
|
9aee7c892d
|
Test only - copy/add multi-tenant partition tests
|
2018-02-23 10:14:27 +13:00 |
|
Rob Bygrave
|
cebe375856
|
No effective change - initial docker testing setup for oracle and sqlserver
|
2018-02-09 21:31:40 +13:00 |
|
Rob Bygrave
|
2b94487573
|
#1202 - Automatically remove old query plans from Ebean's internal query plan cache
|
2017-11-06 22:59:42 +13:00 |
|
rob bygrave
|
10faa1fae6
|
#1147 - Refactor move DbMigration internals into io.ebeaninternal - change to use DbMigration.create() - initial move
|
2017-10-04 19:36:27 +13:00 |
|
rob bygrave
|
368d22baa6
|
#1145 - Refactor @ChangeLog based on JSON documents for 'new values' and 'old values'
|
2017-10-03 01:31:37 +13:00 |
|
rob bygrave
|
95aed6af54
|
#1060 - findSingleAttributeList doesn't store result in L2 query cache
|
2017-07-06 21:35:20 +12:00 |
|
rob bygrave
|
15be31fd5f
|
#1051 - Remove ServerConfig h2ProductionMode ... means for testing with h2 explicitly set ddlGenerate and ddlRun
|
2017-07-02 11:42:56 +12:00 |
|
rob bygrave
|
74dd97a55f
|
No effective change
|
2017-06-23 23:18:57 +12:00 |
|
Rob Bygrave
|
0eef69a277
|
#920 - Change logger package to io.ebean (e.g. for logging SQL instead of org.avaje.ebean.SQL use io.ebean.SQL)
|
2016-12-11 23:42:38 +13:00 |
|
Rob Bygrave
|
971e2dc91b
|
#919 - io.ebean package initial
|
2016-12-11 23:23:22 +13:00 |
|
Rob Bygrave
|
f66ea12fbf
|
#912 - Refactor - move platform specfic code into subpackages
|
2016-12-03 15:39:24 +13:00 |
|
Rob Bygrave
|
4159af9002
|
No effective change - logback-test.xml
|
2016-11-17 23:00:14 +13:00 |
|
Rob Bygrave
|
632cf10096
|
#878 - @AttributeOverride (not wrapped in @AttributeOverrides) is not applied
|
2016-11-15 22:48:36 +13:00 |
|
Rob Bygrave
|
b41238ddbb
|
No effective change - modify TestHistoryInsert for more wait time and logging (PG test failing sometimes in CI)
|
2016-11-08 00:25:13 +13:00 |
|
Rob Bygrave
|
6c4c33f1f3
|
No effective change - reduce logging in test (for CI)
|
2016-11-08 00:03:15 +13:00 |
|
Rob Bygrave
|
d05b593432
|
#862 - ENH: Change ServerConfig such that if H2 is the DataSource/DatabasePlatform then automatically it sets up for testing (ddl generation)
|
2016-11-07 19:50:05 +13:00 |
|
Rob Bygrave
|
2a6d38eef2
|
#852 - javax.persistence.PersistenceException: No ScalarType registered for class Foo$1 ... where Foo is an Enum where individual instances override a method (example below).
|
2016-11-06 20:33:56 +13:00 |
|
Robin Bygrave
|
157dfcfeb6
|
#815 - ENH: When loading ebean-autotune.xml also look in resources (if not found as file)
|
2016-08-24 22:19:46 +12:00 |
|
Robin Bygrave
|
a954f8e9e1
|
EQL - initial
|
2016-06-01 17:27:35 +12:00 |
|
Robin Bygrave
|
b8d9273152
|
No effective change - reduce logging in logback-test.xml
|
2016-05-18 17:29:39 +12:00 |
|
Robin Bygrave
|
026f0e161f
|
#711 - Refactor: Extract DB Migration runner as separate module (called avaje-dbmigration)
|
2016-05-18 17:27:54 +12:00 |
|
Robin Bygrave
|
2282ff3c6e
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:57:20 +12:00 |
|
Robin Bygrave
|
d1d4bf1da8
|
#704 - Internal refactor to use excludeBeanCache in DefaultOrmQuery
|
2016-05-13 15:56:45 +12:00 |
|
Robin Bygrave
|
2c95d9dc9a
|
#693 - ENH: Add support for mapping @DbJson to list of scalar types like List<String>
|
2016-05-05 16:36:16 +12:00 |
|
Robin Bygrave
|
23731072b7
|
Updates for example running db migration
|
2016-05-04 12:14:05 +12:00 |
|
Robin Bygrave
|
5bcfce9cd4
|
#684 - Refactor - rename @CacheStrategy to @Cache ... require explicit enableQueryCache=true for query cache use
|
2016-04-29 21:52:50 +12:00 |
|
Robin Bygrave
|
81531b6cda
|
#671 - ENH: Add support for @View and extra-ddl.xml to nicely support entity beans based on views
|
2016-04-28 20:19:05 +12:00 |
|
Robin Bygrave
|
24037eeb73
|
No effective change - reduce test logging
|
2016-04-12 23:20:54 +12:00 |
|
Robin Bygrave
|
2c6f637dab
|
#646 - REFACTOR: L2 cache towards remote data grid caches (like Ignite etc)
|
2016-04-12 23:20:16 +12:00 |
|
Robin Bygrave
|
e5179432a0
|
#634 - Refactor internal class path scanning to use avaje-classpath-scanner-api / avaje-classpath-scanner
|
2016-04-01 16:43:59 +13:00 |
|
Robin Bygrave
|
636acc61e5
|
#594 ElasticSearch - Add match / TextExpression support - move expressions onto ExpressionList (remove TextExpressionList)
|
2016-03-18 12:51:39 +13:00 |
|
Robin Bygrave
|
a4f0e3936a
|
#585 - Refactor of ScalarType jsonWrite() method such that it only takes JsonGenerator - part 2, use JsonGenerator
|
2016-03-03 20:27:13 +13:00 |
|
Robin Bygrave
|
fc96685ed0
|
#585 - Refactor of ScalarType jsonWrite() method such that it only takes JsonGenerator - part 1, remove field name
|
2016-03-03 19:51:07 +13:00 |
|
Robin Bygrave
|
bfcbd335c8
|
Reduce logging via logback-test.xml for CI etc
|
2016-03-01 16:14:31 +13:00 |
|
Robin Bygrave
|
8d3b4a0407
|
#304 - ElasticSearch integration part 1 / doc store integration
|
2016-03-01 15:36:44 +13:00 |
|
Robin Bygrave
|
4ad0e06aab
|
Testing CI - TestEncrypt change to only run against H2 for now
|
2016-01-27 22:53:06 +13:00 |
|
Robin Bygrave
|
86de7e845e
|
Testing CI - add sql logging for TestEncrypt run on CI server
|
2016-01-27 22:39:03 +13:00 |
|
Robin Bygrave
|
5a463c5071
|
#543 - Tidy up test logging - adjust test LoggedSqlCollector - remove trace level logging when running tests
|
2016-01-27 18:25:54 +13:00 |
|
Robin Bygrave
|
eb2f7cd852
|
#525 - Automatic autotune data
|
2016-01-13 00:08:00 +13:00 |
|
Robin Bygrave
|
606e1e6d3a
|
#414 - Enh info: @History support for H2
|
2015-09-18 17:16:46 +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
|
262d52ed44
|
Merge AutoTune refactor with master
|
2015-09-10 10:27:24 +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
|
987fe38618
|
WIP AutoTune refactor
|
2015-09-01 07:55:25 +12:00 |
|
Robin Bygrave
|
b01df515bd
|
#390 - ChangeLog - Refactor DefaultChangeLogListener (simplify to use standard logger)
|
2015-08-25 13:05:58 +12:00 |
|
Robin Bygrave
|
e332aace16
|
No effective change - format test logback-test.xml
|
2015-08-25 11:54:11 +12:00 |
|
Robin Bygrave
|
fe8a32ea18
|
#390 - ENH: Add Change log mechanism for easy fine grained logging of insert, update, delete activity.
This adds default implementations for register,filter, prepare and log of the change sets.
|
2015-08-22 12:10:30 +12:00 |
|
Robin Bygrave
|
851f40e7b0
|
DbMigration update - constraints up front
|
2015-08-11 08:25:29 +12:00 |
|
Robin Bygrave
|
845faf74ff
|
WIP: Db migration alterColumn ...
|
2015-08-10 14:26:47 +12:00 |
|
rbygrave
|
56fd6b90be
|
Rename db columns that clash with sql server keywords etc
|
2014-12-17 00:49:23 +13:00 |
|