1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More Hibernate Mappings More... almost 20 years ago
pull in more hibernate mappings More... almost 20 years ago
renamed confFile; renamed tables More... almost 20 years ago
More (incomplete) Hibernate Mappings More... almost 20 years ago
remove jdbc configuration parameters More... almost 20 years ago
+ No longer pass in a user-created JDBC connection. + Start cleaning up after ourselves (session-wise) in end() More... almost 20 years ago
Move 'G = new Grouper();' out of setUp() More... almost 20 years ago
Third Party .jar files More... almost 20 years ago
+ Better Hibernate integration + Use HSQLDB for ease-of-testing More... almost 20 years ago
additional grouper configuration files More... almost 20 years ago
i need to gut this and start over More... almost 20 years ago
reflect changes in GrouperSession More... almost 20 years ago
+ Add ./conf to CLASSPATH + Actually *use* CLASSPATH when compiling More... almost 20 years ago
+ New config location + Reflect changes in GrouperSession() More... almost 20 years ago
+ Begin switch to Hibernate + Grouper object now passed to start(), not GrouperSession() + Begin to combine some redundant (and ugly) code into _registerSession() More... almost 20 years ago
Sample .cvs file of members. More... almost 20 years ago
Files to ignore. More... almost 20 years ago
Add contrib section and (simple) example loader More... almost 20 years ago
stop inserting test data More... almost 20 years ago
this file sickens me More... almost 20 years ago
+ Change grouper_session:startTime to milliseconds since epoch + Add private _cullSessions() method to perform some garbage collection on the grouper_session table More... almost 20 years ago
+ this.subjectID was either not being set or was being set incorrectly in some cases + Put in a crude hack that is sufficient for now to identify the start time of a session. More... almost 20 years ago
reflect new layout and usage of ant More... almost 20 years ago
change javadoc destination to dist/api More... almost 20 years ago
put it in a package More... almost 20 years ago
start making the switch to ant More... almost 20 years ago
ignore 'build' and 'dist' More... almost 20 years ago
Add another test and rename some old tests. More... about 20 years ago
add TODO about possibly throwing an exception in destroy() More... about 20 years ago
+ Grouper.destroy() no longer attempts to call end() on null GrouperSession objects + The above fix allows me to reenable tearDown() in the test suite. More... about 20 years ago