More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #341 was successful Changes by Mike Seaton

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
6 minutes
Labels
None
Revision
55da709a27f2485a695bb38c46fbf5dd0a3a9514 55da709a27f2485a695bb38c46fbf5dd0a3a9514
Total tests
583
Successful since
#328 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
Mike Seaton Mike Seaton 55da709a27f2485a695bb38c46fbf5dd0a3a9514 55da709a27f2485a695bb38c46fbf5dd0a3a9514 Merge branch 'idset_lock'
Mike Seaton Mike Seaton f2b202b1c5a5ceb05257f5e94f636df3a0888acf f2b202b1c5a5ceb05257f5e94f636df3a0888acf Add first pass at logging of Definition evaluations and a small number of expensive operations, such as HQL and SQL statement execution.
Mike Seaton Mike Seaton 150889ab9d4d7136c362a4021c9048428ab6fd27 150889ab9d4d7136c362a4021c9048428ab6fd27 Re-applying djazayeri's changes that add in explicit transaction management to insert and remove idsets in new transactions, to avoid database locking issues with long-running transactions.  Also add in code to the module activator that ensures the idset table is cleared upon module shutdown/startup
Mike Seaton Mike Seaton c119389af51c26f03aa61995d37d148e8197aec5 c119389af51c26f03aa61995d37d148e8197aec5 Adding some code that adds an evaluation id to the evaluation context, and ensures that joining against idsets in the database is done within a particular context.
Mike Seaton Mike Seaton 8afc9aeeda62920686c3b9397fc42c75a98bf6bb 8afc9aeeda62920686c3b9397fc42c75a98bf6bb Adding composite primary key, and index on idset_key to the reportingidset table