Since migrating from the old subversion repository, I wanted to post a quick log of that repository, which captures what things were worked on after the project went online.
------------------------------------------------------------------------
r124 | gregturn | 2008-08-07 16:55:36 -0500 (Thu, 07 Aug 2008) | 1 line
Working on petclinic and cherrypy 3.1.0
------------------------------------------------------------------------
r123 | gregturn | 2008-08-07 16:53:58 -0500 (Thu, 07 Aug 2008) | 1 line
Working with Sylvain, capture alternate version of petclinic for 3.1.0.
------------------------------------------------------------------------
r122 | gregturn | 2008-08-06 21:05:48 -0500 (Wed, 06 Aug 2008) | 1 line
This is an in-progress change to PetClinic, using CherryPy 3.1
------------------------------------------------------------------------
r121 | gregturn | 2008-08-06 20:33:37 -0500 (Wed, 06 Aug 2008) | 1 line
Found bug in logger message. Fixed.
------------------------------------------------------------------------
r120 | gregturn | 2008-08-06 19:36:00 -0500 (Wed, 06 Aug 2008) | 1 line
Had to comment out one Pyro-based test. There is some issue with running multiple Pyro tests. Each test works fine when the other is disabled.
------------------------------------------------------------------------
r119 | gregturn | 2008-07-24 12:56:58 -0500 (Thu, 24 Jul 2008) | 1 line
Accidentally deactivate some test cases.
------------------------------------------------------------------------
r118 | gregturn | 2008-07-24 12:41:27 -0500 (Thu, 24 Jul 2008) | 1 line
Added IoC test case for ticket #20
------------------------------------------------------------------------
r117 | gregturn | 2008-07-24 11:23:10 -0500 (Thu, 24 Jul 2008) | 1 line
Created first cut for Hessian (ticket #20) by creating python client-java server.
------------------------------------------------------------------------
r116 | gregturn | 2008-05-30 09:07:03 -0500 (Fri, 30 May 2008) | 1 line
Fixed website in distribution scripts.
------------------------------------------------------------------------
r115 | gregturn | 2008-05-30 08:54:53 -0500 (Fri, 30 May 2008) | 1 line
Tweaked info in make_release script.
------------------------------------------------------------------------
r114 | gregturn | 2008-05-30 08:25:42 -0500 (Fri, 30 May 2008) | 1 line
Cleaned up the version numbers in the setup scripts, so this release will be version 0.5.0
------------------------------------------------------------------------
r113 | gregturn | 2008-05-29 14:52:17 -0500 (Thu, 29 May 2008) | 1 line
Changed license of Spring Python library to Apache License 2.0, to complete ticket #47. See https://scifi.homelinux.net/mediawik...che_License%3F for more details.
------------------------------------------------------------------------
r112 | gregturn | 2008-05-01 07:59:06 -0500 (Thu, 01 May 2008) | 1 line
Removed some logging statements.
------------------------------------------------------------------------
r111 | gregturn | 2008-05-01 07:56:51 -0500 (Thu, 01 May 2008) | 1 line
Fixed issue between PyroProxyFactory and DecoratorBasedApplicationContext found in PetClinic. Got client/server working with decorator solution.
------------------------------------------------------------------------
r110 | gregturn | 2008-05-01 07:34:34 -0500 (Thu, 01 May 2008) | 1 line
Swapped default petclinic-client.py as DecoratorBasedApplicationContext solution, with xml as alternative.
------------------------------------------------------------------------
r109 | gregturn | 2008-05-01 07:32:22 -0500 (Thu, 01 May 2008) | 1 line
Swapped it to default petclinic.py is the DecoratorBasedApplicationContext solution, and petclinic-xml.py is the alternative.
------------------------------------------------------------------------
r108 | gregturn | 2008-05-01 07:27:23 -0500 (Thu, 01 May 2008) | 1 line
Made small changes so PetClinic works with Spring Python updates. Also updated online documentation with new weblinks.
------------------------------------------------------------------------
r107 | gregturn | 2008-04-24 09:31:25 -0500 (Thu, 24 Apr 2008) | 1 line
Implemented propagation support in DatabaseTransactions in support of ticket #44. Support currently exists for PROPAGATION_REQUIRES, PROPAGATION_SUPPORS, PROPAGATION_MANDATORY, and PROPAGATION_NEVER. Implemented this in @Transactional.
------------------------------------------------------------------------
r106 | gregturn | 2008-04-24 07:24:11 -0500 (Thu, 24 Apr 2008) | 1 line
Removed a debug statement from DatabaseTemplate.
------------------------------------------------------------------------
r105 | gregturn | 2008-04-24 07:23:32 -0500 (Thu, 24 Apr 2008) | 1 line
All tests passed. Have more of TransactionDefinition plugged in, however, it still isn't really used. May have to use non-DB-2.0 modules to plug this in. Need to add TransactionDefinition into @Transactional.
------------------------------------------------------------------------
r104 | gregturn | 2008-04-24 07:23:24 -0500 (Thu, 24 Apr 2008) | 1 line
All tests passed. Have more of TransactionDefinition plugged in, however, it still isn't really used. May have to use non-DB-2.0 modules to plug this in. Need to add TransactionDefinition into @Transactional.
------------------------------------------------------------------------
r103 | gregturn | 2008-04-23 22:03:39 -0500 (Wed, 23 Apr 2008) | 1 line
Another partial commit
------------------------------------------------------------------------
r102 | gregturn | 2008-04-22 18:41:03 -0500 (Tue, 22 Apr 2008) | 1 line
Working on transaction attributes. Committed, so I could continue this from another location.
------------------------------------------------------------------------
r101 | gregturn | 2008-04-22 18:12:13 -0500 (Tue, 22 Apr 2008) | 1 line
Fixed a small typo in the test cases.
------------------------------------------------------------------------
r100 | gregturn | 2008-04-21 11:03:06 -0500 (Mon, 21 Apr 2008) | 1 line
Some more cleanup.
------------------------------------------------------------------------
r99 | gregturn | 2008-04-21 11:00:54 -0500 (Mon, 21 Apr 2008) | 1 line
Cleaned up DatabaseTemplate and DatabaseTransactions. Got Sqlite concrete tests working.
------------------------------------------------------------------------
r98 | gregturn | 2008-04-21 09:06:50 -0500 (Mon, 21 Apr 2008) | 1 line
Removed the need for having a contextual string. Built a real, post processing component that modifies certain components after being created, in order to link TransactionManager with @Transactional.
------------------------------------------------------------------------
r97 | gregturn | 2008-04-19 22:54:13 -0500 (Sat, 19 Apr 2008) | 1 line
Cleaned up springpython.context.component so all the functions are inside one definition.
------------------------------------------------------------------------
r96 | gregturn | 2008-04-19 22:42:52 -0500 (Sat, 19 Apr 2008) | 1 line
Fixed the pydev (Eclipse plugin) file to flag this as a python2.5 project. Also fixed one support app context file to use db name "springpython" for MySQL, instead of "transactiontest".
------------------------------------------------------------------------
r95 | gregturn | 2008-04-18 15:19:52 -0500 (Fri, 18 Apr 2008) | 1 line
Completed a decorator based solution per ticket #43, including test cases to verify @Transactional, @Transactional(), and @Transactional('contextual string') all work.
------------------------------------------------------------------------
r94 | gregturn | 2008-04-15 08:00:41 -0500 (Tue, 15 Apr 2008) | 1 line
Updated link inside SpringIRC to point at new website.
------------------------------------------------------------------------
r93 | gregturn | 2008-04-15 07:59:11 -0500 (Tue, 15 Apr 2008) | 1 line
Updated link inside PetClinic to point at new website.
------------------------------------------------------------------------
r92 | gregturn | 2008-04-10 13:21:27 -0500 (Thu, 10 Apr 2008) | 1 line
Fixed a misspelled word, and removed unnecessary logging.
------------------------------------------------------------------------
r91 | gregturn | 2008-04-10 13:17:09 -0500 (Thu, 10 Apr 2008) | 1 line
Upgraded test cases to include testing of MySQL and PostGreSQL. Exposed some more bugs and fixed them as well. Verified transactions are working for MySQL and PostGreSQL.
------------------------------------------------------------------------
r90 | gregturn | 2008-04-09 09:21:55 -0500 (Wed, 09 Apr 2008) | 1 line
Added cxoraConnectionFactory to factory.py in support of ticket #45
------------------------------------------------------------------------
r89 | gregturn | 2008-04-08 15:49:58 -0500 (Tue, 08 Apr 2008) | 1 line
Implemented TransactionProxyFactoryComponent in order declaratively wrap a service with transactions for ticket #42
------------------------------------------------------------------------
r88 | gregturn | 2008-04-08 15:49:16 -0500 (Tue, 08 Apr 2008) | 1 line
Implemented TransactionProxyFactoryComponent in order declaratively wrap a service with transactions for ticket #42
------------------------------------------------------------------------
r87 | gregturn | 2008-04-04 13:37:00 -0500 (Fri, 04 Apr 2008) | 1 line
Implemented transaction template for basic transactions.
------------------------------------------------------------------------
r86 | gregturn | 2008-01-07 23:57:13 -0600 (Mon, 07 Jan 2008) | 1 line
Making 0.3.2 release.
------------------------------------------------------------------------
r85 | gregturn | 2008-01-07 23:39:33 -0600 (Mon, 07 Jan 2008) | 1 line
------------------------------------------------------------------------


Reply With Quote