Feb 10 - Feb 24, 2014
Executive Summary
...
- Continued work with the NIST team
- Support and testing efforts continued with NIST, discussed several topics and compared interpretations of specifications
- Held web-conference meeting with NIST team on 2/18/14
- Validated the new NIST environment setup in GFE (CONN-804)
- Tested the following NIST updates to validate required changes in their deployment
- The Reply-To so that it will be sent.http://exchange-specifications.wikispaces.com/share/view/65871558
- Supporting both ways of constructing an Attribute statement. Both through nesting multiple attributes in a single statement and for a single statement for each attribute statement. Originally NIST would accept only the single attribute statement with nested attributes. http://exchange-specifications.wikispaces.com/share/view/65871558
- hl7:CE vs CE for xsi:type http://exchange-specifications.wikispaces.com/share/view/66017850
- Support and testing efforts continued with NIST, discussed several topics and compared interpretations of specifications
- Community Implementation support
- Worked with the VA team in their deployment of 4.2.1 in a test environment
- Supported several meetings and email exchanges
- Conducted research on a deployment issue with WebLogic 12c and windows (CONN-857)
- Reviewed delta in functionality between CONNECT and Aurion in support of Open Source community planning (CONN-852)
- Researched and tested a persistent eHealth Exchange certificate issue affecting multiple organizations
- Conducted industry and exchange related research to isolate the issue
- Tested with the VA, Conemaugh and MiHIN
- Discussed and presented findings with Healtheway and Spec Factory
- Worked with the VA team in their deployment of 4.2.1 in a test environment
- Confluence update/upgrade (CONN-706)
- Completed the migration of Confluence to Atlassian On Demand
- Verified the migration
- Resolved any issues found with plugins or links. .
- Continued work with the NIST team
...
- Awaiting confirmation and feedback from the DoD security team on the Fortify scan and security report responses supplied by the CONNECT Product team
- HIMSS Demo and Conference preparation (CONN-759)
- Created the necessary environments to support the HIMSS demo and work (CONN-823)
- Rebranded the HIE portal with the CONNECT theme to support the HIMSS demo (CONN-824)
- Ensured all supporting applications, test data and the CONNECT universal client were installed and ready to support the HIMSS demo
- Performed internal dry runs and received sign-off with ONC for conference readiness (CONN-825)
- Testing Improvements
- Pulled integration tests our of the build and replaced them with JUnit tests where necessary to contribute to a more stable build (CONN-808)
- Added JUnit tests for the mail classes for Direct/ Address Parsing package (CONN-811)
- Added JUnit tests for mail classes for XDR package (CONN-820)
- Added JUnit tests for mail classes for Mail package (CONN-821)
- Pulled integration tests our of the build and replaced them with JUnit tests where necessary to contribute to a more stable build (CONN-808)
- Infrastructure improvements
- Infrastructure migration for Terremark (CONN-813)
- Migration of the Direct RI and Mail servers
- GFE cleanup of configurations and servers
- Inventory management and documentation
- Infrastructure migration for Terremark (CONN-813)
- Direct functional enhancements
- Verify Direct requirements and current approach. Notes from the discussion can be found at - https://developer.connectopensource.org/x/BQB2CgMoved mail package out of ConnectCore lib and into DirectCore. All direct greenmail tests were then moved out of DirectCore and into a new project, DirectCoreTest (CONN-810)
- Unit tests for Remaining DirectCore Classes for Target Coverage, added more JUnits and the coverage reached to 80%.(CONN-853)
- QA Task to build DirectCore, found total line coverage of 82.2% (CONN-854)
- Preparation and begin 4.3 Release testing
- Re-tested new features and bug fixes to ensure the new functionality is validated prior to the release (CONN-816)
- Setup interop test environment on Linux with JBoss/ CONNECT 4.2.1 (CONN-826)
- Start documenting the Release 4.3 test plan (CONN-815) Started but not completed by Sprint close
- Bugs that were fixed
- Extract slots always gets one last value from the slots list (Adapter) (CONN-484)
- SAML Assertion AuthzDecisionStatement resource is passed from the adapters to the external parties 'as is', failing the DIL test MA-1092_AuthzDecisionStatement_Resource(CONN-612)
- Resource will always be updated to include the URI.
- Default SAML Issuer value being used in all SOAP Header Security sections even though a valid X509SubjectName is defined in the private SSL certificate (CONN-691)
- Resolve known "statefulness" in unit tests, update JUnit tests so that all of the reported test cases can be run by themselves (CONN-800)
- SAML Attribute PurposeOfUse missing namespace for the @type attribute(CONN-740)
...
- CONNECT 4 Blogs and Forum posts
JIRA Planning Board of Committed User Stories for Sprint 125
* Issue Issues added to sprint after start time
Completed Issues | |||||
---|---|---|---|---|---|
Key | Summary | Issue Type | Priority | Status | Story Points (35) |
CONN-691 | Default SAML Issuer value being used in all SOAP Header Security sections even though a valid X509SubjectName is defined in the private SSL certificate | Bug | Minor | CLOSED | 3 |
CONN-759 | As an adopter interested in interoperabilty and health data exchange, I want to see a CONNECT demo so that I understand how CONNECT is used to exchange health data and how it interacts with other supporting MPI and repository systems | User Story | Minor | CLOSED | 0 |
CONN-800 | Resolve known "statefulness" in unit tests | Bug | Minor | CLOSED | 1 |
CONN-804 | Validate the new NIST Test environment in GFE (GFE-ONC-WDEV12.connect.org -192.168.34.3) | Task | Minor | CLOSED | 2 |
CONN-808 | As a CONNECT developer, I want integration tests moved out of the build (and replaced with JUnit tests when necessary) so that tests are scoped appropriately. | User Story | Minor | CLOSED | 0 |
CONN-810 | Regression suite tests for Greenmail | Task | Minor | CLOSED | 2 |
CONN-811 | Add JUnit tests for mail classes for Direct/ Address Parsing package | Task | Minor | CLOSED | 3 |
CONN-813 | Support for GFE/TERREMARK infrastructure activities for CONNECT | Task | Minor | CLOSED | 3 |
CONN-816 | As a CONNECT adopter, I want new features and bug fixes are re-tested so that new functionality is validated prior to release | User Story | Minor | CLOSED | 5 |
CONN-820 | Add JUnit tests for mail classes for XDR package | Task | Minor | CLOSED | 3 |
CONN-821 | Add JUnit tests for mail classes for Mail package | Task | Minor | CLOSED | 3 |
CONN-823 | As a CONNECT developer, I want to set up an environment for a HIMSS 2014 demo. | Technical Story | Minor | CLOSED | 2 |
CONN-824 | As a CONNECT developer I want to rebrand the portal with CONNECT theme to demo at HIMSS 2014 | Technical Story | Minor | CLOSED | 1 |
CONN-825 | As a CONNECT developer I want to do a dry run of the HIMSS 2014 demo with good data. | Technical Story | Minor | CLOSED | 2 |
CONN-826 | Setup Interop test environment on Linux with JBoss/CONNECT 4.2.1 | Task | Minor | CLOSED | 3 |
CONN-852 * | Review of Bug Fixes Made to Aurion | Task | Minor | CLOSED | 2 |
CONN-853 * | Unit tests for Remaining DirectCore Classes for Target Coverage | Task | Minor | CLOSED | 2 |
CONN-854 * | QA Task for DirectCore Unit tests | Task | Minor | CLOSED | 0 |
CONN-857 * | Research VA deploy issue in WLS 12c Windows | Task | Minor | CLOSED | 1 |
Issues Not Completed | |||||
Key | Summary | Issue Type | Priority | Status | Story Points (2) |
CONN-815 | As a CONNECT adopter, I want a Release test plan for 4.3 so that the community understands how 4.3 has been tested prior to making it available | User Story | Minor | IN PROGRESS | 2 |
Issues Removed From Sprint | |||||
Key | Summary | Issue Type | Priority | Status | Story Points (0) |
CONN-779 | As a CONNECT adopter, I want 4.3 to be install tested so that the installation is successfully validated in the supported environments | User Story | Minor | OPEN |