| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add GaqSummaryRepository and GaqSummaryInvalidationRepository and export them from the repositories index. Update migration to replace the previous invalidated_at field with created_at and add updated_at to mirror default Sequelize tables.
Rename and change mcReproducible to be the coverage float not the boolean.
Forgot to remove.
Add a calculation_failed boolean column to gaq_summaries. This allows us to know whether a summary has been attempted to be calculated but unsuccessful due to limited data etc.
Remove not-null constraints from several GAQ summary columns in the migration to allow NULL when values are unavailable.
Store invalidation timestamp directly on gaq_summaries instead of a separate gaq_summary_invalidations table.
Create an index on invalidated_at column of gaq_summaries table to improve query performance, as it is commonly used to fetch the invalidated summary queue.
Sequelize model omitted the primaryKey that migration file defines.
Codecov Report❌ Patch coverage is 82.75862% with 5 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2173 +/- ##
==========================================
+ Coverage 45.82% 46.10% +0.28%
==========================================
Files 1039 1042 +3
Lines 17189 17201 +12
Branches 3138 3136 -2
==========================================
+ Hits 7877 7931 +54
+ Misses 9312 9270 -42 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I have a JIRA ticket
Notable changes for users:
Notable changes for developers:
Changes made to the database: