mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
278fc1c22a
Modify the GraphQL query used to fetch all jobs within a pipeline, transitioning from fetching data via stage nodes to a direct job retrieval approach. The prior method was not paginated, potentially overloading the server and complicating result parsing due to the structure of stage nodes. The new approach simplifies data interpretation and handles job lists exceeding 100 elements by implementing pagination with helper functions to concatenate paginated results. - Transitioned from extracting jobs from stage nodes to a direct query for all jobs in the pipeline, improving data readability and server performance. - With the enhanced data clarity from the updated query, removed the Dag+JobMetadata tuple as it's now redundant. The refined query provides a more comprehensive job data including job name, stage, and dependencies. - The previous graph query relied on a graph node that will (or should) be paginated anyway. Closes: #10050 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25940> |
||
---|---|---|
.. | ||
ci | ||
pick | ||
__init__.py | ||
.editorconfig | ||
commit_in_branch_test.py | ||
commit_in_branch.py | ||
gen_calendar_entries_test.py | ||
gen_calendar_entries.py | ||
gen_release_notes_test.py | ||
gen_release_notes.py | ||
gen_vs_module_defs.py | ||
git_sha1_gen.py | ||
install_megadrivers.py | ||
khronos-update.py | ||
meson-cmd-extract.py | ||
meson.build | ||
perf-annotate-jit.py | ||
pick-ui.py | ||
pick-ui.sh | ||
post_version_test.py | ||
post_version.py | ||
python-venv.sh | ||
refcnt-log-helper.py | ||
symbols-check.py | ||
update-android-headers.sh |