fix: UriTemplate expansion reserved ("+") and fragment("#") should not encode already percent encoded parts #3128
This file contains hidden or 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
| on: | |
| pull_request: | |
| types: [ labeled ] | |
| branches: | |
| - main | |
| name: downstream | |
| jobs: | |
| dependencies: | |
| if: ${{ github.event.label.name == 'downstream-check:run' }} | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| java: [8] | |
| repo: | |
| # This list needs to be updated manually until an automated solution is in place. | |
| - accessapproval | |
| - accesscontextmanager | |
| - aiplatform | |
| - analytics-admin | |
| - analytics-data | |
| - api-gateway | |
| - apigee-connect | |
| - appengine-admin | |
| - area120-tables | |
| - artifact-registry | |
| - asset | |
| - assured-workloads | |
| - automl | |
| - bigquery | |
| - bigqueryconnection | |
| - bigquerydatatransfer | |
| - bigquerymigration | |
| - bigqueryreservation | |
| - bigtable | |
| - billing | |
| - billingbudgets | |
| - binary-authorization | |
| - channel | |
| - cloudbuild | |
| - compute | |
| - contact-center-insights | |
| - container | |
| - containeranalysis | |
| - data-fusion | |
| - datacatalog | |
| - dataflow | |
| - datalabeling | |
| - dataproc | |
| - dataproc-metastore | |
| - datastore | |
| - datastream | |
| - debugger-client | |
| - deploy | |
| - dialogflow | |
| - dialogflow-cx | |
| - dlp | |
| - dms | |
| - dns | |
| - document-ai | |
| - domains | |
| - errorreporting | |
| - essential-contacts | |
| - eventarc | |
| - filestore | |
| - firestore | |
| - functions | |
| - game-servers | |
| - gke-connect-gateway | |
| - gkehub | |
| - gsuite-addons | |
| - iam-admin | |
| - iamcredentials | |
| - iot | |
| - kms | |
| - language | |
| - life-sciences | |
| - logging | |
| - logging-logback | |
| - managed-identities | |
| - mediatranslation | |
| - memcache | |
| - monitoring | |
| - monitoring-dashboards | |
| - network-management | |
| - network-security | |
| - networkconnectivity | |
| - notebooks | |
| - orchestration-airflow | |
| - orgpolicy | |
| - os-config | |
| - os-login | |
| - phishingprotection | |
| - policy-troubleshooter | |
| - private-catalog | |
| - profiler | |
| - pubsublite | |
| - recaptchaenterprise | |
| - recommendations-ai | |
| - recommender | |
| - redis | |
| - resource-settings | |
| - resourcemanager | |
| - retail | |
| - scheduler | |
| - secretmanager | |
| - security-private-ca | |
| - securitycenter | |
| - securitycenter-settings | |
| - service-control | |
| - service-management | |
| - service-usage | |
| - servicedirectory | |
| - shell | |
| - spanner | |
| - spanner-jdbc | |
| - speech | |
| - storage | |
| - storage-nio | |
| - storage-transfer | |
| - talent | |
| - tasks | |
| - texttospeech | |
| - tpu | |
| - trace | |
| - translate | |
| - video-intelligence | |
| - video-transcoder | |
| - vision | |
| - vpcaccess | |
| - webrisk | |
| - websecurityscanner | |
| - workflow-executions | |
| - workflows | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-java@v4 | |
| with: | |
| distribution: zulu | |
| java-version: ${{matrix.java}} | |
| - run: java -version | |
| - run: sudo apt-get update -y | |
| - run: sudo apt-get install libxml2-utils | |
| - run: .kokoro/downstream-client-library-check.sh google-http-client-bom ${{matrix.repo}} |