-
Notifications
You must be signed in to change notification settings - Fork 19
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
Send JSON to syslog #1424
Merged
Merged
Send JSON to syslog #1424
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
LGTM. I wonder if it makes sense to keep the old format around, but I'm fine with leaving it as is, especially with the dated comment. |
ygannett
added a commit
that referenced
this pull request
Apr 5, 2022
* DP-24413: Hide 'Reset to alphabetical' option on the collection admin form (#1425) * DP-24413: Hide 'Reset to alphabetical' option on the collection admin form * Changelog * Send JSON to syslog (#1424) * Send JSON to syslog * Add changelog Co-authored-by: Tom Fleming <[email protected]> * Add and configure environment indicator module (#1420) * Add and configure environment indicator module * Add changelog * Revert unwanted changes * Add confif * Better names * Add scaffolding instruction * Dont bother with SHA * Name Tugboat * Populate release name in Tugboat * Update scheduled_transitions to fix https://massgov.atlassian.net/browse/DP-24364 * Remove stray line * We need debug hesaders for tests * Move composer command in CI so it runs early enough * Copy yaml file needed for tests to pass * Force * Add patch to fix cron spamming our logs. * update env color schemes Co-authored-by: Minghua Sun <[email protected]> Co-authored-by: Arthur Baghdasaryan <[email protected]> * DP-24093: Remove "Show" and "Hide" from the Sitewide alert display (#1419) * Remove show/hide from emergency alerts * Changelog * Change mayflower version * Mayflower-artifacts * Mayflower-artifacts * link to MF * link to MF develop Co-authored-by: joeg8612 <[email protected]> Co-authored-by: Minghua Sun <[email protected]> * Update Blackfire docs for DDEV * DP-23508 Move development dependencies to require-dev (#1429) * DP-23508 Move development dependencies to require-dev * DP-23508 Move drupal/upgrade_rector back to production dependencies * DP-23508 Check Dotenv is present before loading classes (#1440) * DP-23508 Check Dotenv is present before loading classes * DP-23508 Add changelog * Dp 24334 investigate conditions collection ids can be a scalar (#1436) * DP-24334 no need to check for array * DP-24334 changelog * DP-24334 phpcs * Dp 23805 add page banner buttons (#1402) * link to MF * get log in links * DP-23805-add-page-banner-buttons loging links in banner * update MF * update buttons * remove old log in links * link to MF * add changelog * update MF * fix button classname * link to MF * add buttons label * adjust buttons label * link to MF * link to MF * link to MF * DP-23805 mayflower update Co-authored-by: beto-aveiga <[email protected]> * DP-24415: View changes related to collections and documents (#1433) * DP-24415: View changes related to collections and documents * Changelog Co-authored-by: Moshe Weitzman <[email protected]> * DP-24428 Custom akamai purger (again) (#1439) * Send edit.mass.gov URLs to Akamai purger (2nd try) (#1386) * Send edit.mass.gov URLs to Akamai purger * Rename changelog * More purge logging at acquia and in docker * Try console * Wrong handler * Minor local dev improvements. And url normalization. Co-authored-by: Tom Fleming <[email protected]> * Use custom purger based on a state variable. Add logging * Add changelog and tweak alter hook Co-authored-by: Tom Fleming <[email protected]> * Dp 24336 past event not disappearing from org page (#1404) * DP-24336 update if an event changes * DP-24336 changelog * DP-24336 set max-age when there are upcoming events * DP-24336 refactor the rendering of events * DP-24336 scheduled transitions recommended version * DP-24336 better names * DP-24336 modify query to allow phpunit tests with NOW instead of TODAY * DP-24336 test EventsRendererOrgPages functionality * DP-24336 wait one more second * DP-24336 run cron to remove outdated cache entries * DP-24336 fixing test based on time * DP-24336 fixing test based on time, detect host * DP-24336 invalidate cache bins as if cron ran * DP-24336 fixing test on CI * DP-24336 fix due to operator precedence * DP-24336 fixing time relative tests by using state * DP-24336 environment indicator update * DP-24336 datetime_testing module * DP-24336 removing events on org pages test because injecting time is too complicated, or not elegant enough :P * DP-24336 strict types on new classes recommended * DP-24336 DateTimezone to DrupalDateTime * DP-24336 phpcs Co-authored-by: Tom Fleming <[email protected]> * Dp 24263 fix image sizes on info details page (#1409) * link to MF * add changelog * link to MF * link to MF * remove figure style override * revert debug cache header setting * fix org page spacing * link to MF * link to MF * update MF * update MF * update MF Co-authored-by: joeg8612 <[email protected]> Co-authored-by: Yukiko Gannett <[email protected]> * Update config.yml * changelog update and remove old changelog files Co-authored-by: Arthur Baghdasaryan <[email protected]> Co-authored-by: Moshe Weitzman <[email protected]> Co-authored-by: Tom Fleming <[email protected]> Co-authored-by: Minghua Sun <[email protected]> Co-authored-by: joeg8612 <[email protected]> Co-authored-by: CircleCI Deployment Bot <[email protected]> Co-authored-by: Yukiko Gannett <[email protected]> Co-authored-by: Andrew Berry <[email protected]> Co-authored-by: Beto Aveiga <[email protected]> Co-authored-by: abaghdasaryan <[email protected]>
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.
Description:
Explain the technical implementation of the work done.
Jira: (Skip unless you are MA staff)
DP-24384
To Test:
Peer Review Checklist