Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe opened issue cardosofelipe/syndarix#53 2026-01-01 12:04:14 +00:00
feat(frontend): Implement main Dashboard as authenticated homepage
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 11:40:52 +00:00
0ceee8545e test(frontend): improve ActivityFeed coverage to 97%+
62aea06e0d chore(frontend): add istanbul ignore to routing.ts config
24f1cc637e chore(frontend): add istanbul ignore to agentType.ts constants
8b6cca5d4d refactor(backend): simplify ENUM handling in alembic migration script
c9700f760e test(frontend): improve coverage for low-coverage components
Compare 5 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 11:17:36 +00:00
6f509e71ce test(frontend): add coverage improvements and istanbul ignores
f5a86953c6 chore(frontend): add istanbul ignore comments for untestable code paths
246d2a6752 test(frontend): expand AgentTypeForm test coverage to ~88%
36ab7069cf test(frontend): add comprehensive ErrorBoundary tests
a4c91cb8c3 refactor(frontend): clean up code by consolidating multi-line JSX into single lines where feasible
Compare 7 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-01 10:27:00 +00:00
5c35702caf test(frontend): comprehensive test coverage improvements and bug fixes
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 17:32:44 +00:00
7280b182bd fix(backend): race condition fixes for task completion and sprint operations
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 16:16:09 +00:00
06b2491c1f fix(backend): critical bug fixes for agent termination and sprint validation
b8265783f3 fix(agents): prevent issue assignment to terminated agents and cleanup on termination
Compare 2 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 13:32:13 +00:00
63066c50ba test(crud): add comprehensive Syndarix CRUD tests for 95% coverage
ddf9b5fe25 test(sprints): add sprint issues and IDOR prevention tests
c3b66cccfc test(syndarix): add agent_types and enhance issues API tests
896f0d92e5 test(agents): add comprehensive API route tests
2ccaeb23f2 test(issues): add comprehensive API route tests
Compare 10 commits »
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 11:49:29 +00:00
f0b04d53af test(frontend): update tests for type changes
35af7daf90 fix(frontend): align project types with backend enums
5fab15a11e fix(frontend): align issue types with backend enums
ab913575e1 feat(frontend): add ErrorBoundary component
82cb6386a6 fix(backend): regenerate Syndarix migration to match models
Compare 6 commits »
cardosofelipe deleted branch feature/43-activity-feed from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/40-project-dashboard from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/41-agent-configuration from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/42-issue-management from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe deleted branch feature/50-project-wizard from cardosofelipe/syndarix 2025-12-31 11:07:57 +00:00
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 10:59:40 +00:00
15d747eb28 fix(sse): Fix critical SSE auth and URL issues
cardosofelipe pushed to dev at cardosofelipe/syndarix 2025-12-31 10:22:02 +00:00
3d6fa6b791 docs: Update roadmap - Phase 1 complete
cardosofelipe closed issue cardosofelipe/syndarix#22 2025-12-31 10:20:48 +00:00
[EPIC] Phase 1 - Core Platform
cardosofelipe closed issue cardosofelipe/syndarix#28 2025-12-31 10:20:40 +00:00
Create Project management API endpoints
cardosofelipe closed issue cardosofelipe/syndarix#31 2025-12-31 10:20:40 +00:00
Create Issue CRUD API endpoints
cardosofelipe closed issue cardosofelipe/syndarix#30 2025-12-31 10:20:40 +00:00
Create Agent instance management API endpoints
cardosofelipe closed issue cardosofelipe/syndarix#29 2025-12-31 10:20:40 +00:00
Create Agent type configuration API endpoints