-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release 146 #5024
Draft
eanders
wants to merge
31
commits into
stable
Choose a base branch
from
release-146
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release 146 #5024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use and advisory lock for the delayed jobs * WIP; move advisory locks to the jobs * Queing working as expected * Missed variable rename * Use ActiveJob as much as possible * Review cleanup
* Corrects the format for fake SSN's in PII scrubber * Corrects a crash when sanitizing importer/loader records that do not translate snake/camel case
…5025) * Use a job to enforce queing discipline for WarehouseClientsProcessed * Use advisory locks
Fix missing id referenced in the format string
* advisory lock * batching * cleanup unused records * spec
* migration to replace Postgres rules with triggers and functions * use the fx gem to manage triggers/functions
…te in the date the careplan expires (#5029)
* WIP; restructure of report data * Missed file saves * WIP; simple table display * Draft of override summary report for new overrides mechanism * Minor adjustments; remove dead code * Review adjustments * Split and rename render_paginated_list method
* updates for sage tests * Q23/25 leavers/subsidy destination clauses * Q4 update - '"Affiliated with a residential project" is blank.' * test kit updates
* Advisory lock fix * Additional advisory lock checks * Block returns true when checking for an advisory lock
* Work around access controls that are missing required items * backport dependencies * Catch some other deleted items
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging this PR
Description
Release 146