-
Notifications
You must be signed in to change notification settings - Fork 70
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
VACMS-15055: Accelerated Publishing Install and enable computed_breadcrumbs. #15193
VACMS-15055: Accelerated Publishing Install and enable computed_breadcrumbs. #15193
Conversation
f10c816
to
bc1df8a
Compare
7fab239
to
bc1df8a
Compare
af52294
to
d1a4b4e
Compare
GitHub Workflows (.github/workflows/*.yml)Have you...
|
d1a4b4e
to
e8d6c32
Compare
e8d6c32
to
3d0a28a
Compare
3d0a28a
to
04b5235
Compare
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.
This appears to be working for me.
I am not sure what the CI failure is about... there are only 49 lines changed in composer.lock here 😉 And they are changes we want... so 🤷
Run thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f
with:
comment_tag: check-composer-lock-changes
message: The number of lines changed in composer.lock exceeds the acceptable threshold.
- Lines changed: 50
- Threshold: [2](https://github.com/department-of-veterans-affairs/va.gov-cms/actions/runs/6151340447/job/16691185057?pr=15193#step:5:2)00
This is a warning only. Please review the changes and ensure that they are acceptable.
GITHUB_TOKEN: ***
mode: upsert
create_if_not_exists: true
env:
LINES_CHANGED: [5](https://github.com/department-of-veterans-affairs/va.gov-cms/actions/runs/6151340447/job/16691185057?pr=15193#step:5:5)0
THRESHOLD: 200
No comment has been found with asked pattern. Creating a new comment.
Error: Resource not accessible by integration
@tjheffner I believe it's a permissions issue:
It doesn't matter, though. You can safely ignore it. I'll figure out a less annoying fallback. |
interesting. On On this preview: So it looks like this test is checking every single link, and then this PR adds a new link that doesn't conform 🤔 I'm not crazy about this test. I think it should restrict by a class or something. Because this is really an innocuous PR and it shouldn't break this test. |
Opened an issue: #15196 |
@timcosgrove FYSA I think this PR is blocked by a bug in a Facilities test. Feel free to double-check me because it's late in the day for the ol' Nug Doug. EDIT: Got bored, opened a PR. |
6cecd8d
to
575c9f2
Compare
2917ebf
to
d27bc05
Compare
@laflannery should take a look at this from an a11y perspective. |
Would someone be able to more clearly tell me what I'm looking at? Such as:
Also the Tugboat failed |
@laflannery @BlakeOrgan looking at CMS breadcrumbs only, and we'll have this PR environment working again for you ASAP. The breadcrumbs will match prod CMS in most cases, but not all. Swirt's comment has a good breakdown of the differences between this PR, prod CMS, & the live site. Essentially some pages have gained a visible breadcrumb in the CMS that wasn't visible before. This new crumb matches what the breadcrumb visible on the live site in most cases. Essentially looking from an a11y+ux perspective that including an extra breadcrumb for the current page is kosher. Testing on random nodes is fine. |
…breadcrumb module.
d27bc05
to
4242749
Compare
I actually like the new, additional breadcrumb, this makes everything much more expected and consistent. I have no issues with this new display |
Approved. I like the addition of displaying the current page within the breadcrumbs. |
0eda648
into
department-of-veterans-affairs:main
Description
Include breadcrumb data to JSON API to support Accelerated Publishing Next js implememtation.
Relates to #14741 Spike: Breadcrumb modules for Drupal JSON:API
Testing done
Local testing comparing JSON API data with GraphQL data.
Screenshots
Before
After
Comparison with GraphQL results
GraphQL
JSON API
QA steps
Definition of Done
Select Team for PR review
CMS Team
Public websites
Facilities
User support
Accelerated Publishing
Is this PR blocked by another PR?
DO NOT MERGE