0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds DEVELOP.md to describe steps necessary to work on the Data Tool. More... about 7 years ago
Improves the changeset controller to log errors locally instead of just embeddeding them in the response. Improves log output in general. Consolidates progress logging into it's own log channel and documents how to silence it from logging.properties. More... about 7 years ago
Renames the ant dev-server target to server and changes it's default port from 8080 to 8089 to bring it inline with the defaults for a release. More... about 7 years ago
Makes some methods static that Eclipse caught for us. More... about 7 years ago
Fixes the Eclipse project files to properly set the source jars when the sources are checked in. More... about 7 years ago
Adds optional SQL level logging. More... about 7 years ago
Comments out the dev-only SSL connnector (8443) as we have no reproducible steps to generate the keystore and trustore files that it requires and for some reason are configured with the same filename. More... about 7 years ago
Moves configuration files and resouces to more standard maven directory layout locations. More... about 7 years ago
Makes the test logging.properties use our standard formatter, uncomments the logging config so it is used when using `ant dev-server` to test the product, and downgrades the default t11e log level from FINEST to FINE to make the output more similar to that in production. Adds INFO level logging for org.mortbay so you can see which port the server listens to, when running a release WebServerMain will log this information instead. More... about 7 years ago
Improves the main readme file. More... over 7 years ago
Splits README into README.md and CHANGELOG.md. More... over 7 years ago
Adds source="1.6" to the javac directives in build.xml. More... over 7 years ago
Tweaks the ant configuration to set `java.awt.headless` to `true` when running the tests or server. More... over 7 years ago
Fixes typo in release notes. More... over 11 years ago
Adds release notes for 1.12. More... over 11 years ago
Updates XmlChangesetWriter to skip null values in item properties for JSON columns. More... over 11 years ago
Pulls default common behavior up to base class EndToEndTestBase for getConfigurationXml(), getSetupScripts() and getCleanupScripts(). More... over 11 years ago
Updates README for 1.11 release. More... about 12 years ago
Adds validation of changeset SQL against the database on startup. May be skipped by setting validate_sql=false in datatool.properties. Updates all tests to use SQL validation. Minor test refactoring. Removes one test scenario for a commented out subquery that showed that it caused a run-time error, since a commented out subquery will prevent validation. More... about 12 years ago
Adds progress logging of changeset creation. Uses same progress log message formatting as Discovery Engine. More... about 12 years ago
Makes configuration_file overridable in datatool.properties. Defaults to "discovery_datatool.xml" More... about 12 years ago
Removes unused $JAVA_OPTIONS variable from datatool-spawner. More... about 12 years ago
Updates PropertyCaseTest to verify that discriminator is case insensitive. Updates JsonColumnsTest to verify that jsonColumns, jsonColumnNames and scopedJsonColumnNames are case insensitive. Updates SqlChangesetProfileServiceTest to verify that SqlChangesetProfileService is case insensitive for the startColumn and endColumn properties. Note that Spring's NamedParameterJdbcTemplate uses a ColumnMapRowMapper which uses a LinkedCaseInsensitiveMap in its implementation. More... about 12 years ago
Makes provider and kind case insensitive. More... about 12 years ago
Makes merge-columns case-insensitive. Makes sure that tests for this are using config-7 which has a default propertyCase of preserve (not legacy). Removes unnecessary post-processing of mergeColumns configuration. Now that use of mergeColumns is case-insensitive, there is no need to convert the column aliases from the configuration. More... about 12 years ago
Changes ConfigurationManager to use an private synchronization lock instead of "this". More... about 12 years ago
Fixes warning reported on stderr that SLF4J found multiple bindings. SLF4J is used both by Jetty and web application. The SLF4J implementation JAR was previously included both Jetty's system class path and in the web application's WEB-INF/lib directory. This commit removes the SLF4J implementation JAR from the WEB-INF/lib directory and changes the configuration of Jetty's WebAppContext in WebServerMain to allow the web application to see the SLF4J classes from the system class loader. Note that this commit means that the discover_datattool_standalone.jar can no longer simply be renamed to datatool.war and deployed as a web application. More... about 12 years ago
Removes extraneous chatter from jetty in log output by changing the log level for jetty from info to warning. Adds a summary log message from the datatool.WebServerMain that tells the user on what port(s) and bind address the Data Tool is listening. Removes extraneous welcome-file-list from web.xml. More... about 12 years ago
Fixes defect in CustomLogFormatter where a null message results in a NPE. More... about 12 years ago
Makes startup errors appear in the log file as well as to stderr. More... about 12 years ago