John McGinness

Results 24 comments of John McGinness

The name of the tab was changed to "My Repos" in #2783. Please let us know your feedback, and we can work more on this if need be. The changes...

@MoralCode It looks like we are using Rust in order to use cargo to install geckodriver. Sean added that install to the Dockerfile in 5a14c422504022da0ea6892f40dd954cef856da6

@cdolfi This was fixed by #3149, which is now in main. The issue was that GitHub is using a separate rate limit for the kind of query that we are...

I have not run into this one before. I'll have to see if I can repro locally 🤔

This issue was originally a backlog item that we had intended on working towards at a later date. However, since it has drawn much attention over the past week, I've...

@officialasishkumar You can rebase off of dev, or make a new branch. Or, we will be pulling dev up to speed with main as soon as #3077 gets merged, then...

@FaridMalekpour We have logic to detect a 301 already. You can see this in the `detect_move` [core task](https://github.com/chaoss/augur/blob/70c2eec77c55fad32174ec558c5db783861351ef/augur/tasks/github/detect_move/core.py#L47). We discussed last week how to check if a repo has moved...

Hi Cali, The primary log stream receives the combined output of every logging interface within Augur, so it does go very quickly on an active instance. However, in the `logs/`...

Hello there! Python 3.12 is not currently a supported runtime for Augur. We rely on many dependencies in other Python packages, and it can take us a while to update...

It was found that the events collection has the ability to lock an uncapped number of rows during updates. This operation locks the contributor table via a secondary relation, and...