augur icon indicating copy to clipboard operation
augur copied to clipboard

Python library and web service for Open Source Software Health and Sustainability metrics & data collection. You can find our documentation and new contributor information easily here: https://oss-aug...

Results 374 augur issues
Sort by recently updated
recently updated
newest added

It would be great to gameify use of a mobile app against insights from the insight worker, or any of the machine learning workers. Completely open to creativity here.

**Is your feature request related to a problem? If so, please describe the problem:** Currently, Augur runs all the workers with `switch=1` when it starts. Logically, in order to optimize...

The Augur server is powered by Gunicorn workers handling requests in the background. Currently, when any of these workers encounter an error, it is not shown in the terminal/stdout, and...

bug
deployed version
usability
good first issue
Hacktoberfest 2020

Add license list from here: https://tldrlegal.com/ to the SPDX License

GSoC 2022
database

Hi & thanks to whoever coming to help, **Description:** I am trying to get a time-windowed full activity history of repositories using Augur collected data. By *full activity history* I...

Following the GitLab and GitHub examples, in the workers/directory, and using functions available in workers/worker_base.py, build a worker that will gather Change Request information from Gerrit repos. 1. Familiarize yourself...

feature-request
server
workers
good first issue
add-feature

The aim of this work is to understand the code based dependencies embedded within a piece of open source software. This metric explicitly excludes infrastructure focused dependencies like databases, and...

GSoC 2022

Tooling needs to handle the changing of the default branch name on platforms like Github, where it is now `main` instead `master`. Current tooling (Augur and Grimoirelab) will handle whatever...

Please help us help you by filling out the following sections as thoroughly as you can. **Description:** When I start the merge request worker on the `gitlab-issues+releases-patch` branch, I get...

workers
GSoC 2022
good first issue
critical-fix

When working on some metrics, we found that there is no nice way to filter the augur_data.contributors table with repo_id via an SQL `WHERE` clause since they are not connected...

server
GSoC 2022
database