Commit Graph

8 Commits

Author SHA1 Message Date
Ricel Leite bb5239737e fix: Remove invalid import syntax 2026-02-18 18:21:14 -03:00
Ricel Leite df998cc581 feat: Professional dashboard UI
- Stats cards (Total, Analyzed, PRs, Confidence)
- Issue list with filters
- Issue detail modal
- Integrations status panel
- Repository info panel
- Webhook endpoints reference
2026-02-18 18:18:54 -03:00
Ricel Leite 78ebb9b9d8 feat: Auto-create branch and PR with fix
- Creates fix branch from ticket key
- Applies code fix automatically
- Opens Pull Request in Gitea
- Comments on ticket with PR link
2026-02-18 18:07:52 -03:00
Ricel Leite b8e38870e3 fix: Better comment formatting with plain text and line separators 2026-02-18 18:03:13 -03:00
Ricel Leite 5c8ceadb77 feat: Add complete API v2 with webhook and AI analysis 2026-02-18 17:53:16 -03:00
Ricel Leite f2342a4a2c refactor: Rename all ACI references to JIRA
- Database: jira_fixer
- URLs: jira-fixer.startdata.com.br
- Repository: jira-ai-fixer
- All code references updated
2026-02-18 14:20:06 -03:00
Ricel Leite 3b6b0a657d refactor: Rename project to JIRA AI Fixer
Generic name for broader market appeal
2026-02-18 14:10:23 -03:00
Ricel Leite f0fe5a7538 feat: Initial project structure
- FastAPI backend with routers (webhook, issues, config)
- Services: JIRA, Bitbucket, LLM, Embeddings
- Docker Compose with PostgreSQL, Redis, Qdrant
- Documentation (technical + executive) in PT and EN
- .env.example with all required variables

Developed by OpenClaw AI Assistant
2026-02-18 13:33:43 -03:00