Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 30, 2025

This aligns the develop and master branches. develop will then be updated to bump the version to 4.0.1 to distinguish it from the 4.0.0 release.

This contains hundreds of changes due to some basic linting - replacing var with const - and also fixing the copyright in every source file.

anu3990 and others added 30 commits August 19, 2025 15:01
…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.
MLE-24397 - fix issue on Linux FIPS reported by consultant/customer a…
…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.
MLE-24397 - fix reported issue on Linux FIPS around exception caused by default load of FIPS-forbidden MD5 digest algorithm. Incorporate the source from the abandoned www-authenticate project and fix in place.
…tements, unused variables, and move return note_error line outside of the for loop, which was probably intended.
MLE-123456 - polaris fixes: remove unreachable break and continue sta…
Also updated the Gradle wrapper and ml-gradle, and now requiring Java 17. This also will make it easier to convert the Jenkinsfile to use Docker as well, instead of rpm's.
Also bumped up tar-fs to resolve a vulnerability.

Going to format Jenkinsfile in a subsequent PR.
No functional changes, though did add some labels to scripts for better traceability.
Also moved docker-compose to the root folder for consistency with other repos.
And formatted Jenkinsfile with it. It's our standard editorconfig with some Copilot recommendations added for a Node project.
The copyright checker expects "(c)" and will otherwise fail every file in a PR.
Jenkins is getting an issue resolving 4.7.0 ml-gradle, so shifting to 6.0.1 - which is fine to use here because we don't need ml-gradle for deploying any LSQT stuff.
…and only once. Set reasonable timeouts for some of the bulk operations and remove infinite timeouts which can hang the test.
…ations. Change annTopK tests to use await/rejects idiom which is easier to understand. Skip the cloud test that tries to connect to support.beta.marklogic.cloud. That DNS name is not resolving as of today.
MLE-24722 - make sure the done() method called within each test once …
stevebio and others added 24 commits October 20, 2025 08:43
…romise objects to make test logic comprehension easier. Remove the incorrect assertion that on the first and subsequent call to onBatchSuccess that the number of transformed documents is always greater than or equal to the batch size. This is not always the case, sometimes on the first callback the number of transformed docs in the summary is less than the batch size.
…t-fixes

MLE-24755 - fix intermittent errors (hopefully): change to use modern…
…est-fixes

MLE-24755 binary doc test fixes
…setup

This handles *most* of the tests up through the temporal tests.
There are still about 10 tests failing before getting to the temporal tests.
Moved the working version of the mlDeploy stuff to test-complete-app-mlDeploy
My most recent run only had a single failing test.
And not using the caret so we know exactly which version we're using.

Also documented each override and alphabetized them. And removed the following overrides which Copilot verified were not in the dependency graph:

- is-arrayish
- nanoid
- simple-get
- serialize-javascript
Note:
1. I only ran mlDeploy from the test-complete-app-mldeploy directory.
2. nodejs-optic-generate-views.js needs to be skipped.
Using a very minimal strategy now. There are 3 TODO's for things that ought to become errors soon. Will open separate Jira tickets for those.
Fixing a couple tests to not write schemas to a modules database.
Added Copilot-suggested fix for the "before()" function to not finish before the first test, which seems to be the problem?
This should have no impact on anything, as we're not using the Gradle file in this directory.
There are no references to these, so deleting these should be fine.
Removes the markdown-it vulnerability. Also moved instructions for generating docs from README to CONTRIBUTING.
Needs two separate invocations to handle data/modules going to different locations.
And excluded an example file from "all.js" because it is just a reference example.
Copilot AI review requested due to automatic review settings October 30, 2025 17:42
@rjrudin rjrudin merged commit 2758065 into master Oct 30, 2025
3 checks passed
@rjrudin rjrudin deleted the feature/temp-master branch October 30, 2025 18:16
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