• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / asset-bundle-registry / 25060146865

28 Apr 2026 02:52PM UTC coverage: 70.743% (+0.2%) from 70.567%
25060146865

Pull #114

github

kevinszuchet
feat: add denylist table, migrations, and CRUD endpoints with moderator authorization

- Migration 1745846400000_denylist.ts: new denylist table with entity_id (PK),
  reason, created_by, created_at, updated_at audit columns and case-insensitive indexes
- Extends IDbComponent with getDenylist / addDenylistEntry / removeDenylistEntry
- Extends IRefreshableFeaturesComponent with getUserModerators() polling
  dapps-platform_user_moderators feature flag (same pattern as malicious-profiles)
- GET /denylist: public endpoint returning all blocked entity IDs
- POST /denylist/:entityId: signed-fetch + moderator-only, upserts an entry
- DELETE /denylist/:entityId: signed-fetch + moderator-only, removes an entry
- Unit and integration tests covering all paths including 403 for non-moderators
Pull Request #114: feat: add denylist CRUD endpoints with moderator authorization

605 of 894 branches covered (67.67%)

Branch coverage included in aggregate %.

54 of 67 new or added lines in 7 files covered. (80.6%)

62 existing lines in 2 files now uncovered.

1593 of 2213 relevant lines covered (71.98%)

36.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

24.59
/src/logic/refreshable-features/component.ts


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc