Refresh diffusers dataset snapshot 20260720T153516Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +19 -19
- new-contributors-report.json +65 -8
- new-contributors-report.md +25 -3
- new_contributors.parquet +2 -2
- pr_diffs.parquet +2 -2
- pr_files.parquet +2 -2
- pull_requests.parquet +2 -2
- review_comments.parquet +2 -2
- reviews.parquet +2 -2
- snapshots/20260720T153516Z/manifest.json +39 -0
- snapshots/latest.json +4 -4
- state/watermark.json +4 -4
README.md
CHANGED
|
@@ -75,7 +75,7 @@ Use:
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
-
- latest snapshot: `
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
|
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
+
- latest snapshot: `20260720T153516Z`
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
events.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ba91b3d197094be32a87dcc0e65bd7ec2cc50889c7a87fc52344c44cb1076a3
|
| 3 |
+
size 3040524
|
links.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53e95e660ff93e30912538edb2b06839ebb05cb132eed273f560a9c59223cd9
|
| 3 |
+
size 108310
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60525,
|
| 9 |
"issues": 5468,
|
| 10 |
-
"links":
|
| 11 |
-
"new_contributors":
|
| 12 |
-
"pr_diffs":
|
| 13 |
-
"pr_files":
|
| 14 |
-
"pull_requests":
|
| 15 |
"review_comments": 33057,
|
| 16 |
"reviews": 30518,
|
| 17 |
-
"timeline_events":
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-07-
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
-
"issue_stubs":
|
| 23 |
"issues": 0,
|
| 24 |
-
"links":
|
| 25 |
-
"pr_diffs":
|
| 26 |
-
"pr_files":
|
| 27 |
-
"pull_requests":
|
| 28 |
-
"review_comments":
|
| 29 |
-
"reviews":
|
| 30 |
-
"timeline_events":
|
| 31 |
},
|
| 32 |
-
"extracted_at": "2026-07-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-07-
|
| 37 |
-
"next_since": "2026-07-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60525,
|
| 9 |
"issues": 5468,
|
| 10 |
+
"links": 9042,
|
| 11 |
+
"new_contributors": 135,
|
| 12 |
+
"pr_diffs": 7747,
|
| 13 |
+
"pr_files": 55256,
|
| 14 |
+
"pull_requests": 7747,
|
| 15 |
"review_comments": 33057,
|
| 16 |
"reviews": 30518,
|
| 17 |
+
"timeline_events": 211792
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-07-20T15:35:16Z",
|
| 20 |
"delta_counts": {
|
| 21 |
"comments": 0,
|
| 22 |
+
"issue_stubs": 2,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2488,
|
| 25 |
+
"pr_diffs": 2,
|
| 26 |
+
"pr_files": 33,
|
| 27 |
+
"pull_requests": 2,
|
| 28 |
+
"review_comments": 49,
|
| 29 |
+
"reviews": 19,
|
| 30 |
+
"timeline_events": 51
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-07-20T15:35:16Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260720T153516Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-07-20T14:35:23Z",
|
| 37 |
+
"next_since": "2026-07-20T15:35:16Z"
|
| 38 |
}
|
| 39 |
}
|
new-contributors-report.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
-
"snapshot_id": "
|
| 5 |
-
"generated_at": "2026-07-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
-
"selected_contributors":
|
| 10 |
-
"first_seen_in_snapshot":
|
| 11 |
"known_via_prior_merged_pr": 62,
|
| 12 |
"previous_primary_author_count": 3742,
|
| 13 |
"selected_seen_in_previous_primary": 134,
|
| 14 |
"previous_report_contributor_count": 134,
|
| 15 |
"selected_overlap_previous_report": 134,
|
| 16 |
-
"selected_overlap_previous_report_rate":
|
| 17 |
"reused_previous_report_entries": 131,
|
| 18 |
"reused_known_merged_contributors": 59,
|
| 19 |
-
"live_fetches":
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
-
"enrichment_elapsed_seconds":
|
| 23 |
-
"enrichment_avg_seconds_per_author": 0.
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
@@ -9561,6 +9561,63 @@
|
|
| 9561 |
},
|
| 9562 |
"fetch_error": null
|
| 9563 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9564 |
{
|
| 9565 |
"author_login": "st7109",
|
| 9566 |
"name": "peter",
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260720T153516Z",
|
| 5 |
+
"generated_at": "2026-07-20T15:36:13Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
| 9 |
+
"selected_contributors": 135,
|
| 10 |
+
"first_seen_in_snapshot": 1,
|
| 11 |
"known_via_prior_merged_pr": 62,
|
| 12 |
"previous_primary_author_count": 3742,
|
| 13 |
"selected_seen_in_previous_primary": 134,
|
| 14 |
"previous_report_contributor_count": 134,
|
| 15 |
"selected_overlap_previous_report": 134,
|
| 16 |
+
"selected_overlap_previous_report_rate": 0.9926,
|
| 17 |
"reused_previous_report_entries": 131,
|
| 18 |
"reused_known_merged_contributors": 59,
|
| 19 |
+
"live_fetches": 4,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 21.842,
|
| 23 |
+
"enrichment_avg_seconds_per_author": 0.162,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
| 26 |
"contributors": [
|
|
|
|
| 9561 |
},
|
| 9562 |
"fetch_error": null
|
| 9563 |
},
|
| 9564 |
+
{
|
| 9565 |
+
"author_login": "Solaris-star",
|
| 9566 |
+
"name": null,
|
| 9567 |
+
"profile_url": "https://github.com/Solaris-star",
|
| 9568 |
+
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASolaris-star",
|
| 9569 |
+
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASolaris-star",
|
| 9570 |
+
"repo_first_seen_at": "2026-07-20T15:17:03Z",
|
| 9571 |
+
"repo_last_seen_at": "2026-07-20T15:17:03Z",
|
| 9572 |
+
"repo_primary_artifact_count": 1,
|
| 9573 |
+
"repo_artifact_count": 1,
|
| 9574 |
+
"snapshot_issue_count": 0,
|
| 9575 |
+
"snapshot_pr_count": 1,
|
| 9576 |
+
"snapshot_comment_count": 0,
|
| 9577 |
+
"snapshot_review_count": 0,
|
| 9578 |
+
"snapshot_review_comment_count": 0,
|
| 9579 |
+
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 9580 |
+
"new_to_repo": true,
|
| 9581 |
+
"first_seen_in_snapshot": true,
|
| 9582 |
+
"known_via_prior_merged_pr": false,
|
| 9583 |
+
"report_reason": "first_seen_in_snapshot",
|
| 9584 |
+
"enrichment_source": "live",
|
| 9585 |
+
"live_refetch_skipped": false,
|
| 9586 |
+
"account_age_days": 2216,
|
| 9587 |
+
"young_account": false,
|
| 9588 |
+
"follow_through_score": "weak",
|
| 9589 |
+
"breadth_score": "very high",
|
| 9590 |
+
"automation_risk_signal": "high",
|
| 9591 |
+
"heuristic_note": "extremely high recent PR volume; very broad repo spread; high open PR share",
|
| 9592 |
+
"public_orgs": [],
|
| 9593 |
+
"activity": {
|
| 9594 |
+
"visible_authored_pr_count": 246,
|
| 9595 |
+
"merged_pr_count": 35,
|
| 9596 |
+
"closed_unmerged_pr_count": 71,
|
| 9597 |
+
"open_pr_count": 140,
|
| 9598 |
+
"merged_pr_rate": 0.1423,
|
| 9599 |
+
"closed_unmerged_pr_rate": 0.2886,
|
| 9600 |
+
"still_open_pr_rate": 0.5691,
|
| 9601 |
+
"distinct_repos_with_authored_prs": 95,
|
| 9602 |
+
"distinct_repos_with_open_prs": 76
|
| 9603 |
+
},
|
| 9604 |
+
"examples": {
|
| 9605 |
+
"pull_requests": [
|
| 9606 |
+
{
|
| 9607 |
+
"kind": "pull_request",
|
| 9608 |
+
"number": 14250,
|
| 9609 |
+
"title": "fix: do not leak set_attention_backend into process-wide registry",
|
| 9610 |
+
"url": "https://github.com/huggingface/diffusers/pull/14250",
|
| 9611 |
+
"state": "open",
|
| 9612 |
+
"merged": false,
|
| 9613 |
+
"draft": false,
|
| 9614 |
+
"created_at": "2026-07-20T15:17:03Z"
|
| 9615 |
+
}
|
| 9616 |
+
],
|
| 9617 |
+
"issues": []
|
| 9618 |
+
},
|
| 9619 |
+
"fetch_error": null
|
| 9620 |
+
},
|
| 9621 |
{
|
| 9622 |
"author_login": "st7109",
|
| 9623 |
"name": "peter",
|
new-contributors-report.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-07-
|
| 5 |
- Activity window: `60d`
|
| 6 |
-
- Contributors: `
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
@@ -139,6 +139,7 @@
|
|
| 139 |
| `rathodkunj2005` | [profile](https://github.com/rathodkunj2005) | no | FIRST_TIME_CONTRIBUTOR | 1838d | `2026-07-10T18:07:37Z` | 1 | 0 | mixed | moderate | low | high open PR share |
|
| 140 |
| `rumitvn` | [profile](https://github.com/rumitvn) | no | FIRST_TIME_CONTRIBUTOR | 849d | `2026-06-14T17:28:45Z` | 1 | 0 | mixed | high | low | high recent PR volume; broad repo spread |
|
| 141 |
| `Saurav-Gupta-9741` | [profile](https://github.com/Saurav-Gupta-9741) | no | FIRST_TIME_CONTRIBUTOR | 1743d | `2026-07-01T19:48:18Z` | 1 | 0 | weak | high | low | broad repo spread; high open PR share |
|
|
|
|
| 142 |
| `st7109` | [profile](https://github.com/st7109) | no | FIRST_TIMER | 2512d | `2026-05-28T13:25:48Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
| 143 |
| `SuryanshSS1011` | [profile](https://github.com/SuryanshSS1011) | no | FIRST_TIME_CONTRIBUTOR | 874d | `2026-06-29T22:17:01Z` | 1 | 0 | mixed | moderate | low | no visible non-self stars |
|
| 144 |
| `Vitaliy-Pikalo` | [profile](https://github.com/Vitaliy-Pikalo) | no | FIRST_TIME_CONTRIBUTOR | 636d | `2026-06-21T03:47:01Z` | 1 | 0 | weak | high | low | broad repo spread; high open PR share; targets high-star repos |
|
|
@@ -3084,6 +3085,27 @@ Example artifacts:
|
|
| 3084 |
Example artifacts:
|
| 3085 |
- [PR #14105: feat: auto-detect and fuse QKV for original PEFT adapters](https://github.com/huggingface/diffusers/pull/14105) — open
|
| 3086 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3087 |
### `st7109`
|
| 3088 |
|
| 3089 |
- profile: [github.com/st7109](https://github.com/st7109)
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260720T153516Z`
|
| 4 |
+
- Generated: `2026-07-20T15:36:13Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
+
- Contributors: `135`
|
| 7 |
|
| 8 |
## Summary
|
| 9 |
|
|
|
|
| 139 |
| `rathodkunj2005` | [profile](https://github.com/rathodkunj2005) | no | FIRST_TIME_CONTRIBUTOR | 1838d | `2026-07-10T18:07:37Z` | 1 | 0 | mixed | moderate | low | high open PR share |
|
| 140 |
| `rumitvn` | [profile](https://github.com/rumitvn) | no | FIRST_TIME_CONTRIBUTOR | 849d | `2026-06-14T17:28:45Z` | 1 | 0 | mixed | high | low | high recent PR volume; broad repo spread |
|
| 141 |
| `Saurav-Gupta-9741` | [profile](https://github.com/Saurav-Gupta-9741) | no | FIRST_TIME_CONTRIBUTOR | 1743d | `2026-07-01T19:48:18Z` | 1 | 0 | weak | high | low | broad repo spread; high open PR share |
|
| 142 |
+
| `Solaris-star` | [profile](https://github.com/Solaris-star) | yes | FIRST_TIME_CONTRIBUTOR | 2216d | `2026-07-20T15:17:03Z` | 1 | 0 | weak | very high | high | extremely high recent PR volume; very broad repo spread; high open PR share |
|
| 143 |
| `st7109` | [profile](https://github.com/st7109) | no | FIRST_TIMER | 2512d | `2026-05-28T13:25:48Z` | 1 | 0 | weak | low | low | high open PR share; targets high-star repos |
|
| 144 |
| `SuryanshSS1011` | [profile](https://github.com/SuryanshSS1011) | no | FIRST_TIME_CONTRIBUTOR | 874d | `2026-06-29T22:17:01Z` | 1 | 0 | mixed | moderate | low | no visible non-self stars |
|
| 145 |
| `Vitaliy-Pikalo` | [profile](https://github.com/Vitaliy-Pikalo) | no | FIRST_TIME_CONTRIBUTOR | 636d | `2026-06-21T03:47:01Z` | 1 | 0 | weak | high | low | broad repo spread; high open PR share; targets high-star repos |
|
|
|
|
| 3085 |
Example artifacts:
|
| 3086 |
- [PR #14105: feat: auto-detect and fuse QKV for original PEFT adapters](https://github.com/huggingface/diffusers/pull/14105) — open
|
| 3087 |
|
| 3088 |
+
### `Solaris-star`
|
| 3089 |
+
|
| 3090 |
+
- profile: [github.com/Solaris-star](https://github.com/Solaris-star)
|
| 3091 |
+
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3ASolaris-star)
|
| 3092 |
+
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3ASolaris-star)
|
| 3093 |
+
- repo first seen: `2026-07-20T15:17:03Z`
|
| 3094 |
+
- repo last seen: `2026-07-20T15:17:03Z`
|
| 3095 |
+
- first seen in snapshot: **yes**
|
| 3096 |
+
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 3097 |
+
- repo primary artifacts: **1**
|
| 3098 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 3099 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 3100 |
+
- account age: **2216 days**
|
| 3101 |
+
- recent public PR activity: **246 PRs** (35 merged / 71 closed-unmerged / 140 open; merged rate **14%**, closed-unmerged rate **29%**, open rate **57%**)
|
| 3102 |
+
- public orgs: none visible
|
| 3103 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **high**
|
| 3104 |
+
- heuristic read: **extremely high recent PR volume; very broad repo spread; high open PR share**
|
| 3105 |
+
|
| 3106 |
+
Example artifacts:
|
| 3107 |
+
- [PR #14250: fix: do not leak set_attention_backend into process-wide registry](https://github.com/huggingface/diffusers/pull/14250) — open
|
| 3108 |
+
|
| 3109 |
### `st7109`
|
| 3110 |
|
| 3111 |
- profile: [github.com/st7109](https://github.com/st7109)
|
new_contributors.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:793ce588093b2f13716a9dc5d7012cefcfba37347975eeaffee101b1d904127d
|
| 3 |
+
size 35031
|
pr_diffs.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea132e51ac0beea8494978a543b774b091dbb0894dbfd0e5ada7d548e02ec824
|
| 3 |
+
size 114379873
|
pr_files.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b338aebc7f9fe92bc2c4d04e351d3537627bd495d9b72c2d7c82e25c0b6ef473
|
| 3 |
+
size 70382770
|
pull_requests.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14d26350a96f8160b2fbaa686f76a61d12d5dd0cce62d4d06c1407fa08840c2b
|
| 3 |
+
size 5402268
|
review_comments.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d43cb0f36c921da886680eafe628c426d4366748f1112f7d55fead618a7aa6a
|
| 3 |
+
size 5857933
|
reviews.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50127e270f8dcd961936302acfbb9e373a48d745f62c5a5f0180e12f9d972fc5
|
| 3 |
+
size 2385212
|
snapshots/20260720T153516Z/manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 60525,
|
| 9 |
+
"issues": 5468,
|
| 10 |
+
"links": 9042,
|
| 11 |
+
"new_contributors": 135,
|
| 12 |
+
"pr_diffs": 7747,
|
| 13 |
+
"pr_files": 55256,
|
| 14 |
+
"pull_requests": 7747,
|
| 15 |
+
"review_comments": 33057,
|
| 16 |
+
"reviews": 30518,
|
| 17 |
+
"timeline_events": 211792
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-07-20T15:35:16Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 2,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2488,
|
| 25 |
+
"pr_diffs": 2,
|
| 26 |
+
"pr_files": 33,
|
| 27 |
+
"pull_requests": 2,
|
| 28 |
+
"review_comments": 49,
|
| 29 |
+
"reviews": 19,
|
| 30 |
+
"timeline_events": 51
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-07-20T15:35:16Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260720T153516Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-07-20T14:35:23Z",
|
| 37 |
+
"next_since": "2026-07-20T15:35:16Z"
|
| 38 |
+
}
|
| 39 |
+
}
|
snapshots/latest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"archived_manifest_path": "snapshots/
|
| 3 |
-
"latest_snapshot_id": "
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
-
"next_since": "2026-07-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260720T153516Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260720T153516Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-07-20T15:35:16Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260720T153516Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-07-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-07-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-07-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-07-20T14:35:23Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260720T153516Z",
|
| 4 |
+
"next_since": "2026-07-20T15:35:16Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-07-20T15:35:16Z"
|
| 7 |
}
|