comfy-pr 0.2.24 → 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 +385 -0
- package/README.md +225 -225
- package/next-env.d.ts +5 -5
- package/package.json +12 -2
- package/src/Authors.ts +48 -48
- package/src/CMNodes.ts +60 -60
- package/src/CNRepos.ts +75 -74
- package/src/CRNodes.ts +27 -27
- package/src/CRPulls.ts +4 -4
- package/src/EmailTasks.ts +100 -0
- package/src/FORK_OWNER.ts +5 -5
- package/src/FORK_PREFIX.ts +5 -5
- package/src/FollowRules.ts +25 -25
- package/src/GIT_USEREMAIL.ts +5 -5
- package/src/GIT_USERNAME.ts +9 -9
- package/src/GithubIssueComments.ts +3 -3
- package/src/PushedBranch.ts +3 -3
- package/src/Totals.ts +24 -9
- package/src/TrackingPRs.ts +12 -12
- package/src/WorkerInstances.ts +89 -89
- package/src/addCommentAction.ts +73 -65
- package/src/analyzePullsStatus.ts +193 -170
- package/src/analyzeTotals.test.ts +5 -5
- package/src/analyzeTotals.ts +118 -118
- package/src/checkComfyActivated.ts +39 -39
- package/src/cli.ts +40 -40
- package/src/clone_modify_push_Branches.ts +21 -21
- package/src/createComfyRegistryPRsFromCandidates.ts +55 -55
- package/src/createComfyRegistryPullRequests.ts +22 -22
- package/src/createGithubForkForRepo.ts +40 -37
- package/src/createGithubPullRequest.ts +94 -94
- package/src/createIssueComment.ts +29 -29
- package/src/fetchCMNodes.ts +22 -22
- package/src/fetchComfyRegistryNodes.ts +11 -11
- package/src/fetchCurrentGeoInfo.ts +6 -6
- package/src/fetchRelatedPullWithComments.ts +15 -15
- package/src/fetchRepoDescriptionMap.ts +15 -15
- package/src/followRuleSchema.ts +78 -76
- package/src/getActivatedShell.ts +18 -18
- package/src/getBranchWorkingDir.ts +16 -16
- package/src/getRepoWorkingDir.ts +5 -5
- package/src/ghUser.ts +6 -6
- package/src/index.ts +24 -22
- package/src/initializeFollowRules.ts +26 -26
- package/src/makePublishBranch.ts +58 -58
- package/src/makeTomlBranch.ts +53 -53
- package/src/matchRelatedPulls.ts +60 -60
- package/src/muteInstances.ts +16 -16
- package/src/parseIssueUrl.ts +6 -6
- package/src/parseOwnerRepo.ts +33 -33
- package/src/parsePullUrl.ts +6 -6
- package/src/parsePullsState.ts +6 -6
- package/src/parseTitleBodyOfMarkdown.ts +8 -8
- package/src/postSlackMessage.ts +21 -21
- package/src/preload.ts +30 -30
- package/src/pullStatusFollowSchema.ts +12 -12
- package/src/readTemplateTitle.ts +11 -11
- package/src/sendEmailAction.ts +56 -0
- package/src/sendGmail.ts +104 -0
- package/src/showFollowRuleSet.ts +12 -12
- package/src/summaryLastPullComment.ts +8 -8
- package/src/tomlFillDescription.ts +17 -17
- package/src/updateAuthors.ts +7 -7
- package/src/updateAuthorsForGithub.ts +54 -50
- package/src/updateAuthorsFromCNRepo.ts +30 -30
- package/src/updateCMNodesDuplicationWarnings.ts +56 -56
- package/src/updateCMRepos.ts +27 -27
- package/src/updateCNRepos.ts +58 -58
- package/src/updateCNReposCRPullsComments.ts +40 -40
- package/src/updateCNReposInfo.ts +57 -57
- package/src/updateCNReposPRCandidate.ts +85 -85
- package/src/updateCNReposPulls.ts +28 -28
- package/src/updateCNReposPullsDashboard.ts +49 -49
- package/src/updateCNReposRelatedPulls.ts +25 -25
- package/src/updateCRNodes.ts +50 -50
- package/src/updateCRRepos.ts +26 -26
- package/src/updateComfyTotals.ts +43 -43
- package/src/updateFollowRuleSet.ts +137 -127
- package/src/updateOutdatedPullsTemplates.ts +160 -160
- package/src/updateSlackMessages.ts +43 -43
- package/tailwind.config.ts +20 -20
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
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
|
+
|
|
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
|
+
|
|
272
|
+
### [0.2.20](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.19...v0.2.20) (2024-07-02)
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
- **comment-authors:** add ([847b14d](https://github.com/drip-art/Comfy-Registry-PR/commit/847b14d19b1c6bde1bb967c7ff8e7f44d93ac4eb))
|
|
277
|
+
- **comment-authors:** add ([d5ec4f1](https://github.com/drip-art/Comfy-Registry-PR/commit/d5ec4f1199d57b494e77c9613cc3789112be09e9))
|
|
278
|
+
- **misc:** 2024-06-28 meeting changes [@haohao](https://github.com/haohao) ([fe8aac6](https://github.com/drip-art/Comfy-Registry-PR/commit/fe8aac61d587c366a85f74d53b1572f0c74c0791))
|
|
279
|
+
- **misc:** 2024-06-28 meeting changes [@haohao](https://github.com/haohao) ([1cc72d5](https://github.com/drip-art/Comfy-Registry-PR/commit/1cc72d5127de0e7b0d3412706e4a6f0102a558e1))
|
|
280
|
+
|
|
281
|
+
### [0.2.19](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.18...v0.2.19) (2024-06-28)
|
|
282
|
+
|
|
283
|
+
### [0.2.18](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.17...v0.2.18) (2024-06-27)
|
|
284
|
+
|
|
285
|
+
### Bug Fixes
|
|
286
|
+
|
|
287
|
+
- **follow-rules:** add matcher fields into follow-rule ([4d7bbe7](https://github.com/drip-art/Comfy-Registry-PR/commit/4d7bbe7b941242cbb8edcd73ead6df61d26824df))
|
|
288
|
+
- **is-already-sent-totals-today:** notify if today is not already noti ([33cec0a](https://github.com/drip-art/Comfy-Registry-PR/commit/33cec0adde44612ca66213ce989d0d25f7549aec))
|
|
289
|
+
- **main:** env file tips ([02636f3](https://github.com/drip-art/Comfy-Registry-PR/commit/02636f3beb2efddcb2de69b3dece02816f542b49))
|
|
290
|
+
- **main:** update follow up rule matcher ([57302c3](https://github.com/drip-art/Comfy-Registry-PR/commit/57302c30a119f3275c4626d4f09123f6ac2d7aed))
|
|
291
|
+
- **toml-template-v3:** update template ts file ([24df794](https://github.com/drip-art/Comfy-Registry-PR/commit/24df794851cc6b7190bc0fb3c75ef02a76fed926))
|
|
292
|
+
|
|
293
|
+
### [0.2.17](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.8...v0.2.17) (2024-06-24)
|
|
294
|
+
|
|
295
|
+
### Features
|
|
296
|
+
|
|
297
|
+
- **analyzePullsStatusPipeline:** also check comment in repo ([4ca14f6](https://github.com/drip-art/Comfy-Registry-PR/commit/4ca14f634fe2e0158ddc655f95d95992ccbcceb0))
|
|
298
|
+
- **analyzePullsStatusPipeline:** also check comment in repo ([62f055e](https://github.com/drip-art/Comfy-Registry-PR/commit/62f055e1c6ebc64b97061d4cdd4a7bba17e079ac))
|
|
299
|
+
- **main:** calculate authors ([9b0d719](https://github.com/drip-art/Comfy-Registry-PR/commit/9b0d719fa7be529e4b73d3c7a4189c7bc9da714f))
|
|
300
|
+
- **main:** calculate authors ([3299c3f](https://github.com/drip-art/Comfy-Registry-PR/commit/3299c3f0997eca73ad4121db6dd183d9b92b1a47))
|
|
301
|
+
- **sno-sep-apidoc:** init ([4c5a5e3](https://github.com/drip-art/Comfy-Registry-PR/commit/4c5a5e3f512696c5df4032cbd2ae5fddda99751c))
|
|
302
|
+
- **sno-sep-apidoc:** init ([994c57d](https://github.com/drip-art/Comfy-Registry-PR/commit/994c57deac01c7c3b11987fa736b73aeb45b9bb4))
|
|
303
|
+
- **update-follow-rule-set:** prematch comments ([34c98d5](https://github.com/drip-art/Comfy-Registry-PR/commit/34c98d55d0dd5973c457b23c44a21b576927a1c5))
|
|
304
|
+
- **update-follow-rule-set:** prematch comments ([7911528](https://github.com/drip-art/Comfy-Registry-PR/commit/7911528d3ce9cf8da3618ca1d44f26c6d5b532a0))
|
|
305
|
+
|
|
306
|
+
### Bug Fixes
|
|
307
|
+
|
|
308
|
+
- **(dashboard):** add index ([81e4cf3](https://github.com/drip-art/Comfy-Registry-PR/commit/81e4cf372329a84069c102c2b89dce78fbc71a98))
|
|
309
|
+
- **edit-toml-PR-message:** add v2 outdated template edit logic ([b7719b8](https://github.com/drip-art/Comfy-Registry-PR/commit/b7719b8c9916ccc4ba09be3ef9a57e4e696eed88))
|
|
310
|
+
- **edit-toml-PR-message:** add v2 outdated template edit logic ([594976d](https://github.com/drip-art/Comfy-Registry-PR/commit/594976d309476ff289aae6027a6d4d0ec9f8c360))
|
|
311
|
+
- **follow-comment:** fix existed comment logic ([bc43c22](https://github.com/drip-art/Comfy-Registry-PR/commit/bc43c223e2db97c8e55c2e286d5a64d9698cf853))
|
|
312
|
+
- **ghuser:** rename ([d0cce7e](https://github.com/drip-art/Comfy-Registry-PR/commit/d0cce7e06511457ea0db3fe1c673977b6b1179a4))
|
|
313
|
+
- **main:** made a fork demo for haohao ([ed58416](https://github.com/drip-art/Comfy-Registry-PR/commit/ed58416c11a7c63cc4356ffce2aee93b9fa3bb2b))
|
|
314
|
+
- **main:** move ts-toolbelt to devDep ([19a46cf](https://github.com/drip-art/Comfy-Registry-PR/commit/19a46cf6d21b4009a7f02213350aa4086427dcb9))
|
|
315
|
+
- **main:** move ts-toolbelt to devDep ([904dd13](https://github.com/drip-art/Comfy-Registry-PR/commit/904dd13da40c04570c17460ee8ccc96801c323c4))
|
|
316
|
+
- **main:** repo ago ([e2b007b](https://github.com/drip-art/Comfy-Registry-PR/commit/e2b007bec237ba904d8f88a6a522ba4429f6f10b))
|
|
317
|
+
- **main:** repo ago ([5633d0e](https://github.com/drip-art/Comfy-Registry-PR/commit/5633d0eeb77fa42859b66d7a351d66355ed17da1))
|
|
318
|
+
- **mongodb-pipeline-ts:** pipeline with syntax ([246144d](https://github.com/drip-art/Comfy-Registry-PR/commit/246144d3a95c3c163a251a20c904d77891985ea6))
|
|
319
|
+
- **mongodb-pipeline-ts:** pipeline with syntax ([20bf3fc](https://github.com/drip-art/Comfy-Registry-PR/commit/20bf3fc07e435857d80240465865d702f9b3dada))
|
|
320
|
+
- **pipeline:** fix type-helper ([c75e6ac](https://github.com/drip-art/Comfy-Registry-PR/commit/c75e6ac12fdb1b95b218c89f2ede2c5607b7ed23))
|
|
321
|
+
- **pkg:** types ([51beb33](https://github.com/drip-art/Comfy-Registry-PR/commit/51beb337ceee555ceb4827304edeed395129c179))
|
|
322
|
+
- **pull-status:** updated-at ([7196c3a](https://github.com/drip-art/Comfy-Registry-PR/commit/7196c3a9b492102e820f9bba2f8216906079155e))
|
|
323
|
+
- **src:** last-comment-at ([5c6b37e](https://github.com/drip-art/Comfy-Registry-PR/commit/5c6b37e7a33c72188da9c0d923cd97c43ad7e0e3))
|
|
324
|
+
- **src:** last-comment-at ([8050d4a](https://github.com/drip-art/Comfy-Registry-PR/commit/8050d4adc1dbc53b8a43e53edf9b9fca094b067f))
|
|
325
|
+
- **src:** outdate publishcr ([05b64bf](https://github.com/drip-art/Comfy-Registry-PR/commit/05b64bfabb7a3931416f5c2ed939763f346f9ad4))
|
|
326
|
+
- **src:** outdate publishcr ([8034c71](https://github.com/drip-art/Comfy-Registry-PR/commit/8034c718898f11b1af98644986cc8fda9671d0b2))
|
|
327
|
+
- **src:** peek result of runfollowruleset ([96886ec](https://github.com/drip-art/Comfy-Registry-PR/commit/96886ec832cab7c1b8333283d055417f7b808d54))
|
|
328
|
+
- **src:** peek result of runfollowruleset ([e81f9d5](https://github.com/drip-art/Comfy-Registry-PR/commit/e81f9d52a9aad7826898dc2e731db999abb04d3a))
|
|
329
|
+
- **src:** promise seq order ([cbd2534](https://github.com/drip-art/Comfy-Registry-PR/commit/cbd25342716efe0be9853fd599a40e93ac418228))
|
|
330
|
+
- **src:** promise seq order ([304fbfd](https://github.com/drip-art/Comfy-Registry-PR/commit/304fbfddfcf90e357cce6562b5125f987ea997ee))
|
|
331
|
+
- **src:** remove peeks ([4d4f2a9](https://github.com/drip-art/Comfy-Registry-PR/commit/4d4f2a9d981030bb21ea8c18cf84a617cec0eda7))
|
|
332
|
+
- **src:** remove peeks ([b2a7586](https://github.com/drip-art/Comfy-Registry-PR/commit/b2a7586c5bd6279c46fa58f74572246512475dd5))
|
|
333
|
+
- **src:** run action skip not matched user ([30a0219](https://github.com/drip-art/Comfy-Registry-PR/commit/30a0219a59f4edbb964352cd66688d6040ff6e16))
|
|
334
|
+
- **templates:** outdate publish.yaml ([0ded9e8](https://github.com/drip-art/Comfy-Registry-PR/commit/0ded9e87dd14e268fab13071a82de7efb8382790))
|
|
335
|
+
|
|
336
|
+
### [0.2.8](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.7...v0.2.8) (2024-06-20)
|
|
337
|
+
|
|
338
|
+
### [0.2.7](https://github.com/drip-art/Comfy-Registry-PR/compare/v0.2.5...v0.2.7) (2024-06-20)
|
|
339
|
+
|
|
340
|
+
### Features
|
|
341
|
+
|
|
342
|
+
- **details:** show pr status details ([df100f1](https://github.com/drip-art/Comfy-Registry-PR/commit/df100f1706f66b5865e06b37bc8e0012c7ee14a8))
|
|
343
|
+
- **details:** show pr status details ([a8ce595](https://github.com/drip-art/Comfy-Registry-PR/commit/a8ce59567e95be57d85d6364212d14fd46233ee6))
|
|
344
|
+
- **dump:** api ok ([9f0e9f5](https://github.com/drip-art/Comfy-Registry-PR/commit/9f0e9f5c2c0577df01b9b8ab9f6d3a06bf6b533b))
|
|
345
|
+
- **dump:** api ok ([700fb33](https://github.com/drip-art/Comfy-Registry-PR/commit/700fb33efe1f445846ec3405a1cef25ee830ccfd))
|
|
346
|
+
- **dump:** build ok ([bc70604](https://github.com/drip-art/Comfy-Registry-PR/commit/bc706044d4e901140105bb1f065d653024bb1908))
|
|
347
|
+
- **dump:** build ok ([c42f399](https://github.com/drip-art/Comfy-Registry-PR/commit/c42f399ec79e3ea5e9b294e21ec4a56a3560e0b3))
|
|
348
|
+
- **feat-activate-in-bun:** got activated shell ([552ab4f](https://github.com/drip-art/Comfy-Registry-PR/commit/552ab4f2a14577786fc6a9a51d75bef5533be81b))
|
|
349
|
+
- **feat-activate-in-bun:** got activated shell ([5661ca9](https://github.com/drip-art/Comfy-Registry-PR/commit/5661ca9c2e9509f3b457a124927865ec45a083dc))
|
|
350
|
+
- **follow-up-rules:** editor ([a8003de](https://github.com/drip-art/Comfy-Registry-PR/commit/a8003deec8607f579715f8765ae46871f5150740))
|
|
351
|
+
- **follow-up-rules:** editor ([8555441](https://github.com/drip-art/Comfy-Registry-PR/commit/8555441d7a4d823ea020d91693d3fea02c5fd7e7))
|
|
352
|
+
- **follow:** rule editor ([db71370](https://github.com/drip-art/Comfy-Registry-PR/commit/db713706adb58ce8630b06d09b7120b296f2a032))
|
|
353
|
+
- **follow:** rule editor ([93c56c0](https://github.com/drip-art/Comfy-Registry-PR/commit/93c56c08fe1c0c9f6361964347276e78912019ba))
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
- **follow-rule:** allow head match ([2ffe576](https://github.com/drip-art/Comfy-Registry-PR/commit/2ffe57675ea172ccc1fb45296cd2229a6b3171ab))
|
|
358
|
+
- **main:** adjust crpulls fresh span, enable r ([63369d3](https://github.com/drip-art/Comfy-Registry-PR/commit/63369d3ae79f573343fe54594a74f105634088fe))
|
|
359
|
+
- **main:** allow yaml update ([326b7a4](https://github.com/drip-art/Comfy-Registry-PR/commit/326b7a4bddb8ececd1617a0796d82f1fcb989143))
|
|
360
|
+
- **main:** candidates and error show ([93994ec](https://github.com/drip-art/Comfy-Registry-PR/commit/93994ec843e11909c37c2601baa0b72da141e6d6))
|
|
361
|
+
- **main:** candidates and error show ([49cccde](https://github.com/drip-art/Comfy-Registry-PR/commit/49cccde43c07023ec8506a75d7970d705efb275c))
|
|
362
|
+
- **main:** deprecate zx ([c27d1ef](https://github.com/drip-art/Comfy-Registry-PR/commit/c27d1efb6b305633f3577a013b1b9075f0a8146a))
|
|
363
|
+
- **main:** deprecate zx ([e72e335](https://github.com/drip-art/Comfy-Registry-PR/commit/e72e3357d7b6e476d83cabc7ff7b616d6d4237b9))
|
|
364
|
+
- **main:** optimize updateCNReposPulls index ([8416678](https://github.com/drip-art/Comfy-Registry-PR/commit/8416678a4817d1fa98ee53a92862e2a6beec8b46))
|
|
365
|
+
- **main:** optimize updateCNReposPulls index ([6321885](https://github.com/drip-art/Comfy-Registry-PR/commit/6321885f0c91d2ecad6defaf4f26f87193503d96))
|
|
366
|
+
- **main:** second round ([0b08f2a](https://github.com/drip-art/Comfy-Registry-PR/commit/0b08f2a343232dba1741376c12a91b6121eee7c9))
|
|
367
|
+
- **main:** second round ([83c791e](https://github.com/drip-art/Comfy-Registry-PR/commit/83c791e202d888e56f44a7c6bd65d89faeb89039))
|
|
368
|
+
- **main:** stage ([162bee0](https://github.com/drip-art/Comfy-Registry-PR/commit/162bee02999731fcb45e0d5fd01c9c4426e202a3))
|
|
369
|
+
- **main:** stage ([c930f6e](https://github.com/drip-art/Comfy-Registry-PR/commit/c930f6e7ea4b55d14b9a3f1909222e158d1c63a9))
|
|
370
|
+
- **main:** swagger ([96c6878](https://github.com/drip-art/Comfy-Registry-PR/commit/96c6878f5bb68f8540c845621c226d8867e24c94))
|
|
371
|
+
- **main:** swagger ([8c2b217](https://github.com/drip-art/Comfy-Registry-PR/commit/8c2b2170e37e0176f7a7194fbb57db553a1beaba))
|
|
372
|
+
- **misc:** fix vars ([501145a](https://github.com/drip-art/Comfy-Registry-PR/commit/501145af13966727b4df45c11bbffa3be71ae552))
|
|
373
|
+
- **misc:** fix vars ([14b0d6c](https://github.com/drip-art/Comfy-Registry-PR/commit/14b0d6c10c009ccac6b9276d8689142163f98d9f))
|
|
374
|
+
- **mongodb-pipeline-ts:** add satisfies ([a08c7f8](https://github.com/drip-art/Comfy-Registry-PR/commit/a08c7f8bae341beceacb4c974cb59e59bb951b0b))
|
|
375
|
+
- **mongodb-pipeline-ts:** expression ([2ad8563](https://github.com/drip-art/Comfy-Registry-PR/commit/2ad8563e5799a0ec2b069a1afe4332dd5c5023cc))
|
|
376
|
+
- **mongodb-pipeline-ts:** use partial for stage ([239802a](https://github.com/drip-art/Comfy-Registry-PR/commit/239802ae02d2581904890483aa95c54e2a11d996))
|
|
377
|
+
- **pipeline:** types use array-path ([fa3ba69](https://github.com/drip-art/Comfy-Registry-PR/commit/fa3ba6965a729a16a0f5858c2dc69230d6ecc644))
|
|
378
|
+
- **pipeline:** types use array-path ([647279c](https://github.com/drip-art/Comfy-Registry-PR/commit/647279c5a55c2719e1d269477e19c9dffc3723a4))
|
|
379
|
+
- **pipeline:** use PipelineLauncher ([4c3d37e](https://github.com/drip-art/Comfy-Registry-PR/commit/4c3d37e35436442a114847d902f6a204b6c8f042))
|
|
380
|
+
- **pr-comments:** value typo ([57a6dc4](https://github.com/drip-art/Comfy-Registry-PR/commit/57a6dc41b551cb797315c9d855fb629f8e98bd8f))
|
|
381
|
+
- **src:** simplify pipeline ([0ce3810](https://github.com/drip-art/Comfy-Registry-PR/commit/0ce3810b62a6be9444114fb204fde38b0ae336d0))
|
|
382
|
+
- **src:** simplify pipeline ([b0316b0](https://github.com/drip-art/Comfy-Registry-PR/commit/b0316b09cf9aa1bc4eeccb4e43502a53eaa3ae96))
|
|
383
|
+
- **src:** sort totals ([126977d](https://github.com/drip-art/Comfy-Registry-PR/commit/126977d2ab08e12ebc6e3e61edacb279d968fd57))
|
|
384
|
+
- **workflows:** run tests ([e8109b0](https://github.com/drip-art/Comfy-Registry-PR/commit/e8109b0cdd3e8f3433817f9218ae230243551cb1))
|
|
385
|
+
- **zx:** restore zx ([dd5bc17](https://github.com/drip-art/Comfy-Registry-PR/commit/dd5bc1700b64d68a0a08ca8c5ed3f72c997f3c9f))
|