-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): refresh pip-compile outputs #963
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
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #963 +/- ##
=======================================
Coverage 82.62% 82.62%
=======================================
Files 189 189
Lines 16514 16514
=======================================
Hits 13645 13645
Misses 2869 2869 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aceabd0 to
91e314e
Compare
d5d17f6 to
61c272f
Compare
cb744df to
e3d00ac
Compare
e3d00ac to
38697fc
Compare
2c1caa2 to
8bb9848
Compare
8bb9848 to
f1662fa
Compare
4e7c479 to
84fcce5
Compare
84fcce5 to
cc5c24d
Compare
85e4294 to
685d688
Compare
dc85cd7 to
62ed9ba
Compare
f39b237 to
9c9fd7e
Compare
* Refactor with Opus * Exclude already deleted files from delete report * Add delete files CLI entrypoint * Update README * Linting * Linting, again * Update README, again * Linting, again again * Comments * Update some variable names and comments * Add review audit report entrypoint, refine deletions with analyses * Add logging service, use report generator for all reports, update README * Pass bucket in to delete_files method so its only instantiated once * Write reports to the analysis bucket, not upload * Removing typing typehints * Simplify refactor * Prettify logging * Remove the cli __init__ content to prevent circular import error * Rename CLI script to 'delete_from_audit_results.py' * Upsert analyses properly * Reimplement tests * Fix gcs connector in testcases * Actually fix tests * Update tests with fixtured data * Fix test fixture import * Update more tests * Add audit reporter tests * Test report summary * Add audit report to and from dict tests * Test update audit deletion analysis * Add test for delete_files_from_report * Fix test name * Add tests for reading and writing reports * Add some TODOs * Add 'outputs' to README, linting * Linting fix again --------- Co-authored-by: Matt Welland <[email protected]>
9c9fd7e to
0412262
Compare
This PR focuses on reducing the runtime of the test pipeline by minimising the number of containers created during execution. Previously, a new test database container was created for each test class. However, this is expensive. This PR modifies the setup so that a single database container is created once before any tests run and is then reused across all tests. (From the current stats, this reduces the unit test runtime by ~50%).
0412262 to
7192830
Compare
These changes fix a display issue of the cost per sample row of the table in the Cost Across Invoice Months (Topic only) report. Previously there would be gaps in the information displayed between months where the sample count changes. This information now displays correctly.
7192830 to
4cab0b5
Compare
This implementation introduces shortcuts on the Billing Home page to make it easier for CPG teams to access their billing information.
4cab0b5 to
c0233a2
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.