mirth-build.properties

  •  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
MIRTH-1700, MIRTH-2552: Updated the migration controller to call custom classes/code to handle server/schema migration, instead of just executing each delta script. The concept of a separate "schema v…
MIRTH-1700, MIRTH-2552: Updated the migration controller to call custom classes/code to handle server/schema migration, instead of just executing each delta script. The concept of a separate "schema version" is now gone; now SCHEMA_INFO.VERSION stores the product version (e.g. 3.0.0). Instead of simply iterating through the schema versions and calling each delta script, the migration controller now delegates that to custom Java classes (for now, just Migrate2_0_0 and Migrate3_0_0) that can call their respective delta scripts -and- do whatever other custom code may be necessary.

The channel table has been changed so that the entire serialized channel is stored in a single column. The ID, name, and revision columns remain, however. This is an example of where "custom code" is needed on server migration. Migrate3_0_0 executes all the delta scripts up to the 3.0.0 script (which renames the old channel table and creates the new one). Then it manually selects data out from the old table, builds up the 2.x model XML as a document, and stores the serialized data in the new table.

The migrateContents and migrateServerProperties functions that were in the migration controller have been moved to Migrate2_0_0, since the upgrade from 1.8.2 to 2.0.0 is the only place they were necessary anyway.

  1. … 47 more files in changeset.
MIRTH-1546: Only global scripts are now stored in the database, and all template storage / controller references have been removed (the database schema version has been updated as well).
MIRTH-1546: Only global scripts are now stored in the database, and all template storage / controller references have been removed (the database schema version has been updated as well).
  1. … 30 more files in changeset.
Initial Mirth Connect 3.0 commit. Updated Server to use Donkey.…
Initial Mirth Connect 3.0 commit. Updated Server to use Donkey.

Issue: MIRTH-2250

  1. … 751 more files in changeset.
Updated versions from 2.2.0 to 2.2.1
Updated versions from 2.2.0 to 2.2.1
  1. … 37 more files in changeset.
Updated build version to 2.2.0 and schema version to 9.
Updated build version to 2.2.0 and schema version to 9.
Updated Mirth Connect version and plugin versions to 2.1.1
Updated Mirth Connect version and plugin versions to 2.1.1
  1. … 37 more files in changeset.
MIRTH-1653 - Added new schema version and delta to remove NOT NULL constraint on the VALUE column of the CONFIGURATION table.…
MIRTH-1653 - Added new schema version and delta to remove NOT NULL constraint on the VALUE column of the CONFIGURATION table.

MIRTH-1694 and MIRTH-1677 - Changed default mule queue profile to have a maximum size of 100,000 messages per connector, like it was in 1.8.2. Also added a server property so the user can change this value from the Administrator.

  1. … 17 more files in changeset.
Changed Mirth Connect version from 2.0.1 to 2.1.0
Changed Mirth Connect version from 2.0.1 to 2.1.0
  1. … 38 more files in changeset.
Updated 2.0.0 versions to 2.0.1.
Updated 2.0.0 versions to 2.0.1.
  1. … 38 more files in changeset.
Changed project reference casing.
Changed project reference casing.
Updated to use CLI project.
Updated to use CLI project.
  1. … 10 more files in changeset.
Updated schema version from 6 to 7 in the build properties.
Updated schema version from 6 to 7 in the build properties.
Changed all version numbers in Mirth Connect to 2.0.0
Changed all version numbers in Mirth Connect to 2.0.0
  1. … 38 more files in changeset.
Updated version numbers from 1.8.1 to 1.8.2
Updated version numbers from 1.8.1 to 1.8.2
  1. … 39 more files in changeset.
Updated schema version to 6.…
Updated schema version to 6.

Issue: MIRTH-1189

MIRTH-1052 - Added index on message (correlation_id,connector_name) for reprocess and replace. Did not add it on the migration scripts because of how long it could possible take to run.…
MIRTH-1052 - Added index on message (correlation_id,connector_name) for reprocess and replace. Did not add it on the migration scripts because of how long it could possible take to run.

MIRTH-1021 - Changed user preferences VALUE column type to TEXT, CLOB, or database equivalent. Also added it to database migration scripts. Derby does not allow modifying the column type, but I did increase the varchar size to 4000 on migration.

  1. … 12 more files in changeset.
Updated all extensions and mirth-build.properties to have Mirth version 1.8.1.
Updated all extensions and mirth-build.properties to have Mirth version 1.8.1.
  1. … 38 more files in changeset.
Added firstname, lastname, and organization to users, while removing fullname.…
Added firstname, lastname, and organization to users, while removing fullname.

Added migration scripts and modified database scripts.

Updated schema version to 4.

Issue: MIRTH-883

  1. … 24 more files in changeset.
* Updated build process to allow for local plug-ins and connectors.…
* Updated build process to allow for local plug-ins and connectors.

* Moved project build properties into mirth-build.properties

    • -0
    • +5
    ./mirth-build.properties
  1. … 3 more files in changeset.