Searched +full:stale +full:- +full:issue +full:- +full:message (Results 1 – 25 of 199) sorted by relevance
12345678
| /external/bazelbuild-rules_python/.github/workflows/ |
| D | stale.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # See https://github.com/marketplace/actions/close-stale-issues 17 name: Mark stale issues and pull requests 22 - cron: "45 22 * * *" 25 stale: 26 runs-on: ubuntu-latest 29 - uses: actions/stale@v3 31 repo-token: ${{ secrets.GITHUB_TOKEN }} 36 # The number of days old an issue can be before marking it stale. 37 days-before-stale: 180 [all …]
|
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | stale-issue.yml | 1 name: "Close stale issues" 6 - cron: "0 0/3 * * *" 10 name: Stale issue job 11 runs-on: ubuntu-latest 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v4 20 ancient-issue-message: This is a very old issue that is probably not getting as much 21 attention as it deserves. We encourage you to check if this is still an issue in 23 to provide a comment or open a new issue. 24 stale-issue-message: It looks like this issue has not been active for more than five days. [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | stale_issue.yml | 1 name: "Close stale issues" 6 - cron: "*/60 * * * *" 10 runs-on: ubuntu-latest 11 name: Stale issue job 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v3 20 …-issue-message: Greetings! Sorry to say but this is a very old issue that is probably not getting … 21 …stale-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week.… 22 …stale-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a… 25 stale-issue-label: closing-soon [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | stale.yml | 1 name: Mark stale issues and pull requests 2 permissions: read-all 6 - cron: "30 20 * * *" 9 stale: 11 runs-on: ubuntu-latest 14 - uses: actions/stale@v4.0.0 16 repo-token: ${{ secrets.GITHUB_TOKEN }} 17 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. … 18 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea… 19 days-before-stale: 182 # 6 months [all …]
|
| /external/accompanist/.github/workflows/ |
| D | issues-stale.yml | 1 name: 'Close stale issues and PRs' 4 - cron: '15 3 * * *' 7 stale: 8 runs-on: ubuntu-latest 10 - uses: actions/stale@v3 12 …stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remov… 13 days-before-stale: 45 14 days-before-close: 5 15 exempt-all-pr-milestones: true 16 exempt-issue-labels: 'waiting for info,waiting on dependency'
|
| /external/python/cpython3/.github/workflows/ |
| D | stale.yml | 1 name: Mark stale pull requests 5 - cron: "0 0 * * *" 8 pull-requests: write 11 stale: 14 runs-on: ubuntu-latest 15 timeout-minutes: 10 18 - name: "Check PRs" 19 uses: actions/stale@v5 21 repo-token: ${{ secrets.GITHUB_TOKEN }} 22 stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' [all …]
|
| /external/sg3_utils/doc/ |
| D | rescan-scsi-bus.sh.8 | 1 .TH RESCAN\-SCSI\-BUS.SH "1" "September 2022" "rescan\-scsi\-bus.sh" "User Commands" 3 rescan-scsi-bus.sh \- script to add and remove SCSI devices without rebooting 5 .B rescan\-scsi\-bus.sh 6 [\fI\-\-alltargets\fR] [\fI\-\-attachpq3\fR] [\fI\-c\fR] 7 [\fI\-\--channels=CLIST\fR] [\fI\-\-color\fR] [\fI\-d\fR] [\fI\-\-flush\fR] 8 [\fI\-f\fR] [\fI\-\-forceremove\fR] [\fI\-\-forcerescan\fR] [\fI\-\-help\fR] 9 [\fI\-\-hosts=HLIST\fR] [\fI\-\-ids=TLIST\fR] [\fI\-\-ignore\-rev\fR] 10 [\fI\-\-issue\-lip\fR] [\fI\-i\fR] [\fI\-\-issue\-lip\-wait=SECS\fR] 11 [\fI\-I SECS\fR] [\fI\-l\fR] [\fI\-L NUM\fR] [\fI\-\-largelun\fR] 12 [\fI\-\-luns=LLIST\fR] [\fI\-m\fR] [\fI\-\-multipath\fR] [all …]
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| D | ProxyAuthenticateParser.java | 14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT 44 * @param proxyAuthenticate message to parse 59 * parse the String message 61 * @throws ParseException if the message does not respect the spec. 73 "Proxy-Authenticate: Digest realm=\"MCI WorldCom SIP\","+ 75 "opaque=\"\", stale=FALSE, algorithm=MD5\n", 77 "Proxy-Authenticate: Digest realm=\"MCI WorldCom SIP\","+ 78 "qop=\"auth\" , nonce-value=\"oli\"\n" 97 * Issue number: 101 * Moved some changes from jain-sip-1.2 to java.net [all …]
|
| D | ProxyAuthorizationParser.java | 14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT 45 * @param proxyAuthorization -- header to parse 60 * parse the String message 62 * @throws ParseException if the message does not respect the spec. 75 "Proxy-Authorization: Digest realm=\"MCI WorldCom SIP\","+ 77 "opaque=\"\",stale=FALSE,algorithm=MD5\n", 79 "Proxy-Authorization: Digest realm=\"MCI WorldCom SIP\","+ 80 "qop=\"auth\" , nonce-value=\"oli\"\n" 104 * Issue number: 108 * Moved some changes from jain-sip-1.2 to java.net [all …]
|
| /external/rust/crates/miette/ |
| D | CONTRIBUTING.md | 7 * [Request Support](#request-support) 8 * [Report an Error or Bug](#report-an-error-or-bug) 9 * [Request a Feature](#request-a-feature) 11 * [Project Setup](#project-setup) 12 * [Contribute Documentation](#contribute-documentation) 13 * [Contribute Code](#contribute-code) 15 * [Provide Support on Issues](#provide-support-on-issues) 16 * [Label Issues](#label-issues) 17 * [Clean Up Issues and PRs](#clean-up-issues-and-prs) 18 * [Review Pull Requests](#review-pull-requests) [all …]
|
| /external/grpc-grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 11 …ts might have been closed in the past as a result of them being marked as stale due to there being… 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run 38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only [all …]
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 11 …ts might have been closed in the past as a result of them being marked as stale due to there being… 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run 38 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only [all …]
|
| /external/mesa3d/docs/drivers/ |
| D | freedreno.rst | 4 Freedreno GLES and GL driver for Adreno 2xx-6xx GPUs. It implements up to 8 <https://gitlab.freedesktop.org/freedreno/freedreno/-/wikis/home>`__ for more 12 ------ 22 --------------------- 24 Adreno is a mostly tile-mode renderer, but with the option to bypass tiling 49 Prefetch Parser. Adreno 2xx-4xx CP component. 52 Micro Engine. Adreno 2xx-4xx CP component after PFP, handles most PM4 commands. 58 <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/freedreno/afuc/README.rst>`__. 118 Roughly 128KB-1MB of memory on the GPU (SKU-dependent), used to store 123 initialized during the binning pass to contain the worst-case (farthest) Z [all …]
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | Cache.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 64 * Sometimes a request will result in a conditional cache hit. If the cache contains a stale copy of 65 * the response, the client will issue a conditional {@code GET}. The server will then send either 77 * no-cache} directive: <pre> {@code 86 * efficient {@code max-age=0} directive instead: <pre> {@code 99 * to be downloaded. To restrict a request to locally-cached resources, add the {@code 100 * only-if-cached} directive: <pre> {@code 115 * This technique works even better in situations where a stale response is better than no response. 116 * To permit stale cached responses, use the {@code max-stale} directive with the maximum staleness 137 // Android-changed: internalCache made public so it can be used from Android internalapi package. [all …]
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
| D | Cache.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 65 * Sometimes a request will result in a conditional cache hit. If the cache contains a stale copy of 66 * the response, the client will issue a conditional {@code GET}. The server will then send either 78 * no-cache} directive: <pre> {@code 87 * efficient {@code max-age=0} directive instead: <pre> {@code 100 * to be downloaded. To restrict a request to locally-cached resources, add the {@code 101 * only-if-cached} directive: <pre> {@code 116 * This technique works even better in situations where a stale response is better than no response. 117 * To permit stale cached responses, use the {@code max-stale} directive with the maximum staleness 139 // Android-changed: internalCache made public so it can be used from Android internalapi package. [all …]
|
| /external/mesa3d/src/freedreno/ci/ |
| D | freedreno-a630-fails.txt | 2 spec@ext_external_objects@vk-depth-display@D32S8,Fail 3 spec@ext_external_objects@vk-image-overwrite@RGB 10 A2 UINT optimal: Failed to create texture from … 4 spec@ext_external_objects@vk-image-overwrite@RGB 10 A2 UNORM optimal: Failed to create texture from… 5 spec@ext_external_objects@vk-image-overwrite@RGB 5 A1 UNORM optimal: Failed to create texture from … 6 spec@ext_external_objects@vk-image-overwrite@RGBA 16 INT optimal: Failed to create texture from GL … 7 spec@ext_external_objects@vk-image-overwrite@RGBA 16 SFLOAT optimal: Failed to create texture from … 8 spec@ext_external_objects@vk-image-overwrite@RGBA 16 UINT optimal: Failed to create texture from GL… 9 spec@ext_external_objects@vk-image-overwrite@RGBA 32 INT optimal: Failed to create texture from GL … 10 spec@ext_external_objects@vk-image-overwrite@RGBA 32 UINT optimal: Failed to create texture from GL… 11 spec@ext_external_objects@vk-image-overwrite@RGBA 4 UNORM optimal: Failed to create texture from GL… [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/ |
| D | TablesDatasetMetadata.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 145 * This column must be non-nullable and have one of following data types 177 * This column must be non-nullable and have one of following data types 287 * model, that call will error describing the issue. 322 * model, that call will error describing the issue. 359 com.google.protobuf.WireFormat.FieldType.MESSAGE, 391 * This field may be stale, see the stats_update_time field for 423 * This field may be stale, see the stats_update_time field for 446 * This field may be stale, see the stats_update_time field for 477 * This field may be stale, see the stats_update_time field for [all …]
|
| /external/mesa3d/docs/ |
| D | submittingpatches.rst | 7 ---------------- 9 - Patches should not mix code changes with code formatting changes 11 - Code patches should follow Mesa :doc:`coding 13 - Whenever possible, patches should only affect individual Mesa/Gallium 15 - Patches should never introduce build breaks and should be bisectable 17 - Patches should be properly :ref:`formatted <formatting>`. 18 - Patches should be sufficiently :ref:`tested <testing>` before 20 - Patches should be :ref:`submitted <submit>` via a merge request for 26 ---------------- 28 - Lines should be limited to 75 characters or less so that Git logs [all …]
|
| /external/googleapis/google/cloud/config/v1/ |
| D | config.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 52 "https://www.googleapis.com/auth/cloud-platform"; 312 message Deployment { 354 // Cloud Build failed due to a permission issue. 365 // Cloud Storage bucket creation failed due to a permission issue. 368 // Cloud Storage bucket creation failed due to an issue unrelated to 416 // User-defined metadata for the deployment. 454 // Optional. User-defined location of Cloud Build logs and artifacts in Google 458 // Default bucket format: `gs://<project number>-<region>-blueprint-config` 460 // - The bucket needs to be in the same project as the deployment [all …]
|
| /external/sg3_utils/scripts/ |
| D | rescan-scsi-bus.sh | 2 # Script to rescan SCSI bus, using the scsi add-single-device mechanism. 3 # (c) 1998--2010 Kurt Garloff <kurt@garloff.de>, GNU GPL v2 or v3 4 # (c) 2006--2022 Hannes Reinecke, GNU GPL v2 or later 5 # $Id: rescan-scsi-bus.sh,v 1.57 2012/03/31 14:08:48 garloff Exp $ 10 TMPLUNINFOFILE="/tmp/rescan-scsi-mpath-info.txt" 29 if [ "$debug" -eq 1 ] ; then 42 declare -i cntr=0 43 while [ $cntr -lt "$LN" ] ; do BK="$BK\e[D"; let cntr+=1; done 44 echo -en "$STRG$BK" 52 declare -i cntr=0 [all …]
|
| /external/cronet/components/cronet/ |
| D | url_request_context_config.cc | 2 // Use of this source code is governed by a BSD-style license that can be 107 // Stale DNS (StaleHostResolver) experiment dictionary name. 109 // Name of boolean to enable stale DNS experiment. 111 // Name of integer delay in milliseconds before a stale DNS result will be 114 // Name of integer maximum age (past expiration) in milliseconds of a stale DNS 117 // Name of integer maximum times each stale DNS result can be used, or 0 for no 120 // Name of boolean to allow stale DNS results from other networks to be used on 129 // Name of boolean to allow use of stale DNS results when network resolver 146 // Name of list of preloaded "Report-To" headers. 156 // Disable IPv6 when on WiFi. This is a workaround for a known issue on certain [all …]
|
| /external/googleapis/google/cloud/automl/v1beta1/ |
| D | tables.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 message TablesDatasetMetadata { 42 // This column must be non-nullable and have one of following data types 75 // model, that call will error describing the issue. 90 // This field may be stale, see the stats_update_time field for 96 // ColumnSpec.top_correlated_columns fields were last (re-)generated. Any 104 message TablesModelMetadata { 121 // name - May be set on CreateModel, if it's not then the ColumnSpec 125 // display_name - Output only. 126 // data_type - Output only. [all …]
|
| /external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/ |
| D | tables.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 message TablesDatasetMetadata { 42 // This column must be non-nullable and have one of following data types 75 // model, that call will error describing the issue. 90 // This field may be stale, see the stats_update_time field for 96 // ColumnSpec.top_correlated_columns fields were last (re-)generated. Any 104 message TablesModelMetadata { 121 // name - May be set on CreateModel, if it's not then the ColumnSpec 125 // display_name - Output only. 126 // data_type - Output only. [all …]
|
| /external/libusb/ |
| D | ChangeLog | 4 2024-01-31: v1.0.27 11 * Fix sync transfer completion race and use-after-free 18 * Windows: Ignore non-configured devices instead of waiting 21 2022-04-10: v1.0.26 27 * Fix macOS exit crash in some multi-context cases 29 * Fix Windows HID multi-interface product string retrieval 34 2022-01-31: v1.0.25 48 2020-12-09: v1.0.24 55 * Darwin (macOS): Fix stale descriptor information post reset (#733) 72 2019-08-28: v1.0.23 [all …]
|
| /external/aws-sdk-java-v2/changelogs/ |
| D | 2.14.x-CHANGELOG.md | 1 # __2.14.28__ __2020-09-29__ 3 - ### Features 4 - Updated service endpoint metadata. 7 - ### Features 8 …- Update TagResource API documentation to include Contact Flows and Routing Profiles as supported … 11 - ### Features 12 - This release adds support for Client to Client routing for AWS Client VPN. 15 - ### Features 16 - Simple update to description of ComplianceItemStatus. 19 - ### Features [all …]
|
12345678