Venu Vardhan Reddy Tekula
Venu Vardhan Reddy Tekula
Hi @TheKevJames, thanks for your work with this tool. I was following up on the recent updates to this tool. I came across this workaround and I was trying to...
Hi, I have been watching this issue for more comments after https://github.com/TheKevJames/coveralls-python/issues/252#issuecomment-759968114, but everything worked fine until today. We faced a new issue today, even after having the flag `--service=github`...
> `SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....` Came across this error but it seems like it is already fixed with #12 :+1:
Hi @frank-switchdin The problem is you cannot iterate through a dictionary while it's changing during for loop. Casting the dictionary items to a list creates a list of its items,...
Hi @sduenas, would you mind reviewing this if possible?
Hi @isikozsoy, thanks for opening the issue. I think the `user` attribute is the username for the Jira instance. - [perceval/backends/core/jira.py#L276](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/jira.py#L276) - [perceval.backends.core.html#perceval.backends.core.jira.JiraClient](https://perceval.readthedocs.io/en/latest/perceval.backends.core.html#perceval.backends.core.jira.JiraClient) Please let us know if that solves...
Thanks for providing the info, @isikozsoy. > https://confluence.atlassian.com/cloud/blog/2018/06/say-goodbye-to-usernames-in-atlassian-cloud Didn't know about this. Is this applicable only for the new versions? > Is it possible to modify the source code for...
@isikozsoy thanks a lot. Do you think we can add something to make things clear? Would you be interested to open a PR for it?
Hello @isikozsoy, I have some more comments. > I figured out that we should use email for user and api token for password Ok, does it work with `email` and...
Opening the issue as we can open a PR and fix the problem.