- 
                Notifications
    
You must be signed in to change notification settings  - Fork 53
 
MLE-12345 Merging release/4.0.0 into master #1030
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
          
     Merged
      
      
    
                
     Merged
            
            
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    …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).
MLE-24312: fix ssl tests
…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 …
…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.
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
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
varwithconst- and also fixing the copyright in every source file.