Tags: googleapis/librarian
Tags
feat(sidekick/swift): bootstrap method generation (#5146) Generate a skeleton of each method, the skeleton just crashes the application (think `assert()`) for now. It should have the correct return type for the APIs we want to generate, but does not support `google.protobuf.Empty`, or pagination, or LROs yet.
chore(python): update sdk.yaml with non-default release levels (#4850) The language-default release level is often different to the current Python library release level, as determined by the existing .repo-metadata.json files. The sdk.yaml file is updated to reflect the current state of play in google-cloud-python, so that after migration we still generate the same .repo-metadata.json files. Also adds google/maps/geocode/v4 to the allow-list, as that's now in google-cloud-python. Fixes #4847.
fix(internal/legacylibrarian): use 'release:failed' label upon failure ( #4017) When a release fails to process we don't want to indefinitely retry processing that pull request. We will instead now mark it as failed so future searches from our automation don't find the pull request. In these cases a bug will be opened from a production notification in Google Cloud which will require an engineer to investigate the failure. Internal Bug: b/481308012
fix(internal/legacylibrarian): retry on more status codes (#3989) GitHub had an outage yesterday which was cauing some of our jobs to fail for a while. While this was happening I noticed we were getting and not honoring these two statuses from thier serveres. Internal Bug: b/483305951
feat(internal/librarian): find release commits and libraries released (… …#3642) Add findReleasedLibraries, which determines which libraries are released by a specific commit. Add findLatestReleaseCommit, which looks back in git history to find the first commit to release either any library, or just a specified library. These will be used by the tag and publish commands. Fixes #3597
PreviousNext