Skip to content

feat: v1.19.2 to v2.0.0 repos.url Idempotent normalization: append .git where missing#1543

Open
re-vlad wants to merge 3 commits into
finos:mainfrom
re-vlad:feat/1535-mongodb-migration
Open

feat: v1.19.2 to v2.0.0 repos.url Idempotent normalization: append .git where missing#1543
re-vlad wants to merge 3 commits into
finos:mainfrom
re-vlad:feat/1535-mongodb-migration

Conversation

@re-vlad
Copy link
Copy Markdown

@re-vlad re-vlad commented May 21, 2026

Description

  • Add automated migration script to normalize repository URLs (append .git suffix)
  • Implement database backup utility before applying changes
  • Create analysis and reporting modules for migration audit trails
  • Support dry-run mode for pre-migration verification
  • Generate YAML and CSV reports for migration tracking
  • Ensure idempotency: safe to run multiple times without data corruption

Related Issue

Resolves #1535

Checklist

General

Documentation

  • Documentation has been added/updated for any new features

Configuration

  • If configuration schema (config.schema.json) was modified:
    • TypeScript types regenerated (npm run generate-config-types)
    • Schema reference docs regenerated (npm run gen-schema-doc)

Tests

  • Tests have been added/updated for new functionality
  • Unit tests pass (npm test)
  • Linting and formatting pass (npm run lint and npm run format:check)
  • Type checks pass (npm run check-types)

@re-vlad re-vlad requested a review from a team as a code owner May 21, 2026 14:20
@re-vlad re-vlad self-assigned this May 21, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit e160c1c
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/6a0f221d8d7fd100083a4750

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented May 21, 2026

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: re-vlad / name: re-vlad (51384cc)

@re-vlad re-vlad added the enhancement New feature or request label May 21, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.10%. Comparing base (82031e9) to head (e160c1c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1543   +/-   ##
=======================================
  Coverage   90.10%   90.10%           
=======================================
  Files          69       69           
  Lines        5657     5657           
  Branches      990      990           
=======================================
  Hits         5097     5097           
  Misses        541      541           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@re-vlad re-vlad force-pushed the feat/1535-mongodb-migration branch from 51384cc to fb1782a Compare May 21, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Automated MongoDB Migration Script from v1.19.2 to v2.0.0 upgrade

1 participant