dahorak
dahorak
## Description of the problem, including code/CLI snippet Approving/unapproving merge request using `approve()` or `unapprove()` methods breaks the merge request object and no further operation is then possible: ```python In...
Cluster import performed via API by our test in CentOS CI is failing with following error: ``Failure in Job 3e68fb46-97a0-4f36-8269-e2ad9a0f75b8 Flow tendrl.flows.ImportCluster with error: Traceback (most recent call last): File...
We shouldn't use existing domains for example and testing emails. So I propose to use `example.org` or `example.com` as they are designated for examples and documentation purposes (see [RFC2606](https://tools.ietf.org/html/rfc2606#section-3))
Recently released version of `marshmallow==4.0.0` breaks the `pytest-jira` plugin: ``` In [1]: from issue_model import JiraIssue --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from...