-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add compatibility check badges to READMEs. #8288
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atulep
pushed a commit
that referenced
this pull request
Apr 3, 2023
atulep
pushed a commit
that referenced
this pull request
Apr 18, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jun 4, 2023
parthea
pushed a commit
that referenced
this pull request
Jul 6, 2023
parthea
pushed a commit
that referenced
this pull request
Aug 15, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Sep 22, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 21, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 22, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 22, 2023
parthea
pushed a commit
that referenced
this pull request
Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: automl
Issues related to the AutoML API.
api: bigquery
Issues related to the BigQuery API.
api: bigquerydatatransfer
Issues related to the BigQuery Data Transfer Service API.
api: bigquerystorage
Issues related to the BigQuery Storage API.
api: bigtable
Issues related to the Bigtable API.
api: cloudasset
Issues related to the Cloud Asset Inventory API.
api: clouderrorreporting
Issues related to the Error Reporting API.
api: cloudiot
Issues related to the IoT Core API.
api: cloudkms
Issues related to the Cloud Key Management Service API.
api: cloudtasks
Issues related to the Cloud Tasks API.
api: cloudtrace
Issues related to the Cloud Trace API.
api: container
Issues related to the Kubernetes Engine API API.
api: core
api: datacatalog
Issues related to the Data Catalog API.
api: datalabeling
Issues related to the AI Platform Data Labeling Service API.
api: dataproc
Issues related to the Dataproc API.
api: datastore
Issues related to the Datastore API.
api: dlp
Issues related to the Sensitive Data Protection API.
api: dns
Issues related to the Cloud DNS API.
api: firestore
Issues related to the Firestore API.
api: iam
Issues related to the Identity and Access Management API.
api: irm
api: language
Issues related to the Cloud Natural Language API API.
api: logging
Issues related to the Cloud Logging API.
api: monitoring
Issues related to the Cloud Monitoring API.
api: oslogin
Issues related to the Cloud OS Login API API.
api: phishingprotection
Issues related to the Phishing Protection API.
api: pubsub
Issues related to the Pub/Sub API.
api: redis
Issues related to the Memorystore for Redis API.
api: runtimeconfig
Issues related to the Cloud Runtime Config API API.
api: spanner
Issues related to the Spanner API.
api: speech
Issues related to the Speech-to-Text API.
api: storage
Issues related to the Cloud Storage API.
api: talent
api: texttospeech
Issues related to the Text-to-Speech API.
api: videointelligence
Issues related to the Video Intelligence API API.
api: vision
Issues related to the Cloud Vision API.
api: webrisk
Issues related to the Web Risk API.
cla: yes
This human has signed the Contributor License Agreement.
type: docs
Improvement to the documentation for an API.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello google package maintainers,
The badges being added to the READMEs in this PR will indicate each package's compatibility with other google packages. This addresses a set of user bugs which have happened when a user depends on two Cloud libraries (or runtimes that bundle libraries), say A and B, which both depend on library C. If the two libraries require different versions of C, the users can run into issues both when they pip install the libraries, and when they deploy their code. Our compatibility server checks that all libraries we make including these ones are self and pairwise compatible as well as not having any deprecated dependencies. The two badges being added to each README will mark the build for your project green when the latest version available on PyPI and github HEAD respectively meet all compatibility checks with itself and all other libraries. The badge target will link to a details page that elaborates on the current status. This should help you fix issues pre-release, to avoid user surprises. For more information, please take a look at our project charter at go/python-cloud-dependencies-project-charter and the badging PRD https://docs.google.com/document/d/1GYRFrfUou2ssY71AtnLkc8Sg1SD4dxqN4GzlatGHHyI/edit?ts=5c6f031d