-
Notifications
You must be signed in to change notification settings - Fork 53
MLE-24733 - revert test-complete-app #1008
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
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 reverts the test-complete-app directory to its previous state by removing mlDeploy-related configuration, while preserving that functionality in a new test-complete-app-mlDeploy directory. This allows existing tests to continue passing while development work proceeds on the mlDeploy implementation.
Key Changes:
- Removed mlDeploy configuration properties and tasks from
test-complete-app - Created new
test-complete-app-mlDeploydirectory with the mlDeploy configuration - Added Gradle wrapper scripts and configuration files to the new directory
Reviewed Changes
Copilot reviewed 9 out of 68 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test-complete-app/gradle.properties | Removed mlDeploy-specific database and port configurations |
| test-complete-app/build.gradle | Removed curl tasks and mlDeploy task dependencies |
| test-complete-app-mlDeploy/src/main/ml-config/servers/rest-api-server.json | Added REST API server configuration with SSL settings |
| test-complete-app-mlDeploy/src/main/ml-config/security/certificate-templates/template-1.xml | Added SSL certificate template configuration |
| test-complete-app-mlDeploy/gradlew.bat | Added Gradle wrapper script for Windows |
| test-complete-app-mlDeploy/gradlew | Added Gradle wrapper script for Unix systems |
| test-complete-app-mlDeploy/gradle/wrapper/gradle-wrapper.properties | Added Gradle wrapper properties |
| test-complete-app-mlDeploy/gradle.properties | Added mlDeploy-specific configuration properties |
| test-complete-app-mlDeploy/build.gradle | Added build configuration with curl tasks and mlDeploy dependencies |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ Valid Files
✅ All files have valid copyright headers! |
b30e8fb to
e04c75f
Compare
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.
One little tweak, then merge away once tests pass.
e04c75f to
816daeb
Compare
Moved the working version of the mlDeploy stuff to test-complete-app-mlDeploy
816daeb to
6e0319c
Compare
Moved the working version of the mlDeploy stuff to test-complete-app-mlDeploy
This will allow the old version of setup to run so that tests continue passing while work proceeds on mlDeploy.