Actions
action #105127
closedcoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #99579: [epic][retro] Follow-up to "Published QCOW images appear to be uncompressed"
coordination #99660: [epic] Use more perl signatures in our perl projects
Use more perl signatures - openQA - some simple classes size:S
Description
Acceptance criteria¶
- AC1: Some method signatures have been introduced
Suggestions¶
- In https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/CLI/api.pm#L5 replace
use Mojo::Base 'OpenQA::Command';
withuse Mojo::Base 'OpenQA::Command', -signatures;
- In https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/CLI/api.pm#L18 do what I did with https://github.com/os-autoinst/openQA/pull/4201/files . At best create a pull request already with just this line change or conduct tests locally first
- Read about signatures in https://docs.mojolicious.org/perlsub#Signatures
- Extend as many other references as you can
Actions