Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"abp-framework",
"dotnet",
"ef-core",
"mongodb",
"notification-center",
"notifications",
"signalr",
"abp-module",
"real-time-notifications",
"abp-notification"
],
"is_fork": false,
"size_kb": 2600,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 629293,
"CSS": 1218,
"HTML": 23279,
"SCSS": 4629,
"JavaScript": 11471,
"PowerShell": 3392,
"TypeScript": 49941
},
"pushed_at": "2026-07-23T06:34:05Z",
"created_at": "2026-07-03T07:53:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-23T06:28:13Z",
"description": "Extensible event-driven notification framework for ABP Framework with optional Notification Center, SignalR/Email channels, EF Core/MongoDB stores, REST API, MVC and Angular UI.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "main",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://dignite.com",
"name": "Dignite",
"type": "Organization",
"login": "dignite-projects",
"company": null,
"location": "Japan",
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/111726970?v=4",
"created_at": "2022-08-22T05:47:41Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 1431
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v10.0.0-rc.3",
"kind": "prerelease",
"published_at": "2026-07-23T06:33:13Z"
},
{
"tag": "v10.0.0-rc.2",
"kind": "prerelease",
"published_at": "2026-07-16T12:17:53Z"
},
{
"tag": "v10.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-07-16T10:50:30Z"
},
{
"tag": "v10.0.0-preview.2",
"kind": "prerelease",
"published_at": "2026-07-10T13:23:33Z"
},
{
"tag": "v10.0.0-preview.1",
"kind": "prerelease",
"published_at": "2026-07-09T08:25:19Z"
}
],
"recent_commits": [
{
"oid": "15dafa46d5390dfdd0d8cd0921c58ea843b4d05e",
"body": "Document the NotificationDistributionJob background-job fix (539f822) that was\nmissing a CHANGELOG entry, cut Unreleased to 10.0.0-rc.3, and bump the version\nin Directory.Build.props, the Angular package.json, and both README install\nexamples.",
"is_bot": false,
"headline": "Prepare 10.0.0-rc.3 release notes (#125)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-23T06:27:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fffb579a6e4b9902e9c5463bbeca3a826e18edd8",
"body": "…ficationDefinitionRegistration\n\nThe \"Options\" suffix implied ASP.NET Core's tunable/JSON-bindable options pattern, but this\ntype is really just a startup-time list of definition provider types to execute — rename it\nand the related property/field names to reflect that.",
"is_bot": false,
"headline": "refactor(notifications): rename NotificationDefinitionOptions to Noti…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-23T01:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bda32079918812ce284cb0c803f3cf751172380",
"body": "…demo\n\nThe host had no way to trigger the demo publish endpoints or see the toolbar bell\nupdate outside of Swagger — the Angular demo's notifications page (Send order shipped\nnotification / Publish to subscribers) had no MVC equivalent, and the host had no menu\nat all to reach a new page from.\n\nAdds\n[…]\nders under the LeptonXLite layout with the bell\nvisible, both buttons return 204 and the bell's unread count updates live over SignalR,\nand the Settings link resolves to the working Subscriptions tab.",
"is_bot": false,
"headline": "feat(demo): add an MVC notifications test page mirroring the Angular …",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T12:24:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "539f8227ae841fa81de8a1866168485a9dc9f9b4",
"body": "…ling in the background job\n\nNotificationDistributionJob had two public ExecuteAsync overloads (one delegating to the\nother for explicit-cancellation callers). ABP's BackgroundJobExecuter resolves a job's\nexecute method by name via reflection, so the second overload made every background-\ndispatched\n[…]\nox rows, and outbox event write commit atomically.\n\nAdded a regression test that reflects the exact failure mode: asserting\ntypeof(NotificationDistributionJob).GetMethod(\"ExecuteAsync\") doesn't throw.",
"is_bot": false,
"headline": "fix(notifications): fix subscription-driven distribution silently fai…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T12:24:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "575a5ace88f07c7379eea037cbce0a71dfd51c6d",
"body": "fix(demo): make the Angular UI work in the host Docker stack (packaging + OAuth redirectUri)",
"is_bot": false,
"headline": "Merge pull request #123 from dignite-projects/fix/demo-docker-angular-ui",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T08:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9437d620fab6cba2c4cc91a2e2d54394e3d1ae3",
"body": "…API host\n\nredirectUri must be the SPA URL. Host_App is registered with RootUrl / RedirectAllowedUrls http://localhost:4200, so the previous https://localhost:44380 value produced an unregistered redirect_uri and the OAuth flow could not return to the app. issuer correctly stays https://localhost:44380 (the auth server).\n\nDemo-only (host/etc/docker is never packed/published).\n\nCloses #122",
"is_bot": false,
"headline": "fix(demo): point Angular dynamic-env redirectUri at the SPA, not the …",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T08:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0989937cbfb0496b36b4d658002af6c818e295",
"body": "Angular 21's @angular/build:application emits the app under dist/Host/browser, but Dockerfile.local copied dist/Host, so the app landed in html/browser/ while nginx served the base image default page at /. Copy dist/Host/browser to the nginx root so http://localhost:4200 serves the Angular app.\n\nDemo-only (angular/ is never packed/published).\n\nCloses #121",
"is_bot": false,
"headline": "fix(demo): package the Angular browser/ output in the host-web image",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T08:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378c985aab66015bb3257cfd45cd675563b3bc6e",
"body": "…ontract\n\nfix: carry the delivery ETO payload as pre-serialized DataJson so it round-trips ABP's event boxes",
"is_bot": false,
"headline": "Merge pull request #120 from dignite-projects/fix/eto-datajson-wire-c…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T07:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4a4e6be7188f88a0f902bfcf027ce40a56ccf5",
"body": "…-serializable wire contract\n\nABP's event bus serializes ETOs with plain System.Text.Json and no app-level\noptions (transactional outbox/inbox included), so the abstract NotificationData\nmember was lossy on write and threw NotSupportedException when the OutboxSender\ndrained the box - silently breaki\n[…]\nntract tests now actually drain both event boxes\n(PublishManyFromOutboxAsync + ProcessFromInboxAsync) on EF Core and MongoDB and\nassert the concrete payload survives, closing the CI gap that hid this.",
"is_bot": false,
"headline": "fix(notifications): make NotificationDeliveryRequestedEto a plain STJ…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T06:36:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1efa6ee80ed142c7244ab11e6ab23577c6973b85",
"body": "…d-contexts\n\nFix docker-compose build contexts and sqlite volume permissions",
"is_bot": false,
"headline": "Merge pull request #119 from dignite-projects/fix/docker-compose-buil…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T02:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c1d1697d447672e9ec4b295e8bda5b71cb9a73",
"body": "Found by running host/etc/docker/run-docker.ps1 end-to-end (the follow-up to\n#114, which only validated `docker compose config` and JSON syntax, never ran\nthe stack).\n\nBuild contexts were ported verbatim from the abp-file-storing template but\ndon't match this repo's Dockerfile.local COPY paths:\n- ho\n[…]\nhmod the data dir + db file so the app user can write.\n\nVerified: `run-docker.ps1` brings the full stack up; db-migrator migrates and\nexits 0, host-api health-status returns 200, host-web returns 200.",
"is_bot": false,
"headline": "Fix docker-compose build contexts and sqlite volume permissions",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T02:36:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6470023113a25bb93ce0ba07d7abef675c76ae79",
"body": "…ayload-naming\n\nrefactor(notifications): rename NotificationDelivery to NotificationPayload",
"is_bot": false,
"headline": "Merge pull request #116 from dignite-projects/refactor/notification-p…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T02:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710cee37e9e203b7c952eccefdf838bba3521e83",
"body": "…ayload\n\nEverywhere in the delivery pipeline \"deliver/delivery\" names the act\n(DeliverAsync, NotificationDeliveryRequestedEto, ...RequestedHandler), but the\nclient/email payload type reused \"delivery\" for the delivered *content*. Rename\nit to NotificationPayload so the payload reads as content, and \n[…]\nlic type rename + event wire-name change,\ndocumented under CHANGELOG [Unreleased]. Kept NotificationDeliveryRequestedEto,\nNotificationDeliveryRequestedHandler and DeliverAsync (already ABP-idiomatic).",
"is_bot": false,
"headline": "refactor(notifications): rename NotificationDelivery to NotificationP…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T02:23:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5ae47188ff78cd5a1af1643aec13c8746ca0304",
"body": "…-verification\n\nFix double permission-group registration and initialize-solution.ps1 Build step",
"is_bot": false,
"headline": "Merge pull request #115 from dignite-projects/fix/initialize-solution…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T01:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e33bb5278db3f6437ddca62c21f8f2365fd458f2",
"body": "It ran \"dotnet build\" from host/ (two levels up from etc/scripts/), matching\nthe source abp-file-storing template - but unlike that repo, this repo's\nhost/ has no .sln/.csproj directly in it (the actual solution file is one\nlevel further up, at the repo root). dotnet build failed immediately with\nMS\n[…]\ng the canonical build command from CLAUDE.md.\n\nFound by actually running the script end-to-end rather than just validating\ndocker compose config / JSON syntax as done when it was first ported in #114.",
"is_bot": false,
"headline": "Fix initialize-solution.ps1's Build step targeting the wrong directory",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T01:56:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f3aac4ef94319baaee133dd04c8f09180e4e49b",
"body": "…ider\n\nNotificationCenterApplicationContractsModule.ConfigureServices manually added\nthe provider via AbpPermissionOptions.DefinitionProviders.Add<T>() - but ABP\nalready auto-discovers any PermissionDefinitionProvider subclass (this repo's\nown authorization.md rules file documents that convention wi\n[…]\n\n--migrate-database against a fresh database - caught by actually running\nhost/etc/scripts/initialize-solution.ps1 end-to-end, not by this repo's test\nsuite (which doesn't exercise full data seeding).",
"is_bot": false,
"headline": "Fix double registration of NotificationCenterPermissionDefinitionProv…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T01:56:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39ea564999ce7879594a65601fe7d6b59663519a",
"body": "Add host/etc local-dev scaffold (docker-compose, run profiles, scripts)",
"is_bot": false,
"headline": "Merge pull request #114 from dignite-projects/chore/host-etc-scaffold",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T01:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a771eb831e4b3d427f5ce45e8aecd6dae3067d4",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into chore/host-etc-scaffold",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-22T01:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e29f7abd5d833d83657b9d695c8b04a17b397a7",
"body": "Add the architecture SVG diagram and images (architecture PNG, Angular\nbell dropdown screenshot, cover) referenced by Post.md.",
"is_bot": false,
"headline": "Add article assets for ABP Notification Center intro",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T12:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10286d75236725a5351d7308b9e299b4b8c091b4",
"body": "Ported from the sibling abp-file-storing repo's ABP Studio-generated\nhost/etc/ (build/, docker/, run-profiles/, scripts/) - this repo's host/\nnever had it, so there was no docker-compose or one-click run-profile\nsetup for local dev, only the ad-hoc host/migrate-database.ps1.\n\nAdapted beyond the File\n[…]\nhad (unlike angular/Dockerfile.local, which already\nexisted). Broadened .gitignore's openiddict.pfx to *.pfx so the\nDocker-generated host/etc/docker/certs/localhost.pfx dev cert doesn't get\ncommitted.",
"is_bot": false,
"headline": "Add host/etc local-dev scaffold (docker-compose, run profiles, scripts)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T11:47:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "847c3baae5443e0ddaa67c1456bd009d17a76ca3",
"body": "…-db-prefix\n\nChange NotificationCenter DB table prefix from Abp to Notif",
"is_bot": false,
"headline": "Merge pull request #113 from dignite-projects/fix/notification-center…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T11:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fb524bb59c679fb1a803971670d02f0b6475df",
"body": "DbTablePrefix = \"Abp\" put NotificationCenter's tables in the shared\npool ABP reserves for kernel modules (Identity, PermissionManagement,\nSettingManagement, TenantManagement, AuditLogging, ...). NotificationCenter\nis an optional add-on, not a kernel module - matching ABP's own convention\nfor optiona\n[…]\niptions. host/'s migration history was regenerated\nas a fresh Initial rather than adding a rename migration, consistent with\nhow the Abp-segment rename (#111) handled this same local-dev-only history.",
"is_bot": false,
"headline": "Change NotificationCenter DB table prefix from Abp to Notif",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T11:38:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7875294f352b90ac1d692aaf8763263c527d9876",
"body": "…tion-center\n\nDrop Abp segment from NotificationCenter package family",
"is_bot": false,
"headline": "Merge pull request #112 from dignite-projects/codex/drop-abp-notifica…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T11:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bffe25fc0c372ecf45e3f44f6e9b55f54975968",
"body": "ci.yml and release.yml both referenced\nnotification-center/test/Dignite.NotificationCenter.Tests, missing the\n.EntityFrameworkCore segment the project actually has. Pre-existing on\nmain since d9f3cd3 (never caught because that push apparently never\ntriggered the workflow) - this PR's rename faithfully carried the\nalready-broken path through the Abp removal, which is what surfaced it\nas a CI failure here.\n\nRefs #111",
"is_bot": false,
"headline": "Fix stale EF Core test project path in CI/release workflows",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T10:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0244c87056795815fb565a0394c30be453d12e",
"body": "smoke-test-angular-package.mjs still checked node_modules under the\nold @dignite/abp.ng.notification-center path, which would fail the\nrelease workflow's Angular smoke test on the next tag. The README and\npackage.json description also still said \"Dignite ABP Notification\nCenter\" after the package itself became @dignite/ng.notification-center.\n\nRefs #111",
"is_bot": false,
"headline": "Fix stale abp.ng scope references after Angular package rename",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T10:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7661d8eda40aabac2c45bb8a70724516be91d1f3",
"body": "Fixes #111",
"is_bot": false,
"headline": "Drop Abp segment from NotificationCenter packages",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T07:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f3cd3af4f2761b446776b7fd453ad6b7d0dd12",
"body": null,
"is_bot": false,
"headline": "Rename EF Core notification center tests",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T05:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5fed0aae391f01909578dcf4644bd9f6c7992d0",
"body": null,
"is_bot": false,
"headline": "chore: remove unused benchmark notes",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T05:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2888cebcf1432f67a6ed5e0b33a9ba4752407e9d",
"body": "Fix stale .Codex/rules path references in AGENTS.md",
"is_bot": false,
"headline": "Merge pull request #110 from dignite-projects/docs/fix-agents-rules-path",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T03:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d0250c440d3b100ad5dc69233ecae50514534f",
"body": "AGENTS.md pointed at .Codex/rules/ in 6 places (including the provenance\ncomment) — a tree that was never created. The only rules tree is\n.claude/rules/, so repoint them there, matching CLAUDE.md.",
"is_bot": false,
"headline": "Fix stale .Codex/rules path references in AGENTS.md",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T03:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc71810297c1d38ba4aa88969bf9c5e7b9ee262e",
"body": "…pective\n\nRecord the #54-#88 subtraction retrospective in the invariants file",
"is_bot": false,
"headline": "Merge pull request #109 from dignite-projects/docs/subtraction-retros…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T03:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8963eeffbdb722c7309b8bb9a90d7aba0b171f90",
"body": "notifications-invariants.md already carries per-rule \"removed as\nover-engineering\" notes but no overview. Add a preamble tying the\n#54-#88 spree -> #99-#103 subtraction (~17k net lines removed) together,\nframing it as \"right fixes wrapped in wrong-scale infrastructure\"\n(~1/3 kept as hard invariants), and naming the best-effort in-app\nidentity as the test each rule encodes for future additions.\n\nRefs #108",
"is_bot": false,
"headline": "Add a subtraction/over-engineering retrospective to the invariants file",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T03:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d14831ba70a26113acbde8353764fb5b1fce98",
"body": "…enter-angular-proxy\n\nRegenerate the Angular proxy for the reshaped Notification Center HTTP API",
"is_bot": false,
"headline": "Merge pull request #107 from dignite-projects/refactor/notification-c…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T02:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc39fd8e6cba21a47a114c75e08c5993740867d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into refactor/notification-center-angular-proxy",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T02:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8591f9d0be0d3f416274367cd8eef7759f0bc5",
"body": "The packed-library smoke test imported the removed NotificationsService,\nfailing tsc. Import UserNotificationService + NotificationSubscriptionService\ninstead, matching the regenerated proxy. The script is shared by ci.yml and\nrelease.yml, so this covers both.\n\nRefs #106",
"is_bot": false,
"headline": "Fix Angular package smoke test for the split proxy services",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T02:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a770bb3acb964be06c626b609a8744d76294e37",
"body": "…enter-api-surface\n\nRefine the Notification Center user-facing HTTP API before stable",
"is_bot": false,
"headline": "Merge pull request #105 from dignite-projects/refactor/notification-c…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T02:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f68adb36bddc5a9528bb19d0e0338a8b3788534",
"body": "Downstream follow-up to the C# HTTP API reshape (#104 / PR #105): regenerate\nthe notification-center ABP proxy against the new /api/notification-center\nsurface and update the consuming components. Angular library only.\n\n- NotificationsService -> UserNotificationService (inbox) +\n NotificationSubscr\n[…]\nnerate-proxy -t ng -m notification-center -s Host \\\n --target notification-center -a NotificationCenter\n\nng build notification-center: both entry points OK. Library unit tests: 3 passed.\n\nRefs #106",
"is_bot": false,
"headline": "Regenerate Angular proxy for the reshaped Notification Center API",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T02:29:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39f5ff6fb54c40250637875011a8018c194f3065",
"body": "Rename and split the user-facing controller/app-service and narrow two\nmethod contracts to intent, while the packages are still pre-stable\n(10.0.0-preview.*). Class libraries only; store-layer contracts unchanged.\n\n- NotificationsController -> UserNotificationController, plus a\n NotificationCenterC\n[…]\nss-provider TestBase scenarios (+ a DeleteAllReadAsync test), and\nREADME/CLAUDE/AGENTS. Angular proxy regeneration is a follow-up.\n\nBuild: 0 errors. EF provider tests: 39 passed / 0 failed.\n\nRefs #104",
"is_bot": false,
"headline": "Refine Notification Center user-facing HTTP API before stable",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T01:58:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83346bf13b7f3c5d1a475ea21975ed66cf280a52",
"body": "…ngineering-round4\n\nSubtract a fourth round of over-engineering: remove retention cleanup",
"is_bot": false,
"headline": "Merge pull request #103 from dignite-projects/refactor/subtract-overe…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T00:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bcf939048cc1bab048a0707cac47b16a8385a4f",
"body": "Follows #99/#100/#101. Removes the Notification Center retention subsystem\nwhole. Scheduling cleanup — when to delete, in which tenant context, and which\ninstance runs the scan in a cluster — is host operational infrastructure, not a\nlibrary concern; and the one place with real domain knowledge (nev\n[…]\noc updated to match.\n\nNo schema change: the three types are services, not entities, so deleting them\nmaps no columns and needs no migration.\n\nBuild: 0 errors. notification-center EF Core tests: 38/38.",
"is_bot": false,
"headline": "Subtract a fourth round of over-engineering: drop retention cleanup",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-21T00:06:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20e5dd73c0f65c3db2fddce37a50aac6cf4e2bf8",
"body": "…ngineering-round3\n\nSubtract a third round of over-engineering from the #54-#88 spree",
"is_bot": false,
"headline": "Merge pull request #101 from dignite-projects/refactor/subtract-overe…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-20T01:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bce6893eb2aabb12eec8acb231fa6904f1197ab",
"body": "Follows PR #99/#100. Targets what those rounds left standing: test-layer\nduplication and dead API surface, not another subsystem.\n\n- Trim test duplication that ran ABP's own framework behavior, not this\n module's: MongoDB outbox tests shrink to the 3 shared cross-provider\n facts (210 -> 38 lines);\n[…]\nd by a real\ntest, not just test-only convenience).\n\n22 files changed, +415/-820 (net -405 across tracked + 1 new file). All 198\ntests pass across core, EF Core (Sqlite), and MongoDB (embedded mongod).",
"is_bot": false,
"headline": "Subtract a third round of over-engineering from the #54-#88 spree",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-20T01:42:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a4e4f0d8df8dc4cc4a29bc0de27fdb11314d101",
"body": "…ngineering-round2\n\nSubtract a second round of over-engineering from the #54-#88 spree",
"is_bot": false,
"headline": "Merge pull request #100 from dignite-projects/refactor/subtract-overe…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-20T00:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8971f6bf15fe10d331306d542a50a7ce650d82a",
"body": "Pre-existing inaccuracy, unrelated to the subtraction in the previous commit:\nthe docs said Notification_Outbox_Tests was EF-only because \"the MongoDB\nprovider doesn't wire the transactional outbox\". Both halves are wrong.\n\nNotification_Outbox_Tests<T> is a shared abstract scenario in TestBase with\n\n[…]\nion/periodic-worker/outbox scenarios were missing), and replaces the\nwrong \"as the outbox test is for EF\" example of a genuinely provider-specific\ntest with MongoDB's unique MessageId index semantics.",
"is_bot": false,
"headline": "Correct the stale \"EF-only outbox test\" claim in the rule docs",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-20T00:33:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7da36213ee2dade92b4f57c17dfc18b4d257b348",
"body": "Follows PR #99. Removes machinery that a best-effort in-app notification\nmodule does not need, and cleans up what #99 left stale.\n\nRemoved outright:\n- NotificationDeliveryResult (#81): notifiers returned Succeeded/Suppressed\n that nothing read once the delivery state machine went in #99.\n INotific\n[…]\nibutors, the MongoDB outbox capability checker).\n\nsrc C# drops 8238 -> 5902 lines; 43 files deleted. Build is clean and all 211\ntests pass across core, EF Core (Sqlite), and MongoDB (embedded mongod).",
"is_bot": false,
"headline": "Subtract a second round of over-engineering from the #54-#88 spree",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-20T00:24:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ad643aab8eac581af8a164cd7c20ace3dcb8d2a",
"body": "…gineering\n\nSubtract over-engineered subsystems from #54–#88 (best-effort in-app notifications)",
"is_bot": false,
"headline": "Merge pull request #99 from dignite-projects/refactor/subtract-overen…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T07:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ffbc017fcc1b5d1c73020d948a27b7cf14a9968",
"body": "Reposition the module as best-effort in-app notifications and remove\ndistributed-system machinery a notification module does not need.\n\n- Remove MongoDB outbox capability checker (revert #62): a startup self-probe\n duplicating ABP/driver transaction-capability detection.\n- Remove audience broadcast\n[…]\ndry-run, metrics, and the\n two-phase quarantine marker.\n\nNet ~10.8k lines removed. All 261 tests pass across core, EF Core (Sqlite),\nand MongoDB. notifications-invariants.md sections 1 and 4 updated.",
"is_bot": false,
"headline": "Subtract over-engineered subsystems from the #54-#88 spree",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T07:45:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94e3e7f9c5194afc390662b8b63e2fe99bcf4720",
"body": "…vice-boundaries\n\nAlign notification application and domain services with ABP conventions",
"is_bot": false,
"headline": "Merge pull request #98 from dignite-projects/codex/issue-88-align-ser…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T05:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e65e293e6908432ac764ccf81205fd3a021307",
"body": null,
"is_bot": false,
"headline": "Fix generated proxy line endings",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T05:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e31a9c53b9911a5e26bda7a96e9c5b2ec00d74ed",
"body": null,
"is_bot": false,
"headline": "Align notification service boundaries (#88)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T05:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dceb596feac4c75ded824482b5ad756a81c5824b",
"body": "…dic-workers\n\nAlign notification periodic workers with ABP multi-instance conventions",
"is_bot": false,
"headline": "Merge pull request #97 from dignite-projects/codex/issue-87-abp-perio…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T04:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f275417d2c7958ba9b82372cfdf1ba72566aa908",
"body": null,
"is_bot": false,
"headline": "Align periodic workers with ABP lifecycle",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T04:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce0a215e4047ed577c246dde5ba4122744d0174",
"body": "…roadcast-progress\n\nPersist notification audience broadcast progress and cancellation",
"is_bot": false,
"headline": "Merge pull request #96 from dignite-projects/codex/issue-86-persist-b…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T04:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459f262eda86da26018700f6d53891e0568558d9",
"body": null,
"is_bot": false,
"headline": "Persist audience broadcast workflow state",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T04:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d8f3364a144428a7f2d86e485cddf4d9b92492",
"body": "…-broadcast-scope\n\nNormalize notification audience broadcast scope terminology",
"is_bot": false,
"headline": "Merge pull request #95 from dignite-projects/codex/issue-85-normalize…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2df6274593c3dbd5b246010f537f03067c8316",
"body": null,
"is_bot": false,
"headline": "Normalize audience broadcast scope terminology",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6afaaae05ce0bb81566bcb626a4c3591f383d29f",
"body": "…ification-options\n\nSplit notification options by responsibility",
"is_bot": false,
"headline": "Merge pull request #94 from dignite-projects/codex/issue-84-split-not…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389b7292c5b10ce1d6c8fee8856186c4541476db",
"body": null,
"is_bot": false,
"headline": "Split notification options by responsibility",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f4c8a28e841855b4c71c2203ba7e26c219e04e0",
"body": "…ification-data-reading\n\nRemove legacy CLR entity contracts and unify notification data reading",
"is_bot": false,
"headline": "Merge pull request #93 from dignite-projects/codex/issue-83-unify-not…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7129a857c7f7565a1d3827e3e5ed008ef4d64c8a",
"body": null,
"is_bot": false,
"headline": "Unify notification data reading contracts",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541c3a86800fb4c852c5a92f60f500ee8a13e75c",
"body": "…-distribution-contracts\n\nFold batching and cancellation into canonical contracts",
"is_bot": false,
"headline": "Merge pull request #92 from dignite-projects/codex/issue-82-canonical…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e25399b01287ce4f48e19a5951e796fabbab24a3",
"body": null,
"is_bot": false,
"headline": "Fold batching and cancellation into canonical contracts",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T03:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303511bc639f9f52f59bd6e054018f5aec4554cd",
"body": "…contract\n\nConsolidate notification notifier contracts and support cancellation",
"is_bot": false,
"headline": "Merge pull request #91 from dignite-projects/codex/issue-81-notifier-…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "705b36640ea42ebab89777fa0a0b9b1abfd4481c",
"body": null,
"is_bot": false,
"headline": "Consolidate notification notifier contracts",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23fb89d07bd9eb842caadf7cff208a29a665987",
"body": "…terminology\n\nNormalize notification delivery terminology before the stable release",
"is_bot": false,
"headline": "Merge pull request #90 from dignite-projects/codex/issue-80-delivery-…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df77b097ab2b7e1ec2958b67403137ce350f978b",
"body": null,
"is_bot": false,
"headline": "Normalize notification delivery terminology",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc29cd0b4178cfb08f2329cbc775d563e5d1c833",
"body": "…ivery\n\nSeparate notification retry from forced delivery override",
"is_bot": false,
"headline": "Merge pull request #89 from dignite-projects/codex/issue-79-force-del…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362504fd59b58b8ef676aac94ee228c983b7af3e",
"body": null,
"is_bot": false,
"headline": "Separate retry from forced delivery",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-19T02:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8766f7c7175d96dea863f58ae146bae28dbe4115",
"body": "Closes #65",
"is_bot": false,
"headline": "Centralize realtime notification UI connections (#65)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-18T10:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a792d2b58873865a08c2a1bed3f28ad7d72716",
"body": "* feat(notifications): add tenant audience broadcast orchestration (#64)\n\n* fix(notifications): isolate audience broadcast progress and retries (#64)\n\n* fix(notifications): harden audience broadcast review fixes (#64)\n\n* fix(notifications): keep failed broadcast progress retryable (#64)",
"is_bot": false,
"headline": "Add tenant-safe large-audience broadcast orchestration (#77)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-18T09:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd086a72340ba1c2ce23d1d98a85c3787cfa6e80",
"body": "* feat(notification-center): add retention cleanup (#63)\n\n* fix(notification-center): harden retention cleanup review findings (#63)\n\n* fix(notification-center): bound retention cleanup passes (#63)\n\n* fix(notification-center): persist retention cleanup cursors (#63)\n\n* docs(notification-center): clarify retention cursor upgrade note (#63)",
"is_bot": false,
"headline": "Add notification retention and lifecycle cleanup (#76)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-18T08:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e1bca7a28301f99aadc26b117a3fbd23f4c5f7",
"body": "* Add per-user notification delivery preferences\n\nAdds a producer-resolved, per-(user, channel) delivery intent\n(Deliver/Suppress/Delay) evaluated once at distribution time and\ncarried on NotificationDeliveryWorkEto, so a remote channel consumer\nnever needs to look up preferences itself.\n\n- INotific\n[…]\n(), but no migration created any\nof the three, so the repo's own demo host would fail with \"no such\ntable\" the moment a notification with a configured channel was\ndistributed after --migrate-database.",
"is_bot": false,
"headline": "Add per-user notification delivery preferences (#75)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-18T06:26:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22aa8c422dcae32a926f363c202d033960b47c2c",
"body": "* Add reliable per-recipient notification delivery\n\n* Fix delivery concurrency and consumer ownership\n\n* Make first delivery materialization atomic\n\n* Narrow initial delivery conflict recovery",
"is_bot": false,
"headline": "Add per-recipient delivery state, idempotency, and retries (#74)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T12:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c930448d8bd5bd7765b3d32a30d6b3deca00416c",
"body": "Closes #62",
"is_bot": false,
"headline": "Add MongoDB event outbox and inbox integration (#73)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T10:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5138e1e09bb45cc11341a1cae5c4921dc7d4cc52",
"body": "Implements bounded recipient resolution, persistence, delivery events, cancellation, metrics, provider parity, and compatibility safeguards.\\n\\nCloses #60",
"is_bot": false,
"headline": "Add bounded recipient distribution pipeline (#60)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T09:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307b161b71c3f2e360e8e8e82421730ab6d9bf05",
"body": "* Add versioned notification payload evolution\n\n* Handle payload materialization failures tolerantly",
"is_bot": false,
"headline": "Add versioned notification payload evolution and tolerant reads (#71)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T07:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87384ec65fd11b09e54593a1a569804a8e62b128",
"body": "* Bind definitions to payload and entity contracts\n\n* Harden notification contract validation boundaries",
"is_bot": false,
"headline": "Bind notification definitions to payload and entity contracts (#70)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T06:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e53238c9a7f2b05adac9268b009ee427776663",
"body": "* Define recipient eligibility policy\n\n* Make eligibility diagnostics actionable\n\n* Scope distribution and bypass audit to tenant\n\n* Document authoritative notification tenant",
"is_bot": false,
"headline": "Define recipient permission and feature eligibility policy (#69)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T06:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5360b7b8adc6604c214d219402cb21f7fb960fa",
"body": "* Preserve entity-scoped subscription semantics\n\n* Address entity subscription review findings",
"is_bot": false,
"headline": "Preserve entity-scoped subscription semantics end to end (#68)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T05:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843f1d5c4532d81da594d330dd7fa8e30f15d064",
"body": "Closes #55",
"is_bot": false,
"headline": "Fail fast on notification registration conflicts (#67)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T04:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8498d409175615dd35f6e6fe4466af8ae186e7",
"body": "Closes #54",
"is_bot": false,
"headline": "Define null and empty explicit-recipient semantics (#66)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-17T03:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3bba9db8394c3cc56738cb932537c8140e833f",
"body": null,
"is_bot": false,
"headline": "Prepare 10.0.0-rc.2 release notes (#53)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T12:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c92d8c03c478b9a4f2d7a122a217f89b166fed52",
"body": "Rename Angular package to @dignite/abp.ng.notification-center",
"is_bot": false,
"headline": "Rename Angular package to @dignite/abp.ng.notification-center (#52)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T11:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713271bffd7afe2109b41eccba8dafdcf770e7e2",
"body": null,
"is_bot": false,
"headline": "Rename Angular package to @dignite/abp.ng.notification-center",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T11:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aae9a63c16d8e12fd1cac1e9f194cbbd4e541547",
"body": "Bump development version to 10.0.0-rc.2",
"is_bot": false,
"headline": "Bump development version to 10.0.0-rc.2 (#51)",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:53:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f50d2875679f15c500827a5b437ad09a43b79d7",
"body": null,
"is_bot": false,
"headline": "Bump development version to 10.0.0-rc.2",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "696ba0b2f88499f30a921e4d56a5988265798096",
"body": "…-prerelease\n\nDocument npm first prerelease behavior",
"is_bot": false,
"headline": "Merge pull request #50 from dignite-projects/codex/document-npm-first…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b772fbefd23064aaf02709e4df0054228cd45a",
"body": null,
"is_bot": false,
"headline": "Document npm first prerelease behavior",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:47:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eb4654ac57fa9ccf4db2f45c68bed7085c6b2bb",
"body": "…-dist-tag\n\nKeep npm prereleases off latest",
"is_bot": false,
"headline": "Merge pull request #49 from dignite-projects/codex/fix-npm-prerelease…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21eedcc1d8383f54a38542bfdd1fc8d4ccabda58",
"body": null,
"is_bot": false,
"headline": "Keep npm prereleases off latest",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fcefdc6de40c4e1edec8aa98abc86fbec1b7288",
"body": "…kage-scope\n\nRename Angular package to @dignite scope",
"is_bot": false,
"headline": "Merge pull request #48 from dignite-projects/codex/rename-angular-pac…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239d935d6d3245b0aa83f9a1c93df5c5f16178bb",
"body": null,
"is_bot": false,
"headline": "Rename Angular package to @dignite scope",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8ab5fb9f83511e604662f5225e1895159f91e40",
"body": "…ishing\n\nUse NuGet Trusted Publishing",
"is_bot": false,
"headline": "Merge pull request #47 from dignite-projects/codex/nuget-trusted-publ…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf446e5216ec98597dd1d5b2a46f020ec8f831e",
"body": null,
"is_bot": false,
"headline": "Use NuGet trusted publishing",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T10:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e3d7bebde0b0ec8ff51460f592242b41c02a64",
"body": "Prepare 10.0.0-rc.1 release",
"is_bot": false,
"headline": "Merge pull request #46 from dignite-projects/codex/release-10.0.0-rc.1",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T08:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034b445beec22f105238bb1b198cc278ea45531c",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare 10.0.0-rc.1",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-16T08:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d364af450d52f9d4bd048cb4993af49dde0e77",
"body": "Correct the packable project count, and let docs-only PRs run CI",
"is_bot": false,
"headline": "Merge pull request #45 from dignite-projects/docs/packable-project-count",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-10T13:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9ad898e589e2850a1362fa1ba2540ee93aef809",
"body": "`build-and-test` is a required status check on main and enforce_admins is on, but\nthe pull_request trigger ignored `**.md` and `.claude/**`. A PR touching only\nthose paths never started the workflow, so the required check never reported and\nnobody -- not even an admin -- could merge it. PR #45 hit exactly this.\n\nDrop the path filter from the pull_request trigger. The push trigger keeps it:\nnothing gates on it, so skipping a docs push still saves the minute.",
"is_bot": false,
"headline": "Run CI on docs-only pull requests",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-10T13:35:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0d9584be0ea981113fea9b5109f022933fd93a",
"body": "versioning.md and CONTRIBUTING.md both said <Version> applies to 14 packable\nprojects. There are 15: six under core/src and nine under notification-center/src.\nThe v10.0.0-preview.2 release published exactly 15 .nupkg files, one per project.\n\nThe miscount was easy to make because Dignite.Abp.Notifications.SignalR uses\nMicrosoft.NET.Sdk.Web, which defaults IsPackable to false; it sets IsPackable=true\nexplicitly to opt back in.",
"is_bot": false,
"headline": "Correct the packable project count to 15",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-10T13:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804b0999e4605d14d9a610fbd51e036cbb28ad72",
"body": "…d-preview2\n\nCorrect the outbox guarantee and cut 10.0.0-preview.2",
"is_bot": false,
"headline": "Merge pull request #44 from dignite-projects/docs/outbox-guarantee-an…",
"author_name": "杜冠魁",
"author_login": "duguankui",
"committed_at": "2026-07-10T13:15:23Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 177,
"latest_release_at": "2026-07-23T06:33:13Z",
"latest_release_tag": "v10.0.0-rc.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"angular/e2e/tsconfig.json",
"angular/tsconfig.json"
],
"toolchain_manifests": [
"core/src/Dignite.Abp.Notifications.Abstractions/Dignite.Abp.Notifications.Abstractions.csproj",
"core/src/Dignite.Abp.Notifications.Emailing.Identity/Dignite.Abp.Notifications.Emailing.Identity.csproj",
"core/src/Dignite.Abp.Notifications.Emailing/Dignite.Abp.Notifications.Emailing.csproj",
"core/src/Dignite.Abp.Notifications.Identity/Dignite.Abp.Notifications.Identity.csproj",
"core/src/Dignite.Abp.Notifications.SignalR/Dignite.Abp.Notifications.SignalR.csproj",
"core/src/Dignite.Abp.Notifications/Dignite.Abp.Notifications.csproj",
"core/test/Dignite.Abp.Notifications.TestProviderA/Dignite.Abp.Notifications.TestProviderA.csproj",
"core/test/Dignite.Abp.Notifications.TestProviderB/Dignite.Abp.Notifications.TestProviderB.csproj",
"core/test/Dignite.Abp.Notifications.Tests/Dignite.Abp.Notifications.Tests.csproj",
"host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"notification-center/src/Dignite.NotificationCenter.Application.Contracts/Dignite.NotificationCenter.Application.Contracts.csproj",
"notification-center/src/Dignite.NotificationCenter.Application/Dignite.NotificationCenter.Application.csproj",
"notification-center/src/Dignite.NotificationCenter.Domain.Shared/Dignite.NotificationCenter.Domain.Shared.csproj",
"notification-center/src/Dignite.NotificationCenter.Domain/Dignite.NotificationCenter.Domain.csproj",
"notification-center/src/Dignite.NotificationCenter.EntityFrameworkCore/Dignite.NotificationCenter.EntityFrameworkCore.csproj",
"notification-center/src/Dignite.NotificationCenter.HttpApi.Client/Dignite.NotificationCenter.HttpApi.Client.csproj",
"notification-center/src/Dignite.NotificationCenter.HttpApi/Dignite.NotificationCenter.HttpApi.csproj",
"notification-center/src/Dignite.NotificationCenter.MongoDB/Dignite.NotificationCenter.MongoDB.csproj",
"notification-center/src/Dignite.NotificationCenter.Web/Dignite.NotificationCenter.Web.csproj",
"notification-center/test/Dignite.NotificationCenter.EntityFrameworkCore.Tests/Dignite.NotificationCenter.EntityFrameworkCore.Tests.csproj",
"notification-center/test/Dignite.NotificationCenter.MongoDB.Tests/Dignite.NotificationCenter.MongoDB.Tests.csproj",
"notification-center/test/Dignite.NotificationCenter.TestBase/Dignite.NotificationCenter.TestBase.csproj"
],
"largest_source_bytes": 86785,
"source_files_sampled": 253,
"oversized_source_files": 3,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8984
},
"dependencies": {
"manifests": [
"angular/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@abp/ng.account",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.components",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.core",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.feature-management",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.identity",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.oauth",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.setting-management",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@abp/ng.theme.lepton-x",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~5.5.0"
},
{
"name": "@abp/ng.theme.shared",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
},
{
"name": "@angular/animations",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/aria",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/common",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/compiler",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/core",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/forms",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/localize",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/platform-browser",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/platform-browser-dynamic",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@angular/router",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~21.2.0"
},
{
"name": "@microsoft/signalr",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "rxjs",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~7.8.0"
},
{
"name": "tslib",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "zone.js",
"manifest": "angular/package.json",
"ecosystem": "npm",
"version_constraint": "~0.15.0"
},
{
"name": "Serilog.AspNetCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "Serilog.Sinks.Async",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "2.1.0"
},
{
"name": "Microsoft.Extensions.FileProviders.Embedded",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.7"
},
{
"name": "AspNetCore.HealthChecks.UI",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "KubernetesClient",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "18.0.5"
},
{
"name": "IdentityModel",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "7.0.0"
},
{
"name": "AspNetCore.HealthChecks.UI.Client",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "AspNetCore.HealthChecks.UI.InMemory.Storage",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.0"
},
{
"name": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.7"
},
{
"name": "Microsoft.EntityFrameworkCore.InMemory",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.7"
},
{
"name": "Volo.Abp.AspNetCore.Mvc",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Autofac",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Mapperly",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Swashbuckle",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.AspNetCore.Serilog",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Account.Web.OpenIddict",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Account.HttpApi",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Account.Application",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.Domain.Identity",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Identity.HttpApi",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Identity.Application",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.Domain.OpenIddict",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.Web",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.HttpApi",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.Application",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.FeatureManagement.HttpApi",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.FeatureManagement.Application",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.SettingManagement.HttpApi",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.SettingManagement.Application",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "5.5.0"
},
{
"name": "Volo.Abp.AuditLogging.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Identity.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.OpenIddict.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.BackgroundJobs.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.BlobStoring.Database.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.FeatureManagement.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.PermissionManagement.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.SettingManagement.EntityFrameworkCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.EntityFrameworkCore.Sqlite",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.5.0"
},
{
"name": "Volo.Abp.Studio.Client.AspNetCore",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.6"
},
{
"name": "Microsoft.EntityFrameworkCore.Tools",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.7"
},
{
"name": "Microsoft.EntityFrameworkCore.Design",
"manifest": "host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.7"
},
{
"name": "@abp/aspnetcore.mvc.ui.theme.leptonxlite",
"manifest": "host/Dignite.NotificationCenter.Web.Host/package.json",
"ecosystem": "npm",
"version_constraint": "~5.4.1"
},
{
"name": "@abp/signalr",
"manifest": "host/Dignite.NotificationCenter.Web.Host/package.json",
"ecosystem": "npm",
"version_constraint": "~10.5.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 63,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 62,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "duguankui",
"commits": 179,
"avatar_url": "https://avatars.githubusercontent.com/u/51013007?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json",
"yarn.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "15dafa46d5390dfdd0d8cd0921c58ea843b4d05e",
"ran_at": "2026-07-23T06:36:10Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T06:31:33Z",
"oldest_open_prs": [
{
"number": 126,
"created_at": "2026-07-23T06:34:08Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T06:27:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dignite-projects/abp-notifications",
"host": "github.com",
"name": "abp-notifications",
"owner": "dignite-projects"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 40,
"vitality": 70,
"community": 33,
"governance": 48,
"engineering": 88
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 177,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "177 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 177
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v10.0.0-rc.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 3.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 63,
"open_issues": 0,
"closed_issues": 62,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "63/63 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 63,
"decided": 63
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"followers": 8,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "dignite-projects",
"public_repos": 6,
"account_age_days": 1431
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of dignite-projects",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "dignite-projects"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~3 yr old",
"points": 14,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 88,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"abp-framework",
"dotnet",
"ef-core",
"mongodb",
"notification-center",
"notifications",
"signalr",
"abp-module",
"real-time-notifications",
"abp-notification"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 11 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 80,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.8,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8984
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "80 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 80,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json",
"yarn.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"angular/e2e/tsconfig.json",
"angular/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"core/src/Dignite.Abp.Notifications.Abstractions/Dignite.Abp.Notifications.Abstractions.csproj",
"core/src/Dignite.Abp.Notifications.Emailing.Identity/Dignite.Abp.Notifications.Emailing.Identity.csproj",
"core/src/Dignite.Abp.Notifications.Emailing/Dignite.Abp.Notifications.Emailing.csproj",
"core/src/Dignite.Abp.Notifications.Identity/Dignite.Abp.Notifications.Identity.csproj",
"core/src/Dignite.Abp.Notifications.SignalR/Dignite.Abp.Notifications.SignalR.csproj",
"core/src/Dignite.Abp.Notifications/Dignite.Abp.Notifications.csproj",
"core/test/Dignite.Abp.Notifications.TestProviderA/Dignite.Abp.Notifications.TestProviderA.csproj",
"core/test/Dignite.Abp.Notifications.TestProviderB/Dignite.Abp.Notifications.TestProviderB.csproj",
"core/test/Dignite.Abp.Notifications.Tests/Dignite.Abp.Notifications.Tests.csproj",
"host/Dignite.NotificationCenter.Web.Host/Dignite.NotificationCenter.Web.Host.csproj",
"notification-center/src/Dignite.NotificationCenter.Application.Contracts/Dignite.NotificationCenter.Application.Contracts.csproj",
"notification-center/src/Dignite.NotificationCenter.Application/Dignite.NotificationCenter.Application.csproj",
"notification-center/src/Dignite.NotificationCenter.Domain.Shared/Dignite.NotificationCenter.Domain.Shared.csproj",
"notification-center/src/Dignite.NotificationCenter.Domain/Dignite.NotificationCenter.Domain.csproj",
"notification-center/src/Dignite.NotificationCenter.EntityFrameworkCore/Dignite.NotificationCenter.EntityFrameworkCore.csproj",
"notification-center/src/Dignite.NotificationCenter.HttpApi.Client/Dignite.NotificationCenter.HttpApi.Client.csproj",
"notification-center/src/Dignite.NotificationCenter.HttpApi/Dignite.NotificationCenter.HttpApi.csproj",
"notification-center/src/Dignite.NotificationCenter.MongoDB/Dignite.NotificationCenter.MongoDB.csproj",
"notification-center/src/Dignite.NotificationCenter.Web/Dignite.NotificationCenter.Web.csproj",
"notification-center/test/Dignite.NotificationCenter.EntityFrameworkCore.Tests/Dignite.NotificationCenter.EntityFrameworkCore.Tests.csproj",
"notification-center/test/Dignite.NotificationCenter.MongoDB.Tests/Dignite.NotificationCenter.MongoDB.Tests.csproj",
"notification-center/test/Dignite.NotificationCenter.TestBase/Dignite.NotificationCenter.TestBase.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "core/src/Dignite.Abp.Notifications.Abstractions/Dignite.Abp.Notifications.Abstractions.csproj, core/src/Dignite.Abp.Notifications.Emailing.Identity/Dignite.Abp.Notifications.Emailing.Identity.csproj, core/src/Dignite.Abp.Notifications.Emailing/Dignite.Abp.Notifications.Emailing.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "core/src/Dignite.Abp.Notifications.Abstractions/Dignite.Abp.Notifications.Abstractions.csproj, core/src/Dignite.Abp.Notifications.Emailing.Identity/Dignite.Abp.Notifications.Emailing.Identity.csproj, core/src/Dignite.Abp.Notifications.Emailing/Dignite.Abp.Notifications.Emailing.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "angular/e2e/tsconfig.json, angular/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "angular/e2e/tsconfig.json, angular/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 86785,
"source_files_sampled": 253,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/253 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 253,
"oversized": 3
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T06:36:24.148948Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dignite-projects/abp-notifications.svg",
"full_name": "dignite-projects/abp-notifications",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}