0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 13 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes return types of ColumnProcessors that return Strings to indicate that they do. Since Java5, covariant return types are supported (subclasses can return a more specific subclass than the superclass/interface declares). More... about 13 years ago
Code cleanup: corrects indentation, whitespace and formatting. More... about 13 years ago
Code cleanup: removes unnecessary this. More... about 13 years ago
Code cleanup: organize imports. More... about 13 years ago
Code cleanup: adds missing @Override annotations. More... about 13 years ago
Code cleanup: Adds final modifier where possible. More... about 13 years ago
Adds code format/style settings to be consistent with Transparensee coding style. More... about 13 years ago
Adds fork=true to junit for tests ant target. Fixes issue where junit was using system installed commons-collections instead of version from this project. More... over 13 years ago
Adds forceSnapshot boolean parameter to ChangesetController. If true, then start date of null is used and a snapshot is created regardless of the profile's last run time. More... over 13 years ago
Adds support for protecting incoming connections via SSL and basic authentication. More... over 13 years ago
Adds throwing an exception in config XML does not have a root config element in a recognized namespace. Suppresses a compiler warning. More... over 13 years ago
Fixes wording in README. More... over 13 years ago
Added release notes to the README. More... almost 14 years ago
Fixed use of the XPath text() function which would truncate long text strings. Added a unit test to prove the point. More... almost 14 years ago
Added test of XML escaping in changesets. Minor changes to XPaths in test. More... almost 14 years ago
Initial implementation of an init script that uses jsvc (from commons-daemon). More... almost 14 years ago
Added support for multiple versions of configuration schema. Added datatool-config-2 which adds the createSql element (reverted datatool-config-1 back to the version it was at the 1.0 release). Updated example configs to use the latest namespace. Started to add documentation to the schema xml. More... almost 14 years ago
Added dryRun parameter to ChangesetProfileService.getChangesetProfileDateRange(). Minor refactoring of SqlChangesetProfileService and added support for dryRun. More... almost 14 years ago
Fixed inconsistent column names in example SQL. More... almost 14 years ago
Added ability to auto-create changest profiles. This is supported by simply specifing config/profiles/sqlProfile/createSql. One open issue is whether we should increment the XML schema version number to recognize this change (though it is backwards compatible). More... almost 14 years ago
Added version to built zipfile. More... almost 14 years ago
Added README file to the project. More... almost 14 years ago
Fixed example configuration files to set username and password correctly. More... almost 14 years ago
Added stage/examples/ xml files for mysql and sqlserver using both a datasource and a driver. More... almost 14 years ago
The IntegrationTest now verifies that remove-item elements are correctly handled from delete actions. More... almost 14 years ago
Fixed failing tests. More... almost 14 years ago
Added workingDirectory property to ConfigurationManager so the ExampleConfigurationTest can follow the relative paths to the jar files. More... almost 14 years ago
Stopped the ConfigurationManager from exiting on invalid config at startup for the tests. More... almost 14 years ago
Integration tests for changeset publisher. More... almost 14 years ago
Wired up datasource to SqlChangesetProfileService. More... almost 14 years ago