Łukasz Gryglicki

Results 163 comments of Łukasz Gryglicki

OK, will add on Monday. ANy other projects should I add? Asking because every run BigQuery costs money (we need to track all GitHub data for a year and it...

Sure, no problem, please include whatever is needed by Monday - I'll do another round then.

I can't get correct values for Xen using BigQuery, looks like mirrors are saved differently, investigating this, all I can get for Xen for 2021 year is: ``` org,repo,activity,comments,prs,commits,issues,authors_alt2,authors_alt1,authors,pushes xen-project,xen-project/xen,116,0,1,0,0,1,(null),(null),0...

Added `Unikraft` data, for Xen I don't have usable data using BigQuery - I'll clone the main repo from GitHub org and will try to estimate numbers using git commands...

Ok so I did some estimations - cloned the xen repo and executed: ``` root@darkstar:~/dev/cncf/velocity/xen# git log --all --since "2021-01-01" --until "2021-12-11" --pretty=format:"%aE" | sort | uniq | wc -l...

I remember that we talked about similar errors many times in the past. The agreed solution was to add test coverage that checks dependencies on some CI system when pushing/committing/merging...

During the setup process we see: ``` Attempting uninstall: geopy Found existing installation: geopy 2.0.0 Uninstalling geopy-2.0.0: Successfully uninstalled geopy-2.0.0 Running setup.py develop for grimoireelk Successfully installed GitPython-3.1.3 MarkupSafe-1.1.1 PyMySQL-0.9.3...

We needed to fix locally, I may create a PR tomorrow or later. So the decision was to break a working command to fix tests right :p? Not quite get...

Which slack endpoint is used by the master branch? Because we're using master branches from the following repos: - https://github.com/chaoss/grimoirelab-perceval - https://github.com/chaoss/grimoirelab-elk - https://github.com/chaoss/grimoirelab-sortinghat

We don't have that value in GitHub archives which is a datasource for DevStats. So we rather can't, unless you have a way of getting this value from GitHub archives...