-
Notifications
You must be signed in to change notification settings - Fork 2
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
Task: Release v2.0.1 #476
Merged
Merged
Task: Release v2.0.1 #476
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
checks for user_selections or passes in new, empty, user_selections to ensure the key is present
primarily disabling rubocop linting warnings but also adjusted a debugging phrase
by assigning unique names and id's to the checkboxes for each row
`ActiveModel::Type::Date` raises `ArgumentError` for strings longer than 128 characters; this rescues and logs if long string is attempted
Allows debugging via Chrome DevTools while in development
with intention being to manually include those targets when required
also includes a minor layout adjustment
to ensure the appropriate error message is handled correctly by the application
Notify subscriber(s) of an internal error event with the payload of the exception once done but only if error status is over 500
also lists any errors based on current query as well as improves the contact information presentation
Handle specific types of exceptions and render the appropriate error page or attempt to render a generic error page if no specific error page exists
Converts status code to integer if it is a symbol alongside passing the status_code value to ensure the proper error message is displayed
Task: Resolve error reporting and reduce logging noise
to ensure a message is displayed at all times.
Added update release version patch cadence with date stamp
Task: Error page update
Task: Re-Release Candidate v2.0.1
joescottdave
approved these changes
Jan 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
This PR re-releases v2.0.1 with all current updates alongside minor adjustments for error presentation and reporting