Home
last modified time | relevance | path

Searched +full:pre +full:- +full:commit +full:- +full:config (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/external/angle/infra/
DREADME.md4 the tree. We scale our pre-commit and post-commit testing to many machines
6 existing work in Chromium. We also run compile-only
11 ## Pre-Commit Testing
13 See the pre-commit try waterfall here:
17 We currently run pre-commit tests on:
19 * Windows 32-bit AMD and Windows 64-bit Intel and NVIDIA GPUs
20 * Linux 64-bit NVIDIA and Intel GPUs
27 ….chromium.org/ui/p/angle/builders/ci/mac-rel/8123/overview`](https://ci.chromium.org/ui/p/angle/bu…
36 [Swarming]: https://chromium-swarm.appspot.com/
37 [Standalone]: #ANGLE-Standalone-Testing
[all …]
/external/yapf/.github/workflows/
Dpre-commit-autoupdate.yml4 name: Keep pre-commit hooks up to date
8 - cron: '0 16 * * 5' # Every Friday 4pm
15 pull-requests: write
19 name: Detect outdated pre-commit hooks
20 runs-on: ubuntu-22.04
22 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24 - name: Set up Python 3.11
25 uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
27 python-version: 3.11
29 - name: Install pre-commit
[all …]
/external/google-benchmark/.github/workflows/
Dpre-commit.yml1 name: python + Bazel pre-commit checks
10 pre-commit:
11 runs-on: ubuntu-latest
15 PRE_COMMIT_HOME: "${{ github.workspace }}/.cache/pre-commit"
18 - uses: actions/checkout@v4
20 fetch-depth: 0
21 - name: Set up Python
22 uses: actions/setup-python@v5
24 python-version: 3.11
26 cache-dependency-path: pyproject.toml
[all …]
/external/shflags/
Dinit_githooks.sh4 # https://git-scm.com/docs/githooks
6 topLevel=$(git rev-parse --show-toplevel)
13 if ! hooksPath=$(git config core.hooksPath); then
20 applypatch-msg \
21 pre-applypatch \
22 post-applypatch \
23 pre-commit \
24 pre-merge-commit \
25 prepare-commit-msg \
26 commit-msg \
[all …]
/external/coreboot/util/gitconfig/
Dgitconfig.sh3 ## SPDX-License-Identifier: GPL-2.0-only
7 MAKE="${1:-make}"
9 if ! { cdup="$(git rev-parse --show-cdup 2>/dev/null)" && [ -z "${cdup}" ]; }
14 coreboot_hooks=$(git rev-parse --git-path hooks)
15 mkdir -p "${coreboot_hooks}"
16 for hook in commit-msg pre-commit ; do
17 if [ util/gitconfig/${hook} -nt "${coreboot_hooks}/${hook}" ] \
18 || [ ! -x "${coreboot_hooks}/${hook}" ]
20 sed -e "s,%MAKE%,${MAKE},g" util/gitconfig/$hook \
27 hooks=$(git -C "$(git config --file .gitmodules --get \
[all …]
/external/nullaway/config/hooks/
Dpre-commit-stub3 # stub pre-commit hook
4 # just a runner for the real pre-commit script
8 set -e
10 REPO_ROOT_DIR="$(git rev-parse --show-toplevel)"
11 PRE_COMMIT_SCRIPT="${REPO_ROOT_DIR}/config/hooks/pre-commit"
13 if [ -f $PRE_COMMIT_SCRIPT ]; then
/external/python/cpython3/
D.pre-commit-config.yaml2 - repo: https://github.com/astral-sh/ruff-pre-commit
5 - id: ruff
7 args: [--exit-non-zero-on-fix]
9 - id: ruff
11 args: [--exit-non-zero-on-fix]
13 - id: ruff
15 args: [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml]
17 - id: ruff-format
19 args: [--check]
22 - repo: https://github.com/psf/black-pre-commit-mirror
[all …]
/external/python/jinja/
DCONTRIBUTING.rst8 -----------------
15 - The ``#get-help`` channel on our Discord chat:
17 - The mailing list flask@python.org for long term discussion or larger
19 - Ask on `Stack Overflow`_. Search with Google first using:
26 ----------------
30 - Describe what you expected to happen.
31 - If possible, include a `minimal reproducible example`_ to help us
34 - Describe what actually happened. Include the full traceback if there
36 - List your Python and Jinja versions. If possible, check if this
40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
[all …]
/external/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
42 Handlebars.registerHelper("tf-a-concat", function () {
[all …]
/external/trusty/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js2 * Copyright (c) 2021-2023, Arm Limited. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
7 /* eslint-env es6 */
15 const ccConventionalChangelog = require("conventional-changelog-conventionalcommits/conventional-ch…
16 const ccParserOpts = require("conventional-changelog-conventionalcommits/parser-opts");
17 …st ccRecommendedBumpOpts = require("conventional-changelog-conventionalcommits/conventional-recomm…
18 const ccWriterOpts = require("conventional-changelog-conventionalcommits/writer-opts");
26 * Register a Handlebars helper that lets us generate Markdown lists that can support multi-line
30 Handlebars.registerHelper("tf-a-mdlist", function (indent, options) {
32 const first = spaces + "- ";
[all …]
/external/python/jinja/.github/workflows/
Dtests.yaml5 - master
6 - '*.x'
9 - master
10 - '*.x'
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38}
20 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
21 - {name: '3.6', python: '3.6', os: ubuntu-latest, tox: py36}
22 - {name: 'PyPy', python: pypy3, os: ubuntu-latest, tox: pypy3}
[all …]
/external/python/markupsafe/.github/workflows/
Dtests.yaml5 - master
6 - '*.x'
9 - master
10 - '*.x'
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
19 - {name: Linux, python: '3.8', os: ubuntu-latest, tox: py38}
20 - {name: Windows, python: '3.8', os: windows-latest, tox: py38}
21 - {name: Mac, python: '3.8', os: macos-latest, tox: py38}
22 - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37}
[all …]
/external/bazelbuild-rules_python/
DCONTRIBUTING.md18 gh repo fork bazelbuild/rules_python --clone --remote
23 [install pyenv](https://github.com/pyenv/pyenv-installer) and
39 git checkout -b my-feature # Create and switch to our feature branch
40 git push origin my-feature # Cause the branch to be created in your fork.
43 From here, you then edit code and commit to your local branch. If you want to
47 git push origin my-feature
66 the tests in those directories instead, which can speed up your edit-run cycle.
70 It's suggested to routinely update the tool versions within our repo - some of the
72 to have everything self-documented, we have a special target -
82 We suggest using a pre-commit hook to automate this.
[all …]
/external/skia/site/docs/dev/testing/
Dskiagold.md1 ---
4 ---
13 - Baselines are managed in Gold outside of Git, but in lockstep with Git
15 - Each commit creates >500k images.
16 - Deviations from the baseline are triaged after a CL lands and images are
21 - We test across a range of dimensions, e.g.:
23 - OS (Windows, Linux, Mac, Android, iOS)
24 - Architectures (Intel, ARM)
25 - Backends (CPU, OpenGL, Vulkan etc.)
26 - etc.
[all …]
/external/nullaway/
Dbuild.gradle8 * http://www.apache.org/licenses/LICENSE-2.0
26 classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
34 id "com.github.ben-manes.versions" version "0.50.0"
39 // to get the google-java-format jar and dependencies
45 subprojects { project ->
53 "-Xlint:deprecation",
54 "-Xlint:rawtypes",
55 "-Xlint:unchecked",
56 "-Werror"
63 // https://github.com/google/error-prone/issues/3366
[all …]
/external/protobuf/kokoro/release/python/macos/
Dbuild_artifacts.sh3 set -ex
5 # Remove any pre-existing protobuf installation.
6 brew uninstall -f protobuf
14 cp -R $ORIGINAL_DIR stage
19 export BUILD_VERSION=`grep -i "version" python/google/protobuf/__init__.py | grep -o "'.*'" | tr -d…
20 export BUILD_COMMIT=`git rev-parse HEAD`
26 rm -rf artifacts/
27 rm -rf multibuild/
31 git clone https://github.com/matthew-brett/multibuild.git
32 # Pin multibuild scripts at a known commit to avoid potentially unwanted future changes from
[all …]
/external/cronet/stable/third_party/protobuf/kokoro/release/python/macos/
Dbuild_artifacts.sh3 set -ex
5 # Remove any pre-existing protobuf installation.
6 brew uninstall -f protobuf
14 cp -R $ORIGINAL_DIR stage
19 export BUILD_VERSION=`grep -i "version" python/google/protobuf/__init__.py | grep -o "'.*'" | tr -d…
20 export BUILD_COMMIT=`git rev-parse HEAD`
26 rm -rf artifacts/
27 rm -rf multibuild/
31 git clone https://github.com/matthew-brett/multibuild.git
32 # Pin multibuild scripts at a known commit to avoid potentially unwanted future changes from
[all …]
/external/cronet/tot/third_party/protobuf/kokoro/release/python/macos/
Dbuild_artifacts.sh3 set -ex
5 # Remove any pre-existing protobuf installation.
6 brew uninstall -f protobuf
14 cp -R $ORIGINAL_DIR stage
19 export BUILD_VERSION=`grep -i "version" python/google/protobuf/__init__.py | grep -o "'.*'" | tr -d…
20 export BUILD_COMMIT=`git rev-parse HEAD`
26 rm -rf artifacts/
27 rm -rf multibuild/
31 git clone https://github.com/matthew-brett/multibuild.git
32 # Pin multibuild scripts at a known commit to avoid potentially unwanted future changes from
[all …]
/external/coreboot/Documentation/releases/
Dcoreboot-4.2-relnotes.md4 Halloween 2015 release - just as scary as that sounds
10 new contributors - welcome to coreboot! More than 34 developers were
31 Log of commit d5e6618a4f076610e683b174c4dd5108d960c785 to
32 commit 439a527014fa0cb3e4ef60ba59e5c57c737b4444
35 ---------------------------
38 * Store a minimized coreboot config file in cbfs instead of the full
39 config
40 * Store the payload config and revision in CBFS when that info is
42 * Add -compression option for cbfs-files-y. Valid entries are now -file,
43 -type, -align, and -compression
[all …]
Dchecklist.md1 ```{eval-rst}
21 age of any given build or source tree based on its git version (4.8-1234
23 of 2018. 4.0-21718's age is harder to guess).
28 remove that part - and everything that depends on it - after the
30 X for release X+1. The first commit after X+1 is fair game for such
63 Releases are done roughly on a 3-month schedule. If a release is
70 - [ ] Announce upcoming release to mailing list, ask people to test and
72 - [ ] Start marking patches that should to go into the release with a
76 - [ ] Send reminder email to mailing list, ask for people to test,
78 - [ ] Update the topic in the IRC channel with the date of the upcoming
[all …]
/external/python/python-api-core/
DCONTRIBUTING.rst7 #. Make sure that your commit messages clearly describe the changes.
10 …/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-re…
20 - The feature must be documented in both the API and narrative
23 - The feature must work fully on the following CPython versions:
26 - The feature must not add unnecessary dependencies (where
36 - While logged into your GitHub account, navigate to the
37 ``python-api-core`` `repo`_ on GitHub.
39 - Fork and clone the ``python-api-core`` repository to your GitHub account by
42 - Clone your fork of ``python-api-core`` from your GitHub account to your local
44 as ``hack-on-python-api-core``. E.g.::
[all …]
Drenovate.json3 "config:base",
8 …"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workfl…
10 …"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constrain…
/external/mesa3d/docs/
Dcodingstyle.rst7 (.editorconfig) and/or Emacs (.dir-locals.el) file. Alternatively the
11 ``clang-format``
12 ----------------
14 A growing number of drivers and components are adopting ``clang-format``
17 You can re-format the code for the components that have opted-in to the
18 formatting enforcement (listed in ``.clang-format-include``) by simply
19 running ``ninja -C build/ clang-format``.
21 Since mass-reformatting commits can be an annoying extra jump to go
25 git config blame.ignoreRevsFile .git-blame-ignore-revs
28 write it; check your editor or its plug-ins to see how to enable this.
[all …]
/external/pytorch/
DCONTRIBUTING.md3-Ultimate-Guide-to-PyTorch-Contributions), specifically the [Submitting a Change](https://github.c…
11 <!-- toc -->
13 - [Developing PyTorch](#developing-pytorch)
14 - [Setup the development environment](#setup-the-development-environment)
15 - [Tips and Debugging](#tips-and-debugging)
16 - [Nightly Checkout & Pull](#nightly-checkout--pull)
17 - [Codebase structure](#codebase-structure)
18 - [Unit testing](#unit-testing)
19 - [Python Unit Testing](#python-unit-testing)
20 - [Better local unit tests with `pytest`](#better-local-unit-tests-with-pytest)
[all …]
/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dgroup.rs3 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
80 /// State update as the result of a successful commit.
81 Commit(CommitMessageDescription), enumerator
101 pub(crate) config: C, field
110 config: C, in join()
114 ) -> Result<Self, MlsError> { in join()
117 if !config.version_supported(protocol_version) { in join()
126 config.crypto_provider(), in join()
134 &config.identity_provider(), in join()
147 config, in join()
[all …]

12345678910>>...14