litellm/ci_cd
Krrish Dholakia 66b6e8d06a fix(claude-code): add missing Prisma migration for skill marketplaces
schema.prisma had the LiteLLM_SkillMarketplaceTable/marketplace_id/
allowed_skills additions but no committed migration captured them,
failing the schema_migration_check CI job.

Also fix ci_cd/run_migration.py: its temp migrations directory was a
fixed path at <repo_root>/migrations, colliding with the real tracked
migrations/ directory (Dockerfile, run.py) - running the script deleted
it via the cleanup step. Use a real tempdir instead.
2026-07-11 19:44:37 -07:00
..
baseline_db.py Connect UI to "LiteLLM_DailyUserSpend" spend table - enables usage tab to work at 1m+ spend logs (#9603) 2025-03-27 23:29:15 -07:00
check_file_length.py (clean up) move docker files from root to docker folder (#6109) 2024-10-08 08:23:52 +05:30
check_files_match.py (fix) pre commit hook to sync backup context_window mapping 2024-02-05 15:03:04 -08:00
run_migration.py fix(claude-code): add missing Prisma migration for skill marketplaces 2026-07-11 19:44:37 -07:00
security_scans_readme.md [Security] Ensure LiteLLM Images have 0 Critical, High, Medium vulnerabilities with CVSS ≥ 4.0 (#14357) 2025-09-08 16:49:52 -07:00
TEST_KEY_PATTERNS.md Fix CI: Revert security scan changes and add GitGuardian ignore rules (#18358) 2025-12-22 17:03:53 -08:00