Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preliminary Upgrade (named Alpaca) to Prepare for Larger Upgrades #13

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

kk-chung
Copy link
Contributor

@kk-chung kk-chung commented Jan 3, 2025

In broad strokes:

  • Fixed MCEDT / HCV
  • Created the temporary file directory for the test in InboxPopulatingTest.java to avoid test failure caused by missing file directory
  • Fixed the jsp compilation errors
  • Changed Relationship.deleted field from String to Boolean
  • Refactored the Devcontainer + tweaked db init scripts
  • fix to struts 1 (security stuff)

Other changes were as discussed between maintainer (DW) and supervisor (MY). The submitter of this PR (KC) has very little involvement except for being able to warrant that this code was tested by the internal team, and has been running in production for 2 weeks with no issues identified.

kateyang1998 and others added 30 commits October 31, 2024 14:40
Removed ebs-client 0.0.6, implemented the customized ebs-client classes.
Avoided looking for XOP references in the response by setting the properties to "0".
…rror.

Fixed the header parsing error to enable the list being displayed on both Sent and Download pages.
Fixed the signature invalid error to enable downloading the files.
- Removed commented-out codes
- Removed useless white spaces
- Reformatted the class files
- Added comments to EDTBaseTest.java to make the code understandable
- Changed clientKeyStore.properties to the original version, changed the file path
- Removed "/applicationContextBORN.xml" from the EDTBaseTest class since the tests never use this context
- Updated the jdoc in AttachmentCachingInterceptor.java, added jdocs to its methods
- Updated the jdoc in AttachmentCleanupInterceptor.java, added jdocs to its methods
- Updated the jdoc in AttachmentResolverSpi.java, added jdocs to its methods
- Added the jdocs in ClientPasswordCallback.java and its methods
- Added the jdocs in DownloadInInterceptor.java and its methods
- Updated the jdoc in EdtClientBuilder.java, added jdocs to its methods
- Added the jdocs in EdtClientBuilderConfig.java and its methods
- Added the jdoc in TransformAttachmentCiphertext.java
- Added the jdocs to the methods in WSS4JInNonValidatingActionInterceptor.java
  Upgraded Struts version from 1.3.8 to 1.3.11.
  Fix a NullPointerException issue that occurred when upload client image due to the version upgrade.
…les, added necessary comments.

- Removed commented-out codes
- Removed useless white spaces
- Reformatted the class files
- Added comments to EDTBaseTest.java to make the code understandable
- Added information about XOP references issue
- Added more information about the test cases
- oscarehr/integration/mcedt/DelegateFactory.java
- oscarehr/integration/mchcv/OnlineHCValidator.java
fix: re-add devcontainer openosp_files
- Added jspc dependency to compile the jsp files
- Fixed jsp compilation errors
- The tmp directory will contains the documents generated by the tests to avoid the tests failed due to missing file directory.
- Added `uid` column back, and inserted the uid data
@kk-chung
Copy link
Contributor Author

kk-chung commented Jan 9, 2025

@warrendennis sorry - I can't seem to "assign" this PR to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants