Releases: SmarterApp/TDS_TestIntegrationSystem
Releases · SmarterApp/TDS_TestIntegrationSystem
TIS updates for support tool 4.2.0.RELEASE
Overview
TIS now supports scoring validation calls from the support tool scoring validator application.
This behavior is triggered by support tool causing ERT to send TIS a scoring request with the new optional scoremode parameter set to 'validate'.
Deployment
NOTE: Prior to deployment, create a backup of the existing directories where TIS is deployed, taking special care to ensure the config
files (e.g. web.config
) are copied to a safe location
- Download the attached
.zip
archive - Copy the content of the
bin
to thebin
directory where TIS is deployed
Database Updates
The following DB updates must be executed for this build to run properly:
https://github.com/SmarterApp/TDS_TestIntegrationSystem/blob/develop/TDSQAService/OSS.TIS/SQL/
- TISDB/4_oss_tis_create_tvp_types_for_oss_tis_database.sql
- TISDB/6_Update_StoredProcedures_Remove_OppId.sql
- TISDB/8_oss_tis_add_new_ica_project_and_metadata.sql
- TISDB/9_oss_tis_add_new_ica_pending_project_and_metadata.sql
- TDSItemBank/7_create_procedure_spDeleteAssessment.sql
- TDSItemBank/8_create_tvp_types_for_itembank_database.sql
support-tool-v3
Merge pull request #19 from SmarterApp/feature/tis-api-doc-tds-1387 New TIS API doc in md format.
support-tool-v2
update xsd generated code
support-tool: Merge pull request #14 from SmarterApp/bugfix/single-test-error
fix uploading test package into TIS db