0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added logging for TwoWaySyncer. More... over 17 years ago
TwoWayReplicator options can now be specified table specific More... over 17 years ago
Compatibility with JRuby version 1.1.5 More... over 17 years ago
Compatibility to Rails version 2.2.2 More... over 17 years ago
changed column names of event log table More... over 17 years ago
TwoWayReplicator can log replication events More... over 17 years ago
Added logging of replication failures. More... over 17 years ago
TwoWaySyncer now handles cases where for a difference that it is replicating, records where added or removed (after that difference was already loaded). More... over 17 years ago
ReplicationRun now only tries to replicate changes that do not cancel each other out. More... over 17 years ago
Fixed bug in replication_run_spec (the #run specs check in the wrong database for the replicated records). More... over 17 years ago
Fixed bug in ReplicationDifference::DIFF_TYPES table. More... over 17 years ago
Added missing spec for ReplicationDifference#amend More... over 17 years ago
ReplicationDifference instances can be amended. More... over 17 years ago
LoggedChange records can be amended with new change_log entries. More... over 17 years ago
TwoWaySyncer and ReplicationRun functionality completed. More... over 17 years ago
Added spec to verify that created replication triggers deal correctly with primary keys holding multi-byte text values. More... over 17 years ago
Added functionality to identify record differences based on the records in the change log tables. More... over 17 years ago
change_log table now uses change_new_key instead of change_old_key column More... over 17 years ago
Removed unused sync_options parameter from committer constructors More... over 17 years ago
Doc fix. More... over 17 years ago
Committers take the target table on a statement by statement basis. More... over 17 years ago
Small spec fix (removed invalid option). More... over 17 years ago
Renamed :conflict_handling option to :sync_conflict_handling More... over 17 years ago
Doc fix. More... over 17 years ago
Consolidated functionality to determine correct syncer as per :syncer / :replicator option into the Syncers module. Configuration#DEFAULT_OPTIONS now specifies :replicator instead of :syncer option. More... over 17 years ago
Also the update_record functions of the committers now support primary key changes. More... over 17 years ago
Fixed incorrect spec description. More... over 17 years ago
ProxyConnection#update_record can now handle key changes. More... over 17 years ago
Small code rearrangement to fix rcov report. More... over 17 years ago
Functionality to prepare table for replication and execute the initial sync completed. More... over 17 years ago