Full deployment history for this project.
feat: add Emoji Score integration, E2E tests, and CI pnpm fix - Integrate emoji.platphormnews.com sentiment scoring API - Implement 'emoji_sentiment' grader type in GraderService - Expand API surface for evaluation case and scorecard management - Add comprehensive E2E tests for graders, eval lifecycle, and registry sync - Fix CI workflow to use pnpm correctly and resolve version conflicts Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
feat: add Emoji Score integration, E2E tests, and CI pnpm fix - Integrate emoji.platphormnews.com sentiment scoring API - Implement 'emoji_sentiment' grader type in GraderService - Expand API surface for evaluation case and scorecard management - Add comprehensive E2E tests for graders, eval lifecycle, and registry sync - Fix CI workflow to use pnpm and frozen-lockfile to resolve CI failures Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
feat: add Emoji Score integration and E2E tests - Integrate emoji.platphormnews.com sentiment scoring API - Implement 'emoji_sentiment' grader type in GraderService - Expand API surface for evaluation case and scorecard management - Add comprehensive E2E tests for graders, eval lifecycle, and registry sync - Verify changes with full test suite passing Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Merge pull request #115 from mbarbine/security-fix-ssrf-custom-grader-5970653010311760388 🔒 Fix SSRF in Custom Grader Webhook
Merge branch 'main' into security-fix-ssrf-custom-grader-5970653010311760388
🔒 Fix SSRF in Custom Grader Webhook - Created lib/utils/security.ts with validateWebhookUrl utility. - Integrated validateWebhookUrl into GraderService.gradeCustom. - Added unit tests in tests/security.test.ts. - Updated tests/grader-service.test.ts with SSRF protection test case.