Petr Šplíchal
Petr Šplíchal
Use up-to-date package names, mention `oauth2client` as well.
After porting the code to Python 3 Jira plugin stopped working. Example config file: [general] email = Petr Šplíchal [osci] type = jira project = OSCI url = https://projects.example.com/ While...
For the git plugin it would be nice to have possibility to point the config to a remote repository, for example something like this: [tools] type = git did =...
Some teams are filing status reports on another day than on the end of the week. It would be nice to be able to set in the configuration file a...
We should clearly warn when user (e.g. by a copy & paste accident) specifies `--since` or `--until` options together with relative time specification such as `last week` as it's not...
When an email of non-existent user is provided searching for gerrit changes results in a traceback. This should probably just raise a warning or silently ignore this particular error. Otherwise...
Internally `options.since` and `options.until` dates are interpreted as the midnight of the respective date. This means that plugins need to query like this: ``` date >= options.since and date <...
It would be nice to have an easy way to send/email the gathered report directly from command line, optionally with editing it: - After report is generated the content is...
Some unit tests need a special setup but most of them should be working without authentication. Let's try to enable them in tmt.
There has been a discussion about how to improve reporting results in the Standard Test Interface so that it is more easy to distinguish test failure from infrastructure error: *...