Searched +full:release +full:- +full:please (Results 1 – 25 of 1099) sorted by relevance
12345678910>>...44
| /external/google-auth-library-java/.kokoro/release/ |
| D | bump_snapshot.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 17 set -eo pipefail 19 export NPM_CONFIG_PREFIX=/home/node/.npm-global 21 if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; then 22 # Groom the snapshot release PR immediately after publishing a release 23 …npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-releas… 24 --repo-url=googleapis/google-auth-library-java \ 25 --package-name="google-auth-library-java" \ 26 --api-url=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please \ 27 --proxy-key=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-key-release-please \ [all …]
|
| D | bump_snapshot.cfg | 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 14 build_file: "google-auth-library-java/.kokoro/trampoline.sh" 16 # Configure the docker image for kokoro-trampoline. 19 value: "gcr.io/cloud-devrel-kokoro-resources/node:10-user" 24 value: "github/google-auth-library-java/.kokoro/release/bump_snapshot.sh" 27 # tokens used by release-please to keep an up-to-date release PR. 32 keyname: "github-magic-proxy-key-release-please" 41 keyname: "github-magic-proxy-token-release-please" 50 keyname: "github-magic-proxy-url-release-please"
|
| /external/google-auth-library-java/.kokoro/continuous/ |
| D | propose_release.sh | 9 # https://www.apache.org/licenses/LICENSE-2.0 17 set -eo pipefail 19 export NPM_CONFIG_PREFIX=/home/node/.npm-global 21 if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; then 22 # Groom the release PR as new commits are merged. 23 …npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-releas… 24 --repo-url=googleapis/google-auth-library-java \ 25 --package-name="google-auth-library-java" \ 26 --api-url=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please \ 27 --proxy-key=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-key-release-please \ [all …]
|
| D | propose_release.cfg | 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 14 build_file: "google-auth-library-java/.kokoro/trampoline.sh" 16 # Configure the docker image for kokoro-trampoline. 19 value: "gcr.io/cloud-devrel-kokoro-resources/node:10-user" 24 value: "github/google-auth-library-java/.kokoro/continuous/propose_release.sh" 27 # tokens used by release-please to keep an up-to-date release PR. 32 keyname: "github-magic-proxy-key-release-please" 41 keyname: "github-magic-proxy-token-release-please" 50 keyname: "github-magic-proxy-url-release-please"
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.kokoro/release/ |
| D | bump_snapshot.cfg | 11 gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" 16 # Configure the docker image for kokoro-trampoline. 19 value: "gcr.io/cloud-devrel-kokoro-resources/node:10-user" 24 value: "github/{{ metadata['repo']['repo_short'] }}/.kokoro/release/bump_snapshot.sh" 27 # tokens used by release-please to keep an up-to-date release PR. 32 keyname: "github-magic-proxy-key-release-please" 41 keyname: "github-magic-proxy-token-release-please" 50 keyname: "github-magic-proxy-url-release-please"
|
| /external/ltp/testcases/open_posix_testsuite/ |
| D | NEWS | 1 RELEASE DATES: 2 --------------- 4 -June 03, 2005 Version 1.5.1 Released 5 PTS-1.5.1 has a plenty of AIO interface test additions and bug-fixes by Sebastien Decugis. Also the… 6 …release has been tested on glibc-2.3.3 and kernel 2.6.10 with libposix-aio-0.3. The test result fo… 9 -December 17, 2004 Version 1.5.0 Released 10 A much anticipated release with plenty of interface test additions and bug-fixes. Added AIO test su… 12 -July 06, 2004 Version 1.4.3 Released 13 …-1.3. Besides many bug fixes, this release includes new pthread test cases (conformance, functiona… 15 -May 27, 2004 Version 1.4.2 Released [all …]
|
| /external/gflags/ |
| D | README.md | 1 [](https://travis-ci.org/gfla… 8 ---------------- 12 This maintenance release improves lives of Bazel users (no more "config.h" leaking into global incl… 18 Please report any further issues with this release using the GitHub issue tracker. 22 ------------ 26 This maintenance release primarily fixes build issues on Windows and 29 Please report any further issues with this release using the GitHub issue tracker. 33 ---------------- 37 This release adds support for use of the gflags library as external dependency 39 or [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/). [all …]
|
| /external/grpc-grpc/.github/ |
| D | mergeable.yml | 5 - must_exclude: 8 - must_exclude: 11 - or: 12 - and: 13 - must_include: 14 regex: '^release notes: yes' 15 message: 'Please add the label (release notes: yes)' 16 - must_include: 18 message: 'Please add a language label (lang/...)' 19 - must_include: [all …]
|
| /external/rust/crates/grpcio-sys/grpc/.github/ |
| D | mergeable.yml | 5 - must_exclude: 8 - must_exclude: 11 - or: 12 - and: 13 - must_include: 14 regex: '^release notes: yes' 15 message: 'Please add the label (release notes: yes)' 16 - must_include: 18 message: 'Please add a language label (lang/...)' 19 - must_include: [all …]
|
| /external/google-auth-library-java/.github/workflows/ |
| D | auto-release.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 name: auto-release 21 runs-on: ubuntu-latest 22 if: contains(github.head_ref, 'release-please') 24 - uses: actions/github-script@v6 26 github-token: ${{secrets.YOSHI_APPROVER_TOKEN}} 29 // only approve PRs from release-please[bot] 30 if (context.payload.pull_request.user.login !== "release-please[bot]") { 34 // only approve PRs like "chore(main): release <release version>" 35 if ( !context.payload.pull_request.title.startsWith("chore(main): release") ) { [all …]
|
| /external/crosvm/docs/book/src/integration/ |
| D | chromeos.md | 13 [gerrit](https://chromium-review.googlesource.com/q/hashtag:crosvm-merge). 18 Googlers can find more information on the merge process at [go/crosvm-uprev-playbook]. 23 `cros_workon` package. The full package name is `chromeos-base/crosvm`. 26 …Changes](https://www.chromium.org/chromium-os/developer-library/guides/development/developer-guide… 28 build with cros build-packages. Consecutive builds without changes to dependency can be done with 32 (chroot)$ cros_workon --board=${BOARD} start chromeos-base/crosvm 33 (chroot or host)$ cros build-packages --board=${BOARD} chromeos-base/crosvm 34 (chroot)$ emerge-${BOARD} chromeos-base/crosvm -j 10 46 (chroot)$ FEATURES=test emerge-${BOARD} chromeos-base/crosvm -j 10 50 configuration files. Please do not submit these changes. Also something makes it rebuild a lot of [all …]
|
| /external/python/mobly/ |
| D | CHANGELOG.md | 1 # Mobly Release History 4 ## Mobly Release 1.12.3: Proper Repeat and Retry Reporting 16 in the next major release. Please rely on the OS to allocate ports. 24 ## Mobly Release 1.12.2: Improve Support for Custom Suites 38 ## Mobly Release 1.12.1: Minor Improvements and Fixes 51 ## Mobly Release 1.12: New Snippet Base Client and a New `pre_run` Stage 53 This release introduces the new generic Mobly snippet base client and the new 58 removed in the following release. Please update your code accordingly: 59 * `snippet_client` -> `snippet_client_v2` 60 * `snippet_event` -> `mobly.snippet.callback_event` [all …]
|
| /external/grpc-grpc/tools/release/ |
| D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generate draft and release notes in Markdown from Github PRs. 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 20 tags or release branch names of previous and current releases respectively. 21 Typically, notes are generated before the release branch is labelled so Y is 22 almost always the name of the release branch. X is the previous release branch 23 if this is not a patch release. Otherwise, it is the previous release tag. 24 For example, for release v1.17.0, X will be origin/v1.16.x and for release v1.17.3, 39 content_header = """Draft Release Notes For {version} [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/release/ |
| D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Generate draft and release notes in Markdown from Github PRs. 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 20 tags or release branch names of previous and current releases respectively. 21 Typically, notes are generated before the release branch is labelled so Y is 22 almost always the name of the release branch. X is the previous release branch 23 if this is not a patch release. Otherwise, it is the previous release tag. 24 For example, for release v1.17.0, X will be origin/v1.16.x and for release v1.17.3, 37 content_header = """Draft Release Notes For {version} [all …]
|
| /external/cronet/third_party/libc++/src/docs/ReleaseNotes/ |
| D | 18.rst | 2 Libc++ 18.0.0 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming libc++ 18.0.0 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 21 part of the LLVM Compiler Infrastructure, release 18.0.0. Here we describe the 23 release and new feature work. For the general LLVM release notes, see `the LLVM 27 For more information about libc++, please see the `Libc++ Web Site 31 main Libc++ web page, this document applies to the *next* release, not 32 the current one. To see the release notes for a specific release, please 38 - A new debug mode has been added, replacing the legacy debug mode that was [all …]
|
| /external/cronet/third_party/libc++/src/docs/Helpers/ |
| D | ReleaseNotesTemplate.rst | 2 Libc++ XX.YY.ZZ (In-Progress) Release Notes 13 These are in-progress notes for the upcoming libc++ XX.YY.ZZ release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 21 part of the LLVM Compiler Infrastructure, release XX.YY.ZZ. Here we describe the 23 release and new feature work. For the general LLVM release notes, see `the LLVM 27 For more information about libc++, please see the `Libc++ Web Site 31 main Libc++ web page, this document applies to the *next* release, not 32 the current one. To see the release notes for a specific release, please 40 ------------------ [all …]
|
| /external/jsoup/ |
| D | SECURITY.md | 5 Security fixes are not back-ported. Please make sure you are running at least the latest [release v… 7 Please remember that jsoup is an Open Source library and is provided without any warranty. Before u… 11 If you believe or suspect you have identified a security vulnerability, please [report it](https://… 13 …tps://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/priva… 15 …/docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/about-coor… 17 Please provide as much detail as possible in your report, including the steps to reproduce the vuln… 19 Alternatively to using GitHub, or if you have a security question, please email `security@jsoup.org… 23 …. We will then work to develop and test a fix for the vulnerability, and release it as soon as pos…
|
| /external/clang/docs/ |
| D | ReleaseNotes.rst | 2 Clang 3.9 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming Clang 3.9 release. You may 14 prefer the `Clang 3.8 Release Notes 20 This document contains the release notes for the Clang C/C++/Objective-C 21 frontend, part of the LLVM Compiler Infrastructure, release 3.9. Here we 23 improvements from the previous release and new feature work. For the 24 general LLVM release notes, see `the LLVM 30 the latest release, please check out the main please see the `Clang Web 35 main Clang web page, this document applies to the *next* release, not 36 the current one. To see the release notes for a specific release, please [all …]
|
| /external/curl/projects/ |
| D | build-openssl.bat | 22 rem * SPDX-License-Identifier: curl 49 rem Visual Studio was x86-only prior to 14.3 121 ) else if /i "%~1%" == "release" ( 122 set BUILD_CONFIG=release 123 ) else if /i "%~1" == "-?" ( 125 ) else if /i "%~1" == "-h" ( 127 ) else if /i "%~1" == "-help" ( 129 ) else if /i "%~1" == "-VSpath" ( 132 echo Error. Please provide VS Path. 138 ) else if /i "%~1" == "-perlpath" ( [all …]
|
| /external/cronet/third_party/libc++/src/docs/ |
| D | ReleaseNotes.rst | 2 Libc++ 17.0.0 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming libc++ 17 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 21 part of the LLVM Compiler Infrastructure, release 17.0.0. Here we describe the 23 release and new feature work. For the general LLVM release notes, see `the LLVM 27 For more information about libc++, please see the `Libc++ Web Site 31 main Libc++ web page, this document applies to the *next* release, not 32 the current one. To see the release notes for a specific release, please 42 ------------------ [all …]
|
| /external/ComputeLibrary/ |
| D | CONTRIBUTING.md | 1 Please read https://arm-software.github.io/ComputeLibrary/v23.02.1/contribution_guidelines.xhtml 3 Here on github we only publish a snapshot of the main development branch for each release, that's t… 5 Please submit your patch for review to review.mlplatform.org. 9 Release repository: https://github.com/arm-software/ComputeLibrary 11 Please report issues here: https://github.com/ARM-software/ComputeLibrary/issues
|
| /external/llvm/docs/ |
| D | ReleaseNotes.rst | 2 LLVM 3.9 Release Notes 9 These are in-progress notes for the upcoming LLVM 3.9 release. You may 10 prefer the `LLVM 3.8 Release Notes <http://llvm.org/releases/3.8.0/docs 17 This document contains the release notes for the LLVM Compiler Infrastructure, 18 release 3.9. Here we describe the status of LLVM, including major improvements 19 from the previous release, improvements in various subprojects of LLVM, and 24 release, please check out the `main LLVM web site <http://llvm.org/>`_. If you 26 <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send 30 LLVM web page, this document applies to the *next* release, not the current 31 one. To see the release notes for a specific release, please see the `releases [all …]
|
| /external/libcxx/docs/ |
| D | ReleaseNotes.rst | 2 Libc++ 8.0.0 (In-Progress) Release Notes 13 These are in-progress notes for the upcoming libc++ 8 release. 14 Release notes for previous releases can be found on 20 This document contains the release notes for the libc++ C++ Standard Library, 21 part of the LLVM Compiler Infrastructure, release 8.0.0. Here we describe the 23 release and new feature work. For the general LLVM release notes, see `the LLVM 27 For more information about libc++, please see the `Libc++ Web Site 31 main Libc++ web page, this document applies to the *next* release, not 32 the current one. To see the release notes for a specific release, please 39 ------------ [all …]
|
| /external/owasp/java-encoder/ |
| D | README.md | 4 …-ci.org/OWASP/owasp-java-encoder.svg?branch=main)](https://travis-ci.org/OWASP/owasp-java-encoder)… 7 Cross-Site Scripting. This project is a Java 1.5+ simple-to-use drop-in high-performance 10 …e detailed documentation on the OWASP Javca Encoder please visit https://owasp.org/www-project-jav… 13 ----------------------------------- 16 … the encoder-jsp, also available in [Central](http://search.maven.org/remotecontent?filepath=org/o… 29 <artifactId>encoder-jsp</artifactId> 35 -------------- 37 overhead, either in performance or usage. To get started, simply add the encoder-1.2.3.jar, 47 Please look at the javadoc for Encode to see the variety of contexts for which you can encode. 52 ---- [all …]
|
| /external/apache-http/src/org/apache/http/conn/ |
| D | ConnectionReleaseTrigger.java | 2 …* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main… 4 * $Date: 2008-06-27 12:49:20 -0700 (Fri, 27 Jun 2008) $ 15 * http://www.apache.org/licenses/LICENSE-2.0 26 * information on the Apache Software Foundation, please see 51 * <!-- empty lines to avoid svn diff problems --> 56 * @deprecated Please use {@link java.net.URL#openConnection} instead. 57 …* Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.h… 64 * Releases the connection with the option of keep-alive. This is a 65 * "graceful" release and may cause IO operations for consuming the 67 * {@link #abortConnection abortConnection} for a hard release. The [all …]
|
12345678910>>...44