An avro converter for Kafka Connect without a Schema Registry
An application that records stats about consumer group offset commits and reports them as prometheus metrics
Rundeck Plugin for encrypting/decrypting secrets using the Amazon KMS API.
Checks have all passed... give me a bit to think about the lift-json question.
PR checks are authorized. Will noodle on how I feel about actually pulling the plug on lift-json support but alas, I'm also one of the key maintainers over there and I'm not sure it's aged particularly well.
Yeah. I’ll have a look today. On Jan 30, 2023, at 3:38 AM, Yann Simon @.***> wrote: @farmdawgnation can you authorize the PR checks?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
We should group large numbers of repositories into batches of 50-100 that run concurrently to speed things up a bit.
When unhandled exceptions occur during the policy run, the app will crash and fail to report anything to the user. It just hangs indefinitely. We need to have a default exception handler in the JVM to prevent this.
The CollaboratorsOperator is slow and a lot of that slow is attributed to back-and-forth with GitHub's API. We should cache team slug -> team object between different repositories to speed this process up and play nicer with rate limits.
fix: bug fixes on enforce function, pull requests, required reviewers, etc (#24)
fix: add exclude logic to enforce function
fix: null error on required reviewers conditional
fix: pull request race condition
fix: timeout w/ app installation token
chore: style/syntax improvment when getting token
test: add tests for pull request operator race condition
refactor: add condition if required reviewers missing
chore: enable all pull requests again to account for race condition
refactor: extract refresh app token to private function