summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2023-08-03bin/pick-ui: use venv wrapperEric Engestrom2-0/+12
2023-08-03bin/ci/update_traces_checksum: use venv wrapperEric Engestrom1-0/+10
2023-08-03bin/ci/gitlab_gql: use venv wrapperEric Engestrom1-0/+10
2023-08-03bin/ci/ci_run_n_monitor: use venv wrapperEric Engestrom1-0/+10
2023-08-03bin: add wrapper to run scripts in a python venvEric Engestrom1-0/+27
2023-08-03bin/ci: handle errors more gracefully in update_traces_checksum scriptDavid Heidelberg1-1/+1
2023-07-28bin/ci_run_n_monitor: get git sha from pipeline if specified, instead of requ...Eric Engestrom1-10/+15
2023-07-17bin/ci: Ensure that all jobs have nodes in DAGGuilherme Gallo1-10/+15
2023-06-15bin/pick-ui: use asyncio.new_event_loopDylan Baker1-1/+1
2023-06-15bin/pick: Add support for adding notes on patchesDylan Baker2-4/+66
2023-06-15bin/pick: use lineboxes to make the UI clearerDylan Baker1-2/+2
2023-06-15bin/pick: fix issue where None for nomination_type could failDylan Baker1-6/+5
2023-06-02ci: Respect $HTTP_PROXY for ci_run_n_monitorDaniel Stone1-1/+2
2023-05-28bin/ci: mention requirements.txtDavid Heidelberg3-0/+3
2023-05-26bin/ci: fix mistakenly hardcoded repo name in get_gitlab_project()Eric Engestrom1-1/+1
2023-05-26ci_run_n_monitor: add ability to specify the pipeline to use, instead of auto...Eric Engestrom1-4/+22
2023-05-10ci: bump bin/ci/ deps to support python 3.11Eric Engestrom1-2/+2
2023-04-19bin/ci: Add StructuredLogger to improve log handlingGuilherme Gallo2-0/+476
2023-03-30bin: Fix typosHarri Nieminen9-13/+13
2023-03-30docs: use version-number as toctree-title for relnotesErik Faye-Lund1-2/+3
2023-03-10symbols-check: support OSes based on GNU toolchainPino Toscano1-1/+1
2023-03-06ci/ci_run_n_monitor: while we usually disable many jobs, print them inlineDavid Heidelberg1-1/+2
2023-02-23docs: mention `meson configure` and drop broken workaround scriptEric Engestrom1-63/+0
2023-01-25android: Make libbacktrace optional againTomeu Vizoso1-0/+28
2023-01-19meson: use builtin support for reading version from a fileDylan Baker1-39/+0
2023-01-16bin/ci: add gitlab_gql.py.cache to the .gitignoreEric Engestrom1-1/+1
2023-01-12gen_release_notes: include links in relnotes.rst when generating the new rele...Eric Engestrom2-31/+29
2023-01-12gen_release_notes: allow using the script from another checkoutEric Engestrom1-3/+3
2023-01-12gen_release_notes: avoid crashing when none of the commits mention closing an...Eric Engestrom1-1/+4
2023-01-12gen_release_notes: stop the script if we can't generate the release noteEric Engestrom1-0/+1
2023-01-06ci_run_n_monitor.py: automatically retry on transient errorsEric Engestrom1-1/+3
2022-12-30bin/gen_release_notes.py: read Closes/Fixes tags case-insensitivelyKonstantin Kharlamov2-2/+13
2022-12-30bin/gen_release_notes.py: parse "Fixes" tags as well as "Closes"Konstantin Kharlamov2-14/+31
2022-12-30bin/gen_release_notes.py: don't fail if "Closes" refers to an MRKonstantin Kharlamov2-1/+21
2022-12-30bin/gen_release_notes.py: do not fail on confidential featuresKonstantin Kharlamov1-1/+6
2022-12-30bin/gen_release_notes.py: do not end "features" with "None"Konstantin Kharlamov1-3/+1
2022-12-29gen_release_notes: strip second newline in new featuresEric Engestrom1-1/+1
2022-12-19ci: move the CI handling scripts into bin/ciDavid Heidelberg9-0/+909
2022-11-30commit_in_branch.py: variables cleanupEric Engestrom2-32/+30
2022-11-30commit_in_branch.py: add support for checking staging branchesEric Engestrom2-3/+7
2022-11-30commit_in_branch.py: fix testsEric Engestrom1-2/+2
2022-11-22meson: do not use source_root() when possibleDanylo Piliaiev1-1/+6
2022-11-18scripts: Fix khronos-update.py to use main for OpenCL headersJason Ekstrand1-18/+19
2022-11-11meson: fixes mingw-clang32 buildingYonggang Luo2-14/+16
2022-11-11meson: Refactoring shared gen_vs_module_defs_normal_command outYonggang Luo1-0/+5
2022-08-21bin/perf-annotate-jit.py: Update to Python 3.Vinson Lee1-3/+3
2022-08-09egl: Remove eglextchromium.h and import eglext_angle.hYonggang Luo1-2/+1
2022-08-03bin/gen_release_notes.py: bump advertised vulkan version to 1.3Eric Engestrom1-1/+1
2022-05-02bin: Add a script for filtering/sorting refcount logsJesse Natalie1-0/+78
2022-04-19win32: Fixes 32 bits visual studio module definition files by add script gen_...Yonggang Luo2-0/+99