-
Notifications
You must be signed in to change notification settings - Fork 3
Release 6.1.2 #6
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
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
No description provided.