Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

134 by rklahn on 19 December 2007, 08:11:05 -0600 (4 months 21 days ago) ...

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 134 history download (+5 -9) diffs

133 by rklahn on 19 December 2007, 07:10:17 -0600 (4 months 21 days ago) Reduce range of potential snapshot selection

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 133 history download (+1 -2) diffs

132 by rklahn on 16 December 2007, 04:20:39 -0600 (4 months 24 days ago) fixing problems finding next snapshot on busy systems

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 132 history download (+7 -1) diffs

131 by rklahn on 16 December 2007, 03:07:20 -0600 (4 months 24 days ago) Latest release r130 changes

releases/bruce-1.0.tgz 131 history download

130 by rklahn on 15 December 2007, 20:43:56 -0600 (4 months 24 days ago) New and improved next snapshot query.

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 130 history download (+7 -1) diffs

129 by rklahn on 14 December 2007, 19:22:11 -0600 (4 months 25 days ago) Fixes from fixes from coder code review. BAD CODER NO DONUT.

This time, I actualy compiled, unit and regression tested, the change. :(

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 129 history download (+24 -22) diffs

128 by rklahn on 14 December 2007, 18:39:44 -0600 (4 months 25 days ago) Fixes from coder code review

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 128 history download (+1 -3) diffs

127 by rklahn on 14 December 2007, 18:32:20 -0600 (4 months 25 days ago) Variable processing of snapshots

branches/1.0/javasrc/com/netblue/bruce/SlaveRunner.java 127 history download (+34 -44) diffs

126 by rklahn on 13 December 2007, 02:10:23 -0600 (4 months 27 days ago) Fixes [BRUCE-24] and [BRUCE-25]

releases/bruce-1.0.tgz 126 history download

125 by rklahn on 13 December 2007, 01:14:48 -0600 (4 months 27 days ago) Fixes [BRUCE-25] and [BRUCE-24]

branches/1.0/csrc/bruce.c 125 history download (+30 -5) diffs

branches/1.0/schema/replication-ddl.sql 125 history download (+1 -1) diffs

124 by rklahn on 30 November 2007, 12:11:48 -0600 (5 months 8 days ago) Chnages in support of failover

trunk/csrc/bruce.c 124 history download (+9 -14) diffs

trunk/javasrc/com/netblue/bruce/LogSwitchHelper.java 124 history download (+1 -1) diffs

trunk/javasrc/com/netblue/bruce/SlaveRunner.java 124 history download (+25 -59) diffs

trunk/javasrc/com/netblue/bruce/Snapshot.java 124 history download (+12 -28) diffs

trunk/javasrc/com/netblue/bruce/admin/NodeBuilder.java 124 history download (+10 -7) diffs

… 5 more files in changeset.
123 by rklahn on 21 November 2007, 14:08:31 -0600 (5 months 17 days ago) Test changes to reflect new functionality

trunk/test/src/com/netblue/bruce/SlaveRunnerTest.java 123 history download (+1 -22) diffs

122 by rklahn on 21 November 2007, 13:56:04 -0600 (5 months 17 days ago) source cleanup (remove around 300 lines of commented code)

trunk/javasrc/com/netblue/bruce/SlaveRunner.java 122 history download (+0 -285) diffs

121 by rklahn on 21 November 2007, 13:54:50 -0600 (5 months 17 days ago) transaction/snapshot log entries now distributed to slaves

trunk/javasrc/com/netblue/bruce/PgJDBCBench.java 121 history download (+0 -9) diffs

trunk/javasrc/com/netblue/bruce/SlaveFactory.java 121 history download (+15 -8) diffs

trunk/javasrc/com/netblue/bruce/SlaveRunner.java 121 history download (+545 -431) diffs

120 by rklahn on 20 November 2007, 12:04:57 -0600 (5 months 18 days ago) Transaction/snapshot logs on slaves. Logs are switched. Not quite populated yet.

trunk/javasrc/com/netblue/bruce/Main.java 120 history download (+3 -3) diffs

trunk/javasrc/com/netblue/bruce/SlaveRunner.java 120 history download (+6 -0) diffs

trunk/javasrc/com/netblue/bruce/admin/NodeBuilder.java 120 history download (+83 -100) diffs

119 by rklahn on 16 November 2007, 17:36:47 -0600 (5 months 22 days ago) LogSwitchThread becomes LogSwitchHelper. No longer runs in its own thread. Rather, provides methods that will switch logs from within any thread. Soon, all slaves will have transaction/snapshot logs i…

trunk/javasrc/com/netblue/bruce/LogSwitchHelper.java 119 history download (+231) new/moved

trunk/javasrc/com/netblue/bruce/LogSwitchThread.java 119 history deleted

trunk/javasrc/com/netblue/bruce/Main.java 119 history download (+11 -21) diffs

trunk/javasrc/com/netblue/bruce/ReplicationDaemon.java 119 history download (+6 -12) diffs

trunk/javasrc/com/netblue/bruce/admin/NodeBuilder.java 119 history download (+1 -1) diffs

… 2 more files in changeset.
118 by rklahn on 15 November 2007, 19:48:33 -0600 (5 months 23 days ago) Now that all the tests have checked out, remove the original copy

trunk/test.orig 118 history deleted

trunk/test.orig/data 118 history deleted

trunk/test.orig/data/admin-test-delete.xml 118 history deleted

trunk/test.orig/data/admin-test-update.xml 118 history deleted

trunk/test.orig/data/bruce_master.dump.sql 118 history deleted

… 49 more files in changeset.
117 by rklahn on 15 November 2007, 19:38:09 -0600 (5 months 23 days ago) More tests AOK

trunk/test/src/com/netblue/bruce/cluster/persistence/ClusterTest.java 117 history download (+170) new/copied

trunk/test/src/com/netblue/bruce/cluster/persistence/PersistentClusterFactoryTest.java 117 history download (+118) new/copied

116 by rklahn on 15 November 2007, 13:55:58 -0600 (5 months 23 days ago) More checked tests

trunk/test/data/includetable-regexp-1256.xml 116 history deleted

trunk/test/data/includetable-regexp-1269.xml 116 history download (+18) new/moved

trunk/test/data/includetable-regexp-255.xml 116 history deleted

trunk/test/data/includetable-regexp-256.xml 116 history deleted

trunk/test/data/includetable-regexp-258.xml 116 history download (+18) new/moved

… 8 more files in changeset.
115 by rklahn on 14 November 2007, 18:40:21 -0600 (5 months 24 days ago) missing admin tool XML file

trunk/test/data/slave-runner-test.xml 115 history download (+45) new/copied

113 by rklahn on 14 November 2007, 16:09:18 -0600 (5 months 24 days ago) More test clases now OK. Touched admin code to close JDBC connection leakage.

trunk/build.xml 113 history download (+3 -83) diffs

trunk/javasrc/com/netblue/bruce/ReplicationDaemon.java 113 history download (+0 -1) diffs

trunk/javasrc/com/netblue/bruce/admin/ConfigurationDatabaseBuilder.java 113 history download (+1 -0) diffs

trunk/javasrc/com/netblue/bruce/admin/DatabaseBuilder.java 113 history download (+1 -1) diffs

trunk/javasrc/com/netblue/bruce/admin/Main.java 113 history download (+29 -22) diffs

… 41 more files in changeset.
112 by rklahn on 08 November 2007, 20:08:14 -0600 (6 months ago) First test class checked AOK. Some files in test/data are auto-generated, checking in their source now (so that their artifacts arent later, we hope).

trunk/build.xml 112 history download (+2 -29) diffs

trunk/javasrc/hibernate.cfg 112 history download (+28) new/moved

trunk/javasrc/hibernate.cfg.xml.template 112 history deleted

trunk/test 112 history download (+0) new

trunk/test/data 112 history download (+0) new

… 11 more files in changeset.
111 by rklahn on 08 November 2007, 19:44:51 -0600 (6 months ago) Making a pass thru the tests, closely validating them for the recent replication failover schema changes

trunk/test.orig 111 history download (+0) new/copied

trunk/test.orig/data 111 history download (+0) new/copied

trunk/test.orig/data/admin-test-delete.xml 111 history download (+17) new/copied

trunk/test.orig/data/admin-test-update.xml 111 history download (+13) new/copied

trunk/test.orig/data/bruce_master.dump.sql 111 history download (+410) new/copied

… 49 more files in changeset.
110 by rklahn on 08 November 2007, 19:44:28 -0600 (6 months ago) Making a pass thru the tests, closely validating them for the recent replication failover schema changes

trunk/test 110 history deleted

trunk/test/data 110 history deleted

trunk/test/data/admin-test-delete.xml 110 history deleted

trunk/test/data/admin-test-update.xml 110 history deleted

trunk/test/data/bruce_master.dump.sql 110 history deleted

… 49 more files in changeset.
109 by rklahn on 08 November 2007, 19:40:47 -0600 (6 months ago) log4j.configuration is a URI, not a filepath

trunk/bin/admin.sh 109 history download (+1 -1) diffs

108 by rklahn on 08 November 2007, 19:40:13 -0600 (6 months ago) changes for replication failover

trunk/csrc/bruce.c 108 history download (+30 -8) diffs

107 by rklahn on 08 November 2007, 19:39:35 -0600 (6 months ago) return of test-one-class target. log4j.configuration is a URI not a filename

trunk/build.xml 107 history download (+38 -1) diffs

earlier earlier | later later
Open Source License registered to the Codehaus Project. This license of FishEye is provided to support the development of Codehaus only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2008-05-10 12:44 -0500