Skip to content

Conversation

@andreaformica
Copy link
Collaborator

No description provided.

@andreaformica andreaformica requested a review from Copilot October 20, 2025 09:32
Copy link

Copilot AI left a 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.

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.

1 participant