mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #510] [MERGED] chore: remove base class for control plane #515
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/510
Author: @masci
Created: 5/24/2025
Status: ✅ Merged
Merged: 5/24/2025
Merged by: @masci
Base:
main← Head:massi/control-plane📝 Commits (4)
1147375remove base classacaac47more aggressive waits on kafka boot7790783fix e2e tests2f9945aoar coverage📊 Changes
10 files changed (+81 additions, -245 deletions)
View changed files
📝
e2e_tests/deploy/test_deploy.py(+3 -3)📝
e2e_tests/message_queues/kafka/conftest.py(+4 -2)📝
e2e_tests/message_queues/kafka/docker-compose.yml(+5 -1)📝
llama_deploy/apiserver/deployment.py(+0 -2)📝
llama_deploy/control_plane/__init__.py(+1 -2)➖
llama_deploy/control_plane/base.py(+0 -213)📝
llama_deploy/control_plane/server.py(+10 -9)📝
llama_deploy/deploy/deploy.py(+1 -4)📝
tests/apiserver/test_deployment.py(+1 -9)📝
tests/control_plane/test_server.py(+56 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.