-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[batch] Expose job group structure in the UI
- Loading branch information
1 parent
2e9ca86
commit 717950c
Showing
4 changed files
with
186 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,114 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.9 --python-platform linux batch/requirements.txt --output-file=batch/pinned-requirements.txt | ||
aiodocker==0.21.0 | ||
# via -r batch/requirements.txt | ||
aiohttp==3.9.5 | ||
# via aiodocker | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiodocker | ||
aiorwlock==1.4.0 | ||
# via -r batch/requirements.txt | ||
aiosignal==1.3.1 | ||
# via aiohttp | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiohttp | ||
async-timeout==4.0.3 | ||
# via aiohttp | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# -r batch/requirements.txt | ||
# aiohttp | ||
attrs==23.2.0 | ||
# via aiohttp | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiohttp | ||
dictdiffer==0.9.0 | ||
# via -r batch/requirements.txt | ||
frozenlist==1.4.1 | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiohttp | ||
# aiosignal | ||
idna==3.7 | ||
# via yarl | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# yarl | ||
multidict==6.0.5 | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiohttp | ||
# yarl | ||
numpy==1.26.4 | ||
# via pandas | ||
# via | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# pandas | ||
packaging==24.0 | ||
# via plotly | ||
# via | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# plotly | ||
pandas==2.2.2 | ||
# via | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -r batch/requirements.txt | ||
plotly==5.22.0 | ||
# via | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -r batch/requirements.txt | ||
python-dateutil==2.9.0.post0 | ||
# via pandas | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# pandas | ||
pytz==2024.1 | ||
# via pandas | ||
# via | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# pandas | ||
six==1.16.0 | ||
# via python-dateutil | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# python-dateutil | ||
tenacity==8.3.0 | ||
# via plotly | ||
# via | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# plotly | ||
typing-extensions==4.11.0 | ||
# via aiodocker | ||
# via | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# aiodocker | ||
tzdata==2024.1 | ||
# via pandas | ||
# via | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# pandas | ||
yarl==1.9.4 | ||
# via aiohttp | ||
# via | ||
# -c batch/../gear/pinned-requirements.txt | ||
# -c batch/../hail/python/dev/pinned-requirements.txt | ||
# -c batch/../hail/python/pinned-requirements.txt | ||
# -c batch/../web_common/pinned-requirements.txt | ||
# aiohttp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,67 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-version 3.9 --python-platform linux web_common/requirements.txt --output-file=web_common/pinned-requirements.txt | ||
aiohttp==3.9.5 | ||
# via aiohttp-jinja2 | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp-jinja2 | ||
aiohttp-jinja2==1.6 | ||
# via -r web_common/requirements.txt | ||
aiosignal==1.3.1 | ||
# via aiohttp | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp | ||
async-timeout==4.0.3 | ||
# via aiohttp | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp | ||
attrs==23.2.0 | ||
# via aiohttp | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp | ||
frozenlist==1.4.1 | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp | ||
# aiosignal | ||
idna==3.7 | ||
# via yarl | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# yarl | ||
jinja2==3.1.4 | ||
# via aiohttp-jinja2 | ||
# via | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# -r web_common/requirements.txt | ||
# aiohttp-jinja2 | ||
libsass==0.23.0 | ||
# via -r web_common/requirements.txt | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
# via | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# jinja2 | ||
multidict==6.0.5 | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp | ||
# yarl | ||
yarl==1.9.4 | ||
# via aiohttp | ||
# via | ||
# -c web_common/../gear/pinned-requirements.txt | ||
# -c web_common/../hail/python/dev/pinned-requirements.txt | ||
# -c web_common/../hail/python/pinned-requirements.txt | ||
# aiohttp |