comfy-pr 0.2.20 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +267 -0
- package/package.json +20 -2
- package/src/Authors.ts +48 -0
- package/src/CNRepos.ts +3 -0
- package/src/EmailTasks.ts +100 -0
- package/src/Totals.ts +15 -0
- package/src/addCommentAction.ts +73 -0
- package/src/analyzePullsStatus.ts +79 -20
- package/src/analyzeTotals.ts +2 -4
- package/src/createGithubForkForRepo.ts +4 -1
- package/src/followRuleSchema.ts +14 -12
- package/src/index.ts +4 -1
- package/src/sendEmailAction.ts +56 -0
- package/src/sendGmail.ts +104 -0
- package/src/showFollowRuleSet.ts +12 -0
- package/src/updateAuthors.ts +7 -0
- package/src/updateAuthorsForGithub.ts +54 -0
- package/src/updateAuthorsFromCNRepo.ts +30 -0
- package/src/updateComfyTotals.ts +9 -9
- package/src/updateFollowRuleSet.ts +33 -78
- package/src/updateOutdatedPullsTemplates.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,273 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.2.25](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.20...v0.2.25) (2024-07-12)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **emails:** display in details-table and export ([4d6b002](https://github.com/drip-art/Comfy-Registry-PR/commit/4d6b0023871b3469d702cd45f5702627798a1408))
|
|
10
|
+
- **github-email:** fetcher ([f76889f](https://github.com/drip-art/Comfy-Registry-PR/commit/f76889f62af44546a8433d13fac56b3dec3be133))
|
|
11
|
+
- **gmail:** init ([2675337](https://github.com/drip-art/Comfy-Registry-PR/commit/2675337804c48d149c9fc83745e143fea24b4ed5))
|
|
12
|
+
- **gmail:** init ([ad7f6d0](https://github.com/drip-art/Comfy-Registry-PR/commit/ad7f6d0580a4647b864f22b7559f8b99cf45a0f7))
|
|
13
|
+
- totals chart wip ([f22cbb7](https://github.com/drip-art/Comfy-Registry-PR/commit/f22cbb70c871930abafd7ce15b458412253c9387))
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **authors-worker:** github-id ([2cf5425](https://github.com/drip-art/Comfy-Registry-PR/commit/2cf542595adb7e44f01dcf1038cb0b6e853fd2bc))
|
|
18
|
+
- **authors:** enable updating ([737eee5](https://github.com/drip-art/Comfy-Registry-PR/commit/737eee5cddb109fcfaaaaa10b133eea12562bad8))
|
|
19
|
+
- **authors:** index with email and githubId ([369a5ad](https://github.com/drip-art/Comfy-Registry-PR/commit/369a5ad254811dc09738ad7308b1a396c5490ffd))
|
|
20
|
+
- **email:** taskid optional ([aa1f934](https://github.com/drip-art/Comfy-Registry-PR/commit/aa1f934d4981944e4c30801006105a5e4d146b6e))
|
|
21
|
+
- follow-rule show follow rule set ([3b260cb](https://github.com/drip-art/Comfy-Registry-PR/commit/3b260cb04903f89f775916b237fbe4d21d3388a6))
|
|
22
|
+
- **follow-up:** grant ([5e757e3](https://github.com/drip-art/Comfy-Registry-PR/commit/5e757e3d035a7ae70a8737d0a9ac04f1015bdc99))
|
|
23
|
+
- **follow-up:** grant ([eec1422](https://github.com/drip-art/Comfy-Registry-PR/commit/eec1422eacff1556a8fdc47424ea51ad9c11ff34))
|
|
24
|
+
- **main:** add ruleset ([45cfd57](https://github.com/drip-art/Comfy-Registry-PR/commit/45cfd576247a14949b0d35e3d201bafbd1ad574b))
|
|
25
|
+
- **main:** add toast ([669d18c](https://github.com/drip-art/Comfy-Registry-PR/commit/669d18cec76ed6f0733becb7722637c06e30e6bd))
|
|
26
|
+
- **main:** ignore lock ([787e60e](https://github.com/drip-art/Comfy-Registry-PR/commit/787e60ec93f760b18713a50e664b6fb984a24038))
|
|
27
|
+
- **main:** update docs ([a315d3b](https://github.com/drip-art/Comfy-Registry-PR/commit/a315d3b641d2423535921bd9badcd9bc0cdf1159))
|
|
28
|
+
- **oauth-url:** fallback to vercel url ([47eef75](https://github.com/drip-art/Comfy-Registry-PR/commit/47eef756877f4ff1187d3dfd7a2518a3ffd25621))
|
|
29
|
+
- **oauth-url:** fallback VERCEL*PROJECT_PRODUCTION* ([4a3d40d](https://github.com/drip-art/Comfy-Registry-PR/commit/4a3d40d5b6acbbe617d850452f6f33cfee6b3f9e))
|
|
30
|
+
- pull-status handle missing data ([81f8d6a](https://github.com/drip-art/Comfy-Registry-PR/commit/81f8d6ae3d9cdb5ea6b16703506508ee36d7b027))
|
|
31
|
+
- **pullStatus:** fill email as empty string if null ([9ad257e](https://github.com/drip-art/Comfy-Registry-PR/commit/9ad257e30d3d493c07309c7b02141cb1da7f3ce3))
|
|
32
|
+
- **readme:** typo ([3447feb](https://github.com/drip-art/Comfy-Registry-PR/commit/3447febae61c075dcae78e8e0186ad0ebd3df124))
|
|
33
|
+
- **rules-auth:** update admin logic ([0cf988c](https://github.com/drip-art/Comfy-Registry-PR/commit/0cf988c80e79721b59237b55a922fae2fec353ea))
|
|
34
|
+
- **rules:** add backup btn ([e6a6010](https://github.com/drip-art/Comfy-Registry-PR/commit/e6a6010baa168df82ec5a145b6bd7cbc554a8329))
|
|
35
|
+
- **send-email-action:** update var replacer ([19f3302](https://github.com/drip-art/Comfy-Registry-PR/commit/19f3302a808228ddbc5a526e2fb8c99e1e38e126))
|
|
36
|
+
- **src:** check provider using if ([935931e](https://github.com/drip-art/Comfy-Registry-PR/commit/935931ef620d0907701367a741f6253e625f6b5a))
|
|
37
|
+
- **vercel-url:** prefix with https ([e43634e](https://github.com/drip-art/Comfy-Registry-PR/commit/e43634ea969f766cb565d564e6fb44b83621fed0))
|
|
38
|
+
- **vercel-url:** prefix with https ([2877ebb](https://github.com/drip-art/Comfy-Registry-PR/commit/2877ebba3e6dbcbbd26d1b7cb2e6d81734d9fc67))
|
|
39
|
+
|
|
40
|
+
### 0.2.24 (2024-07-05)
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
- **analyzePullsStatusPipeline:** also check comment in repo ([4ca14f6](https://github.com/drip-art/Comfy-Registry-PR/commit/4ca14f634fe2e0158ddc655f95d95992ccbcceb0))
|
|
45
|
+
- **analyzePullsStatusPipeline:** also check comment in repo ([62f055e](https://github.com/drip-art/Comfy-Registry-PR/commit/62f055e1c6ebc64b97061d4cdd4a7bba17e079ac))
|
|
46
|
+
- **CNRepos:** comfypr-notification sender ([8b19240](https://github.com/drip-art/Comfy-Registry-PR/commit/8b19240ff2ce1c0f3c7267c3bfa5c4694d600116))
|
|
47
|
+
- **Comfy-Registry-PR:** with windows ([76ed4da](https://github.com/drip-art/Comfy-Registry-PR/commit/76ed4da97af3143ca737254f12e72dbd8fd1b987))
|
|
48
|
+
- **details:** show pr status details ([df100f1](https://github.com/drip-art/Comfy-Registry-PR/commit/df100f1706f66b5865e06b37bc8e0012c7ee14a8))
|
|
49
|
+
- **details:** show pr status details ([a8ce595](https://github.com/drip-art/Comfy-Registry-PR/commit/a8ce59567e95be57d85d6364212d14fd46233ee6))
|
|
50
|
+
- **dump:** api ok ([9f0e9f5](https://github.com/drip-art/Comfy-Registry-PR/commit/9f0e9f5c2c0577df01b9b8ab9f6d3a06bf6b533b))
|
|
51
|
+
- **dump:** api ok ([700fb33](https://github.com/drip-art/Comfy-Registry-PR/commit/700fb33efe1f445846ec3405a1cef25ee830ccfd))
|
|
52
|
+
- **dump:** build ok ([bc70604](https://github.com/drip-art/Comfy-Registry-PR/commit/bc706044d4e901140105bb1f065d653024bb1908))
|
|
53
|
+
- **dump:** build ok ([c42f399](https://github.com/drip-art/Comfy-Registry-PR/commit/c42f399ec79e3ea5e9b294e21ec4a56a3560e0b3))
|
|
54
|
+
- **emails:** display in details-table and export ([4d6b002](https://github.com/drip-art/Comfy-Registry-PR/commit/4d6b0023871b3469d702cd45f5702627798a1408))
|
|
55
|
+
- **feat-activate-in-bun:** got activated shell ([552ab4f](https://github.com/drip-art/Comfy-Registry-PR/commit/552ab4f2a14577786fc6a9a51d75bef5533be81b))
|
|
56
|
+
- **feat-activate-in-bun:** got activated shell ([5661ca9](https://github.com/drip-art/Comfy-Registry-PR/commit/5661ca9c2e9509f3b457a124927865ec45a083dc))
|
|
57
|
+
- **follow-up-rules:** editor ([a8003de](https://github.com/drip-art/Comfy-Registry-PR/commit/a8003deec8607f579715f8765ae46871f5150740))
|
|
58
|
+
- **follow-up-rules:** editor ([8555441](https://github.com/drip-art/Comfy-Registry-PR/commit/8555441d7a4d823ea020d91693d3fea02c5fd7e7))
|
|
59
|
+
- **follow:** rule editor ([db71370](https://github.com/drip-art/Comfy-Registry-PR/commit/db713706adb58ce8630b06d09b7120b296f2a032))
|
|
60
|
+
- **follow:** rule editor ([93c56c0](https://github.com/drip-art/Comfy-Registry-PR/commit/93c56c08fe1c0c9f6361964347276e78912019ba))
|
|
61
|
+
- **github-email:** fetcher ([f76889f](https://github.com/drip-art/Comfy-Registry-PR/commit/f76889f62af44546a8433d13fac56b3dec3be133))
|
|
62
|
+
- **main:** calculate authors ([9b0d719](https://github.com/drip-art/Comfy-Registry-PR/commit/9b0d719fa7be529e4b73d3c7a4189c7bc9da714f))
|
|
63
|
+
- **main:** calculate authors ([3299c3f](https://github.com/drip-art/Comfy-Registry-PR/commit/3299c3f0997eca73ad4121db6dd183d9b92b1a47))
|
|
64
|
+
- **main:** pr existed ([ffb463c](https://github.com/drip-art/Comfy-Registry-PR/commit/ffb463c123be2acc8ab60e7031935cf58e3e5118))
|
|
65
|
+
- **main:** pyproject description added ([f485bf7](https://github.com/drip-art/Comfy-Registry-PR/commit/f485bf7aae5caaf905f0da25b6969ef75df71f9f))
|
|
66
|
+
- **main:** repo list and help ([72b45a7](https://github.com/drip-art/Comfy-Registry-PR/commit/72b45a7da80a229094a84625c7ddabb2e073c05b))
|
|
67
|
+
- **main:** robust and cleaner outputs ([a84927b](https://github.com/drip-art/Comfy-Registry-PR/commit/a84927bdebf7fe2b5f7d7cecef65aeddee07db39))
|
|
68
|
+
- **sno-sep-apidoc:** init ([4c5a5e3](https://github.com/drip-art/Comfy-Registry-PR/commit/4c5a5e3f512696c5df4032cbd2ae5fddda99751c))
|
|
69
|
+
- **sno-sep-apidoc:** init ([994c57d](https://github.com/drip-art/Comfy-Registry-PR/commit/994c57deac01c7c3b11987fa736b73aeb45b9bb4))
|
|
70
|
+
- **totals:** works ([ab930ea](https://github.com/drip-art/Comfy-Registry-PR/commit/ab930eac16910bde4f9ff829ca6e292d4d96c954))
|
|
71
|
+
- **update-follow-rule-set:** prematch comments ([34c98d5](https://github.com/drip-art/Comfy-Registry-PR/commit/34c98d55d0dd5973c457b23c44a21b576927a1c5))
|
|
72
|
+
- **update-follow-rule-set:** prematch comments ([7911528](https://github.com/drip-art/Comfy-Registry-PR/commit/7911528d3ce9cf8da3618ca1d44f26c6d5b532a0))
|
|
73
|
+
- **updateOutdatedPullsTemplates:** it works ([ef6454f](https://github.com/drip-art/Comfy-Registry-PR/commit/ef6454f6e1f8ad2fb46ed8f8c66d4319b1207e62))
|
|
74
|
+
- **worker:** singleton ([06d8425](https://github.com/drip-art/Comfy-Registry-PR/commit/06d8425333b858f787252a19cea873da1bcebba4))
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- **(dashboard):** add index ([81e4cf3](https://github.com/drip-art/Comfy-Registry-PR/commit/81e4cf372329a84069c102c2b89dce78fbc71a98))
|
|
79
|
+
- **authors:** enable updating ([737eee5](https://github.com/drip-art/Comfy-Registry-PR/commit/737eee5cddb109fcfaaaaa10b133eea12562bad8))
|
|
80
|
+
- **authors:** index with email and githubId ([369a5ad](https://github.com/drip-art/Comfy-Registry-PR/commit/369a5ad254811dc09738ad7308b1a396c5490ffd))
|
|
81
|
+
- **check comfy activate:** extracted ([85a4a42](https://github.com/drip-art/Comfy-Registry-PR/commit/85a4a42118569735de92391914bad1cee21bb649))
|
|
82
|
+
- **cmnode:** return list ([e7f5af3](https://github.com/drip-art/Comfy-Registry-PR/commit/e7f5af3e4e2c444f7390a6098a402ed03bd5d667))
|
|
83
|
+
- **cnrepos:** add exit 0 ([dcf2908](https://github.com/drip-art/Comfy-Registry-PR/commit/dcf29083b8f64c29d04cbc31eb274d30aa0ff607))
|
|
84
|
+
- **cnrepos:** update totals ([7b6a11d](https://github.com/drip-art/Comfy-Registry-PR/commit/7b6a11d1a2e3323266c89e8d9ca3b4312f78a0d2))
|
|
85
|
+
- **Comfy-Registry-PR:** bun sh works ([0f709dd](https://github.com/drip-art/Comfy-Registry-PR/commit/0f709dd4bb09fb759b9a1fc84c011a694d09adc5))
|
|
86
|
+
- **Comfy-Registry-PR:** params ([4760c36](https://github.com/drip-art/Comfy-Registry-PR/commit/4760c36345784cc47e542a85074d4883607dc1a7))
|
|
87
|
+
- **Comfy-Registry-PR:** params ([4600726](https://github.com/drip-art/Comfy-Registry-PR/commit/46007264c2db9365c93dd3ad69e0534adf458b5a))
|
|
88
|
+
- **Comfy-Registry-PR:** patch owner ([6f68e19](https://github.com/drip-art/Comfy-Registry-PR/commit/6f68e195c68040577708328cffb540413a8c88d2))
|
|
89
|
+
- **Comfy-Registry-PR:** seperate windows run ([b1b9c50](https://github.com/drip-art/Comfy-Registry-PR/commit/b1b9c50bc8059def7c30f5f0dfbb9fdbb6764d2b))
|
|
90
|
+
- **comment-authors:** add ([847b14d](https://github.com/drip-art/Comfy-Registry-PR/commit/847b14d19b1c6bde1bb967c7ff8e7f44d93ac4eb))
|
|
91
|
+
- **comment-authors:** add ([d5ec4f1](https://github.com/drip-art/Comfy-Registry-PR/commit/d5ec4f1199d57b494e77c9613cc3789112be09e9))
|
|
92
|
+
- **db:** refactors ([a1f6f4c](https://github.com/drip-art/Comfy-Registry-PR/commit/a1f6f4c1e0f6e90c079e92f730478b58e3e7e717))
|
|
93
|
+
- **debug:** log fetch pull ([4f6042a](https://github.com/drip-art/Comfy-Registry-PR/commit/4f6042a17806c094b1d357c432aa5574ad0816b3))
|
|
94
|
+
- **edit-toml-PR-message:** add v2 outdated template edit logic ([b7719b8](https://github.com/drip-art/Comfy-Registry-PR/commit/b7719b8c9916ccc4ba09be3ef9a57e4e696eed88))
|
|
95
|
+
- **edit-toml-PR-message:** add v2 outdated template edit logic ([594976d](https://github.com/drip-art/Comfy-Registry-PR/commit/594976d309476ff289aae6027a6d4d0ec9f8c360))
|
|
96
|
+
- **fetcher:** logging ([016c182](https://github.com/drip-art/Comfy-Registry-PR/commit/016c182be38a6ca9aa5a2950158425d00d6ec674))
|
|
97
|
+
- **follow-comment:** fix existed comment logic ([bc43c22](https://github.com/drip-art/Comfy-Registry-PR/commit/bc43c223e2db97c8e55c2e286d5a64d9698cf853))
|
|
98
|
+
- follow-rule show follow rule set ([3b260cb](https://github.com/drip-art/Comfy-Registry-PR/commit/3b260cb04903f89f775916b237fbe4d21d3388a6))
|
|
99
|
+
- **follow-rule:** allow head match ([2ffe576](https://github.com/drip-art/Comfy-Registry-PR/commit/2ffe57675ea172ccc1fb45296cd2229a6b3171ab))
|
|
100
|
+
- **follow-rules:** add matcher fields into follow-rule ([4d7bbe7](https://github.com/drip-art/Comfy-Registry-PR/commit/4d7bbe7b941242cbb8edcd73ead6df61d26824df))
|
|
101
|
+
- **fs:** mkdir by js ([c963ad3](https://github.com/drip-art/Comfy-Registry-PR/commit/c963ad3459fcdf56db260b229083e4744687d037))
|
|
102
|
+
- **fs:** mkdir by js ([ae9ecf2](https://github.com/drip-art/Comfy-Registry-PR/commit/ae9ecf2e7299f07b86616c7e756c9b70958b0333))
|
|
103
|
+
- **ghuser:** rename ([d0cce7e](https://github.com/drip-art/Comfy-Registry-PR/commit/d0cce7e06511457ea0db3fe1c673977b6b1179a4))
|
|
104
|
+
- **ignore:** ignore prsfiles ([4f226b7](https://github.com/drip-art/Comfy-Registry-PR/commit/4f226b71ca012083a13800baba22903aa893302c))
|
|
105
|
+
- **is-already-sent-totals-today:** notify if today is not already noti ([33cec0a](https://github.com/drip-art/Comfy-Registry-PR/commit/33cec0adde44612ca66213ce989d0d25f7549aec))
|
|
106
|
+
- **main:** adjust crpulls fresh span, enable r ([63369d3](https://github.com/drip-art/Comfy-Registry-PR/commit/63369d3ae79f573343fe54594a74f105634088fe))
|
|
107
|
+
- **main:** allow yaml update ([326b7a4](https://github.com/drip-art/Comfy-Registry-PR/commit/326b7a4bddb8ececd1617a0796d82f1fcb989143))
|
|
108
|
+
- **main:** bin ([847ecc9](https://github.com/drip-art/Comfy-Registry-PR/commit/847ecc958abd0c1a6580cad95a365deb24ca1261))
|
|
109
|
+
- **main:** bunsh ([46b0d63](https://github.com/drip-art/Comfy-Registry-PR/commit/46b0d63b4012c6f45f9de79ecb3980753a3c7dc9))
|
|
110
|
+
- **main:** candidates and error show ([93994ec](https://github.com/drip-art/Comfy-Registry-PR/commit/93994ec843e11909c37c2601baa0b72da141e6d6))
|
|
111
|
+
- **main:** candidates and error show ([49cccde](https://github.com/drip-art/Comfy-Registry-PR/commit/49cccde43c07023ec8506a75d7970d705efb275c))
|
|
112
|
+
- **main:** catches ([16afaeb](https://github.com/drip-art/Comfy-Registry-PR/commit/16afaeb0446edae08be00272d28c027a80226481))
|
|
113
|
+
- **main:** clone from pr target repo ([199df6c](https://github.com/drip-art/Comfy-Registry-PR/commit/199df6cb27000cb4274f5cb34661dfa07467c50d))
|
|
114
|
+
- **main:** demo clean repo ([4ed774f](https://github.com/drip-art/Comfy-Registry-PR/commit/4ed774fa4b868cd66ca4bb839a50cce58a9de539))
|
|
115
|
+
- **main:** deprecate zx ([c27d1ef](https://github.com/drip-art/Comfy-Registry-PR/commit/c27d1efb6b305633f3577a013b1b9075f0a8146a))
|
|
116
|
+
- **main:** deprecate zx ([e72e335](https://github.com/drip-art/Comfy-Registry-PR/commit/e72e3357d7b6e476d83cabc7ff7b616d6d4237b9))
|
|
117
|
+
- **main:** devgoal ([5c53f16](https://github.com/drip-art/Comfy-Registry-PR/commit/5c53f16e5baa45a63854c81f90f601f6840acd47))
|
|
118
|
+
- **main:** DIE for check forks ([96236c3](https://github.com/drip-art/Comfy-Registry-PR/commit/96236c34feaec3c05466eade95a773cd33a01512))
|
|
119
|
+
- **main:** docker done ([8fcd5e7](https://github.com/drip-art/Comfy-Registry-PR/commit/8fcd5e7bf0b6edb42651f231f4414fd116bfd813))
|
|
120
|
+
- **main:** env file tips ([02636f3](https://github.com/drip-art/Comfy-Registry-PR/commit/02636f3beb2efddcb2de69b3dece02816f542b49))
|
|
121
|
+
- **main:** env questions ([5bc01a2](https://github.com/drip-art/Comfy-Registry-PR/commit/5bc01a2fe500a9685346bbf248ba4e349af1d2e8))
|
|
122
|
+
- **main:** fixing slack msgs ([b18cc1c](https://github.com/drip-art/Comfy-Registry-PR/commit/b18cc1cdd13bf304ca84b41043eeb97d239380a2))
|
|
123
|
+
- **main:** flatten explain ([abcf56f](https://github.com/drip-art/Comfy-Registry-PR/commit/abcf56f9791675281e3dc35f55eae531346c834b))
|
|
124
|
+
- **main:** hoist help ([f95bdb1](https://github.com/drip-art/Comfy-Registry-PR/commit/f95bdb1e9812a9a7fbbee80cf335ccd45c3905a6))
|
|
125
|
+
- **main:** ignore lock ([787e60e](https://github.com/drip-art/Comfy-Registry-PR/commit/787e60ec93f760b18713a50e664b6fb984a24038))
|
|
126
|
+
- **main:** index inside fn ([a200d6a](https://github.com/drip-art/Comfy-Registry-PR/commit/a200d6ae106350a60a63738927af0261b80d006a))
|
|
127
|
+
- **main:** init yargs ([fb6d9fe](https://github.com/drip-art/Comfy-Registry-PR/commit/fb6d9fe355e6dca0bb11e3b1ddc7b5e20e6a2c2d))
|
|
128
|
+
- **main:** it works ([d18760f](https://github.com/drip-art/Comfy-Registry-PR/commit/d18760f2a7045129d5ffc6903579b4d699e34f3c))
|
|
129
|
+
- **main:** kick ([42c6408](https://github.com/drip-art/Comfy-Registry-PR/commit/42c64082cc5220a600f7a1d0b30bfd47e4bec628))
|
|
130
|
+
- **main:** limit dashbloard into not closed ([2fb18ed](https://github.com/drip-art/Comfy-Registry-PR/commit/2fb18edfa059ad902aa0fa66b55f29dfc6514ca6))
|
|
131
|
+
- **main:** made a fork demo for haohao ([ed58416](https://github.com/drip-art/Comfy-Registry-PR/commit/ed58416c11a7c63cc4356ffce2aee93b9fa3bb2b))
|
|
132
|
+
- **main:** move ts-toolbelt to devDep ([19a46cf](https://github.com/drip-art/Comfy-Registry-PR/commit/19a46cf6d21b4009a7f02213350aa4086427dcb9))
|
|
133
|
+
- **main:** move ts-toolbelt to devDep ([904dd13](https://github.com/drip-art/Comfy-Registry-PR/commit/904dd13da40c04570c17460ee8ccc96801c323c4))
|
|
134
|
+
- **main:** no pr unset ([39f3843](https://github.com/drip-art/Comfy-Registry-PR/commit/39f3843413dac8d1d3828ef5b4d3135ea9b740a1))
|
|
135
|
+
- **main:** optimize updateCNReposPulls index ([8416678](https://github.com/drip-art/Comfy-Registry-PR/commit/8416678a4817d1fa98ee53a92862e2a6beec8b46))
|
|
136
|
+
- **main:** optimize updateCNReposPulls index ([6321885](https://github.com/drip-art/Comfy-Registry-PR/commit/6321885f0c91d2ecad6defaf4f26f87193503d96))
|
|
137
|
+
- **main:** prinfos tidy ([0f4f98d](https://github.com/drip-art/Comfy-Registry-PR/commit/0f4f98d7ed6117aa0ba486d9730e6b03d1ad32e6))
|
|
138
|
+
- **main:** quiet ([f639a71](https://github.com/drip-art/Comfy-Registry-PR/commit/f639a712eaa479474fdea072c19f5b39ca16300f))
|
|
139
|
+
- **main:** ready to pr ([fde3865](https://github.com/drip-art/Comfy-Registry-PR/commit/fde3865d1d32a9de94dd840c597822824b27a96e))
|
|
140
|
+
- **main:** reason trim ([343f545](https://github.com/drip-art/Comfy-Registry-PR/commit/343f54504a3ebbec1a4d4a4c53987f5e5973e496))
|
|
141
|
+
- **main:** remove questions ([de872ee](https://github.com/drip-art/Comfy-Registry-PR/commit/de872eebc042074e09d56f258e2b3e2e29c01cdb))
|
|
142
|
+
- **main:** remove zxtest ([14062e0](https://github.com/drip-art/Comfy-Registry-PR/commit/14062e08ce96f73e2483161717c711f10ad004bd))
|
|
143
|
+
- **main:** repo ago ([e2b007b](https://github.com/drip-art/Comfy-Registry-PR/commit/e2b007bec237ba904d8f88a6a522ba4429f6f10b))
|
|
144
|
+
- **main:** repo ago ([5633d0e](https://github.com/drip-art/Comfy-Registry-PR/commit/5633d0eeb77fa42859b66d7a351d66355ed17da1))
|
|
145
|
+
- **main:** repo cleaner ([1c7c1b9](https://github.com/drip-art/Comfy-Registry-PR/commit/1c7c1b9218c4553b92512c4ba614bfab2cc055b9))
|
|
146
|
+
- **main:** repo cleaner ([f1302a9](https://github.com/drip-art/Comfy-Registry-PR/commit/f1302a91d53c34ed215733531ca170db57e91631))
|
|
147
|
+
- **main:** repolist ([c60b81b](https://github.com/drip-art/Comfy-Registry-PR/commit/c60b81bbc8e7d680642b785926a4da6f5f2c13ee))
|
|
148
|
+
- **main:** restore pr die ([eed4d55](https://github.com/drip-art/Comfy-Registry-PR/commit/eed4d554d01d40fde049c326ee3e7b37dd0a806d))
|
|
149
|
+
- **main:** salt ([3187749](https://github.com/drip-art/Comfy-Registry-PR/commit/31877493a1b184fcfe60598eabe1329aa6b3601a))
|
|
150
|
+
- **main:** second round ([0b08f2a](https://github.com/drip-art/Comfy-Registry-PR/commit/0b08f2a343232dba1741376c12a91b6121eee7c9))
|
|
151
|
+
- **main:** second round ([83c791e](https://github.com/drip-art/Comfy-Registry-PR/commit/83c791e202d888e56f44a7c6bd65d89faeb89039))
|
|
152
|
+
- **main:** send msgs ([903c54b](https://github.com/drip-art/Comfy-Registry-PR/commit/903c54bf9f6530bf4567bcdc0f4e967291658dbd))
|
|
153
|
+
- **main:** src ([381ac7a](https://github.com/drip-art/Comfy-Registry-PR/commit/381ac7a06ec61ac4f58045bf454b3b4ea1ae80e7))
|
|
154
|
+
- **main:** stage ([162bee0](https://github.com/drip-art/Comfy-Registry-PR/commit/162bee02999731fcb45e0d5fd01c9c4426e202a3))
|
|
155
|
+
- **main:** stage ([c930f6e](https://github.com/drip-art/Comfy-Registry-PR/commit/c930f6e7ea4b55d14b9a3f1909222e158d1c63a9))
|
|
156
|
+
- **main:** swagger ([96c6878](https://github.com/drip-art/Comfy-Registry-PR/commit/96c6878f5bb68f8540c845621c226d8867e24c94))
|
|
157
|
+
- **main:** swagger ([8c2b217](https://github.com/drip-art/Comfy-Registry-PR/commit/8c2b2170e37e0176f7a7194fbb57db553a1beaba))
|
|
158
|
+
- **main:** tidy imports ([d437e79](https://github.com/drip-art/Comfy-Registry-PR/commit/d437e7904cb375feae674a89e086c33a145c53ae))
|
|
159
|
+
- **main:** update cmnodes ([834fda4](https://github.com/drip-art/Comfy-Registry-PR/commit/834fda4a106d02606aff3a2b75036f3e02187303))
|
|
160
|
+
- **main:** update follow up rule matcher ([57302c3](https://github.com/drip-art/Comfy-Registry-PR/commit/57302c30a119f3275c4626d4f09123f6ac2d7aed))
|
|
161
|
+
- **main:** update git user shown ([560d598](https://github.com/drip-art/Comfy-Registry-PR/commit/560d598430bbff7cf49d7639e381df694eeca67a))
|
|
162
|
+
- **main:** update snorun ([856c583](https://github.com/drip-art/Comfy-Registry-PR/commit/856c583fe77b25275f51d298dfae977258272804))
|
|
163
|
+
- **main:** use bun instead of zx ([4a5c897](https://github.com/drip-art/Comfy-Registry-PR/commit/4a5c89700bb067d7889c9d41b9189a7dca95b377))
|
|
164
|
+
- **main:** worker geo ([2763c4d](https://github.com/drip-art/Comfy-Registry-PR/commit/2763c4d9ecf82fd8db8c7df1cb5ad9e4cacae705))
|
|
165
|
+
- **main:** worker instance geo ([74b0cf0](https://github.com/drip-art/Comfy-Registry-PR/commit/74b0cf0ac0a6a8e016b24eab25d266f73a2c9e36))
|
|
166
|
+
- **main:** workers ([5eb2ac1](https://github.com/drip-art/Comfy-Registry-PR/commit/5eb2ac12b3fc243758b64741623046081107d596))
|
|
167
|
+
- **main:** workers ([b7ecf81](https://github.com/drip-art/Comfy-Registry-PR/commit/b7ecf81be42b247d5f53bcba1f6460d60bed9b0d))
|
|
168
|
+
- **misc:** 2024-06-28 meeting changes [@haohao](https://github.com/haohao) ([fe8aac6](https://github.com/drip-art/Comfy-Registry-PR/commit/fe8aac61d587c366a85f74d53b1572f0c74c0791))
|
|
169
|
+
- **misc:** 2024-06-28 meeting changes [@haohao](https://github.com/haohao) ([1cc72d5](https://github.com/drip-art/Comfy-Registry-PR/commit/1cc72d5127de0e7b0d3412706e4a6f0102a558e1))
|
|
170
|
+
- **misc:** fix vars ([501145a](https://github.com/drip-art/Comfy-Registry-PR/commit/501145af13966727b4df45c11bbffa3be71ae552))
|
|
171
|
+
- **misc:** fix vars ([14b0d6c](https://github.com/drip-art/Comfy-Registry-PR/commit/14b0d6c10c009ccac6b9276d8689142163f98d9f))
|
|
172
|
+
- **mongodb-pipeline-ts:** add satisfies ([a08c7f8](https://github.com/drip-art/Comfy-Registry-PR/commit/a08c7f8bae341beceacb4c974cb59e59bb951b0b))
|
|
173
|
+
- **mongodb-pipeline-ts:** expression ([2ad8563](https://github.com/drip-art/Comfy-Registry-PR/commit/2ad8563e5799a0ec2b069a1afe4332dd5c5023cc))
|
|
174
|
+
- **mongodb-pipeline-ts:** pipeline with syntax ([246144d](https://github.com/drip-art/Comfy-Registry-PR/commit/246144d3a95c3c163a251a20c904d77891985ea6))
|
|
175
|
+
- **mongodb-pipeline-ts:** pipeline with syntax ([20bf3fc](https://github.com/drip-art/Comfy-Registry-PR/commit/20bf3fc07e435857d80240465865d702f9b3dada))
|
|
176
|
+
- **mongodb-pipeline-ts:** use partial for stage ([239802a](https://github.com/drip-art/Comfy-Registry-PR/commit/239802ae02d2581904890483aa95c54e2a11d996))
|
|
177
|
+
- **notify:** lang ([d112c26](https://github.com/drip-art/Comfy-Registry-PR/commit/d112c26493c6dc0c0d6ec6a8c7e0e196395d5ba8))
|
|
178
|
+
- **outdate-template-updating:** require fresh ([18ac8ab](https://github.com/drip-art/Comfy-Registry-PR/commit/18ac8abd15b1996bd0221806f3aab88dc27aa634))
|
|
179
|
+
- **pipeline:** fix type-helper ([c75e6ac](https://github.com/drip-art/Comfy-Registry-PR/commit/c75e6ac12fdb1b95b218c89f2ede2c5607b7ed23))
|
|
180
|
+
- **pipeline:** types use array-path ([fa3ba69](https://github.com/drip-art/Comfy-Registry-PR/commit/fa3ba6965a729a16a0f5858c2dc69230d6ecc644))
|
|
181
|
+
- **pipeline:** types use array-path ([647279c](https://github.com/drip-art/Comfy-Registry-PR/commit/647279c5a55c2719e1d269477e19c9dffc3723a4))
|
|
182
|
+
- **pipeline:** use PipelineLauncher ([4c3d37e](https://github.com/drip-art/Comfy-Registry-PR/commit/4c3d37e35436442a114847d902f6a204b6c8f042))
|
|
183
|
+
- **pkg:** types ([51beb33](https://github.com/drip-art/Comfy-Registry-PR/commit/51beb337ceee555ceb4827304edeed395129c179))
|
|
184
|
+
- **pr-comments:** value typo ([57a6dc4](https://github.com/drip-art/Comfy-Registry-PR/commit/57a6dc41b551cb797315c9d855fb629f8e98bd8f))
|
|
185
|
+
- pull-status handle missing data ([81f8d6a](https://github.com/drip-art/Comfy-Registry-PR/commit/81f8d6ae3d9cdb5ea6b16703506508ee36d7b027))
|
|
186
|
+
- **pull-status:** updated-at ([7196c3a](https://github.com/drip-art/Comfy-Registry-PR/commit/7196c3a9b492102e820f9bba2f8216906079155e))
|
|
187
|
+
- **pullStatus:** fill email as empty string if null ([9ad257e](https://github.com/drip-art/Comfy-Registry-PR/commit/9ad257e30d3d493c07309c7b02141cb1da7f3ce3))
|
|
188
|
+
- **src:** cnrepo index ([a616e40](https://github.com/drip-art/Comfy-Registry-PR/commit/a616e4009d54f12bbd45eab5455054bb6b55e820))
|
|
189
|
+
- **src:** last-comment-at ([5c6b37e](https://github.com/drip-art/Comfy-Registry-PR/commit/5c6b37e7a33c72188da9c0d923cd97c43ad7e0e3))
|
|
190
|
+
- **src:** last-comment-at ([8050d4a](https://github.com/drip-art/Comfy-Registry-PR/commit/8050d4adc1dbc53b8a43e53edf9b9fca094b067f))
|
|
191
|
+
- **src:** limit pr concurrency ([3a928e0](https://github.com/drip-art/Comfy-Registry-PR/commit/3a928e0af3981eb8fa2bc925ca77e51a84d231ad))
|
|
192
|
+
- **src:** login==invert ([0e4c7c3](https://github.com/drip-art/Comfy-Registry-PR/commit/0e4c7c3dd91f55aec0f3cd86a727b4c612eba4be))
|
|
193
|
+
- **src:** mv db index ([9aca07f](https://github.com/drip-art/Comfy-Registry-PR/commit/9aca07fb86ee7d4d333d6c8f9396f4d489614474))
|
|
194
|
+
- **src:** mv workerinstance ([21715c9](https://github.com/drip-art/Comfy-Registry-PR/commit/21715c9eee1582638277a6bb42c6075db3a66024))
|
|
195
|
+
- **src:** mv workerinstance ([51c797f](https://github.com/drip-art/Comfy-Registry-PR/commit/51c797fd91a191b313f71dc4b89f193694ea095d))
|
|
196
|
+
- **src:** outdate publishcr ([05b64bf](https://github.com/drip-art/Comfy-Registry-PR/commit/05b64bfabb7a3931416f5c2ed939763f346f9ad4))
|
|
197
|
+
- **src:** outdate publishcr ([8034c71](https://github.com/drip-art/Comfy-Registry-PR/commit/8034c718898f11b1af98644986cc8fda9671d0b2))
|
|
198
|
+
- **src:** peek result of runfollowruleset ([96886ec](https://github.com/drip-art/Comfy-Registry-PR/commit/96886ec832cab7c1b8333283d055417f7b808d54))
|
|
199
|
+
- **src:** peek result of runfollowruleset ([e81f9d5](https://github.com/drip-art/Comfy-Registry-PR/commit/e81f9d52a9aad7826898dc2e731db999abb04d3a))
|
|
200
|
+
- **src:** prefix msgs concat ([9f34d04](https://github.com/drip-art/Comfy-Registry-PR/commit/9f34d040c2857cb3355cb5548405773b8f8cb8b4))
|
|
201
|
+
- **src:** promise seq order ([cbd2534](https://github.com/drip-art/Comfy-Registry-PR/commit/cbd25342716efe0be9853fd599a40e93ac418228))
|
|
202
|
+
- **src:** promise seq order ([304fbfd](https://github.com/drip-art/Comfy-Registry-PR/commit/304fbfddfcf90e357cce6562b5125f987ea997ee))
|
|
203
|
+
- **src:** remove dashboard updating ([ce123b2](https://github.com/drip-art/Comfy-Registry-PR/commit/ce123b2ffc4cd2c7208a9258cbcfa0e2db03457a))
|
|
204
|
+
- **src:** remove peeks ([4d4f2a9](https://github.com/drip-art/Comfy-Registry-PR/commit/4d4f2a9d981030bb21ea8c18cf84a617cec0eda7))
|
|
205
|
+
- **src:** remove peeks ([b2a7586](https://github.com/drip-art/Comfy-Registry-PR/commit/b2a7586c5bd6279c46fa58f74572246512475dd5))
|
|
206
|
+
- **src:** replaec cmnodes into 3 ([537399a](https://github.com/drip-art/Comfy-Registry-PR/commit/537399a3b48871b6d8e4b5ab2eb387e0b709b368))
|
|
207
|
+
- **src:** report worker status by async ([6adb723](https://github.com/drip-art/Comfy-Registry-PR/commit/6adb723f484ff8b7b77fb2cf64367a33d9322af9))
|
|
208
|
+
- **src:** run action skip not matched user ([30a0219](https://github.com/drip-art/Comfy-Registry-PR/commit/30a0219a59f4edbb964352cd66688d6040ff6e16))
|
|
209
|
+
- **src:** simplify pipeline ([0ce3810](https://github.com/drip-art/Comfy-Registry-PR/commit/0ce3810b62a6be9444114fb204fde38b0ae336d0))
|
|
210
|
+
- **src:** simplify pipeline ([b0316b0](https://github.com/drip-art/Comfy-Registry-PR/commit/b0316b09cf9aa1bc4eeccb4e43502a53eaa3ae96))
|
|
211
|
+
- **src:** sort totals ([126977d](https://github.com/drip-art/Comfy-Registry-PR/commit/126977d2ab08e12ebc6e3e61edacb279d968fd57))
|
|
212
|
+
- **src:** use estimate count ([0e6d792](https://github.com/drip-art/Comfy-Registry-PR/commit/0e6d792e976d87b61b1a5608f6ff5ff04ae5ba31))
|
|
213
|
+
- **src:** use https origin ([2429a47](https://github.com/drip-art/Comfy-Registry-PR/commit/2429a4745336ed68c02a2ae34160429b2a7da0fc))
|
|
214
|
+
- **src:** worker heartbeat loop ([f4d2b30](https://github.com/drip-art/Comfy-Registry-PR/commit/f4d2b301e5b2ce3441bee424c9065b68ec65092d))
|
|
215
|
+
- **ssh-key:** allow push ([e99458f](https://github.com/drip-art/Comfy-Registry-PR/commit/e99458f58b17c3a39def51ddea0ad7e57535dcca))
|
|
216
|
+
- **stale-fresh:** dont destroy date ([1022469](https://github.com/drip-art/Comfy-Registry-PR/commit/102246973f386b787e8e3c1d3a346d60ffbea130))
|
|
217
|
+
- **stale-fresh:** dont destroy date ([4a481ce](https://github.com/drip-art/Comfy-Registry-PR/commit/4a481ce2b7183fb0a202239c29fe8a0d121ece8e))
|
|
218
|
+
- **templates:** outdate publish.yaml ([0ded9e8](https://github.com/drip-art/Comfy-Registry-PR/commit/0ded9e87dd14e268fab13071a82de7efb8382790))
|
|
219
|
+
- **templates:** outdated templates ([f079e2d](https://github.com/drip-art/Comfy-Registry-PR/commit/f079e2d9e5f7c7953ec1af79988d374012092119))
|
|
220
|
+
- **toml-template-v3:** update template ts file ([24df794](https://github.com/drip-art/Comfy-Registry-PR/commit/24df794851cc6b7190bc0fb3c75ef02a76fed926))
|
|
221
|
+
- **totals:** reporter ([b015dc9](https://github.com/drip-art/Comfy-Registry-PR/commit/b015dc9bb34576a0c17b4b0f4a3753b8d13f830f))
|
|
222
|
+
- **updateComfyTotals:** return result count ([5d4d971](https://github.com/drip-art/Comfy-Registry-PR/commit/5d4d97169a9410322b10def00e0ff08e0cd36c70))
|
|
223
|
+
- **win:** it works ([a88dae3](https://github.com/drip-art/Comfy-Registry-PR/commit/a88dae36a009a3a3c9189818530de39a119b600b))
|
|
224
|
+
- **workflows:** run tests ([e8109b0](https://github.com/drip-art/Comfy-Registry-PR/commit/e8109b0cdd3e8f3433817f9218ae230243551cb1))
|
|
225
|
+
- **workflows:** use index ([97d7138](https://github.com/drip-art/Comfy-Registry-PR/commit/97d7138313755cdbdcc53e21fb5fc7114032d2c6))
|
|
226
|
+
- **zx:** restore zx ([dd5bc17](https://github.com/drip-art/Comfy-Registry-PR/commit/dd5bc1700b64d68a0a08ca8c5ed3f72c997f3c9f))
|
|
227
|
+
|
|
228
|
+
### [0.2.23](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.20...v0.2.23) (2024-07-04)
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
- **emails:** display in details-table and export ([4d6b002](https://github.com/drip-art/Comfy-Registry-PR/commit/4d6b0023871b3469d702cd45f5702627798a1408))
|
|
233
|
+
- **github-email:** fetcher ([f76889f](https://github.com/drip-art/Comfy-Registry-PR/commit/f76889f62af44546a8433d13fac56b3dec3be133))
|
|
234
|
+
|
|
235
|
+
### Bug Fixes
|
|
236
|
+
|
|
237
|
+
- **authors:** enable updating ([737eee5](https://github.com/drip-art/Comfy-Registry-PR/commit/737eee5cddb109fcfaaaaa10b133eea12562bad8))
|
|
238
|
+
- **authors:** index with email and githubId ([369a5ad](https://github.com/drip-art/Comfy-Registry-PR/commit/369a5ad254811dc09738ad7308b1a396c5490ffd))
|
|
239
|
+
- **main:** ignore lock ([787e60e](https://github.com/drip-art/Comfy-Registry-PR/commit/787e60ec93f760b18713a50e664b6fb984a24038))
|
|
240
|
+
- pull-status handle missing data ([81f8d6a](https://github.com/drip-art/Comfy-Registry-PR/commit/81f8d6ae3d9cdb5ea6b16703506508ee36d7b027))
|
|
241
|
+
- **pullStatus:** fill email as empty string if null ([9ad257e](https://github.com/drip-art/Comfy-Registry-PR/commit/9ad257e30d3d493c07309c7b02141cb1da7f3ce3))
|
|
242
|
+
|
|
243
|
+
### [0.2.22](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.20...v0.2.22) (2024-07-04)
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
- **emails:** display in details-table and export ([4d6b002](https://github.com/drip-art/Comfy-Registry-PR/commit/4d6b0023871b3469d702cd45f5702627798a1408))
|
|
248
|
+
- **github-email:** fetcher ([f76889f](https://github.com/drip-art/Comfy-Registry-PR/commit/f76889f62af44546a8433d13fac56b3dec3be133))
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
- **authors:** enable updating ([737eee5](https://github.com/drip-art/Comfy-Registry-PR/commit/737eee5cddb109fcfaaaaa10b133eea12562bad8))
|
|
253
|
+
- **authors:** index with email and githubId ([369a5ad](https://github.com/drip-art/Comfy-Registry-PR/commit/369a5ad254811dc09738ad7308b1a396c5490ffd))
|
|
254
|
+
- **main:** ignore lock ([787e60e](https://github.com/drip-art/Comfy-Registry-PR/commit/787e60ec93f760b18713a50e664b6fb984a24038))
|
|
255
|
+
- pull-status handle missing data ([81f8d6a](https://github.com/drip-art/Comfy-Registry-PR/commit/81f8d6ae3d9cdb5ea6b16703506508ee36d7b027))
|
|
256
|
+
- **pullStatus:** fill email as empty string if null ([9ad257e](https://github.com/drip-art/Comfy-Registry-PR/commit/9ad257e30d3d493c07309c7b02141cb1da7f3ce3))
|
|
257
|
+
|
|
258
|
+
### [0.2.21](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.20...v0.2.21) (2024-07-04)
|
|
259
|
+
|
|
260
|
+
### Features
|
|
261
|
+
|
|
262
|
+
- **emails:** display in details-table and export ([4d6b002](https://github.com/drip-art/Comfy-Registry-PR/commit/4d6b0023871b3469d702cd45f5702627798a1408))
|
|
263
|
+
- **github-email:** fetcher ([f76889f](https://github.com/drip-art/Comfy-Registry-PR/commit/f76889f62af44546a8433d13fac56b3dec3be133))
|
|
264
|
+
|
|
265
|
+
### Bug Fixes
|
|
266
|
+
|
|
267
|
+
- **authors:** enable updating ([737eee5](https://github.com/drip-art/Comfy-Registry-PR/commit/737eee5cddb109fcfaaaaa10b133eea12562bad8))
|
|
268
|
+
- **authors:** index with email and githubId ([369a5ad](https://github.com/drip-art/Comfy-Registry-PR/commit/369a5ad254811dc09738ad7308b1a396c5490ffd))
|
|
269
|
+
- **main:** ignore lock ([787e60e](https://github.com/drip-art/Comfy-Registry-PR/commit/787e60ec93f760b18713a50e664b6fb984a24038))
|
|
270
|
+
- **pullStatus:** fill email as empty string if null ([9ad257e](https://github.com/drip-art/Comfy-Registry-PR/commit/9ad257e30d3d493c07309c7b02141cb1da7f3ce3))
|
|
271
|
+
|
|
5
272
|
### [0.2.20](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.19...v0.2.20) (2024-07-02)
|
|
6
273
|
|
|
7
274
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comfy-pr",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"description": "Make PRs that publishes ComfyUI Custom Nodes to [ComfyUI Registry]( https://www.comfyregistry.org/ ).",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -21,6 +21,8 @@
|
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
23
|
"_postinstall": "bun ./src/muteInstances.ts",
|
|
24
|
+
"vercel:dev": "vercel dev",
|
|
25
|
+
"vercel:build": "vercel build",
|
|
24
26
|
"build": "next build",
|
|
25
27
|
"dev": "next dev",
|
|
26
28
|
"lint": "next lint",
|
|
@@ -32,21 +34,31 @@
|
|
|
32
34
|
"dependencies": {
|
|
33
35
|
"@auth/mongodb-adapter": "^3.2.0",
|
|
34
36
|
"@ctrl/mac-address": "^3.0.3",
|
|
37
|
+
"@kbox-labs/react-echarts": "^1.2.0",
|
|
35
38
|
"@monaco-editor/react": "^4.6.0",
|
|
36
39
|
"@slack/web-api": "^7.2.0",
|
|
37
|
-
"@snomiao/die": "^1.0
|
|
40
|
+
"@snomiao/die": "^1.1.0",
|
|
38
41
|
"@trpc/server": "^10.45.2",
|
|
39
42
|
"@types/d3": "^7.4.3",
|
|
43
|
+
"@types/file-saver": "^2.0.7",
|
|
44
|
+
"@types/markdown-it": "^14.1.1",
|
|
45
|
+
"@types/open": "^6.2.1",
|
|
40
46
|
"d3": "^7.9.0",
|
|
41
47
|
"daisyui": "^4.12.7",
|
|
42
48
|
"dotenv": "^16.4.5",
|
|
43
49
|
"enhanced-ms": "^3.0.0",
|
|
50
|
+
"file-saver": "^2.0.5",
|
|
51
|
+
"flat": "^6.0.1",
|
|
44
52
|
"globby": "^14.0.1",
|
|
53
|
+
"google-auth-library": "^9.11.0",
|
|
54
|
+
"googleapis": "^140.0.1",
|
|
45
55
|
"js-yaml": "^4.1.0",
|
|
46
56
|
"json-stable-stringify": "^1.1.1",
|
|
47
57
|
"keyv": "^4.5.4",
|
|
48
58
|
"keyv-cached-with": "^0.0.13",
|
|
49
59
|
"lodash-es": "^4.17.21",
|
|
60
|
+
"mail-mime-builder": "^0.1.0",
|
|
61
|
+
"markdown-it": "^14.1.0",
|
|
50
62
|
"md5": "^2.3.0",
|
|
51
63
|
"minimist": "^1.2.8",
|
|
52
64
|
"monaco-editor": "^0.50.0",
|
|
@@ -54,6 +66,7 @@
|
|
|
54
66
|
"next-auth": "^5.0.0-beta.19",
|
|
55
67
|
"nodemailer": "^6.9.14",
|
|
56
68
|
"octokit": "^4.0.2",
|
|
69
|
+
"open": "^10.1.0",
|
|
57
70
|
"p-map": "^7.0.2",
|
|
58
71
|
"peek-log": "^0.0.8",
|
|
59
72
|
"pretty-ms": "^9.0.0",
|
|
@@ -61,11 +74,16 @@
|
|
|
61
74
|
"rambda": "^9.2.1",
|
|
62
75
|
"react-api-doc": "^0.0.9",
|
|
63
76
|
"react-hook-form": "^7.52.0",
|
|
77
|
+
"react-hot-toast": "^2.4.1",
|
|
64
78
|
"react-markdown": "^9.0.1",
|
|
79
|
+
"snoflow": "^1.9.1",
|
|
80
|
+
"sparse-bitfield": "^3.0.3",
|
|
65
81
|
"toml": "^3.0.0",
|
|
66
82
|
"trpc-openapi": "^1.2.0",
|
|
67
83
|
"ts-pattern": "^5.2.0",
|
|
84
|
+
"unwind-array": "^1.1.4",
|
|
68
85
|
"use-swr-component": "^0.0.5",
|
|
86
|
+
"vercel": "^34.3.0",
|
|
69
87
|
"yaml": "^2.4.5",
|
|
70
88
|
"zod": "^3.23.8",
|
|
71
89
|
"zx": "^8.1.3"
|
package/src/Authors.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { type Task } from "@/packages/mongodb-pipeline-ts/Task";
|
|
2
|
+
import console from "console";
|
|
3
|
+
import { db } from "./db";
|
|
4
|
+
import { gh } from "./gh";
|
|
5
|
+
import type { AwaitedReturnType } from "./types/AwaitedReturnType";
|
|
6
|
+
import { updateAuthors } from "./updateAuthors";
|
|
7
|
+
export type Author = {
|
|
8
|
+
email?: string;
|
|
9
|
+
// cold down
|
|
10
|
+
githubMtime?: Date;
|
|
11
|
+
instagramMtime?: Date;
|
|
12
|
+
discordMtime?: Date;
|
|
13
|
+
twitterMtime?: Date;
|
|
14
|
+
|
|
15
|
+
// id
|
|
16
|
+
githubId?: string;
|
|
17
|
+
instagramId?: string;
|
|
18
|
+
discordId?: string;
|
|
19
|
+
twitterId?: string;
|
|
20
|
+
|
|
21
|
+
// repos on cm and cr
|
|
22
|
+
cm: number; // comfy node manager
|
|
23
|
+
cr: number; // comfy registry
|
|
24
|
+
|
|
25
|
+
// common info
|
|
26
|
+
nicknames?: string[];
|
|
27
|
+
bios?: string[];
|
|
28
|
+
links?: string[]; // one could be url or markdown style link: [name](link)
|
|
29
|
+
blogs?: string[]; // one could be url or markdown style link: [name](link)
|
|
30
|
+
companies?: string[];
|
|
31
|
+
locations?: string[];
|
|
32
|
+
avatars?: string[];
|
|
33
|
+
hireable?: boolean; // github
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const Authors = db.collection<Author>("Authors");
|
|
37
|
+
await Authors.createIndex('githubId')
|
|
38
|
+
await Authors.createIndex('email')
|
|
39
|
+
export const GithubUsers = db.collection<
|
|
40
|
+
{ username: string } & Task<AwaitedReturnType<typeof gh.users.getByUsername>["data"]>
|
|
41
|
+
>("GithubUsers");
|
|
42
|
+
|
|
43
|
+
if (import.meta.main) {
|
|
44
|
+
// collect github id from cn repos
|
|
45
|
+
await updateAuthors();
|
|
46
|
+
console.log("done");
|
|
47
|
+
}
|
|
48
|
+
|
package/src/CNRepos.ts
CHANGED
|
@@ -33,12 +33,15 @@ export type CRPull = RelatedPull & {
|
|
|
33
33
|
edited?: Task<boolean>;
|
|
34
34
|
comments?: Task<Pick<GithubIssueComment, "body">[]>;
|
|
35
35
|
issue?: Task<Pick<GithubIssue, "number" | "html_url" | "body" | "updated_at">>;
|
|
36
|
+
emailTask_id?: ObjectId;
|
|
36
37
|
};
|
|
37
38
|
|
|
38
39
|
export type CustomNodeRepo = {
|
|
39
40
|
repository: string;
|
|
40
41
|
info?: Task<Pick<GithubRepo, "html_url" | "archived" | "default_branch" | "private">>;
|
|
41
42
|
|
|
43
|
+
// author?: Author;
|
|
44
|
+
|
|
42
45
|
/** @deprecated use cr_ids or on_registry */
|
|
43
46
|
cr?: Pick<WithId<CRNode>, "_id" | "id" | "name">;
|
|
44
47
|
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import DIE from "@snomiao/die";
|
|
2
|
+
import markdownIt from "markdown-it";
|
|
3
|
+
import type { WithId } from "mongodb";
|
|
4
|
+
import { sf } from "snoflow";
|
|
5
|
+
import type { z } from "zod";
|
|
6
|
+
import { $stale, db } from "./db";
|
|
7
|
+
import type { zSendEmailAction } from "./followRuleSchema";
|
|
8
|
+
import { getGCloudOAuth2Client } from "./gcloud/GCloudOAuth2Credentials";
|
|
9
|
+
import { sendGmail } from "./sendGmail";
|
|
10
|
+
|
|
11
|
+
export type EmailTask = {
|
|
12
|
+
mtime: Date;
|
|
13
|
+
state: "waiting" | "sending" | "sent" | "error";
|
|
14
|
+
error?: string;
|
|
15
|
+
provider: "google";
|
|
16
|
+
name: string;
|
|
17
|
+
from: string;
|
|
18
|
+
to: string;
|
|
19
|
+
subject: string;
|
|
20
|
+
/** body is markdown */
|
|
21
|
+
body: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const EmailTasks = db.collection<EmailTask>("EmailTasks");
|
|
25
|
+
|
|
26
|
+
await EmailTasks.createIndex({ from: 1, to: 1, subject: 1 });
|
|
27
|
+
|
|
28
|
+
if (import.meta.main) {
|
|
29
|
+
sf(EmailTasks.find()).toLog();
|
|
30
|
+
|
|
31
|
+
// sf(EmailTasks.watch([], { fullDocument: "whenAvailable" }))
|
|
32
|
+
// // .filter((c) => c.operationType === "modify")
|
|
33
|
+
// .toLog()
|
|
34
|
+
// .then(() => console.log("all done"));
|
|
35
|
+
// const saved = await enqueueEmailTask({
|
|
36
|
+
// provider: "google",
|
|
37
|
+
// name: "Snowstar Miao",
|
|
38
|
+
// from: "snomiao@gmail.com",
|
|
39
|
+
// to: "snomiao@gmail.com",
|
|
40
|
+
// subject: "hello again from email queue 2",
|
|
41
|
+
// body: `
|
|
42
|
+
// # hello from sno
|
|
43
|
+
|
|
44
|
+
// You've <b>just</b> received an *email* from snomiao.
|
|
45
|
+
|
|
46
|
+
// Thank you for receiving this email!!!!
|
|
47
|
+
// `,
|
|
48
|
+
// });
|
|
49
|
+
// console.log({ saved });
|
|
50
|
+
// await updateEmailTasks();
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* deduplicated by [from, to, subject].join(' ')
|
|
54
|
+
*/
|
|
55
|
+
export async function enqueueEmailTask(task: z.infer<typeof zSendEmailAction>) {
|
|
56
|
+
const { name, from, to, subject, body, provider } = task;
|
|
57
|
+
return (
|
|
58
|
+
(await EmailTasks.findOneAndUpdate(
|
|
59
|
+
{ from, to, subject },
|
|
60
|
+
{ $set: task, $setOnInsert: { mtime: new Date(), state: "waiting" } },
|
|
61
|
+
{ upsert: true, returnDocument: "after" },
|
|
62
|
+
)) ?? DIE(new Error("fail to enqueue email task"))
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
export async function updateEmailTasks() {
|
|
66
|
+
const count = await sf(EmailTasks.find({ state: "waiting" }))
|
|
67
|
+
.join(sf(EmailTasks.find({ state: "sending", mtime: $stale("1m") })))
|
|
68
|
+
.map(async (e) => {
|
|
69
|
+
const { _id, state } = e;
|
|
70
|
+
if (state === "waiting") {
|
|
71
|
+
await EmailTasks.updateOne({ _id }, { $set: { mtime: new Date(), state: "sending" } });
|
|
72
|
+
return await sendEmailTask(e)
|
|
73
|
+
.then(() => EmailTasks.updateOne({ _id }, { $set: { mtime: new Date(), state: "sent" } }))
|
|
74
|
+
.catch((err) =>
|
|
75
|
+
EmailTasks.updateOne({ _id }, { $set: { mtime: new Date(), state: "error", error: String(err) } }),
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
})
|
|
79
|
+
.toCount();
|
|
80
|
+
console.log(count, "email tasks processed");
|
|
81
|
+
}
|
|
82
|
+
export async function sendEmailTask({ _id, state, name, from, to, subject, body, provider }: WithId<EmailTask>) {
|
|
83
|
+
// prerequisites
|
|
84
|
+
if (provider !== "google") DIE("providers other than google is implemented yet");
|
|
85
|
+
const auth = await getGCloudOAuth2Client({
|
|
86
|
+
email: from,
|
|
87
|
+
scope: ["https://www.googleapis.com/auth/gmail.compose"],
|
|
88
|
+
authorize: async (url) =>
|
|
89
|
+
DIE("ERROR: Trying send email from " + from + " but it's not authorized, plz grant permission in " + url),
|
|
90
|
+
});
|
|
91
|
+
// do send
|
|
92
|
+
return sendGmail({
|
|
93
|
+
auth,
|
|
94
|
+
from,
|
|
95
|
+
name,
|
|
96
|
+
to,
|
|
97
|
+
subject,
|
|
98
|
+
html: markdownIt().render(body),
|
|
99
|
+
});
|
|
100
|
+
}
|
package/src/Totals.ts
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
|
+
import { $pipeline } from "@/packages/mongodb-pipeline-ts/$pipeline";
|
|
2
|
+
import { flatten } from "flat";
|
|
3
|
+
import { sf } from "snoflow";
|
|
1
4
|
import { type Task } from "../packages/mongodb-pipeline-ts/Task";
|
|
2
5
|
import { analyzeTotals } from "./analyzeTotals";
|
|
3
6
|
import { db } from "./db";
|
|
4
7
|
import { type AwaitedReturnType } from "./types/AwaitedReturnType";
|
|
5
8
|
export type Totals = AwaitedReturnType<typeof analyzeTotals>;
|
|
6
9
|
export const Totals = db.collection<{
|
|
10
|
+
/** @deprecated use totals.mtime */
|
|
7
11
|
today?: string;
|
|
8
12
|
totals?: Task<Totals>;
|
|
9
13
|
}>("Totals");
|
|
14
|
+
if (import.meta.main) {
|
|
15
|
+
sf(
|
|
16
|
+
$pipeline(Totals)
|
|
17
|
+
.match({ "totals.data": { $exists: true } })
|
|
18
|
+
.set({ "totals.data.date": "$totals.mtime" })
|
|
19
|
+
.replaceRoot({ newRoot: "$totals.data" })
|
|
20
|
+
.aggregate(),
|
|
21
|
+
)
|
|
22
|
+
.map((e) => flatten(e) as { date: string } & Record<string, number>)
|
|
23
|
+
.toLog();
|
|
24
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use server";
|
|
2
|
+
import { $elemMatch } from "@/packages/mongodb-pipeline-ts/$elemMatch";
|
|
3
|
+
import { $pipeline } from "@/packages/mongodb-pipeline-ts/$pipeline";
|
|
4
|
+
import { TaskDataOrNull, type Task } from "@/packages/mongodb-pipeline-ts/Task";
|
|
5
|
+
import DIE from "@snomiao/die";
|
|
6
|
+
import pMap from "p-map";
|
|
7
|
+
import type { z } from "zod";
|
|
8
|
+
import type { PullStatusShown } from "./analyzePullsStatus";
|
|
9
|
+
import { CNRepos, type CRPull } from "./CNRepos";
|
|
10
|
+
import { createIssueComment } from "./createIssueComment";
|
|
11
|
+
import { $filaten } from "./db";
|
|
12
|
+
import type { zAddCommentAction } from "./followRuleSchema";
|
|
13
|
+
import { ghUser } from "./ghUser";
|
|
14
|
+
import type { GithubIssueComment } from "./GithubIssueComments";
|
|
15
|
+
import { notifySlackLinks } from "./slack/notifySlackLinks";
|
|
16
|
+
|
|
17
|
+
export async function addCommentAction({
|
|
18
|
+
matched,
|
|
19
|
+
action,
|
|
20
|
+
runAction,
|
|
21
|
+
rule,
|
|
22
|
+
}: {
|
|
23
|
+
matched: Task<PullStatusShown[]>;
|
|
24
|
+
action: z.infer<typeof zAddCommentAction>;
|
|
25
|
+
runAction: boolean;
|
|
26
|
+
rule: { name: string };
|
|
27
|
+
}) {
|
|
28
|
+
return await pMap(
|
|
29
|
+
TaskDataOrNull(matched) ?? DIE("NO-PAYLOAD-AVAILABLE"),
|
|
30
|
+
async (payload) => {
|
|
31
|
+
const loadedAction = {
|
|
32
|
+
action: "add-comment",
|
|
33
|
+
url: payload.url,
|
|
34
|
+
by: action.by,
|
|
35
|
+
body: action.body.replace(
|
|
36
|
+
/{{\$([_A-Za-z0-9]+)}}/,
|
|
37
|
+
(_, key: string) =>
|
|
38
|
+
(payload as any)[key] || DIE("Missing key: " + key + " in payload: " + JSON.stringify(payload)),
|
|
39
|
+
),
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
if (runAction && loadedAction.by === ghUser.login) {
|
|
43
|
+
const existedCommentsTask =
|
|
44
|
+
(await $pipeline(CNRepos)
|
|
45
|
+
.unwind("$crPulls.data")
|
|
46
|
+
.match({ "crPulls.data.pull.html_url": loadedAction.url })
|
|
47
|
+
.with<{ "crPulls.data": CRPull }>()
|
|
48
|
+
.replaceRoot({ newRoot: "$crPulls.data.comments" })
|
|
49
|
+
.as<Task<GithubIssueComment[]>>()
|
|
50
|
+
.aggregate()
|
|
51
|
+
.next()) ?? DIE("comments is not fetched before, plz check " + loadedAction.url + " in CNRepos");
|
|
52
|
+
|
|
53
|
+
const existedComments =
|
|
54
|
+
TaskDataOrNull(existedCommentsTask) ??
|
|
55
|
+
DIE("NO-COMMENTS-FOUND should never happen here, bcz pipeline filtered at first");
|
|
56
|
+
const existedComment = existedComments.find((e) => e.body === loadedAction.body);
|
|
57
|
+
|
|
58
|
+
if (!existedComment) {
|
|
59
|
+
const { comments, comment } = await createIssueComment(loadedAction.url, loadedAction.body, loadedAction.by);
|
|
60
|
+
const updateResult = await CNRepos.updateOne(
|
|
61
|
+
$filaten({ crPulls: { data: $elemMatch({ pull: { html_url: loadedAction.url } }) } }),
|
|
62
|
+
{ $set: { "crPulls.data.$.comments": comments } },
|
|
63
|
+
);
|
|
64
|
+
if (!updateResult.matchedCount) DIE("created issue not matched");
|
|
65
|
+
await notifySlackLinks("A New issue comment are created from rule " + rule.name, [comment.html_url]);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return loadedAction;
|
|
70
|
+
},
|
|
71
|
+
{ concurrency: 1 },
|
|
72
|
+
);
|
|
73
|
+
}
|