RFR: 1890: Add method getExpiredDeployKeys
Erik Joelsson
erikj at openjdk.org
Tue Apr 25 22:16:57 UTC 2023
On Tue, 25 Apr 2023 19:01:25 GMT, Zhao Song <zsong at openjdk.org> wrote:
> Add a new method called getExpiredDeployKeys in HostedRepository
I'm not sure about the "Expired" part of the method name. In the forge, the keys aren't expired, we are just searching for keys older than a certain duration. Also note that the prefix 'get' isn't used much in Skara code. I would suggest `HostedRepository::deployKeyTitles`.
-------------
PR Comment: https://git.openjdk.org/skara/pull/1508#issuecomment-1522489614
More information about the skara-dev
mailing list