binary-collections 2.0.14 → 2.0.15
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/.opencode/plugins/opencode-request-logger/README.md +44 -0
- package/.venv/Lib/site-packages/pyarrow/tests/data/orc/README.md +22 -0
- package/docs-src/install-opencode-plugins.md +86 -0
- package/docs-src/opencode-cli.md +38 -10
- package/lib/binary-collections/config-types.cjs +17 -0
- package/lib/binary-collections/config-types.d.ts +12 -0
- package/lib/binary-collections/config-types.js +2 -0
- package/lib/binary-collections/config-types.mjs +7 -0
- package/lib/binary-collections/config.cjs +16 -8
- package/lib/binary-collections/config.d.cts +18 -10
- package/lib/binary-collections/config.mjs +1 -1
- package/lib/binary-collections/findScript.cjs +8 -6
- package/lib/binary-collections/findScript.mjs +2 -2
- package/lib/binary-collections/listScript.cjs +8 -6
- package/lib/binary-collections/listScript.mjs +2 -2
- package/lib/binary-collections.cjs +8 -6
- package/lib/binary-collections.mjs +3 -3
- package/lib/changelog.cjs +142 -4
- package/lib/changelog.mjs +9 -5
- package/lib/{chunk-SARIXFHP.mjs → chunk-3T6AMFI3.mjs} +16 -8
- package/lib/{chunk-3F6EIHYG.mjs → chunk-3ZF2QMDK.mjs} +3 -3
- package/lib/chunk-B77D3SR4.mjs +28 -0
- package/lib/chunk-BPED62FN.mjs +115 -0
- package/lib/{chunk-XI67TI46.mjs → chunk-DHFRWM2W.mjs} +1 -1
- package/lib/{chunk-2SJKVOTN.mjs → chunk-DPEE3FBB.mjs} +1 -1
- package/lib/{chunk-UYNBNLV5.mjs → chunk-H7AE4IO3.mjs} +1 -1
- package/lib/{chunk-YWSLMAQ7.mjs → chunk-KCJYREA2.mjs} +14 -12
- package/lib/{chunk-JK3MG2KF.mjs → chunk-NHD4HLSU.mjs} +1 -1
- package/lib/{chunk-I3O5ZRYU.mjs → chunk-OWNVMKAA.mjs} +1 -1
- package/lib/chunk-SKVF4TMD.mjs +59 -0
- package/lib/{chunk-SJYP66BO.mjs → chunk-TDUUOAQD.mjs} +1 -1
- package/lib/{chunk-D42YBRZW.mjs → chunk-UAEKSLAX.mjs} +1 -1
- package/lib/chunk-V6PTSDW5.mjs +82 -0
- package/lib/{chunk-AJ3OIYYP.mjs → chunk-WNUEY6VJ.mjs} +8 -6
- package/lib/{chunk-YLV4QATP.mjs → chunk-Z53IUBUN.mjs} +6 -5
- package/lib/{chunk-JMUFQSPE.mjs → chunk-Z7RM46Q4.mjs} +1 -1
- package/lib/cross-env/index.mjs +3 -3
- package/lib/git/git-diff-cli.cjs +16 -8
- package/lib/git/git-diff-cli.mjs +3 -3
- package/lib/git/git-diff.cjs +16 -8
- package/lib/git/git-diff.mjs +3 -3
- package/lib/git/git-fix.cjs +16 -8
- package/lib/git/git-fix.mjs +2 -2
- package/lib/git/user-config.cjs +16 -8
- package/lib/git/user-config.mjs +2 -2
- package/lib/github-workflows/clean-github-actions-caches-cli.cjs +16 -8
- package/lib/github-workflows/clean-github-actions-caches-cli.mjs +2 -2
- package/lib/github-workflows/clean-github-actions-caches.cjs +16 -8
- package/lib/github-workflows/clean-github-actions-caches.mjs +2 -2
- package/lib/github-workflows/get-latest-workflow-status-cli.cjs +16 -8
- package/lib/github-workflows/get-latest-workflow-status-cli.mjs +2 -2
- package/lib/github-workflows/utils.cjs +16 -8
- package/lib/github-workflows/utils.mjs +2 -2
- package/lib/github-workflows/workflow-badge-cli.cjs +16 -8
- package/lib/github-workflows/workflow-badge-cli.mjs +4 -4
- package/lib/node-cache-cleaner-cli.mjs +3 -3
- package/lib/opencode/cli/auth-rotate.cjs +343 -28
- package/lib/opencode/cli/auth-rotate.d.ts +3 -1
- package/lib/opencode/cli/auth-rotate.js +10 -15
- package/lib/opencode/cli/auth-rotate.mjs +6 -2
- package/lib/opencode/cli/auth-rotate.runner.cjs +454 -0
- package/lib/opencode/cli/auth-rotate.runner.d.ts +1 -0
- package/lib/opencode/cli/auth-rotate.runner.js +8 -0
- package/lib/opencode/cli/auth-rotate.runner.mjs +21 -0
- package/lib/opencode/install-opencode-plugins-cli.cjs +82 -0
- package/lib/opencode/install-opencode-plugins-cli.d.ts +1 -0
- package/lib/opencode/install-opencode-plugins-cli.js +78 -0
- package/lib/opencode/install-opencode-plugins-cli.mjs +65 -0
- package/lib/opencode/utils/check-api.cjs +332 -18
- package/lib/opencode/utils/check-api.d.ts +5 -1
- package/lib/opencode/utils/check-api.js +101 -15
- package/lib/opencode/utils/check-api.mjs +5 -1
- package/lib/opencode/utils/check-api.runner.cjs +0 -0
- package/lib/opencode/utils/check-api.runner.d.ts +0 -0
- package/lib/opencode/utils/check-api.runner.js +1 -0
- package/lib/opencode/utils/check-api.runner.mjs +7 -0
- package/lib/opencode-cli.cjs +352 -29
- package/lib/opencode-cli.js +3 -2
- package/lib/opencode-cli.mjs +11 -6
- package/lib/package-resolutions-updater-cli.cjs +16 -8
- package/lib/package-resolutions-updater-cli.mjs +2 -2
- package/lib/package-resolutions-updater.cjs +16 -8
- package/lib/package-resolutions-updater.mjs +2 -2
- package/lib/print-directory-tree.cjs +16 -8
- package/lib/print-directory-tree.mjs +1 -1
- package/lib/print-tarball-tree-cli.cjs +305 -0
- package/lib/print-tarball-tree-cli.d.mts +2 -0
- package/lib/print-tarball-tree-cli.mjs +54 -0
- package/lib/print-tarball-tree.cjs +43 -216
- package/lib/print-tarball-tree.d.mts +4 -1
- package/lib/print-tarball-tree.mjs +12 -66
- package/lib/rmpath-cli.cjs +16 -8
- package/lib/rmpath-cli.mjs +2 -2
- package/lib/rmpath.cjs +16 -8
- package/lib/rmpath.mjs +2 -2
- package/lib/run-by-checksum/hash.cjs +45 -67
- package/lib/run-by-checksum/{hash.d.ts → hash.d.cts} +9 -2
- package/lib/run-by-checksum/hash.mjs +3 -7
- package/lib/run-by-checksum/run.cjs +95 -58
- package/lib/run-by-checksum/run.js +3 -3
- package/lib/run-by-checksum/run.mjs +2 -2
- package/lib/run-by-checksum-cli.cjs +96 -74
- package/lib/run-by-checksum-cli.mjs +2 -2
- package/lib/submodule-install.cjs +16 -8
- package/lib/submodule-install.mjs +1 -1
- package/lib/submodule-remove-cli.cjs +16 -8
- package/lib/submodule-remove-cli.mjs +2 -2
- package/lib/submodule-remove.cjs +16 -8
- package/lib/submodule-remove.mjs +2 -2
- package/lib/utils/isDebug.cjs +13 -0
- package/lib/utils/isDebug.d.cts +9 -0
- package/lib/utils/isDebug.mjs +6 -0
- package/package.json +9 -7
- package/readme.md +63 -0
- package/releases/readme.md +1 -1
- package/lib/chunk-546KAIYT.mjs +0 -113
- package/lib/chunk-5WAOOOGZ.mjs +0 -77
- package/lib/chunk-72XTQ3CK.mjs +0 -45
- package/lib/chunk-7Q6YEUQF.mjs +0 -246
- package/lib/chunk-AQZ7LMFS.mjs +0 -100
- package/lib/chunk-BDCMTOZI.mjs +0 -246
- package/lib/chunk-BEUM4LH4.mjs +0 -184
- package/lib/chunk-BO4TZS4Q.mjs +0 -246
- package/lib/chunk-BZWVHODJ.mjs +0 -62
- package/lib/chunk-CM3IC5YC.mjs +0 -226
- package/lib/chunk-FR3DMHJC.mjs +0 -146
- package/lib/chunk-H44UWUFY.mjs +0 -105
- package/lib/chunk-JVMLKHD2.mjs +0 -62
- package/lib/chunk-KAT2JNLZ.mjs +0 -146
- package/lib/chunk-KRCPFWIF.mjs +0 -193
- package/lib/chunk-LVSPEFU2.mjs +0 -86
- package/lib/chunk-MCCMMZSM.mjs +0 -60
- package/lib/chunk-MGPYPKIE.mjs +0 -109
- package/lib/chunk-OA2RKEY3.mjs +0 -162
- package/lib/chunk-PAZH45HS.mjs +0 -41
- package/lib/chunk-QZMGBDSA.mjs +0 -32
- package/lib/chunk-RDGDLSPD.mjs +0 -76
- package/lib/chunk-RKPIBGKE.mjs +0 -61
- package/lib/chunk-SWUAEY4H.mjs +0 -44
- package/lib/chunk-UAIF5VIA.mjs +0 -89
- package/lib/chunk-UHPFLJXH.mjs +0 -227
- package/lib/chunk-WOC4FZ6F.mjs +0 -164
- package/lib/chunk-WSHVPGNM.mjs +0 -44
- package/lib/run-by-checksum/hash.js +0 -119
- package/readme.html +0 -784
package/lib/chunk-AQZ7LMFS.mjs
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
__commonJS,
|
|
4
|
-
init_esm_shims
|
|
5
|
-
} from "./chunk-QQ4A6DLD.mjs";
|
|
6
|
-
|
|
7
|
-
// src/github-workflows/workflow-test-data.cjs
|
|
8
|
-
var require_workflow_test_data = __commonJS({
|
|
9
|
-
"src/github-workflows/workflow-test-data.cjs"(exports, module) {
|
|
10
|
-
init_esm_shims();
|
|
11
|
-
var workflow = {
|
|
12
|
-
name: "Node.js Package Test",
|
|
13
|
-
concurrency: {
|
|
14
|
-
group: "test-${{ github.event_name }}",
|
|
15
|
-
"cancel-in-progress": true
|
|
16
|
-
},
|
|
17
|
-
on: {
|
|
18
|
-
workflow_run: {
|
|
19
|
-
workflows: ["Build Release"],
|
|
20
|
-
types: ["completed"]
|
|
21
|
-
},
|
|
22
|
-
workflow_dispatch: {},
|
|
23
|
-
push: {
|
|
24
|
-
paths: ["**/test*/**", "**/test*", "**/src/**"]
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
env: {
|
|
28
|
-
CI_NODE_VERSION: "24.16.0",
|
|
29
|
-
CI_PYTHON_VERSION: "3.11",
|
|
30
|
-
ACCESS_TOKEN: "${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}",
|
|
31
|
-
GH_TOKEN: "${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}"
|
|
32
|
-
},
|
|
33
|
-
jobs: {
|
|
34
|
-
ci: {
|
|
35
|
-
name: "\u{1F528} Build, Pack & Test",
|
|
36
|
-
if: "github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success'",
|
|
37
|
-
"runs-on": "ubuntu-latest",
|
|
38
|
-
steps: [
|
|
39
|
-
{
|
|
40
|
-
name: "\u2B07\uFE0F Checkout workflow repository",
|
|
41
|
-
uses: "actions/checkout@v6"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
name: "\u2B07\uFE0F Setup CI Environment",
|
|
45
|
-
uses: "./.github/actions/setup-environments",
|
|
46
|
-
with: {
|
|
47
|
-
"node-version": "${{ env.CI_NODE_VERSION }}",
|
|
48
|
-
"python-version": "${{ env.CI_PYTHON_VERSION }}",
|
|
49
|
-
token: "${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}",
|
|
50
|
-
"prefix-cache-key": "${{ runner.os }}-test-"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
name: "\u{1F4E6} Install dependencies",
|
|
55
|
-
run: `touch yarn.lock
|
|
56
|
-
corepack yarn install`
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
name: "\u{1F528} Build project",
|
|
60
|
-
run: "corepack yarn build"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
name: "\u{1F4E6} Pack project",
|
|
64
|
-
run: "corepack yarn pack"
|
|
65
|
-
},
|
|
66
|
-
// {
|
|
67
|
-
// name: '🧪 Run committed composite tests action',
|
|
68
|
-
// uses: './.github/actions/run-tests',
|
|
69
|
-
// env: {
|
|
70
|
-
// ACCESS_TOKEN: '${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}',
|
|
71
|
-
// GH_TOKEN: '${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}'
|
|
72
|
-
// }
|
|
73
|
-
// },
|
|
74
|
-
{
|
|
75
|
-
name: "\u{1F9F9} Clean GitHub Actions Cache",
|
|
76
|
-
// if: 'always()',
|
|
77
|
-
"continue-on-error": true,
|
|
78
|
-
env: {
|
|
79
|
-
GH_TOKEN: "${{ secrets.ACCESS_TOKEN || secrets.GITHUB_TOKEN || github.token }}"
|
|
80
|
-
},
|
|
81
|
-
shell: "bash",
|
|
82
|
-
run: `SHA="\${{ github.sha }}"
|
|
83
|
-
|
|
84
|
-
if [ "\${{ github.event_name }}" = "workflow_run" ]; then
|
|
85
|
-
SHA="\${{ github.event.workflow_run.head_sha }}"
|
|
86
|
-
fi
|
|
87
|
-
|
|
88
|
-
npx --legacy-peer-deps -y binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz clean-github-actions-caches --repo "\${{ github.repository }}" --sha "$SHA"`
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
module.exports = workflow;
|
|
95
|
-
}
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
export {
|
|
99
|
-
require_workflow_test_data
|
|
100
|
-
};
|
package/lib/chunk-BDCMTOZI.mjs
DELETED
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
require_config
|
|
4
|
-
} from "./chunk-SWUAEY4H.mjs";
|
|
5
|
-
import {
|
|
6
|
-
runChatGpt
|
|
7
|
-
} from "./chunk-GAGABICI.mjs";
|
|
8
|
-
import {
|
|
9
|
-
require_utils
|
|
10
|
-
} from "./chunk-6RK5UCTP.mjs";
|
|
11
|
-
import {
|
|
12
|
-
__toESM,
|
|
13
|
-
init_esm_shims
|
|
14
|
-
} from "./chunk-QQ4A6DLD.mjs";
|
|
15
|
-
|
|
16
|
-
// src/git/git-diff.js
|
|
17
|
-
init_esm_shims();
|
|
18
|
-
var import_config = __toESM(require_config(), 1);
|
|
19
|
-
import ansiColors from "ansi-colors";
|
|
20
|
-
import { execSync } from "child_process";
|
|
21
|
-
import fs from "fs-extra";
|
|
22
|
-
import { md5, writefile } from "sbg-utility";
|
|
23
|
-
import path from "upath";
|
|
24
|
-
import { fileURLToPath } from "url";
|
|
25
|
-
var import_utils = __toESM(require_utils(), 1);
|
|
26
|
-
var __filename = fileURLToPath(import.meta.url);
|
|
27
|
-
var __dirname = path.dirname(__filename);
|
|
28
|
-
var args = (0, import_utils.getArgs)();
|
|
29
|
-
var positional = args._ || [];
|
|
30
|
-
var FILENAME = md5((positional[0] || "default") + JSON.stringify(args));
|
|
31
|
-
var DIFF_OUTPUT = (0, import_config.getTempPath)(`git-diff/${FILENAME}.txt`);
|
|
32
|
-
var GPT_DIFF_OUTPUT = (0, import_config.getTempPath)(`git-diff/gpt-${FILENAME}.txt`);
|
|
33
|
-
var CACHE_DIR = path.dirname(DIFF_OUTPUT);
|
|
34
|
-
var DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), DIFF_OUTPUT);
|
|
35
|
-
var GPT_DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), GPT_DIFF_OUTPUT);
|
|
36
|
-
fs.ensureDirSync(CACHE_DIR, { mode: 493 });
|
|
37
|
-
function showHelp() {
|
|
38
|
-
console.log("\u{1F4CB} Git Diff Helper");
|
|
39
|
-
console.log("Usage:");
|
|
40
|
-
console.log(" git-diff FILE Show staged diff of specified file");
|
|
41
|
-
console.log(" git-diff --staged-only Show staged diff of all files");
|
|
42
|
-
console.log(" git-diff -s | -S Same as --staged-only");
|
|
43
|
-
console.log(" git-diff --unstaged FILE Show unstaged diff of specified file");
|
|
44
|
-
console.log(" git-diff --unstaged Show unstaged diff of all files");
|
|
45
|
-
console.log(" git-diff -u Same as --unstaged");
|
|
46
|
-
console.log(" git-diff --ai Run ChatGPT automation for commit message");
|
|
47
|
-
console.log(" git-diff --help | -h Show this help message");
|
|
48
|
-
console.log("");
|
|
49
|
-
console.log(`\u{1F4BE} Output is saved to: ${DIFF_OUTPUT_RELATIVE}`);
|
|
50
|
-
console.log(`\u{1F916} GPT prompt is saved to: ${GPT_DIFF_OUTPUT_RELATIVE}`);
|
|
51
|
-
process.exit(0);
|
|
52
|
-
}
|
|
53
|
-
function runGitDiff(command, successMessage, errorMessage) {
|
|
54
|
-
try {
|
|
55
|
-
console.log(`\u2139\uFE0F Running command: ${command}`);
|
|
56
|
-
const result = execSync(command, {
|
|
57
|
-
encoding: "utf8",
|
|
58
|
-
maxBuffer: 1024 * 1024 * 10
|
|
59
|
-
// 10MB buffer to handle large diffs
|
|
60
|
-
});
|
|
61
|
-
if (!result || result.trim() === "") {
|
|
62
|
-
console.log(`\u2139\uFE0F No changes found for the specified criteria`);
|
|
63
|
-
writefile(DIFF_OUTPUT, "# No changes found\n");
|
|
64
|
-
console.log(`\u2705 Empty diff saved to "${DIFF_OUTPUT_RELATIVE}"`);
|
|
65
|
-
return false;
|
|
66
|
-
}
|
|
67
|
-
writefile(DIFF_OUTPUT, result);
|
|
68
|
-
writefile(
|
|
69
|
-
GPT_DIFF_OUTPUT,
|
|
70
|
-
`Hello!
|
|
71
|
-
Can you create a conventional commit message by diff content below:
|
|
72
|
-
|
|
73
|
-
\`\`\`${result}
|
|
74
|
-
\`\`\`
|
|
75
|
-
|
|
76
|
-
Give me result as codeblock with language "text" only.
|
|
77
|
-
|
|
78
|
-
Thank you!`
|
|
79
|
-
);
|
|
80
|
-
console.log(`\u2705 ${successMessage}`);
|
|
81
|
-
console.log(`\u{1F4BE} GPT diff prompt saved to "${ansiColors.green(GPT_DIFF_OUTPUT_RELATIVE)}"`);
|
|
82
|
-
return true;
|
|
83
|
-
} catch (error) {
|
|
84
|
-
console.error(`\u274C ${errorMessage}`);
|
|
85
|
-
console.error(`\u274C Command: ${command}`);
|
|
86
|
-
console.error(`\u274C Error: ${error.message}`);
|
|
87
|
-
if (error.message.includes("not a git repository")) {
|
|
88
|
-
console.error("\u274C Make sure you are in a git repository");
|
|
89
|
-
}
|
|
90
|
-
process.exit(1);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
function getUntrackedDiff() {
|
|
94
|
-
try {
|
|
95
|
-
const untrackedStr = execSync("git ls-files --others --exclude-standard", {
|
|
96
|
-
encoding: "utf8",
|
|
97
|
-
maxBuffer: 1024 * 1024 * 10
|
|
98
|
-
}).trim();
|
|
99
|
-
if (!untrackedStr) return "";
|
|
100
|
-
const untrackedFiles = untrackedStr.split("\n").filter(function(f) {
|
|
101
|
-
return f;
|
|
102
|
-
});
|
|
103
|
-
if (untrackedFiles.length === 0) return "";
|
|
104
|
-
var result = "\n# Untracked files:\n";
|
|
105
|
-
for (var i = 0; i < untrackedFiles.length; i++) {
|
|
106
|
-
var file = untrackedFiles[i];
|
|
107
|
-
if (!fs.existsSync(file)) continue;
|
|
108
|
-
var stat = fs.statSync(file);
|
|
109
|
-
if (!stat.isFile()) continue;
|
|
110
|
-
var content;
|
|
111
|
-
try {
|
|
112
|
-
content = fs.readFileSync(file, "utf8");
|
|
113
|
-
} catch (_a) {
|
|
114
|
-
continue;
|
|
115
|
-
}
|
|
116
|
-
var lines = content.split("\n");
|
|
117
|
-
if (lines.length > 0 && lines[lines.length - 1] === "") {
|
|
118
|
-
lines.pop();
|
|
119
|
-
}
|
|
120
|
-
result += "diff --git a/" + file + " b/" + file + "\n";
|
|
121
|
-
result += "new file mode 100644\n";
|
|
122
|
-
result += "index 0000000..0000000\n";
|
|
123
|
-
result += "--- /dev/null\n";
|
|
124
|
-
result += "+++ b/" + file + "\n";
|
|
125
|
-
result += "@@ -0,0 +1," + (lines.length || 0) + " @@\n";
|
|
126
|
-
for (var j = 0; j < lines.length; j++) {
|
|
127
|
-
result += "+" + lines[j] + "\n";
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
return result;
|
|
131
|
-
} catch (_b) {
|
|
132
|
-
return "";
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
function fileHasChanges(file, mode) {
|
|
136
|
-
const command = mode === "staged" ? `git diff --cached --quiet -- "${file}"` : `git diff --quiet -- "${file}"`;
|
|
137
|
-
try {
|
|
138
|
-
execSync(command, { stdio: "ignore" });
|
|
139
|
-
return false;
|
|
140
|
-
} catch (error) {
|
|
141
|
-
if (error.status === 1) {
|
|
142
|
-
return true;
|
|
143
|
-
}
|
|
144
|
-
throw error;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
async function mainGitDiff() {
|
|
148
|
-
if (args.help || args.h) {
|
|
149
|
-
showHelp();
|
|
150
|
-
}
|
|
151
|
-
const useUnstaged = args.unstaged || args.u;
|
|
152
|
-
const fileFromFlag = typeof args.unstaged === "string" ? args.unstaged : typeof args.u === "string" ? args.u : null;
|
|
153
|
-
let hasDiff = false;
|
|
154
|
-
if (args["staged-only"] || args.s || args.S) {
|
|
155
|
-
hasDiff = runGitDiff(
|
|
156
|
-
"git --no-pager diff --staged",
|
|
157
|
-
`Full staged diff saved to "${ansiColors.green(DIFF_OUTPUT_RELATIVE)}"`,
|
|
158
|
-
"Failed to save staged diff"
|
|
159
|
-
);
|
|
160
|
-
} else {
|
|
161
|
-
const file = positional[0] || fileFromFlag;
|
|
162
|
-
if (!file) {
|
|
163
|
-
const fullDiffModeLabel = useUnstaged ? "unstaged" : "unstaged";
|
|
164
|
-
hasDiff = runGitDiff(
|
|
165
|
-
"git --no-pager diff",
|
|
166
|
-
`Full ${fullDiffModeLabel} diff saved to "${ansiColors.green(DIFF_OUTPUT_RELATIVE)}"`,
|
|
167
|
-
"Failed to save all diff's"
|
|
168
|
-
);
|
|
169
|
-
const untrackedDiff = getUntrackedDiff();
|
|
170
|
-
if (untrackedDiff) {
|
|
171
|
-
const UNTRACKED_DIFF_OUTPUT = (0, import_config.getTempPath)(`git-diff/untracked-${FILENAME}.txt`);
|
|
172
|
-
const UNTRACKED_GPT_DIFF_OUTPUT = (0, import_config.getTempPath)(`git-diff/gpt-untracked-${FILENAME}.txt`);
|
|
173
|
-
const UNTRACKED_DIFF_OUTPUT_RELATIVE = path.relative(process.cwd(), UNTRACKED_DIFF_OUTPUT);
|
|
174
|
-
writefile(UNTRACKED_DIFF_OUTPUT, untrackedDiff);
|
|
175
|
-
writefile(
|
|
176
|
-
UNTRACKED_GPT_DIFF_OUTPUT,
|
|
177
|
-
`Hello!
|
|
178
|
-
Can you create a conventional commit message by diff content below:
|
|
179
|
-
|
|
180
|
-
\`\`\`${untrackedDiff}
|
|
181
|
-
\`\`\`
|
|
182
|
-
|
|
183
|
-
Give me result as codeblock with language "text" only.
|
|
184
|
-
|
|
185
|
-
Thank you!`
|
|
186
|
-
);
|
|
187
|
-
console.log(`\u2705 Untracked file diff saved to "${ansiColors.green(UNTRACKED_DIFF_OUTPUT_RELATIVE)}"`);
|
|
188
|
-
console.log(
|
|
189
|
-
`\u{1F4BE} AI diff prompt saved to "${ansiColors.green(path.relative(process.cwd(), UNTRACKED_GPT_DIFF_OUTPUT))}"`
|
|
190
|
-
);
|
|
191
|
-
hasDiff = true;
|
|
192
|
-
}
|
|
193
|
-
} else {
|
|
194
|
-
let fileDiffMode = useUnstaged ? "unstaged" : "staged";
|
|
195
|
-
if (!useUnstaged && !fileHasChanges(file, "staged") && fileHasChanges(file, "unstaged")) {
|
|
196
|
-
fileDiffMode = "unstaged";
|
|
197
|
-
}
|
|
198
|
-
hasDiff = runGitDiff(
|
|
199
|
-
fileDiffMode === "unstaged" ? `git --no-pager diff -- "${file}"` : `git --no-pager diff --cached -- "${file}"`,
|
|
200
|
-
`${fileDiffMode[0].toUpperCase() + fileDiffMode.slice(1)} diff of "${file}" saved to "${ansiColors.green(
|
|
201
|
-
DIFF_OUTPUT_RELATIVE
|
|
202
|
-
)}"`,
|
|
203
|
-
`Failed to generate ${fileDiffMode} diff for "${file}"`
|
|
204
|
-
);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
if (hasDiff) {
|
|
208
|
-
const opencodePrompt = [
|
|
209
|
-
"",
|
|
210
|
-
"\u{1F916} OpenCode Prompt Helper",
|
|
211
|
-
"\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500",
|
|
212
|
-
"",
|
|
213
|
-
"\u{1F4C4} App Prompt:",
|
|
214
|
-
` Generate a conventional commit message from diff file: ${DIFF_OUTPUT}`,
|
|
215
|
-
"",
|
|
216
|
-
"\u{1F4BB} CLI Command:",
|
|
217
|
-
` opencode run "Generate a conventional commit message from diff file ${DIFF_OUTPUT}"`,
|
|
218
|
-
""
|
|
219
|
-
];
|
|
220
|
-
const opencodePromptPath = (0, import_config.getTempPath)(`git-diff/opencode-${FILENAME}.txt`);
|
|
221
|
-
writefile(opencodePromptPath, opencodePrompt.join("\n"));
|
|
222
|
-
console.log(`\u2705 OpenCode prompt saved to "${ansiColors.green(path.relative(process.cwd(), opencodePromptPath))}"`);
|
|
223
|
-
}
|
|
224
|
-
if (args.ai) {
|
|
225
|
-
try {
|
|
226
|
-
await runChatGpt({ headless: true, questionFile: GPT_DIFF_OUTPUT });
|
|
227
|
-
} catch (error) {
|
|
228
|
-
console.error("\u274C Error running ChatGPT:", error.message);
|
|
229
|
-
console.error("\u{1F4A1} Try running with visible browser mode or check if Chrome is installed");
|
|
230
|
-
}
|
|
231
|
-
} else {
|
|
232
|
-
console.log("\u{1F4A1} Use --ai flag to generate commit message with ChatGPT");
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
var git_diff_default = runGitDiff;
|
|
236
|
-
|
|
237
|
-
export {
|
|
238
|
-
DIFF_OUTPUT,
|
|
239
|
-
GPT_DIFF_OUTPUT,
|
|
240
|
-
CACHE_DIR,
|
|
241
|
-
DIFF_OUTPUT_RELATIVE,
|
|
242
|
-
GPT_DIFF_OUTPUT_RELATIVE,
|
|
243
|
-
runGitDiff,
|
|
244
|
-
mainGitDiff,
|
|
245
|
-
git_diff_default
|
|
246
|
-
};
|
package/lib/chunk-BEUM4LH4.mjs
DELETED
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
require_config
|
|
4
|
-
} from "./chunk-SARIXFHP.mjs";
|
|
5
|
-
import {
|
|
6
|
-
require_utils
|
|
7
|
-
} from "./chunk-6RK5UCTP.mjs";
|
|
8
|
-
import {
|
|
9
|
-
__commonJS,
|
|
10
|
-
__require,
|
|
11
|
-
init_esm_shims
|
|
12
|
-
} from "./chunk-QQ4A6DLD.mjs";
|
|
13
|
-
|
|
14
|
-
// src/github-workflows/clean-github-actions-caches.cjs
|
|
15
|
-
var require_clean_github_actions_caches = __commonJS({
|
|
16
|
-
"src/github-workflows/clean-github-actions-caches.cjs"(exports, module) {
|
|
17
|
-
init_esm_shims();
|
|
18
|
-
var axios = __require("axios");
|
|
19
|
-
var { getArgs } = require_utils();
|
|
20
|
-
var { GITHUB_ACCESS_TOKEN: ACCESS_TOKEN } = require_config();
|
|
21
|
-
if (!ACCESS_TOKEN) {
|
|
22
|
-
throw new Error(
|
|
23
|
-
"Access token is not provided. Please set ACCESS_TOKEN or GITHUB_TOKEN in your environment variables."
|
|
24
|
-
);
|
|
25
|
-
}
|
|
26
|
-
function printHelp() {
|
|
27
|
-
console.log(`
|
|
28
|
-
GitHub Actions Cache Cleaner
|
|
29
|
-
|
|
30
|
-
Description:
|
|
31
|
-
Removes outdated GitHub Actions caches for a repository, keeping only the newest
|
|
32
|
-
cache for each cache-key prefix. Authenticates via ACCESS_TOKEN or GITHUB_TOKEN
|
|
33
|
-
from your environment or .env file.
|
|
34
|
-
|
|
35
|
-
Usage:
|
|
36
|
-
clean-github-actions-caches [options]
|
|
37
|
-
|
|
38
|
-
Options:
|
|
39
|
-
-h, --help Show this help message
|
|
40
|
-
-r, --repo <repo> GitHub repository (owner/repo). If omitted, the tool will
|
|
41
|
-
attempt to infer the repository from the current working
|
|
42
|
-
directory's git remotes.
|
|
43
|
-
-p, --prefix-depth <n>
|
|
44
|
-
Number of leading cache key segments to use as the
|
|
45
|
-
grouping prefix when splitting on /[-_]/. Default: 3.
|
|
46
|
-
|
|
47
|
-
Environment Variables:
|
|
48
|
-
ACCESS_TOKEN GitHub access token (preferred)
|
|
49
|
-
GITHUB_TOKEN GitHub access token (fallback)
|
|
50
|
-
|
|
51
|
-
Behavior & Safety:
|
|
52
|
-
- Groups caches by a derived prefix from the cache key and keeps the most
|
|
53
|
-
recently created cache for each group.
|
|
54
|
-
- Deletes only caches older than the latest per prefix to reduce risk of
|
|
55
|
-
removing needed artifacts.
|
|
56
|
-
|
|
57
|
-
Examples:
|
|
58
|
-
# Run against a specific repo (owner/repo)
|
|
59
|
-
clean-github-actions-caches --repo octocat/hello-world
|
|
60
|
-
|
|
61
|
-
# Run via npx without installing
|
|
62
|
-
npx --legacy-peer-deps -y binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz clean-github-actions-caches --repo owner/repo --prefix-depth 3
|
|
63
|
-
|
|
64
|
-
# Run via yarn dlx
|
|
65
|
-
yarn dlx binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz clean-github-actions-caches --prefix-depth 3
|
|
66
|
-
|
|
67
|
-
Notes:
|
|
68
|
-
- Ensure ACCESS_TOKEN or GITHUB_TOKEN is set and has permissions to manage Actions caches.
|
|
69
|
-
- Intended for repository maintainers with appropriate permissions.
|
|
70
|
-
`);
|
|
71
|
-
}
|
|
72
|
-
var argv = getArgs({
|
|
73
|
-
alias: {
|
|
74
|
-
h: "help",
|
|
75
|
-
p: "prefix-depth",
|
|
76
|
-
r: "repo"
|
|
77
|
-
},
|
|
78
|
-
string: ["prefix-depth", "repo"],
|
|
79
|
-
boolean: ["help"]
|
|
80
|
-
});
|
|
81
|
-
if (argv.help) {
|
|
82
|
-
printHelp();
|
|
83
|
-
process.exit(0);
|
|
84
|
-
}
|
|
85
|
-
function deleteGitHubActionsCache(GH_REPO, cacheId) {
|
|
86
|
-
return new Promise((resolve, reject) => {
|
|
87
|
-
const url = `https://api.github.com/repos/${GH_REPO}/actions/caches/${cacheId}`;
|
|
88
|
-
const token = ACCESS_TOKEN;
|
|
89
|
-
if (!token) {
|
|
90
|
-
return reject(new Error("Access token is not provided"));
|
|
91
|
-
}
|
|
92
|
-
axios.delete(url, {
|
|
93
|
-
headers: {
|
|
94
|
-
Authorization: `token ${token}`,
|
|
95
|
-
Accept: "application/vnd.github.v3+json"
|
|
96
|
-
}
|
|
97
|
-
}).then((response) => {
|
|
98
|
-
console.log(`Cache (${cacheId}) deleted successfully`, response.data);
|
|
99
|
-
resolve(response.data);
|
|
100
|
-
}).catch((error) => {
|
|
101
|
-
var _a;
|
|
102
|
-
console.error("Error deleting cache:", ((_a = error.response) == null ? void 0 : _a.data) || error.message || "Unknown error");
|
|
103
|
-
reject(error);
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
}
|
|
107
|
-
function normalizePrefixDepth(prefixDepth) {
|
|
108
|
-
const parsed = Number(prefixDepth);
|
|
109
|
-
if (!Number.isFinite(parsed) || parsed < 1) {
|
|
110
|
-
return 3;
|
|
111
|
-
}
|
|
112
|
-
return Math.floor(parsed);
|
|
113
|
-
}
|
|
114
|
-
function isChecksumSegment(segment) {
|
|
115
|
-
return /^[a-f0-9]{32,}$/i.test(segment);
|
|
116
|
-
}
|
|
117
|
-
function getMeaningfulCacheKeyParts(key) {
|
|
118
|
-
return String(key).split(/[-_]/).filter(Boolean).filter((segment) => !isChecksumSegment(segment));
|
|
119
|
-
}
|
|
120
|
-
function getCachePrefix(key, prefixDepth = 3) {
|
|
121
|
-
const normalizedDepth = normalizePrefixDepth(prefixDepth);
|
|
122
|
-
const parts = String(key).split(/[-_]/).filter(Boolean);
|
|
123
|
-
const meaningfulParts = getMeaningfulCacheKeyParts(key);
|
|
124
|
-
if (meaningfulParts.length !== parts.length) {
|
|
125
|
-
if (meaningfulParts.length < normalizedDepth) {
|
|
126
|
-
return `${meaningfulParts.join("-")}-`;
|
|
127
|
-
}
|
|
128
|
-
return meaningfulParts.join("-");
|
|
129
|
-
}
|
|
130
|
-
if (parts.length <= normalizedDepth) {
|
|
131
|
-
return parts.join("-");
|
|
132
|
-
}
|
|
133
|
-
return parts.slice(0, normalizedDepth).join("-");
|
|
134
|
-
}
|
|
135
|
-
function groupCachesByPrefix(caches, prefixDepth = 3) {
|
|
136
|
-
return caches.reduce(
|
|
137
|
-
/**
|
|
138
|
-
* @param {Record<string, Record<string, any>[]>} acc
|
|
139
|
-
* @param {Record<string, any>} item
|
|
140
|
-
* @returns {Record<string, Record<string, any>[]>}
|
|
141
|
-
*/
|
|
142
|
-
(acc, item) => {
|
|
143
|
-
const prefix = getCachePrefix(item.key, prefixDepth);
|
|
144
|
-
if (!acc[prefix]) {
|
|
145
|
-
acc[prefix] = [];
|
|
146
|
-
}
|
|
147
|
-
acc[prefix].push(item);
|
|
148
|
-
return acc;
|
|
149
|
-
},
|
|
150
|
-
{}
|
|
151
|
-
);
|
|
152
|
-
}
|
|
153
|
-
function get_caches(GH_REPO, prefixDepth = 3) {
|
|
154
|
-
const url = `https://api.github.com/repos/${GH_REPO}/actions/caches`;
|
|
155
|
-
return new Promise((resolve, reject) => {
|
|
156
|
-
axios.get(url, {
|
|
157
|
-
headers: {
|
|
158
|
-
Accept: "application/vnd.github.v3+json",
|
|
159
|
-
Authorization: `token ${ACCESS_TOKEN}`
|
|
160
|
-
}
|
|
161
|
-
}).then((response) => {
|
|
162
|
-
const data = response.data.actions_caches;
|
|
163
|
-
const grouped = groupCachesByPrefix(data, prefixDepth);
|
|
164
|
-
resolve(grouped);
|
|
165
|
-
}).catch((error) => {
|
|
166
|
-
reject(error);
|
|
167
|
-
});
|
|
168
|
-
});
|
|
169
|
-
}
|
|
170
|
-
module.exports = {
|
|
171
|
-
deleteGitHubActionsCache,
|
|
172
|
-
getCachePrefix,
|
|
173
|
-
getMeaningfulCacheKeyParts,
|
|
174
|
-
get_caches,
|
|
175
|
-
groupCachesByPrefix,
|
|
176
|
-
isChecksumSegment,
|
|
177
|
-
normalizePrefixDepth
|
|
178
|
-
};
|
|
179
|
-
}
|
|
180
|
-
});
|
|
181
|
-
|
|
182
|
-
export {
|
|
183
|
-
require_clean_github_actions_caches
|
|
184
|
-
};
|