-
Notifications
You must be signed in to change notification settings - Fork 53
MLE-24763 Merging master into develop #1018
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
Conversation
Merging jsDoc changes from develop to master
…or port 8017. Add a second error message for test using SSL to confirm error when connecting to non-SSL REST service. Message probably changed for ML12 (not sure, but error message in test does not work).
…by default load of FIPS-forbidden MD5 digest algorithm. Incorporate the source from the abandoned www-authenticate project and fix in place.
…n another commit.. Delete and re-add existing www-authenticate files to www-authenticate-patched. Change path for require for requester and tests. Changes to www-authenticate will be in subsequent commit, for tracking
…eption on FIPS-enabled systems when the www-authenticate module is loaded via require. The MD5 digester functions are already created on demand when using DIGEST authentication. Use Buffer.from rather than deprecated new Buffer constructor form. Move the Parser_Authenticate_Info prototype statement to after the definition of the function. Add copyright to all the files.
…tements, unused variables, and move return note_error line outside of the for loop, which was probably intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR merges master into develop to ease future integration. The only file change is the temporary retention of a Docker Compose configuration file that was previously deleted on develop, which will be removed in a subsequent PR.
- Temporarily restores
docker-compose-nightlies.yamlto enable the merge operation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ All files have valid copyright headers! |
1297946 to
53182d1
Compare
53182d1 to
543c619
Compare
|
No idea why Jenkins is hosed nor why GitHub is reporting merge conflicts. Something to resolve when we do the release. |
This will greatly ease the eventual merging of develop into master.
Oddly, I can't do this if there are no file changes - and there are no files to be changed. But I'm keeping this "nightlies" docker-compose file which was deleted on develop, just so I have a change, which allows me to do the merge. I'll delete it in a subsequent PR.