Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7124 +/- ##
==========================================
- Coverage 87.26% 87.22% -0.04%
==========================================
Files 533 533
Lines 35161 35126 -35
Branches 4083 4082 -1
==========================================
- Hits 30683 30639 -44
- Misses 3591 3597 +6
- Partials 887 890 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Greptile OverviewGreptile SummaryThis PR removes the Key Changes:
Migration Details: Rationale: Confidence Score: 5/5
Important Files ChangedFile Analysis
|
Ticket ENG-2185
Description Of Changes
This ticket was originally asking for consent manual tasks. We are going forward with a work around #7102 because consent task graphs and access/erasure task graphs are different and have different capabilities - especially around conditional dependencies.
There are going to be a few PRs cleaning up some un-used functionality or adjusting functionality for improved usage patterns. This PR removes the Manual Tasks Logs table as the first step in getting manual tasks and conditions into shape for the above requirements. It is a clean up based on the first few rounds of customer use and learning actual usage patterns.
This PR:
Future PRs:
Code Changes
.fides/db_dataset.yml- removedManualTaskLogtablesrc/fides/api/alembic/migrations/versions/remove the manual task table.src/fides/api/db/base.py- removed ManualTaskLogsrc/fides/api/models/manual_task/manual_task.pyremoved the log class and updated the functions where manual task logs were created.Steps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works