- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 80 for reviews (0.18 sec)
-
.github/actions/people/app/main.py
commenters[author_name] += 1 for review in pr.reviews.nodes: if review.author: authors[review.author.login] = review.author pr_reviewers.add(review.author.login) for label in pr.labels.nodes: if label.name == "lang-all": translation_reviewers[review.author.login] += 1 break
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 17 04:13:50 UTC 2024 - 19.2K bytes - Viewed (1) -
istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json
}, "protocol": "HBONE", "uid": "Kubernetes//Pod/bookinfo/reviews-v3-5b9bd44f4-7fff4", "name": "reviews-v3-5b9bd44f4-7fff4", "namespace": "bookinfo", "trustDomain": "cluster.local", "serviceAccount": "bookinfo-reviews", "workloadName": "reviews-v3", "workloadType": "deployment", "canonicalName": "reviews", "canonicalRevision": "v3", "network": "network3",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 03:28:36 UTC 2024 - 33.1K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json
"tlsMode": "istio" }, "istio": { "workload": "reviews-v3;default;reviews;v3;Kubernetes" } } }, "loadBalancingWeight": 1 }, {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 40.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml
loadBalancingWeight: 1 metadata: filterMetadata: envoy.transport_socket_match: tlsMode: istio istio: workload: reviews-v3;default;reviews;v3;Kubernetes - endpoint: address: socketAddress: address: 10.244.0.193 portValue: 9080 healthCheckConfig: {} healthStatus: HEALTHY
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 17.1K bytes - Viewed (0) -
docs/fr/docs/contributing.md
Consultez les documents concernant <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews" class="external-link" target="_blank">l'ajout d'un review de pull request</a> pour l'approuver ou demander des modifications. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.2K bytes - Viewed (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
* During code reviews that introduce new APIs, reviewers need to be mindful that all new properties are implemented with lazy types.
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 15 20:00:57 UTC 2024 - 10K bytes - Viewed (0) -
istioctl/pkg/validate/validate_test.go
kind: VirtualService metadata: name: invalid-virtual-service spec: http: ` warnDestinationRule = `apiVersion: networking.istio.io/v1 kind: DestinationRule metadata: name: reviews-cb-policy spec: host: reviews.prod.svc.cluster.local trafficPolicy: outlierDetection: consecutiveErrors: 7 ` invalidYAML = ` (...!)` validKubernetesYAML = ` apiVersion: v1 kind: Namespace
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0) -
.github/actions/notify-translations/app/main.py
# Messages to create or check new_translation_message = f"Good news everyone! 😉 There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}. 🎉 This requires 2 approvals from native speakers to be merged. 🤓" done_translation_message = f"~There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}~ Good job! This is done. 🍰☕" # Normally only one language, but still for lang in langs:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jul 29 23:35:07 UTC 2024 - 12.4K bytes - Viewed (0) -
docs/en/docs/management-tasks.md
* Add the specific language label. * Add the label `awaiting-review`. The label `awaiting-review` is special, only used for translations. A GitHub Action will detect it, then it will read the language label, and it will update the GitHub Discussions managing the translations for that language to notify people that there's a new translation to review.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 21:56:33 UTC 2024 - 14.2K bytes - Viewed (0) -
CONTRIBUTING.md
TensorFlow has passed version 1.0 and hence cannot make non-backward-compatible API changes without a major release. Reviewers of your pull request will comment on any API compatibility issues [following API review practices](https://github.com/tensorflow/community/blob/master/governance/api-reviews.md). * When you contribute a new feature to TensorFlow, the maintenance burden is
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 06:20:12 UTC 2024 - 15.9K bytes - Viewed (0)