-
Notifications
You must be signed in to change notification settings - Fork 5
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
THEMES-1907: Sign Author Images #263
Merged
nschubach
merged 9 commits into
arc-themes-release-version-2.4.0
from
sign-author-images
May 17, 2024
Merged
THEMES-1907: Sign Author Images #263
nschubach
merged 9 commits into
arc-themes-release-version-2.4.0
from
sign-author-images
May 17, 2024
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
rmbrntt
force-pushed
the
sign-author-images
branch
from
May 3, 2024 15:11
6f74b8e
to
9c03b9c
Compare
* pull out transform logic * remove redundant * lint fix * Clean up test data * Remove Console log
vgalatro
approved these changes
May 3, 2024
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!
Before merging, please be sure #266 is merged |
* THEMES-1916: Add Additional author object image type * lint fix
nschubach
changed the base branch from
arc-themes-release-version-2.3.1
to
arc-themes-release-version-2.4.0
May 14, 2024 15:16
nschubach
reviewed
May 14, 2024
nschubach
reviewed
May 14, 2024
feel free to merge this when it's good to go |
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
Added an additional check in
signImagesInANSObject
againstauthor
ANS to handle the image url as an external image to sign.Jira Ticket: THEMES-1907
Proof
Before
content-api
After
content-api
story-feed-query
author-api
Test Steps
Add detailed test steps a reviewer must complete to test this PR
git checkout sign-author-images
/travel/2022/12/15/get-ahead-on-holiday-travel/
http://localhost/pagebuilder/tools/debugger?_website=the-gazette&type=content-debugger&source=content-api&config=%7B%22website_url%22:%22/travel/2022/12/15/get-ahead-on-holiday-travel/%22%7DTo actually test this all the way through, we need to make an update to the author blocks as they aren't expecting to pass in the resize params or ANS image that the Image component expects. That'll be a separate PR
Note
We duplicated resizer code into feed-components which means we should also have this logic included there.