Skip to content

Commit

Permalink
Remove hostnamePatterns from credential files (#1030)
Browse files Browse the repository at this point in the history
Motivation:
We decided to repurpose the `MirrorCredential` to manage all repository credentials, not just those specific to mirroring. The hostnamePatterns property, which was specific to mirroring, is no longer necessary. With the introduction of a dedicated mirroring API, hostnamePatterns can be safely removed.

Modifications:
- Added a job that removes the `hostnamePatterns` property from existing credential files. This prepares the system for the complete removal of this property in the next PR.
- Remove `MirroringMigrationService` to avoid conflict while executing the job.

Result:
- The `hostnamePatterns` property is now deprecated and will be removed entirely in the subsequent PR.
  • Loading branch information
minwoox committed Sep 26, 2024
1 parent 25edaa5 commit 788d2ab
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 1,127 deletions.

This file was deleted.

Loading

0 comments on commit 788d2ab

Please sign in to comment.