Commit Graph

5 Commits

Author SHA1 Message Date
1177322f10 Fix failing tests: case-insensitive accept patterns + correct CPF expectation
Some checks failed
NALU Deployment Pipeline / Run Tests (push) Successful in 4m16s
NALU Deployment Pipeline / PR Validation (push) Has been skipped
NALU Deployment Pipeline / Build and Push Image (push) Failing after 13s
NALU Deployment Pipeline / Deploy naluai.dev (push) Has been skipped
NALU Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
- DeterministicLayer: accept patterns now use IgnoreCase (was None)
- Test: CPF ExtractedValue is raw formatted match, not stripped digits
- CI filter: also exclude McpServerTests (require live server)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 13:02:01 -03:00
9a68120adf Fix CI: update test project reference and namespaces for Nalu.Web
Some checks failed
NALU Deployment Pipeline / Run Tests (push) Failing after 2m29s
NALU Deployment Pipeline / PR Validation (push) Has been skipped
NALU Deployment Pipeline / Build and Push Image (push) Has been skipped
NALU Deployment Pipeline / Deploy naluai.dev (push) Has been skipped
NALU Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
- Test project was referencing non-existent Nalu.Api.csproj → Nalu.Web.csproj
- Replace using Nalu.Api.* → Nalu.Web.* in all test files
- Skip PipelineIntegration tests in CI (require live MongoDB)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 12:49:54 -03:00
e01787ee60 Add deploy infrastructure, missing validators, and new features
- Add Docker Swarm deploy stack, CI workflow (.gitea), entrypoint script
- Fix Dockerfile to build Nalu.Web (was pointing to old Nalu.Api path)
- Add validate_name.md and other missing validators to prod
- Add Stripe endpoints, HangfireDashboardAuth, InputGuard, NameLookupService
- Add SuspiciousRateLimiter, En/ pages, Legal/ pages, Seguranca docs
- Add Nalu.Jobs and Nalu.NameImporter projects (were untracked)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 12:31:12 -03:00
56bbdd5345 Restore Groq API key (internal repo — prod secrets handled separately later)
Some checks failed
Deploy NALU API / Build & Push Docker image (push) Failing after 1m20s
Deploy NALU API / Deploy to OCI (push) Has been skipped
2026-05-10 16:41:50 -03:00
ea6cdb5395 Initial commit — NALU AI web platform
- ASP.NET Core 9 Razor Pages + Minimal API hybrid
- 14 validators (CPF, CEP, CNPJ, email, phone, name, yes-no, birthdate, handoff, cancel-intent, company-name, plate-br, postal-code, validate_reply)
- OAuth login (Google, Microsoft, GitHub) + cookie auth
- MongoDB usage tracking + CEP cache collection
- Stripe checkout with inline PriceData (no Price IDs)
- MCP server for Claude Code / Cursor integration
- Playground (10 calls/IP/day, no auth)
- Docs: Quickstart, API Reference, N8N, MCP, Créditos, Erros, Fluxos
- Credit system: 3 cr standard validators, 5 cr validate_reply
- SmartSuggestion: contextual re-ask via IA when obtained=false
- Per-IP rate limiting + daily cap + shared-IP abuse detection
- Lightbox for comic images
- Validadores page split: Brasileiros / Universais + Em breve

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 16:39:04 -03:00