8000 feat: add support for project migration with Phinx by golovencoserghei · Pull Request #566 · bagrinsergiu/MB-migration · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add support for project migration with Phinx #566

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

Merged
merged 12 commits into from
May 13, 2025
Merged

Conversation

golovencoserghei
Copy link
Contributor

Integrated a new migration system using the Phinx library and its dependencies. Added a Bridge class to handle project transfers and a new /bridge route in the main application. Updated composer.json and composer.lock to include required packages for database migration and configuration handling.

sergheigolovenco and others added 12 commits April 29, 2025 17:20
Integrated a new migration system using the Phinx library and its dependencies. Added a `Bridge` class to handle project transfers and a new `/bridge` route in the main application. Updated `composer.json` and `composer.lock` to include required packages for database migration and configuration handling.
Introduce MySQL driver class to handle database connections and queries. Refactor Bridge class to manage source projects, including new methods for setting and retrieving source project data. Update routing logic in `index.php` and modify `docker-compose.yaml` port mapping.
Add support for a second database for mapping preparation and update database connection logic accordingly. Introduce `ApplicationBootstrapper` to centralize application initialization and streamline request handling. Modify HTTP endpoints to include additional functionalities and improve error handling.
Added `addPreparedProject` method to handle dynamic mapping of projects and introduced centralized input validation. Refactored database connection logic for reusability and enhanced error handling across the bridge layer.
Introduced support for manual migration mode (`mgr_manual`) and enhanced project page handling, along with relevant updates to the migration platform and core configuration. Added APIs to fetch project UUID, check page changes, and manage mappings, improving flexibility and traceability in the migration process.
Add `RequestHandler` classes for GET, POST, and DELETE, improving request handling modularity. Enhance migration logic by enabling manual migration labeling and expanding functionality for bulk operations. Refactor database interactions and improve project/page change checks for more granular control and reporting.
Introduce `phinx.php` to manage database migrations and seeds. The file specifies paths for migration and seed files and configures a production environment with MySQL settings.
Updated `ApplicationBootstrapper` to refine the migration flow logic and introduce restructuring for project data management. Added centralized logging initialization and enhanced error handling. Additionally, updated dependencies in `composer.lock` to include the latest versions of libraries for better compatibility and performance.
Relocated the `/health` endpoint logic to the primary application handler. This improves code organization by consolidating request handling in one place.
Refactored manual migration logic to use dynamic dataVersion settings, improving clarity and flexibility. Adjusted database environment configuration to load from `.env` files, and replaced hardcoded values with environment variables to enhance security. Fixed suffix handling for dimensions and improved error logging across multiple components.
Introduce '/app' and '/addTagManualMigration' endpoints in the API. Enhance `setLabelManualMigration` to accept an optional project ID. Add methods to handle manual migration tagging via database and refine related logic in BrizyAPI interactions.
@golovencoserghei golovencoserghei merged commit 3ed2b35 into dev May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0