[PR #510] [MERGED] chore: remove base class for control plane #515

Closed
opened 2026-02-16 02:15:25 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: massi/control-plane


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/510 **Author:** [@masci](https://github.com/masci) **Created:** 5/24/2025 **Status:** ✅ Merged **Merged:** 5/24/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/control-plane` --- ### 📝 Commits (4) - [`1147375`](https://github.com/run-llama/llama_deploy/commit/11473752df9532fea0f2be0f50640472e8bc39d8) remove base class - [`acaac47`](https://github.com/run-llama/llama_deploy/commit/acaac471f63a11dfe922f546a923d7776d6decd4) more aggressive waits on kafka boot - [`7790783`](https://github.com/run-llama/llama_deploy/commit/779078341efd33fed2ae055455b9793ff67cc164) fix e2e tests - [`2f9945a`](https://github.com/run-llama/llama_deploy/commit/2f9945a60e0ebce76a984aa42cf10a269c7604c6) oar coverage ### 📊 Changes **10 files changed** (+81 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:15:25 -05:00
yindo closed this issue 2026-02-16 02:15:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#515