-
Notifications
You must be signed in to change notification settings - Fork 8
refactor: rename DocumentMeta create_text_document_from_literal
to from_literal
#561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Trivy scanning results. Report Summary ┌──────────────────────┬──────┬─────────────────┬─────────┐
For OSS Maintainers: VEX NoticeIf you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement. To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable. ui/package-lock.json (npm)Total: 1 (MEDIUM: 1, HIGH: 0, CRITICAL: 0) ┌────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────────────┬─────────────────────────────────────────────────────────────┐ uv.lock (uv)Total: 25 (MEDIUM: 12, HIGH: 10, CRITICAL: 3) ┌──────────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐ |
Code Coverage Summary
Diff against main
Results for commit: 513aa30 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
7c4c3f4
to
3dc65ff
Compare
Let's keep old method name with deprecation notice |
ca02b8d
to
513aa30
Compare
This PR unifies
DocumentMeta
creator interface -from_literal
,from_local_path
,from_source
etc.