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
|
2b602f6e51
|
#570 - ENH: Add ability to configure eBean to use true "ilike" expression
|
2016-05-06 14:26:08 +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
|
57417610a6
|
#663 - Change Postgres default Timestamp type to be "Timestamp with time zone"
|
2016-04-26 17:06:01 +12:00 |
|
Robin Bygrave
|
4cec878242
|
#662 - Postgres Timestamp with time zone testing
|
2016-04-26 16:41:11 +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
|
a7b239a1b7
|
ENH: Add DB Migration runner (as alternative to running via FlywayDB etc) #636
|
2016-04-06 14:31:20 +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
|
83d0d6320c
|
No effective change - remove from test properties on H2 DB_CLOSE_DELAY=-1
|
2016-03-24 14:21:45 +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
|
049bf76cc4
|
#594 - ElasticSearch - Add support for TextSimple, TextQueryString and TextCommon full text search expressions
|
2016-03-11 14:52:27 +13:00 |
|
Robin Bygrave
|
290ca6ba90
|
#586 - Refactor the UUID ScalarTypes (Native, Varchar and Binary) to have a common base
|
2016-03-03 22:10:28 +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
|
f055a0d0cb
|
#420 - Review JodaLocalTime (being stored and fetched using UTC)
|
2016-02-17 21:34:52 +13:00 |
|
Robin Bygrave
|
f8804f8d18
|
#564 - DDL DB Migration - migration generation on history table, pending drop columns missing in the history view and tigger
|
2016-02-12 21:28:19 +13:00 |
|
Robin Bygrave
|
ca824c5e0d
|
Refactor / fix .gitignore of test resources
|
2016-02-11 22:33:25 +13:00 |
|
Robin Bygrave
|
062f7a281f
|
#559 - DDL - DB Migration refactor - remove rollback.ddl generation (ultimately not used by FlywayDb etc)
|
2016-02-11 22:17:35 +13:00 |
|
Robin Bygrave
|
6b490ed8b1
|
#557 - DDL - DB Migration refactor - remove drop.ddl and use pendingDrops.
|
2016-02-11 20:26:53 +13:00 |
|
Robin Bygrave
|
afa4bc06d9
|
Testing CI - .travis - try setup_database
|
2016-01-28 10:44:14 +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
|
c28cff2f40
|
Modify .travis.yml for h2 and postgres runs using EBEAN_DB environment variable
|
2016-01-27 21:37:57 +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
|
d33afd85de
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed
|
2016-01-19 10:01:04 +13:00 |
|
Robin Bygrave
|
77bcb4aef9
|
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing
|
2016-01-19 09:57:49 +13:00 |
|
Robin Bygrave
|
e2666f0c4c
|
No effective change - turn off autotune profiling/tuning flags for test running
|
2016-01-13 12:38:04 +13:00 |
|
Robin Bygrave
|
eb2f7cd852
|
#525 - Automatic autotune data
|
2016-01-13 00:08:00 +13:00 |
|
Robin Bygrave
|
1ec132b7dd
|
#508 - Upgrading to 6.13.5 causes "No suitable driver found for jdbc:mysql" error
|
2016-01-08 00:18:20 +13:00 |
|
Robin Bygrave
|
a3798c6ca3
|
#506 - Changes to DB Migration, support run on startup and external version numbering - suffix/subdirectory refactor
|
2016-01-05 21:25:07 +13:00 |
|
Robin Bygrave
|
f11ee20b73
|
#365 - ENH: Add @DbComment with DDL generation of table and column comments
|
2015-12-09 16:56:29 +13:00 |
|
Robin Bygrave
|
3665c5bfaf
|
No effective change - adjust test connection properties for sql server
|
2015-12-09 16:53:26 +13:00 |
|
Robin Bygrave
|
a8232d2d8b
|
#441 - ENH: Add support for test-ebean.properties ... for mechanism to configure ebean to run tests
|
2015-10-27 00:17:47 +13:00 |
|
Robin Bygrave
|
606e1e6d3a
|
#414 - Enh info: @History support for H2
|
2015-09-18 17:16:46 +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
|
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
|
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
|
71dd0e5728
|
AutoTune update - rename and profiling against original query
|
2015-09-10 00:17:49 +12:00 |
|
Robin Bygrave
|
5b8ce8eaa0
|
WIP AutoTune refactor
|
2015-09-04 08:48:25 +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 |
|