Skip to content

Remove e2e test module#2086

Merged
nscuro merged 1 commit intomainfrom
remove-e2e
Mar 15, 2026
Merged

Remove e2e test module#2086
nscuro merged 1 commit intomainfrom
remove-e2e

Conversation

@nscuro
Copy link
Member

@nscuro nscuro commented Mar 15, 2026

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

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

@nscuro nscuro added this to the 0.7.0 milestone Mar 15, 2026
Copilot AI review requested due to automatic review settings March 15, 2026 22:29
@owasp-dt-bot
Copy link

owasp-dt-bot commented Mar 15, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

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

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 e2e module 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>
@nscuro nscuro merged commit 31c1c9a into main Mar 15, 2026
5 checks passed
@nscuro nscuro deleted the remove-e2e branch March 15, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants