Skip to content

Tags: gtanzillo/rubyrep

Tags

v1.2.0-5

Toggle v1.2.0-5's commit message
Merge pull request ManageIQ#3 from brandondunne/use_transaction

Leverage ActiveRecord's transaction block to manage savepoints

v1.2.0-4

Toggle v1.2.0-4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request ManageIQ#1 from jeckersb/rubyrep_1_2_0-updated-Man…

…ifest.txt

Update Manifest.txt

v1.1.2

Toggle v1.1.2's commit message
== 1.1.2 2009-05-10

* Bug fix: escape primary keys in replication triggers

v1.1.1

Toggle v1.1.1's commit message
== 1.1.1 2009-02-02

* Feature: optional use of an SQL logger
* Bug fix: under postgresql, rubyrep triggers now finds the pending_changes table also if not included in current search path

v1.1.0

Toggle v1.1.0's commit message
1.1.0 2009-12-15

* Feature: filtering of sync / replication events with custom specified functionality
* Feature: compatibility with JRuby 1.4.0 and ActiveRecord 2.3.5

v1.0.9

Toggle v1.0.9's commit message
== 1.0.9 2009-10-14

* Bug fix: ReplicationRun#run should load only one change log record to figure out if there are pending changes

v1.0.8

Toggle v1.0.8's commit message
== 1.0.8 2009-10-01

* Feature: replication more robust against connection failures
* Feature: initial syncs before replication can be disabled with :initial_sync option
* Bug fix: better detection of failed update and delete replications
* Bug fix: fix scenario where replication could be logged as successful even when failed
* Bug fix: make proxied replication work under JRuby

v1.0.7

Toggle v1.0.7's commit message
== 1.0.7 2009-07-26

* Bug fix: buffered LoggedChangeLoader#update to avoid timeouts with large replication backlogs.

v1.0.6

Toggle v1.0.6's commit message
== 1.0.6 2009-07-25

* Bug fix: do not assume anymore that replication log events appear in sequential order
* Feature: increased resilience of rubyrep to network timeouts
* Feature: introduced :after_infrastructure_setup handler