Skip to content

Fix incomplete API key migration#4682

Merged
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:issue-4652
Feb 23, 2025
Merged

Fix incomplete API key migration#4682
nscuro merged 1 commit intoDependencyTrack:masterfrom
nscuro:issue-4652

Conversation

@nscuro
Copy link
Copy Markdown
Member

@nscuro nscuro commented Feb 22, 2025

Description

Fixes incomplete API key migration.

Addressed Issue

Fixes #4652
Fixes #4683

Additional Details

Tested the following steps for H2, MSSQL, and PostgreSQL:

  1. Deploy DT v4.8.2.
  2. Create API key (legacy format, no prefix) for Automation team.
  3. Deploy DT v4.12.5.
  4. Create API key (legacy format, with prefix) for Automation team.
  5. Deploy DT v4.13.0-SNAPSHOT.
  6. Create API key (new format) for Automation team.
  7. Deploy build of this PR.
  8. Check whether all previously created API keys work.

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 added corresponding update logic
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

@nscuro nscuro added the defect Something isn't working label Feb 22, 2025
@nscuro nscuro added this to the 4.13 milestone Feb 22, 2025
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Feb 22, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.01% (target: -1.00%) 80.95% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (297f3b2) 23115 18548 80.24%
Head commit (0b73ab1) 23123 (+8) 18552 (+4) 80.23% (-0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4682) 21 17 80.95%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@nscuro nscuro marked this pull request as ready for review February 23, 2025 14:50
@nscuro nscuro merged commit 8cab3ea into DependencyTrack:master Feb 23, 2025
11 checks passed
@nscuro nscuro deleted the issue-4652 branch February 23, 2025 14:58
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

defect Something isn't working

Projects

None yet

1 participant