- 15 Jan, 2021 1 commit
-
-
Edward Lesmes authored
Bug: 1166467 Change-Id: Ib6c32b11ca2892841cad477cee61edef38a0ed62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628702 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by:
Gavin Mak <gavinmak@google.com>
-
- 14 Jan, 2021 3 commits
-
-
Josip Sokcevic authored
Currently, gclient sync assumes the default branch is master, and it doesn't work at all if such branch doesn't exist. This change queries local git copy to get remote HEAD. If local git version is not available, it queries remote git server using ls-remote. This change requires git version 2.28 (depot_tools comes with 2.29). R=ehmaldonado@chromium.org Bug: 1156318 Change-Id: Id348e0f1004093f395139e8f4d62adb66b94ca9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628359 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
Ben Pastene authored
This reverts commit 64d94dea. Reason for revert: tentative revert for https://crbug.com/1166467 Original change's description: > presubmit: Use new API to check for owners approval > > It also allows us to improve unit tests. > > Change-Id: I356a2fddcbcc5af0e628f79ede1ba277008f5cde > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2612222 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Gavin Mak <gavinmak@google.com> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,gavinmak@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Bug: 1166467 Change-Id: I1df97f8fdbc56942fdcc7bafffed517e24a9481d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628574Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org>
-
Edward Lesmes authored
It also allows us to improve unit tests. Change-Id: I356a2fddcbcc5af0e628f79ede1ba277008f5cde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2612222 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Gavin Mak <gavinmak@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
- 13 Jan, 2021 1 commit
-
-
James Zern authored
w/chromium-review.googlesource.com Change-Id: I8f024d68a3b89ae530fc1ce2806b9b12b83ba7b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2585050Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: James Zern <jzern@google.com>
-
- 12 Jan, 2021 2 commits
-
-
Edward Lesmes authored
So that presubmit API can use it to check owners approval. Change-Id: Ie26c8a83de02b750fd92b4f419fe4d55809e6dbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2621745Reviewed-by:
Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
When used as part of presubmit's input_api, we only expose OwnersClient and not global constants, so move constants inside OwnersClient. Change-Id: I8983c5edadafeebff62838d9cd4a19fdce908159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2621744 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Gavin Mak <gavinmak@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 11 Jan, 2021 1 commit
-
-
Edward Lesmes authored
This makes it easier to test, e.g. we can mock DepotToolsClient.BatchListOwners without having to mock DepotToolsClient first (to avoid initialization). Change-Id: I9c24ef28ba7a82cd1498e863cc1b4bc825a579d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2616900Reviewed-by:
Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
- 09 Jan, 2021 1 commit
-
-
Edward Lesmes authored
This is a reland of 276bab4c Fixed to include author on the list of reviewers. Original change's description: > presubmit: Don't print comments for missing reviewers. > > Don't print owners comments when suggesting missing reviewers, > as this won't be supported when using Gerrit API. > > Change-Id: I644b2f87b58a3c9ece3aa7d107100f3501bd3071 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2607675 > Commit-Queue: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Gavin Mak <gavinmak@google.com> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: I6dfb2087022ad87595e6cabc50d42a8bdf6311b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2615918 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 08 Jan, 2021 1 commit
-
-
Edward Lesmes authored
Reland of [1]. Original CL contained some changes to --[tb]r-owners which are not included in this CL because those changes were reverted on [2]. - Remove GetChangeApprovalStatus and GetFilesApprovalStatus. - Make host, project and branch part of GerritClient. - Rename ListOwnersForFile to ListOwners. [1] https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2587268 [2] https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2611219 Change-Id: Ife2051b8be0460d1c6bc4fbe4e3b0a571d12dafb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2616130 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 07 Jan, 2021 3 commits
-
-
Stephen Martinis authored
This reverts commit 968b1fe7. Reason for revert: Appears to be breaking git cl upload for the recipe autoroller with https://logs.chromium.org/logs/infra-internal/buildbucket/cr-buildbucket.appspot.com/8858802226988308224/+/steps/infra/0/steps/git_cl_upload/0/stdout. Original change's description: > [git-cl] Use owners client when processing --[tb]r-owners. > > Change-Id: Id094bce2aa731359cd8af16f10ce79ae7e02bd85 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2572809 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> TBR=ehmaldonado@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Id561a059eaf1419cbda52b7c0c6a45b5c6f2bd1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2611219Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Stephen Martinis <martiniss@chromium.org>
-
Edward Lesmes authored
This reverts commit 9c7f6c25. Reason for revert: Not working https://logs.chromium.org/logs/infra-internal/buildbucket/cr-buildbucket.appspot.com/8858807889610091152/+/steps/franky/0/steps/git_cl_upload/0/stdout Original change's description: > [owners] Refactor OwnersClient. > > - Remove GetChangeApprovalStatus and GetFilesApprovalStatus. > - Make host, project and branch part of GerritClient. > - Rename ListOwnersForFile to ListOwners. > > Change-Id: I1f610a64f0217ce54e5ce4a210026535adc1c2e5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2587268 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Gavin Mak <gavinmak@google.com> TBR=ehmaldonado@chromium.org,gavinmak@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I4928df90856526210a4fd4d104e6cc96aa005bc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2613925 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This reverts commit 276bab4c. Reason for revert: Possible cause of crbug.com/1163731 Original change's description: > presubmit: Don't print comments for missing reviewers. > > Don't print owners comments when suggesting missing reviewers, > as this won't be supported when using Gerrit API. > > Change-Id: I644b2f87b58a3c9ece3aa7d107100f3501bd3071 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2607675 > Commit-Queue: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Gavin Mak <gavinmak@google.com> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,gavinmak@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Bug: 1163731 Change-Id: I0b3d0f352e5483e754f6b790f70a9278df4eb3e2 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2613924Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 06 Jan, 2021 2 commits
-
-
Edward Lesmes authored
Don't print owners comments when suggesting missing reviewers, as this won't be supported when using Gerrit API. Change-Id: I644b2f87b58a3c9ece3aa7d107100f3501bd3071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2607675 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Gavin Mak <gavinmak@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Josip Sokcevic authored
git fetch --prune removes all references that no longer exist on remote server. This allows git cl to upload changes to correct destination branch. R=ehmaldonado@chromium.org Bug: 1149640 Change-Id: I66bf8d2209242b08991c2dae0d3a7fbc892cef87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2606613Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 15 Dec, 2020 1 commit
-
-
Josip Sokcevic authored
If set, set git config fetch.uriprotocols to https. This will be initially set by codesearch builders. Once tested, this env variable can be removed. R=ehmaldonaldo@chromium.org Bug: 1136986 Change-Id: I1c3da87bdbc74d18585ed00ffdc2cf21b84b16fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2591808Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 14 Dec, 2020 2 commits
-
-
Edward Lesmes authored
subprocess.DEVNULL was introduced in Python3 to serve same purpose as subprocess2.VOID, so rename VOID to DEVNULL in subprocess2. Change-Id: I6dade3306ffc3bc2441ac6083f362b099c2427e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2587758Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
- Remove GetChangeApprovalStatus and GetFilesApprovalStatus. - Make host, project and branch part of GerritClient. - Rename ListOwnersForFile to ListOwners. Change-Id: I1f610a64f0217ce54e5ce4a210026535adc1c2e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2587268 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Gavin Mak <gavinmak@google.com>
-
- 11 Dec, 2020 1 commit
-
-
Gavin Mak authored
BatchListOwners uses git_common's ScopedPool method to run ListOwnersForFile in parallel for multiple paths. Change-Id: I545072e16181407665c8b009f87fccfb7355d7d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2585657Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
- 10 Dec, 2020 1 commit
-
-
Gavin Mak authored
This change implements ListOwnersForFile using gerrit's REST API in owners_client.py Change-Id: Ic454dcd89a8f00f6b9e913e6b8ee9e1169581b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2583327Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
- 09 Dec, 2020 1 commit
-
-
Edward Lesmes authored
Bug: 1113033 Change-Id: I000cd307fea8862b9ef9cab907aafd357ee761bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2582566 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 04 Dec, 2020 1 commit
-
-
Edward Lesmes authored
Change-Id: Id094bce2aa731359cd8af16f10ce79ae7e02bd85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2572809 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 03 Dec, 2020 2 commits
-
-
Edward Lesmes authored
If there are less than two owners for the given paths, current implementation will get stuck in infinite loop. Change it to return any possible owner. Change-Id: I75f18e0a00057c58d227dac23dc8572f1fba23f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2572802 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
Edward Lesmes authored
Change-Id: Ibd1a5fa67aca0c273e8289d0726afeaeb88754d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2568908 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 25 Nov, 2020 1 commit
-
-
Andrii Shyshkalov authored
R=ehmaldonado Before: https://chromium-review.googlesource.com/c/2552792/3/cv/internal/gerrit/gerritfake/fake.go#321 After: https://crrev.com/c/2552792/3/cv/internal/gerrit/gerritfake/fake.go#321 Change-Id: Ie6044e2743c4359bc30c98d8915edd9119d4a386 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2556837 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
- 24 Nov, 2020 2 commits
-
-
Edward Lesmes authored
Gerrit API doesn't provide the score for an owner of a path, so we can't use the same algorithm when suggesting owners. This change introduces a new algorithm to select the smallest set of at least 2 owners that can approve the change. Change-Id: If620073bdf63633f171c1480e345dbaf75e9f575 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2556479Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Change-Id: I28b061ceb44c032e2c9eb7da22750a7c25f50bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2556477 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 20 Nov, 2020 2 commits
-
-
Josip Sokcevic authored
Bug: 1118410, 1118413, 1118422, 1118424, 1118426 Bug: 1118428, 1118430, 1118434, 1118438, 1118442 Bug: 1118453, 1118454 Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: build Change-Id: I43e6305f8c3136774f01b57f12bb442bcb863371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2551388 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Change-Id: I04949d95ca466452a58ea91cf2db86852c0621bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2551378 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com>
-
- 19 Nov, 2020 3 commits
-
-
Edward Lesmes authored
Change-Id: Ia9cb19d2b1f776c41ef7e96e6a0ebfb0fcd41344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2548029 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Anthony Polito <apolito@google.com> Reviewed-by:
Anthony Polito <apolito@google.com>
-
Gavin Mak authored
Running git rebase --continue may launch a text editor for editing commit messages. This causes testRebase to hang or to fail completely when running locally. Setting GIT_EDITOR to ':' suppresses this. Bug:1149625 Change-Id: Ia4a0b6564b198be945866cb890607ac8966c468f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2551375 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
Scott Lee authored
requests.post() creates a new HTTP connection for each call. It makes presubmit checks slower and timed out. This CL updates rdb_wrapper to use requests.Session() to use a connection pool for Sink requests. Change-Id: Id02ecce85898ae15993d53df17473bb5dfb7e89f Bug: 1145762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532895 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
- 18 Nov, 2020 1 commit
-
-
Edward Lesmes authored
Change-Id: I988f5b866560d5839a1121c7129099ffe125fdce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2545108Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 17 Nov, 2020 2 commits
-
-
Anthony Polito authored
Change-Id: I32dcd812b41518bd8e2ca50eae1862611ff577de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528797Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Anthony Polito <apolito@google.com>
-
Sigurd Schneider authored
This is a reland of 9ca89ac1 Original change's description: > Add option to git cl st to sort by committer date > > Some developers want to see the branches with recent commits first. > This CL adds the option --dateorder to git cl st which sorts branches > by the committer date of the most recent branch. > > Change-Id: Ibdf3fc35ea784521a3e99b374535f822bb83a55e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521573 > Commit-Queue: Sigurd Schneider <sigurds@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Dirk Pranke <dpranke@google.com> Change-Id: I974ac297fcf8652855b101f58a98b3cd122fce36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532835 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com>
-
- 13 Nov, 2020 1 commit
-
-
Gavin Mak authored
Running git cl try-results fetches the latest patchset which may be a trivial change, e.g. rebase or commit message change. This change allows try-results to get the result of patchsets equivalent to the latest and returns their results. Bug: 774179 Change-Id: Iec2fea102597773e24c2e887f19282f14c123e61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532899Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
- 12 Nov, 2020 1 commit
-
-
Andrii Shyshkalov authored
This was important 3+ years ago when we were migrating to Gerrit. It is no longer important, and probably confusing to non-Googlers and Googlers alike. R=dpranke, maruel TBR=ehmaldonado Bug: 1148065 Change-Id: I79ad71b5afb9adac286780c2093b01f656491918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2534850 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org>
-
- 11 Nov, 2020 2 commits
-
-
Edward Lesmes authored
Add support for Owners-Override label to allow trusted bots, sheriffs, and global owners to bypass owners checks. Bug: 1093627 Change-Id: Ie217369a67e4060807c0a12f84430e30a7c57daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2530488Reviewed-by:
Yulan Lin <yulanlin@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Add support for Bot-Review label to allow trusted bots to bypass owners checks. Bug: 1093627 Change-Id: Ie7398041e9e32fd87bb415b239b5ec0a4740e1ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2530516 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Yulan Lin <yulanlin@google.com>
-
- 09 Nov, 2020 1 commit
-
-
Gavin Mak authored
Using --fork-point when possible reduces the number of merge conflicts when running merge-base. Bug: 1111269 Change-Id: I7240fdc9a613d2eb4e856b5677fc713551d7afe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2519729Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-