Build production-ready DocuLens portfolio showcase - #1
Conversation
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 34812486 | Triggered | Generic Password | 1ea644b | docker/docker-compose.showcase.yml | View secret |
| 34812487 | Triggered | Company Email Password | 1ea644b | app/main.py | View secret |
| 21697538 | Triggered | Generic Password | 1ea644b | app/main.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
|
Warning Review limit reached
Next review available in: 58 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (79)
📝 WalkthroughWalkthroughChangesThe PR hardens backend configuration and lifecycle management, adds a read-only showcase deployment with seeded data, consolidates packaging and quality workflows, and substantially redesigns frontend routing, workspace navigation, pages, styling, and activity views. Production hardening and showcase workspace
Estimated code review effort: 5 (Critical) | ~120 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
Why
DocuLens was functional but presented as a development demo. This release makes the problem, AI pipeline, evidence model, architecture, and engineering decisions understandable within a short portfolio review while keeping the system focused as a document-intelligence modular monolith.
The hosted mode is intentionally a product tour rather than a public SaaS trial. Visitors can inspect realistic synthetic documents, search, classifications, pipeline state, and cited answers without anonymous uploads, destructive changes, live model calls, or surprise provider costs.
Impact and tradeoffs
DOCULENS_SHOWCASE_READ_ONLY=trueremoves mutating controls and returns HTTP 403 for state-changing workspace requestsValidation
ruff check .pyright --pythonpath .venv312/bin/pythonpytest— 12 passednpm run lintnpm run buildgit diff --checkCodeWithMoin/doculens-ailinksSummary by CodeRabbit
New Features
Bug Fixes
Documentation