This repository was archived by the owner on Jan 30, 2026. It is now read-only.
feat: introduce post processor for backlink audit SITES-18417#37
Merged
feat: introduce post processor for backlink audit SITES-18417#37
Conversation
iuliag
reviewed
Jan 15, 2024
ekremney
reviewed
Jan 15, 2024
Member
|
please also fix the commit message before merging |
|
This PR will trigger a minor release when merged. |
2 tasks
solaris007
approved these changes
Jan 18, 2024
…t-processor into SITES-18417
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 6 7 +1
Lines 490 633 +143
==========================================
+ Hits 490 633 +143 ☔ View full report in Codecov by Sentry. |
This was referenced Jan 18, 2024
…t-processor into SITES-18417
ekremney
reviewed
Jan 19, 2024
iuliag
added a commit
to adobe/spacecat-api-service
that referenced
this pull request
Jan 22, 2024
Add broken-backlinks as supported audit type for SITES-18417. Relates to adobe/spacecat-audit-worker#77, adobe/spacecat-audit-post-processor#37, adobe/spacecat-audit-scheduler#27
solaris007
pushed a commit
to adobe/spacecat-api-service
that referenced
this pull request
Jan 22, 2024
# [1.16.0](v1.15.5...v1.16.0) (2024-01-22) ### Features * add broken-backlinks trigger (SITES-18417) ([#97](#97)) ([2524d2a](2524d2a)), closes [adobe/spacecat-audit-worker#77](adobe/spacecat-audit-worker#77) [adobe/spacecat-audit-post-processor#37](adobe/spacecat-audit-post-processor#37) [adobe/spacecat-audit-scheduler#27](adobe/spacecat-audit-scheduler#27)
…ocessor into SITES-18417
iuliag
added a commit
to adobe/spacecat-audit-scheduler
that referenced
this pull request
Jan 22, 2024
Add broken-backlinks as supported audit type for SITES-18417. Relates to adobe/spacecat-audit-worker#77, adobe/spacecat-audit-post-processor#37, adobe/spacecat-api-service#97
solaris007
pushed a commit
to adobe/spacecat-audit-scheduler
that referenced
this pull request
Jan 22, 2024
# [1.3.0](v1.2.0...v1.3.0) (2024-01-22) ### Features * add broken-backlinks audit type (SITES-18417) ([#27](#27)) ([9fec401](9fec401)), closes [adobe/spacecat-audit-worker#77](adobe/spacecat-audit-worker#77) [adobe/spacecat-audit-post-processor#37](adobe/spacecat-audit-post-processor#37)
ekremney
approved these changes
Jan 23, 2024
iuliag
pushed a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Jan 23, 2024
Implement the audit worker for broken backlinks (SITES-18417). Relates to adobe/spacecat-audit-post-processor#37
solaris007
pushed a commit
that referenced
this pull request
Jan 23, 2024
# [1.3.0](v1.2.3...v1.3.0) (2024-01-23) ### Features * introduce post processor for broken-backlinks audit (SITES-18417) ([#37](#37)) ([7f0f699](7f0f699)), closes [adobe/spacecat-audit-worker#77](adobe/spacecat-audit-worker#77)
Member
|
🎉 This PR is included in version 1.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
solaris007
pushed a commit
to adobe/spacecat-audit-worker
that referenced
this pull request
Jan 23, 2024
# [1.7.0](v1.6.7...v1.7.0) (2024-01-23) ### Features * introduce audit for broken-backlinks (SITES-18417) ([#77](#77)) ([034e5e8](034e5e8)), closes [adobe/spacecat-audit-post-processor#37](adobe/spacecat-audit-post-processor#37)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR Status
This PR implements the post processor for SITES-18417.
Relates to adobe/spacecat-audit-worker#77