Skip to content

Fix available images without image_name#161

Open
MukundaKatta wants to merge 1 commit into
hummingbot:mainfrom
MukundaKatta:codex/fix-available-images-empty-filter
Open

Fix available images without image_name#161
MukundaKatta wants to merge 1 commit into
hummingbot:mainfrom
MukundaKatta:codex/fix-available-images-empty-filter

Conversation

@MukundaKatta

Copy link
Copy Markdown

Description

  • flatten Docker images into tag strings for GET /docker/available-images/ when image_name is omitted
  • keep the existing filter behavior when image_name is provided
  • add dependency-light unit coverage for the tag flattening and filtering behavior

Fixes #160

Testing

  • python3 -m pytest test/test_docker_router.py test/test_portfolio_state.py
  • git diff --check

Note: test/test_portfolio_state.py is skipped in this checkout because the optional hummingbot package is not installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker - the route "GET /docker/available-images/" returns 500 when image_name is empty or omitted

1 participant