-
Notifications
You must be signed in to change notification settings - Fork 0
Expand AlbertAlert source catalog with additional CT incident/prevention/context feeds #111
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ca05bf9
chore: start investigating stale newest-story ordering
Copilot 17cd1b3
fix: prioritize newer alerts in same freshness bucket
Copilot fd2d96f
Plan: tighten UNOCT filtering and add per-source daily cap
Copilot efe5f2d
Enforce UNOCT keyword match and add source/day alert cap
Copilot 6be03a0
Revert unrelated generated artifact changes
Copilot 86c60b9
Plan source endpoint restorations and quarantine cleanup
Copilot 01ff658
Update restored source endpoints in trusted catalog
Copilot e1d020e
Enforce quarantine only after 6 consecutive failures
Copilot 8281239
Plan source replacement and additions
Copilot 009477c
Replace broken feeds and add requested CT research sources
Copilot 3fd2e69
Align source catalog with counter-terrorism repair audit
Copilot 50d274d
Plan expanded source additions and dedupe pass
Copilot e2c6c60
Add 41 deduplicated disruption and Germany security sources
Copilot 6d7ff33
Plan Montenegro and disruption source expansion
Copilot 9e3b38c
Add 23 deduplicated international and Montenegro signal sources
Copilot 5e592c8
Plan UK and Slovakia source expansion
Copilot b1b1145
Add missing UK political and Slovakia security context sources
Copilot 0fb378a
Plan Ecuador and UK source expansion
Copilot 7301b62
Add Ecuador security and UK institutional source coverage
Copilot ab4a9c5
Plan specialized feed source additions
Copilot ceff2e3
Add specialized international and UK context source entries
Copilot 22a3e5c
Compile catalog after specialized feed additions
Copilot 207c940
Plan additional CT source expansion batch
Copilot 97d0820
Add additional specialized and operational CT source entries
Copilot 1158bac
Compile catalog for expanded CT source batch
Copilot b39db4b
Merge origin/main and resolve conflicts
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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 endpoint now duplicates
europol-news-rssin the same shard, and this commit introduces several similar endpoint collisions;scripts/validate-feed-data.mjsrejects these duplicates, and at runtimenormaliseSourcesPayload()drops later duplicate endpoints (scripts/build-live-feed/io.mjs), so intended catalog additions are silently ignored. Please keep each source endpoint unique before recompilingdata/sources.json.Useful? React with 👍 / 👎.