Skip to content

Commit

Permalink
Remove hostnamePatterns from credential files
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.

Result:
- The `hostnamePatterns` property is now deprecated and will be removed entirely in the subsequent PR.
  • Loading branch information
minwoox committed Aug 29, 2024
1 parent 534f6bf commit 74015fb
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 1,127 deletions.

This file was deleted.

Loading

0 comments on commit 74015fb

Please sign in to comment.