0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed redmine version to avoid install problems. More... about 17 years ago
:use_ansi defaults to false if rubrep output does not go to a terminal. More... about 17 years ago
Another bug fix for incomplete progress bars. More... about 17 years ago
row_buffer_size now considered by JdbcExtender. More... about 17 years ago
Better names for Fetcher modules. More... about 17 years ago
Also PostgreSQL under JDBC now consideres :row_buffer_size. More... about 17 years ago
Added :row_buffer_size parameter to control memory usage of PostgreSQL queries. More... about 17 years ago
Fixed spec side effect. More... about 17 years ago
Bug fix: sequences now also get set up correctly if one of the tables is setup already and the other not. More... about 17 years ago
Fixed spec (removing side effect on cached rubyrep configuration). More... about 17 years ago
ScanDetailReport can now report differences either as full dumps, diffs or key columns only. More... about 17 years ago
Spec fix. More... about 17 years ago
Added a detailed scan reporter. More... about 17 years ago
Workaround (hack) around activerecord to keep it compatible with rcov. More... about 17 years ago
Doc fix. More... about 17 years ago
Current session added to the initialization parameters of scan report printers. More... about 17 years ago
Doc fix. More... about 17 years ago
Refactoring: using the intended Postgres feature to query existing sequences. More... about 17 years ago
Doc fix. More... about 17 years ago
Bug fix: ensure that full progress bar as painted even if max number of steps is less than progress bar lenght. More... about 17 years ago
Monkeypatch around bug in time handling of Postgres JDBC adapter. More... about 17 years ago
Complete rake task to create the jruby package. More... about 17 years ago
Rename task deploy_redmine to deploy:redmine More... about 17 years ago
Bug fix: adjustment of progress bar length in sync / scan runs didn't work. More... about 17 years ago
Also scan and sync now ignore rubyrep infrastructure tables. More... about 17 years ago
More robust replication: refreshes database connection before each run; catches and prints exceptions instead of terminating. More... about 17 years ago
CommandRunner: added '--verbose' option to print out the complete stack trace in case of exceptions. (Also refactored to use OptionParser.) More... about 17 years ago
Refactoring: renamed table rr_active into rr_running_flags More... about 17 years ago
Refactoring: renamed table rr_event_log into rr_logged_events More... about 17 years ago
Refactoring: renamed table rr_change_log into rr_pending_changes More... about 17 years ago