Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3691bd8
feat: Version 1.2 - comprehensive database migration guidelines using…
ricofurtado Nov 6, 2025
40488b6
Update src/backend/base/langflow/alembic/DB-MIGRATION-GUIDE.MD
ricofurtado Nov 6, 2025
5f7b330
fix: Cleanup text and typos
ricofurtado Nov 6, 2025
1381f0a
feat: Implement migration validation workflow and add migration valid…
ricofurtado Nov 17, 2025
6ac2304
Update src/backend/base/langflow/alembic/migration_validator.py
ricofurtado Nov 17, 2025
3c407b3
Update src/backend/base/langflow/alembic/migration_validator.py
ricofurtado Nov 17, 2025
76c9ba3
Update src/backend/base/langflow/alembic/migration_validator.py
ricofurtado Nov 17, 2025
b09f3c0
fix: moved the test_migrations directory to under tests
ricofurtado Nov 17, 2025
0d919cd
feat: Added migration validator to pre-commit check.
ricofurtado Nov 17, 2025
96e79b7
fix: improved test performance.
ricofurtado Nov 17, 2025
782c6df
fix: optimized attribute resolution in migration validator
ricofurtado Nov 17, 2025
fed102c
feat: add comprehensive tests for migration validator and guidelines
ricofurtado Nov 24, 2025
8af5c2a
fix: Lint is complaining about shebang declared but not being used.
ricofurtado Nov 24, 2025
ec8ad0a
fix: Shebang reinstated.
ricofurtado Nov 24, 2025
1549d97
Update src/backend/base/langflow/alembic/DB-MIGRATION-GUIDE.MD
ricofurtado Nov 24, 2025
a613912
Update .github/workflows/migration-validation.yml
ricofurtado Nov 24, 2025
e7885d4
feat: color improvments
ricofurtado Nov 24, 2025
75d347b
Update .github/workflows/migration-validation.yml
ricofurtado Nov 24, 2025
80d432d
Update .github/workflows/migration-validation.yml
ricofurtado Nov 24, 2025
03a5085
ci: Created relative paths for CI
ricofurtado Nov 24, 2025
e2cffc4
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 24, 2025
0a86d9b
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Nov 24, 2025
f675114
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Nov 24, 2025
082f591
fix: Component index json.
ricofurtado Nov 24, 2025
d5c3380
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 24, 2025
c540ec9
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Nov 24, 2025
ba1a211
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Nov 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Shebang reinstated.
  • Loading branch information
ricofurtado committed Nov 24, 2025
commit ec8ad0ac36d9ab9c204acaaec40e33af9ee2c2d8
1 change: 1 addition & 0 deletions scripts/generate_coverage_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Script to generate a custom .coveragerc file for backend testing.

This script:
Expand Down