[PR #119] [CLOSED] TOOL-400: feat: Add filtering granularity to what we are diffing #263

Closed
opened 2026-03-07 20:42:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/119
Author: @gphilippe
Created: 3/19/2021
Status: Closed

Base: masterHead: TOOL-400


📝 Commits (3)

  • 0525585 TOOL-400: feat: Add filtering granularity to what we are diffing
  • d9fdf7e TOOL-400: feat: Added indexes and constraints diff filtering
  • c198eb5 TOOL-400: fix: removed Travis CI

📊 Changes

7 files changed (+248 additions, -163 deletions)

View changed files

📝 .gitignore (+1 -0)
.travis.yml (+0 -14)
📝 composer.lock (+165 -114)
📝 src/DB/Schema/DBSchema.php (+9 -4)
📝 src/DB/Schema/TableSchema.php (+42 -30)
src/DiffFilter.php (+27 -0)
📝 src/Params/CLIGetter.php (+4 -1)

📄 Description

Status Labels Story Points
Build

Jira ticket URL

https://tracktik.atlassian.net/browse/TOOL-400

Change Log

Added a filtering granularity to what we are diffing in the database

Deployment Instructions

Need to reupload the dbdiff.phar to the fyre servers

dbdiff.phar.gz


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DBDiff/DBDiff/pull/119 **Author:** [@gphilippe](https://github.com/gphilippe) **Created:** 3/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `TOOL-400` --- ### 📝 Commits (3) - [`0525585`](https://github.com/DBDiff/DBDiff/commit/052558506c52c5323993ffd50c0e191accb70a9b) TOOL-400: feat: Add filtering granularity to what we are diffing - [`d9fdf7e`](https://github.com/DBDiff/DBDiff/commit/d9fdf7e2b8123228fc0613430b205130bc86bfde) TOOL-400: feat: Added indexes and constraints diff filtering - [`c198eb5`](https://github.com/DBDiff/DBDiff/commit/c198eb5aea1b17d7daf5fa0a6224648fdc75bbae) TOOL-400: fix: removed Travis CI ### 📊 Changes **7 files changed** (+248 additions, -163 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➖ `.travis.yml` (+0 -14) 📝 `composer.lock` (+165 -114) 📝 `src/DB/Schema/DBSchema.php` (+9 -4) 📝 `src/DB/Schema/TableSchema.php` (+42 -30) ➕ `src/DiffFilter.php` (+27 -0) 📝 `src/Params/CLIGetter.php` (+4 -1) </details> ### 📄 Description ![Status](https://endpoints.staffr.ca/jira/get-ticket-status?ticket_key=TOOL-400&return=badge) ![Labels](https://endpoints.staffr.ca/jira/get-ticket-labels?ticket_key=TOOL-400&return=badge) ![Story Points](https://endpoints.staffr.ca/jira/get-ticket-story-points?ticket_key=TOOL-400&return=badge) ![Build](https://endpoints.staffr.ca/jenkins/get-last-build-status?ticket_key=TOOL-400&return=badge) ## Jira ticket URL https://tracktik.atlassian.net/browse/TOOL-400 ## Change Log Added a filtering granularity to what we are diffing in the database ### Deployment Instructions Need to reupload the dbdiff.phar to the fyre servers [dbdiff.phar.gz](https://github.com/DBDiff/DBDiff/files/6171779/dbdiff.phar.gz) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:42:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#263
No description provided.