Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the e2e Maven module and its associated GitHub Actions workflow, reflecting the migration of end-to-end tests to the hyades-apiserver repository.
Changes:
- Removed the
e2emodule from the Maven reactor and deleted its sources/POM. - Dropped e2e-specific dependency/plugin management from the root
pom.xml. - Removed the e2e GitHub Actions workflow and updated repository README/Makefile accordingly.
Reviewed changes
Copilot reviewed 32 out of 33 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Removes e2e module and cleans up e2e-only dependency/plugin configuration. |
| README.md | Removes e2e workflow badge and updates repository description to no longer mention e2e tests. |
| Makefile | Removes test target that previously ran the full build including e2e verification. |
| .github/workflows/e2e-test.yml | Deletes the scheduled/manual e2e test workflow. |
| e2e/** | Removes e2e tests and supporting API client/model code previously used by the module. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
It has been migrated to the API server repository via DependencyTrack/hyades-apiserver#1884. Signed-off-by: nscuro <nscuro@protonmail.com>
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.
Description
Removes e2e test module.
It has been migrated to the API server repository via DependencyTrack/hyades-apiserver#1884.
Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly