-
Notifications
You must be signed in to change notification settings - Fork 14
feat: add content fragment 404 audit type #1049
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
base: main
Are you sure you want to change the base?
feat: add content fragment 404 audit type #1049
Conversation
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.
Pull Request Overview
This PR adds support for a new audit type BROKEN_CONTENT_FRAGMENT_LINKS to track broken content fragment links. The change includes:
- Adding the new audit type constant to the model
- Updating the test to reflect the increased count of audit types
- Fixing a documentation typo in the README
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/spacecat-shared-data-access/src/models/audit/audit.model.js | Adds the new BROKEN_CONTENT_FRAGMENT_LINKS audit type constant |
| packages/spacecat-shared-data-access/test/unit/models/audit/audit.model.test.js | Updates test expectations to include the new audit type and increments the total count from 31 to 32 |
| packages/spacecat-shared-splunk-client/README.md | Fixes a typo in the example configuration code (removes extra > character) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This PR will trigger a minor release when merged. |
Please ensure your pull request adheres to the following guidelines:
Related