• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file LeaderResultsDTO.java was initially added on branch lams2_head_wildfly.

  1. … 1 more file in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
file patch20170221.sql was initially added on branch lams2_head_wildfly.

LDEV-3801 store time limit's launched date in DB

  1. … 6 more files in changeset.
file patch20161205.sql was initially added on branch lams2_head_wildfly.

file FinishScratchingJob.java was initially added on branch lams2_head_wildfly.

LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 44 more files in changeset.
LDEV-3741 Add a time limit to scratchie

  1. … 6 more files in changeset.
file patch20160720.sql was initially added on branch lams2_head_wildfly.

LDEV-3750 Added ability to request all available tool outputs per toolContentId instead of querying them one by one

  1. … 36 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 990 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2106 more files in changeset.
LDEV-3764 including loginId in scratchie .xlsx exports

file LearningWebsocketServer.java was initially added on branch lams2_head_wildfly.

LDEV-3747 Redirect to the next method after submitting burning questions/notebook in order to prevent exception on refreshing the frame

  1. … 1 more file in changeset.
LDEV-3742 Show multiline burning questions properly

  1. … 2 more files in changeset.
LDEV-3742 Show likes count in excel export

LDEV-3742 Added Like feature for Scratchie

  1. … 4 more files in changeset.
LDEV-3650 Include the burning questions in a new tab in the .xls export file

LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

  1. … 48 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3548 Prevent Scratchie tool from storing duplicate scratches done by the same user

LDEV-3545: Remove reference to Leader user from session when removing Learner content.

  1. … 3 more files in changeset.
LDEV-3534 Sort groups alphanumerically (taking into account numbers) in monitoring and export

  1. … 2 more files in changeset.
LDEV-3514: Save Leader in Scratchie even if it exists in unflushed cache as saving session earlier than the user causes exceptions.

LDEV-3514: Get rid of Scratchie's own transaction retry mechanism.

Make Assessment aware that Leader's DB UID may not be set yet when checking.

Try to recreate Hibernate session after it got closed because of an exception.

  1. … 3 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3530: Make the check for existing user a part of user creation transaction, so transaction retries are working on the latest data.

  1. … 2 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor.

PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors.

PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.