Release Management
Space shortcuts
Space Tools
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Release 1.7.12 is in development at the moment. Below are the features planned for this release. This is an evolving document and will change as the release develops. 

Beta 1 - Release August 1, 2019 - Location of WAR, VMWare and Source code http://www.i2b2.org/software/1712beta.html

Beta 2 - Release August 15, 2019

CategoryFeatureDescriptionScreenshot
DataACT OntologyBeta 1 - In the Release_1-7/NewInstall/Metadata/db.properties file change the db.project from demo to act. Than ran the ant script against

create_metadata_tables_release_1-7 and db_metadata_load_data


CoreEasier Install

Beta 1 -

  1. If using the prebuilt WAR file: Copy the .war file into a wildfly 14 or 16 instance in the /opt/wildfly-VERSION-Final/standalone/deployments/ folder.
  2. If making WAR file: Run in the edu.harvard.i2b2.server-common folder

    ant clean dist war

    Copy the i2b2.war from the dist folder to /opt/wildfly-VERSION-Final/standalone/deployments/ folder.
  3. Run the data build for all the cell (PM, HIVE, ONT and CRC) . In the Hive there is a new table called HIVE_CELL_PARAM which contains all the previous XML and properties file.
  4. Modify the *-ds.xml in the deployment folder to point to the database



CoreMore authentication protocol support (okta, NTLM v2)

Beta 1 - Support for NTLM2 is supported. Instead of using authentication_method - NTML use NTML2

Beta 2 - Support for OKTA


DataTotalnum scriptsBeta 1 - In the Release_1-7/NewInstall/Metadata/ ran the ant script

ant -f data_build.xml create_metadata_tables_release_1-7 - This will create the stored procedures

  • POSTGRESQL : ant -f data_build.xml db_metadata_run_total_count_postgresql
  • ORACLE : ant -f data_build.xml db_metadata_run_total_count_oracle
  • SQL SERVER : ant -f data_build.xml db_metadata_run_total_count_sqlserver


Webclient & CoreEnhanced Find TermsBeta 2 - Find terms gives a sense of the hierarchy, and terms that are children of other search results are not returned.

WebclientImproved Maximized Left PaneBeta 1 - In maximized mode, the left pane now makes all tabs accessible.

WebclientLarger Query Result Panel

CoreBugfixes and refactoring

...


  • No labels