Denis Blanchette
Denis Blanchette
This adds support for GitHub App authentication using the main class which is simpler for users (see #1855) ```python import Github github_client = Github(app_id=MY_APP_ID, app_private_key=MY_PRIVATE_KEY) ``` Also, the credentials are...
Not 100% sure if this is a bug or feature request ### Environment How do you use Sentry? Self-hosted 21.7.0 6a3c273 Which SDK and version? Python 3.8.12 sentry-sdk 1.4.1 Django...
from #117 @dblanchette finally, and let me know if you want to consider this a separate feature request, but it is connected - when you glob for schema files, i...
From a comment on #102: > Great tool! We have a very similar use case to above that would be solved by this. We have a number of common definitions...
For big schemas, it would be nice to have a table of content. It would basically be a lightweight version of the schema without the description and definitions. Each element...
As a solution to #50 , circular references are now detected and added as a link to the first seen element in the loop. However, it might be clearer to...
When using Workflow.create_dispatch(), we only get a boolean response even though the GitHub API returns detailed error messages. This adds an option to the method to throw exceptions with the...
Marked as breaking because it affects the look a lot
When running a Windows workflow using the official image you provide, we get errors running a Python shell: > Error: python: command not found The runners launched with runs-on do...
After updating Spinnaker from 1.36.0 to 1.37.10, the calls to Jenkins jobs with parameters started being escaped differently. Special characters are escaped fine using percent-encoding, but spaces are being replaced...