Skip to content

Releases: IUREDCap/redcap-etl-module

REDCap-ETL Module 2.1.4

08 Apr 17:17
Compare
Choose a tag to compare
  • Made changes for PHP 8.1 compatibility

REDCap-ETL Module 2.1.3

04 Mar 16:16
Compare
Choose a tag to compare
  • Fixed problems created by addition of data export permissions for instruments in REDCap

REDCap-ETL Module 2.1.2

04 Feb 20:08
Compare
Choose a tag to compare
  • Added option to download extracted and transformed data from REDCap as a CSV zip file
    • This option can only be used when running ETL interactively (i.e., not when scheduling) and only when using the "embedded server" (the default ETL server that is included with the module)

REDCap-ETL Module 2.0.6

21 Dec 21:17
Compare
Choose a tag to compare
  • Fixed bug where workflows removed by a user would still run in the cron job
  • Fixed bug that prevented admins from viewing configurations for workflows that have been removed by a user (but not yet deleted by an admin) and added an indication on the admin cron detail page if a workflow has been removed
  • Added code to try to prevent issue where certain version upgrades make the embedded server non-accessible to non-admin users
  • Fixed bug where, under certain circumstance, the same server would show up twice in the selection list of servers

REDCap-ETL Module 2.0.5

09 Nov 17:06
Compare
Choose a tag to compare
  • Changed store/insert rows database method to have a batch size argument to allow insertion of rows in batches
  • Set batch size for insertion of redcap_metadata rows to 1,000, because SQL Server does not allow insertions with more than 1,000 rows
  • Fixed bug for transformation rules auto-generation, where, in some cases, a text field was generated for a field where an int field should have been generated

REDCap-ETL Module 2.0.4

27 Sep 19:22
Compare
Choose a tag to compare
  • Made change to fix user permission check that was broken by a change made to REDCap after version 11.1.7 and before or for version 11.1.13
    • The way the REDCap getUserRights developer method handles group_id was changed; previously, for users not in a DAG (Data Access Group), it would not be set, now it is set to null

REDCap-ETL External Module 2.0.3

23 Sep 11:11
Compare
Choose a tag to compare
  • Fixed ETL configuration scheduling bug

REDCap-ETL External Module 2.0.2

27 Aug 14:42
Compare
Choose a tag to compare
  • Added Vimeo Psalm scanner to development dependencies
  • Made fixes for the Vimeo Psalm scanner that Vanderbilt has started using as a security scanner for REDCap external module submissions

REDCap-ETL External Module 2.0.1

19 Aug 18:37
Compare
Choose a tag to compare
  • Made changes to code to resolve Vanderbilt security scanner issues

REDCap-ETL Module 2.0.0

17 Aug 20:50
Compare
Choose a tag to compare
  • Added ETL Workflows
    • Allows you to run multiple ETL configurations as a unified process
    • Creates a merged load database schema for the different ETL configurations
    • Adds redcap_project_info and redcap_metadata tables, which can be used to get information about the original REDCap data
    • Adds a redcap_data_source column to each row that is used to distinguish records with the same record ID that come from different REDCap projects and may represent different subjects