Open
Conversation
…he for 60 seconds any URL.
add helm charts packaging See merge request crest-db/crest!2
* release-6.1.1: change CI, update templates from David change CI, remove openshift deployment because we will change it to helm
There was a problem hiding this comment.
Pull Request Overview
This pull request represents a complete removal of all generated API code from the crestdb-web module and all data model files from the crestdb-data module. The PR removes 25+ files containing API endpoints, service interfaces, data repositories, utility classes, and test code without any replacements, effectively stripping the project of its core functionality.
Key changes:
- Complete removal of all Swagger-generated API code (endpoints, services, model classes)
- Deletion of all data access layer components (repositories, handlers, utilities)
- Elimination of all test classes and configuration files
Reviewed Changes
Copilot reviewed 196 out of 1343 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crestdb-web/src/gen/java/hep/crest/server/swagger/api/*.java | Removed all generated API endpoint classes and service interfaces |
| crestdb-web/gradle/wrapper/gradle-wrapper.properties | Removed Gradle wrapper configuration |
| crestdb-web/build.gradle | Removed entire build configuration and dependencies |
| crestdb-web/README.md | Removed project documentation and setup instructions |
| crestdb-data/src/main/java/hep/crest/data/**/*.java | Removed all data model classes, repositories, and utility components |
| crestdb-data/src/test/java/hep/crest/data/test/**/*.java | Removed all test classes and test utilities |
Files not reviewed (3)
- .idea/.name: Language not supported
- .idea/codeStyles/codeStyleConfig.xml: Language not supported
- .idea/uiDesigner.xml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
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.
No description provided.