Home
last modified time | relevance | path

Searched refs:gerrit (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go16 package gerrit package
32 client *gerrit.Client
54 client, err := gerrit.NewClient(URL, nil)
71 func (g *G) QueryChanges(queryParts ...string) (changes []gerrit.ChangeInfo, query string, err erro…
72 changes = []gerrit.ChangeInfo{}
75 batch, _, err := g.client.Changes.QueryChanges(&gerrit.QueryChangeOptions{
76 QueryOptions: gerrit.QueryOptions{Query: []string{query}},
83 and password which can be provided with --gerrit-user and --gerrit-pass.
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/
Dmain.go76 g, err := gerrit.New(gerrit.Config{Username: *gerritUser, Password: *gerritPass})
140 fmt.Printf("Submitted query: %vq/%v\n", gerrit.URL, url.QueryEscape(submittedQuery))
141 fmt.Printf("Review query: %vq/%v\n", gerrit.URL, url.QueryEscape(reviewQuery))
/third_party/flutter/skia/experimental/documentation/
Dgerrit.md66 …[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…
/third_party/skia/experimental/documentation/
Dgerrit.md66 …[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/main'
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/main%m=$(echo $*|sed "s/[^A…
174 …git config alias.gerrit-push '!f()(F="$(git rev-parse --symbolic-full-name @{u})";case "$F" in (re…
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
Dmain.go73 g, err := gerrit.New(gerrit.Config{Username: *gerritUser, Password: *gerritPass})
89 …str := fmt.Sprintf(`* [%s](%sc/%s/+/%d)`, change.Subject, gerrit.URL, change.Project, change.Numbe…
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
Dmain.go59 gerrit "github.com/andygrunwald/go-gerrit" packageName
282 client, err := gerrit.NewClient(gerritURL, nil)
392 _, _, err = client.Changes.SetReview(change.id, change.latest.String(), &gerrit.ReviewInput{
623 func (r *regres) runDaily(client *gerrit.Client, reactorBackend reactorBackend, genCov bool) error {
833 client *gerrit.Client,
968 func (r *regres) postMostCommonFailures(client *gerrit.Client, change *gerrit.ChangeInfo, results *…
1003 …_, _, err := client.Changes.SetReview(change.ChangeID, change.CurrentRevision, &gerrit.ReviewInput{
1014 func (r *regres) findTestListChange(client *gerrit.Client) (*gerrit.ChangeInfo, error) {
1016 changes, _, err := client.Changes.QueryChanges(&gerrit.QueryChangeOptions{
1017 QueryOptions: gerrit.QueryOptions{
[all …]
/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go144 var g gerrit.GerritInterface
147 client, err = auth_steps.InitHttpClient(ctx, *local, gerrit.AuthScope)
151 g, err = gerrit.NewGerrit("https://skia-review.googlesource.com", client)
/third_party/skia/third_party/externals/angle2/infra/specs/
Dmixins.pyl21 'precommit_args': [ '--gerrit-issue=${patch_issue}',
22 '--gerrit-patchset=${patch_set}',
/third_party/skia/third_party/externals/tint/tools/src/
Dgo.mod6 github.com/andygrunwald/go-gerrit v0.0.0-20210709065208-9d38b0be0268
Dgo.sum8 github.com/andygrunwald/go-gerrit v0.0.0-20210709065208-9d38b0be0268 h1:7gokoTWteZhP1t2f0OzrFFXlyL8…
9 github.com/andygrunwald/go-gerrit v0.0.0-20210709065208-9d38b0be0268/go.mod h1:aqcjwEnmLLSalFNYR0p2…
/third_party/vk-gl-cts/.github/
DCONTRIBUTING.md3 Note to Khronos members: please submit patches through [Khronos Gerrit](https://gerrit.khronos.org/…
/third_party/gn/infra/config/generated/
Dcommit-queue.cfg15 gerrit {
/third_party/skia/
DPRESUBMIT.py305 self._gerrit = input_api.gerrit
355 def PostUploadHook(gerrit, change, output_api): argument
400 gerrit.UpdateDescription(
Dgo.mod15 github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39
/third_party/skia/third_party/externals/swiftshader/infra/config/generated/
Dcommit-queue.cfg10 gerrit {
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Dcommit-queue.cfg16 gerrit {
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Dcommit-queue.cfg16 gerrit {
/third_party/skia/third_party/externals/swiftshader/
DREADME.md59 All changes require a [Change-ID](https://gerrit-review.googlesource.com/Documentation/user-changei…
60 https://gerrit-review.googlesource.com/tools/hooks/commit-msg. You can execute `git clone https://s…
70 When ready, [add](https://gerrit-review.googlesource.com/Documentation/intro-user.html#adding-revie…
/third_party/flutter/skia/third_party/externals/dawn/infra/config/global/
Dcommit-queue.cfg12 gerrit {
/third_party/flutter/skia/third_party/externals/angle2/infra/config/global/
Dcommit-queue.cfg12 gerrit {
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Dcommit-queue.cfg16 gerrit {
/third_party/flutter/skia/
DPRESUBMIT.py347 self._gerrit = input_api.gerrit
473 if input_api.gerrit:
/third_party/skia/tools/skqp/
DREADME_GENERATING_MODELS.md40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD)
/third_party/flutter/skia/tools/skqp/
DREADME_GENERATING_MODELS.md40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD)
/third_party/skia/third_party/externals/angle2/doc/
DDevSetup.md48 …hook. See [ContributingCode#getting-started-with-gerrit](ContributingCode.md#getting-started-with-

12