valerio
valerio
I executed perceval on my Windows machine using the following steps: - Download python 3.6 from https://www.python.org/downloads/ - Create a shortcut of python.exe (e.g., `python36.lnk`) and move it to the...
Thank you @animeshk08 for opening this issue and providing the fix.
Hi @linonymous, thank you for reporting this issue! **Context** From the command posted above, I see that you are fetching data from this repo: https://github.com/pndaproject/platform-salt. I understand that you are...
Under the hood Perceval runs the following Git command to inspect the log history: ``` git log --reverse --topo-order --raw --numstat --pretty=fuller --decorate=full --parents -M -C -c --branches --tags --remotes=origin...
You're welcome @linonymous ! We should run more tests, but I would say that the data loss occurs when the same file appears twice in the commit (e.g., a modification...
Sorry @animeshk08 I'm late on this discussion. I'll try to answer tomorrow
Hi @animeshk08 , The first 2 ideas look good, I understand that they are based on a (semi)manual approach to update the file and changelog. I have some questions: -...
Thank you @animeshk08 > The current approach does not solve this problem. I was unaware of such changes. Let me think if there is some workaround for this. Also in...
Hi @aaronnickovich, thank you for your interest! If you need some help don't hesitate to ping us! Feel also free to share your branch and we can work on it...
Hi @sarthak0906! You're contribution is more than welcome. Please have a look to the [github.py](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/github.py) and [gitlab.py](https://github.com/chaoss/grimoirelab-perceval/blob/master/perceval/backends/core/gitlab.py) as reference. You can also have a look at a prototype of the...