-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APPEALS-29120 - Enhance hlr_sync_lock with logging (#19259)
* APPEALS-29120 - init commit, fixed linting and code climate issues rspec passes * APPEALS-29120 - added Rails.logger.info for lock_key creation. confirmed in log works, and updated 1.9ruby hash syntax * APPEALS-29120 - added Rails.logger for lock_key being deleted * APPEALS-29120 - updated verbage from deleted to released * APPEALS-29120 - refactored Rails.logger for release, added Error logging,and added to rspec test * APPEALS-29120- fixed CodeClimate/Linting issues * APPEALS-29120 - fixed more CodeClimate/Linting issues * APPEALS-29120 - disabled FeatureEnvy smell * APPEALS-29120 - fixed more linting issues * added line break after frozen_string_literal * APPEALS-29120 - add code coverage for new logger for hlr_sync_lock creation and release in request_issue_spec.rb * removed end_product_establishment_ids variable since its now being used * removed commas * APPEALS-29120 - added magic comment * commit to init GHA --------- Co-authored-by: TuckerRose <[email protected]>
- Loading branch information
Showing
6 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
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
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
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
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
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
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