Chore/remove legacy root code - #247
Open
VishakBaddur wants to merge 2 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Removes all confirmed-dead legacy code from before the api-service/ restructure, plus a second layer of legacy code found inside api-service/ itself that predates the LangGraph agent pipeline.
Two commits:
Related Issue
Part of #244 (final submission wrap-up)
Motivation and Context
Cleaning up dead code before final GSoC submission so the repo only reflects what's actually built and running, not scaffolding from before the restructure.
How Has This Been Tested?
Confirmed via grep that nothing in any active service imports from the deleted paths. Checked all three services' Docker build contexts are scoped to their own subdirectories, so the root-level code was never even shipped. Full api-service test suite: 148/148 passing before and after both commits. Verified live via docker-compose: app boots with no import errors, /, /dashboard, /sources all return 200, dashboard renders with no template errors, and the fixed 404 handler works for the case it's actually reachable for.
Screenshots (if appropriate):
N/A, no UI changes, cleanup only.
Types of changes
Checklist: