0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Syncers can now return default options. Default options implemented for OneWaySync. More... over 17 years ago
deep_copy now works with Proc objects / objects referencing Proc objects. More... over 17 years ago
Instead of a deep copy, Session#initializer just keeps a reference of the configuration object. (Deep copy turned out to not be necessary.) More... over 17 years ago
Renamed sims/big_scan to sims/performance, added sync simulation. More... over 17 years ago
Doc fixes. More... over 17 years ago
Completed basic TableSync functionality plus test infrastructure for it. More... over 17 years ago
Changes to ensure that all configuration reading includes test_config.rb More... over 17 years ago
Added SyncHelper#finalize (to be delegated to the committer). More... over 17 years ago
Committer#finalize now receives information on success or failure of the operation. More... over 17 years ago
Dried up big_scan to use TableScanHelper.scan_class. More... over 17 years ago
Moved ScanRunner#table_scan_class to TableScanHelper#scan_class to prepare for its reuse. More... over 17 years ago
Minor performance tweak. More... over 17 years ago
Doc fix. More... over 17 years ago
Manifest update. More... over 17 years ago
Added syncer infrastructure and OneWaySyncer. More... over 17 years ago
Basic sync_helper functionality added. More... over 17 years ago
TableSync uses Configuration#options_for_table to retrieve sync options More... over 17 years ago
Update of README.txt to work with updated newgem / hoe versions More... over 17 years ago
Added spec for switch of proxied_table_scan from proxy_options to options_for_table More... over 17 years ago
Switched proxied_table_scan from proxy_options to options_for_table More... over 17 years ago
Fixed bug: proxy_options_for_table returned nil if there were no table specific options More... over 17 years ago
Added infrastructure for table specific options. More... over 17 years ago
options assigned to Configuration#proxy_options or Configuration#sync_options are automatically first merged into the according default option hash. More... almost 18 years ago
Refactoring: moved Configuration class into it's own file More... almost 18 years ago
Added function for TableSync to retrieve the sync options. More... almost 18 years ago
Added TableSync skeleton. Only functionality so far: registering of Syncers. More... almost 18 years ago
Refactored Committers to use a more natural API. More... almost 18 years ago
Minor doc fix. More... almost 18 years ago
Extended ProxyConnection with functionality to delete records. More... almost 18 years ago
Added specs to verify that ProxyConnection#insert_record and ProxyConnection#update_record write nil values correctly. More... almost 18 years ago