Migrate getWorkflowEvaluationProjects #5173
Merged
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.
Important
Add new endpoint and backend logic for fetching workflow evaluation projects, and update UI to use this endpoint.
get_workflow_evaluation_projects_handlerinworkflow_evaluations/internal/get_projects.rsto handle/internal/workflow-evaluations/projectsendpoint.list_workflow_evaluation_projectsinworkflow_evaluation_queries.rsfor querying ClickHouse.WorkflowEvaluationProjectRowandWorkflowEvaluationQueriestrait inworkflow_evaluation_queries.rs.tests/e2e/db/workflow_evaluation_queries.rsandtests/e2e/endpoints/internal/workflow_evaluations.rs.WorkflowEvaluationProjectsTable.tsxto useWorkflowEvaluationProjectfrom~/types/tensorzero.route.tsxto fetch projects usinggetTensorZeroClient().getWorkflowEvaluationProjects().GetWorkflowEvaluationProjectsResponse.tsandWorkflowEvaluationProject.tsfor TypeScript bindings.index.tsto export new bindings.This description was created by
for 88b845f. You can customize this summary. It will automatically update as commits are pushed.