Skip to content

cleanup unused evaluators code#1542

Open
dinmukhamedm wants to merge 1 commit intodevfrom
cleanup/evaluators
Open

cleanup unused evaluators code#1542
dinmukhamedm wants to merge 1 commit intodevfrom
cleanup/evaluators

Conversation

@dinmukhamedm
Copy link
Copy Markdown
Member

@dinmukhamedm dinmukhamedm commented Mar 29, 2026

Note

Medium Risk
Removes multiple API routes, UI components, and server actions related to evaluators, which is potentially breaking if any internal/external callers still rely on those endpoints or types. Also changes project deletion behavior in ClickHouse by dropping the default.evaluator_scores table from the cleanup list.

Overview
This PR deletes the unused Evaluators feature end-to-end: Next.js API routes under app/api/projects/[projectId]/evaluators (CRUD, span-path registration, and execute), the Evaluators page and related UI components (table/sheet), and the backing server actions/types for evaluators and per-span evaluator scores.

It also removes evaluator-related caching (PROJECT_EVALUATORS_BY_PATH_CACHE_KEY) and stops deleting default.evaluator_scores during project data cleanup, plus a small blog copy edit removing mention of online evaluator triggering.

Written by Cursor Bugbot for commit 2619a17. This will update automatically on new commits. Configure here.

Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Copy link
Copy Markdown
Member

@olzhik11 olzhik11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏿

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.

2 participants