/external/perfetto/infra/ci/ |
D | common_utils.py | 55 def req(method, uri, body=None, req_etag=False, etag=None, gerrit=False): argument 65 tls_key = 'gerrit_http' if gerrit else 'oauth2_http' 71 if gerrit: 85 res = res[4:] if gerrit else res # Strip Gerrit XSSI projection chars.
|
/external/skqp/experimental/documentation/ |
D | gerrit.md | 14 'https://gerrit-review.googlesource.com/tools/hooks/commit-msg' 68 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm… 72 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @) 103 On your current branch, after uploading to gerrit: 105 git cl issue $(bin/gerrit-number @) 115 git config alias.gerrit-push 'push origin @:refs/for/master' 123 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)' 134 This shell script pushes to gerrit and adds a message to a patchset: 147 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[… 168 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
|
/external/skia/experimental/documentation/ |
D | gerrit.md | 66 …[Gerrit Upload Documentation](https://gerrit-review.googlesource.com/Documentation/user-upload.htm… 70 bin/sysopen https://skia-review.googlesource.com/c/skia/+/$(bin/gerrit-number @) 109 On your current branch, after uploading to gerrit: 111 git cl issue $(bin/gerrit-number @) 121 git config alias.gerrit-push 'push origin @:refs/for/master' 129 git config alias.setcl '!git-cl issue $(bin/gerrit-number @)' 140 This shell script pushes to gerrit and adds a message to a patchset: 153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[… 174 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
|
/external/oss-fuzz/projects/dlplibs/ |
D | Dockerfile | 105 RUN git clone --depth 1 git://gerrit.libreoffice.org/libmspub 106 RUN git clone --depth 1 git://gerrit.libreoffice.org/libcdr 107 RUN git clone --depth 1 git://gerrit.libreoffice.org/libvisio 108 RUN git clone --depth 1 git://gerrit.libreoffice.org/libzmf 109 RUN git clone --depth 1 git://gerrit.libreoffice.org/libpagemaker 110 RUN git clone --depth 1 git://gerrit.libreoffice.org/libfreehand 117 RUN git clone --depth 1 git://gerrit.libreoffice.org/libabw 118 RUN git clone --depth 1 git://gerrit.libreoffice.org/libetonyek 119 RUN git clone --depth 1 git://gerrit.libreoffice.org/libqxp
|
/external/skqp/tools/ |
D | bisect_roll.go | 71 g, err := gerrit.NewGerrit(*gerritUrl, gitcookiesPath, nil) 104 modAfter := gerrit.SearchModifiedAfter(lastRollTime) 105 cls, err := g.Search(500, modAfter, gerrit.SearchOwner(*autoRollerAccount)) 109 cls2, err := g.Search(500, modAfter, gerrit.SearchOwner("self"))
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 58 gerrit "github.com/andygrunwald/go-gerrit" packageName 279 client, err := gerrit.NewClient(gerritURL, nil) 389 _, _, err = client.Changes.SetReview(change.id, change.latest.String(), &gerrit.ReviewInput{ 618 func (r *regres) runDaily(client *gerrit.Client, reactorBackend reactorBackend, genCov bool) error { 711 client *gerrit.Client, 839 func (r *regres) postMostCommonFailures(client *gerrit.Client, change *gerrit.ChangeInfo, results *… 874 …_, _, err := client.Changes.SetReview(change.ChangeID, change.CurrentRevision, &gerrit.ReviewInput{ 885 func (r *regres) findTestListChange(client *gerrit.Client) (*gerrit.ChangeInfo, error) { 887 changes, _, err := client.Changes.QueryChanges(&gerrit.QueryChangeOptions{ 888 QueryOptions: gerrit.QueryOptions{ [all …]
|
/external/openscreen/docs/ |
D | advanced_gerrit.md | 16 [Change-Id commit-msg hook](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.… 19 gerrit.createChangeId <true|false>`. 35 documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.7/user-upload… 43 line](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.7/user-changeid.html) 48 [replacing a change](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.7/user-… 161 hook](https://gerrit-documentation.storage.googleapis.com/Documentation/2.14.7/cmd-hook-commit-msg.…
|
/external/vixl/ |
D | .gitreview | 1 [gerrit]
|
/external/arm-trusted-firmware/ |
D | .gitreview | 1 [gerrit]
|
/external/angle/infra/specs/ |
D | mixins.pyl | 18 'precommit_args': [ '--gerrit-issue=${patch_issue}', 19 '--gerrit-patchset=${patch_set}',
|
/external/perfetto/docs/contributing/ |
D | getting-started.md | 5 This project uses [Android AOSP Gerrit][perfetto-gerrit] for code reviews, 17 We use [Android AOSP Gerrit][perfetto-gerrit] for this purpose. 81 [perfetto-gerrit]: https://android-review.googlesource.com/q/project:platform%252Fexternal%252Fperf…
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 139 resp = req('GET', url, gerrit=True) 351 req('POST', url, body=body, gerrit=True) 370 revision = req('GET', url, gerrit=True)['revision'] 377 commit_info = req('GET', url, gerrit=True)
|
/external/skia/ |
D | PRESUBMIT.py | 299 self._gerrit = input_api.gerrit 416 if input_api.gerrit: 455 def PostUploadHook(gerrit, change, output_api): argument 513 gerrit.UpdateDescription(
|
D | go.mod | 14 github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39
|
/external/deqp/.github/ |
D | CONTRIBUTING.md | 3 Note to Khronos members: please submit patches through [Khronos Gerrit](https://gerrit.khronos.org/…
|
/external/opencensus-java/ |
D | OWNERS | 4 # Owners must be registered in AOSP gerrit.
|
/external/swiftshader/ |
D | README.md | 59 All changes require a [Change-ID](https://gerrit-review.googlesource.com/Documentation/user-changei… 60 https://gerrit-review.googlesource.com/tools/hooks/commit-msg. To clone the repository and install … 62 …iftShader && curl -Lo `git rev-parse --git-dir`/hooks/commit-msg https://gerrit-review.googlesourc… 68 When ready, [add](https://gerrit-review.googlesource.com/Documentation/intro-user.html#adding-revie…
|
/external/swiftshader/infra/config/generated/ |
D | commit-queue.cfg | 10 gerrit {
|
/external/boringssl/src/ |
D | CONTRIBUTING.md | 26 [add Change-Ids](https://gerrit-review.googlesource.com/Documentation/cmd-hook-commit-msg.html) 44 [Gerrit User Guide](https://gerrit-review.googlesource.com/Documentation/intro-user.html).
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_bisection.py | 361 gerrit = os.path.join(args_output.chroot_path, 'chromite/bin/gerrit') 365 [gerrit, 'abandon', str(build['cl'])],
|
/external/openscreen/infra/config/global/ |
D | commit-queue.cfg | 13 gerrit {
|
/external/libyuv/files/infra/config/ |
D | cq.cfg | 8 gerrit {}
|
/external/pigweed/ |
D | CONTRIBUTING.md | 19 * Install the [Gerrit commit hook](CONTRIBUTING.md#gerrit-commit-hook) to 54 …git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-review.googlesourc… 58 Download [the Gerrit commit hook](https://gerrit-review.googlesource.com/tools/hooks/commit-msg) 82 [Gerrit User Guide](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.3/intro-…
|
/external/google-styleguide/docguide/ |
D | style.md | 72 …[`[TOC]` documentation](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md… 90 …interesset. See the [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/mark… 98 [foo docs](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md) 359 See [image syntax](https://gerrit.googlesource.com/gitiles/+/master/Documentation/markdown.md#Image…
|
D | READMEs.md | 24 https://gerrit.googlesource.com/gitiles/
|