Searched full:merged (Results 1 – 25 of 104) sorted by relevance
12345
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 10 as reviewers in pull requests, so that patches may be approved and merged 23 * get content merged to the project's main branch as part of a larger 29 * assist in updating pull requests in order to get the patches merged 31 * drive stale pull requests to completion so they can be merged 41 instead of assisting in getting the patches merged in their original 59 acknowledge that the modified patches may be merged while having
|
D | dev_env_and_tools.rst | 62 - Changes should not be merged before the minimal time has expired. 74 Such fixes can be merged at any time after they have passed CI checks. Depending 76 author) they can be merged with justification without review by one of the 127 - Pull requests should not be merged without an approval by the assignee. 129 Pull Request should not be merged by author without review 132 All pull requests need to be reviewed and should not be merged by the author 148 that a change should not be merged without their review, then: Request change 153 not be merged without your approval. 156 Pull Requests should have at least 2 approvals before they are merged 159 A pull-request shall be merged only with two positive reviews (approval). Beside [all …]
|
/Zephyr-latest/.github/workflows/ |
D | backport.yml | 14 # Only react to merged PRs for security reasons. 17 github.event.pull_request.merged &&
|
D | stats_merged_prs.yml | 1 name: Merged PR stats 11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
|
D | codecov.yaml | 186 … steps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --json merged.json 187 …eps.get-coverage-files.outputs.mergefiles }} --merge-mode-functions=separate --cobertura merged.xml 205 -c coverage/reports/merged.json \ 210 - name: Upload Merged Coverage Results and Report 216 coverage/reports/merged.json 217 coverage/reports/merged.xml 229 files: coverage/reports/merged.xml
|
D | greet_first_time_contributor.yml | 45 pr-merged-message: > 48 Congratulations on getting your very first Zephyr pull request merged . This is a
|
D | do_not_merge.yml | 19 echo "This workflow fails so that the pull request cannot be merged."
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_backporting.rst | 54 * The SHAs of the commits, if the PR has already been merged 70 Backporting requires the fix for the current version to be already merged. 82 … ``<sha>`` indicates the SHA of the commit after it has been already merged in the current version. 139 * ``upstream`` - if the fix has originally been merged to the upstream repository. 142 ``<pr_num>`` is the number of the original pull request that has already been merged. 145 request 137, which has already been merged to the upstream repository of MCUmgr.
|
/Zephyr-latest/boards/st/nucleo_l152re/support/ |
D | openocd.cfg | 1 # TODO: Once official openOCD fix merged and available in zephyr:
|
/Zephyr-latest/boards/st/stm32l562e_dk/ |
D | board.cmake | 5 # Flash merged TF-M + Zephyr binary
|
/Zephyr-latest/boards/st/nucleo_l552ze_q/ |
D | board.cmake | 6 # Flash merged TF-M + Zephyr binary
|
/Zephyr-latest/scripts/west_commands/ |
D | README.txt | 23 cannot be merged.
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.cavs | 10 # Once it gets merged, we have to update SoF to use INTEL_ADSP_TIMER
|
/Zephyr-latest/scripts/ci/stats/ |
D | merged_prs.py | 5 # Script that operates on a merged PR and sends data to elasticsearch for 64 # in case of assignee reviews or if PR was merged by an assignee 149 query = f'repo:{args.repo} merged:{args.range} is:pr is:closed sort:updated-desc base:main'
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/ |
D | get_metadata_split.sh | 20 # correctly merged, continuous, and matches its local metadata.
|
D | get_comp128_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
D | get_comp129_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
D | get_comp130_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
D | get_comp2_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
D | get_comp0_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
D | get_comp1_data_split.sh | 21 # correctly merged, continuous, and matches its local comp data.
|
/Zephyr-latest/scripts/schemas/ |
D | patch-schema.yml | 67 # Whether the associated merge-pr has been merged 77 # The date the associated merge-pr was merged, in ISO 8601 date format YYYY-MM-DD
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | board.cmake | 5 # Flash merged TF-M + Zephyr binary
|
/Zephyr-latest/scripts/dts/ |
D | gen_edt.py | 56 # Save merged DTS source, as a debugging aid 75 help="path to write merged DTS source code to (e.g. "
|
/Zephyr-latest/doc/contribute/ |
D | index.rst | 27 merged. 94 When your first contribution to the Zephyr project gets merged, you'll become eligible to claim your
|
12345