Sam Gleske
Sam Gleske
@CAPTAIN1947 I opened another pull request against your branch. Please merge when you get a chance. * Updated with upstream master. * Resolved code conflicts. https://github.com/CAPTAIN1947/endless-sky/pull/2
### Purpose The purpose of using GraphQL is resolving the same information required by plugins but using GraphQL instead of the GitHub search API (which is inefficient). You don't need...
I was able to get coveralls working with jacoco in github actions. You need to set a `COVERALLS_REPO_TOKEN` secret environment variable. Here's a reference pull request https://github.com/samrocketman/jervis/pull/155
@jamesdh it is; people are here to be productive and filed this issue because they wanted code coverage. So while this action lacks features I provided a workaround for those...
I plan to propose a patch for this as well but going to let this bug report get reviewed before I do anything.
I’ve been running similar Jenkins infrastructure for the past 6 years without issue. But the past 4 months seems like GitHub is changing something on their end to manage the...
Here’s some new articles; we’re heavily hitting secondary rate limit with github autostatus plugin (I am removing next maintenance) and with github branch source plugin. * rate_limit api is getting...
I could implement debug logging again and try to get a feel for the frequency. I'll let you know this coming week. I will try to get you some hard...
Here's another example of flakiness which happens quite often and before you run out of API limit. You have exceeded a secondary rate limit (click to see exception) --- ```...
@KeepItSimpleStupid you don't want to use `NoThrottle` because it checks credential validity against the meta API endpoint. I found out it ate through my entire API limit when I configured...