Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

  1. … 9 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

  1. … 404 more files in changeset.
Added transactions to Ticket. Implemented Parent/Child node relationships. Implemented saving of a packaged node.

Finished addFileItem, updateFileItem in SimpleTicket, added new_version_id column to node.

Started implementation of SimpleTicket, removed root node concept as it was giving problems for no positive help.

    • -5
    • +0
    ./middlegen/learningdesign-prefs.properties
  1. … 2 more files in changeset.
Fixed cascading issue - wasn't saving version and property collections

Tweaked collections used for relationships, started move to put extra code in hibernate objects

Writes out basic node details to db - but does it the hard way as it isn't cascading updates.

    • -3
    • +29
    ./middlegen/learningdesign-prefs.properties
  1. … 4 more files in changeset.
Code to create workspace, create/update credentials working - with transactions. Basically works but the transaction handling hasn't been break tested, and the DAO access doesn't make good use of Spring framework

    • -7
    • +19
    ./middlegen/learningdesign-prefs.properties
  1. … 5 more files in changeset.
Checking in work done before Christmas in case of PC crash

    • -8
    • +79
    ./middlegen/learningdesign-prefs.properties
  1. … 9 more files in changeset.
Got middlegen working - generates the hibernate classes

    • -0
    • +140
    ./middlegen/learningdesign-prefs.properties
  1. … 4 more files in changeset.