An open API service providing commit metadata for open source projects.

GitHub / SocketDev/socket-cli / commits

SHA Message Author Date Stats
9cc003bf refactor: simplify package structure by consolidating lib packages (#882)
Co-authored-by: Test User <t****t@e****m>
John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bf45b5bb feat: add @socketsecurity/lib and @socketsecurity/sdk as workspace packages (... John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1a8f8b25 chore: update @socketsecurity/lib to 3.2.8 and remove unused SHA256 generatio... John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
486576fc fix(tests): prevent v8 coverage segfault on large codebase (#877) John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0b4870c3 fix(cli): correct tab completion script path resolution (#879) John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
bb3e6ecb chore: clean up temporary fix scripts and bump dependencies (#878) John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
49d54fdb refactor: hoist remaining getDefaultLogger() calls and fix test isolation (#875) John-David Dalton <j****n@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
229cb0f0 refactor: hoist getDefaultLogger() calls to const logger jdalton <j****n@g****m> 3 months ago
7800556f docs: consolidate getting started documentation jdalton <j****n@g****m> 3 months ago
2f3bc754 fix(smol): add missing file paths to inspector protocol patch jdalton <j****n@g****m> 3 months ago
9b204aa6 fix(deps): restore workspace links for @socketbin packages jdalton <j****n@g****m> 3 months ago
b0bd227e chore(deps): exclude non-existent npm workspace packages from taze jdalton <j****n@g****m> 3 months ago
16e80daa fix(smol): add inspector protocol Windows patch with proper unified diff format jdalton <j****n@g****m> 3 months ago
72a6ef8c chore(deps): update dependencies across monorepo jdalton <j****n@g****m> 3 months ago
86a2a32c fix(smol): correct patch context headers for inspector protocol jdalton <j****n@g****m> 3 months ago
10551f5c docs(ultrathink): add comprehensive optimization and performance docs jdalton <j****n@g****m> 3 months ago
ef9e9f9e fix(smol): correct line numbers in inspector protocol patch jdalton <j****n@g****m> 3 months ago
c06c41ec docs: add coverage badges and onboarding guide jdalton <j****n@g****m> 3 months ago
30231ae0 fix(smol): add Windows inspector protocol code generator patch jdalton <j****n@g****m> 3 months ago
20d39609 fix(smol): change abseil Windows patch to use linker flag jdalton <j****n@g****m> 3 months ago
aebf1036 refactor(cli): reorganize imports and remove unused test imports jdalton <j****n@g****m> 3 months ago
54e96071 chore(workspace): expand pnpm catalog with all dependencies jdalton <j****n@g****m> 3 months ago
e5d60402 feat(scripts): implement CDN reference validation jdalton <j****n@g****m> 3 months ago
c7dbc691 fix(smol): prevent abseil duplicate symbols on Windows jdalton <j****n@g****m> 3 months ago
38915238 fix(workflows): correct ARM64 Linux runner labels jdalton <j****n@g****m> 3 months ago
3c7cc0fc fix(smol): disable LTCG on Windows to prevent LNK2005 linker errors jdalton <j****n@g****m> 3 months ago
1220a09c fix(smol): add gyp patch for Python 3 hashlib.md5() compatibility jdalton <j****n@g****m> 3 months ago
fc7fb603 fix(workflows): restore full context in Python version comments jdalton <j****n@g****m> 3 months ago
f5311303 fix(workflows): use Python 3.11 to match Alpine 3.19 baseline jdalton <j****n@g****m> 3 months ago
62842dac fix(workflows): standardize Python 3.12 across all Node.js builds jdalton <j****n@g****m> 3 months ago
dbf965c3 fix(smol): downgrade Python to 3.12 for gyp compatibility jdalton <j****n@g****m> 3 months ago
fbc244ac fix(smol): use GYP_MSVS_OVERRIDE_PATH to bypass registry detection jdalton <j****n@g****m> 3 months ago
135facba fix(smol): pass msvs_version as gyp generator flag jdalton <j****n@g****m> 3 months ago
bfc8fae9 fix(smol): set GYP_MSVS_VERSION to bypass VS auto-detection jdalton <j****n@g****m> 3 months ago
d9a26cc1 fix(smol): use whichBinSync for ninja on all platforms jdalton <j****n@g****m> 3 months ago
d317dd2d fix(smol): resolve python and ninja paths on Windows jdalton <j****n@g****m> 3 months ago
4efbd966 refactor(build): simplify shell: false logic jdalton <j****n@g****m> 3 months ago
df1b763a fix(build): disable shell wrapper when passing custom environment jdalton <j****n@g****m> 3 months ago
83529443 debug(build): add environment variable verification before configure.py jdalton <j****n@g****m> 3 months ago
a224af35 fix(build): pass environment to subprocess exec calls on Windows jdalton <j****n@g****m> 3 months ago
67a69388 fix(ci): add platform check to standard build step jdalton <j****n@g****m> 3 months ago
9207caec fix(ci): add platform check to Alpine Docker build steps jdalton <j****n@g****m> 3 months ago
972b5914 debug(build): add VS environment variable verification to build script jdalton <j****n@g****m> 3 months ago
cc89453c chore(ci): trigger workflow with latest changes jdalton <j****n@g****m> 3 months ago
c003d210 fix(ci): add critical VS variable checks to setup script jdalton <j****n@g****m> 3 months ago
f26cb83d debug(ci): add MSVC environment verification step jdalton <j****n@g****m> 3 months ago
5090a901 fix(ci): fix cmd.exe argument passing from PowerShell jdalton <j****n@g****m> 3 months ago
b00b99a1 fix(ci): fix vcvarsall.bat invocation with spaces in path jdalton <j****n@g****m> 3 months ago
94c5277b docs(ci): enhance Windows build step comments with visual formatting jdalton <j****n@g****m> 3 months ago
1dbf42a4 refactor(ci): inline Visual Studio environment setup jdalton <j****n@g****m> 3 months ago
a13a77d9 fix(ci): add Visual Studio pre-req check for Windows builds jdalton <j****n@g****m> 3 months ago
8d884e13 fix(ci): setup Visual Studio environment for Windows smol builds jdalton <j****n@g****m> 3 months ago
79724b9c feat(build): enable LTCG optimization for Windows smol builds jdalton <j****n@g****m> 3 months ago
4e0e8132 fix(smol): skip --enable-lto flag on Windows (not supported by MSVC) jdalton <j****n@g****m> 3 months ago
5d32de09 refactor(test): simplify binary test output to clean checklist format jdalton <j****n@g****m> 3 months ago
3899178e fix(smol): use python configure.py on Windows instead of ./configure jdalton <j****n@g****m> 3 months ago
40497fb7 fix(test): update integration script and docs for split binary tests jdalton <j****n@g****m> 3 months ago
2443f082 chore(test): remove old binary-test-suite.test.mts file jdalton <j****n@g****m> 3 months ago
44601d92 fix(ci): use PowerShell and Windows-style paths for patch setup jdalton <j****n@g****m> 3 months ago
ded874fc refactor(test): split binary test suite into separate files for clear CI output jdalton <j****n@g****m> 3 months ago
e8f17efe fix(ci): ensure Git for Windows is installed before adding patch to PATH jdalton <j****n@g****m> 3 months ago
e0371fac fix(ci): add patch command to PATH on Windows for smol builds jdalton <j****n@g****m> 3 months ago
86a5640a fix(test): add explicit logging for binary test suite execution jdalton <j****n@g****m> 3 months ago
dfe5be78 refactor(test): hoist logger to module level for better performance jdalton <j****n@g****m> 3 months ago
26eb4839 refactor(test): hoist getDefaultLogger() calls to reduce overhead jdalton <j****n@g****m> 3 months ago
8c0b3438 fix(build): use platform-specific network connectivity check jdalton <j****n@g****m> 3 months ago
1ab9336d fix(build): skip network connectivity check in CI jdalton <j****n@g****m> 3 months ago
e8f49c0f perf(build): use native ARM64 runners for SEA ARM64 builds jdalton <j****n@g****m> 3 months ago
966251af perf(build): use native ARM64 runner for standard Linux ARM64 builds jdalton <j****n@g****m> 3 months ago
fb78f42c perf(build): use native ARM64 runner for Alpine builds jdalton <j****n@g****m> 3 months ago
2626cfdb fix(build): add QEMU setup for Alpine ARM64 builds jdalton <j****n@g****m> 3 months ago
06ef9173 fix(test): enable all binary types in CI integration tests jdalton <j****n@g****m> 3 months ago
3c5ac70e fix(test): reduce flakiness in TTL boundary test jdalton <j****n@g****m> 3 months ago
413a8c6f fix(ci): correct SEA binary cache path to match build workflow jdalton <j****n@g****m> 3 months ago
913d45c9 fix(test): use valid ReachabilityOptions in handle-scan-reach test jdalton <j****n@g****m> 3 months ago
6940d393 ci(integration): improve binary cache debugging and reduce noise jdalton <j****n@g****m> 3 months ago
81089d9e test: update socket facts filename in coana tests jdalton <j****n@g****m> 3 months ago
59b9e573 docs(build): document auto-installation support in Alpine Dockerfile jdalton <j****n@g****m> 3 months ago
207bbc4e feat(build): add Alpine Linux (apk) package manager support jdalton <j****n@g****m> 3 months ago
537f4fa6 fix(build): add curl and patch to Alpine Docker image jdalton <j****n@g****m> 3 months ago
300744b8 style(ci): use semantic emojis for workflow names jdalton <j****n@g****m> 3 months ago
bcd6785d ci: skip test matrix job in reusable workflow jdalton <j****n@g****m> 3 months ago
afd0d0a8 fix(build): use container pnpm for Alpine Docker builds jdalton <j****n@g****m> 3 months ago
b42ebcbe refactor: rename "Smol Node Binaries" to "Smol Binaries" jdalton <j****n@g****m> 3 months ago
bac38219 ci(integration): test SEA and smol binaries from cache jdalton <j****n@g****m> 3 months ago
3387b322 ci(build): include pnpm-lock.yaml in smol deps hash for consistency jdalton <j****n@g****m> 3 months ago
ff87f631 fix(test): create separate vitest config for integration tests jdalton <j****n@g****m> 3 months ago
4b75e1e4 chore: consolidate .gitignore patterns to root jdalton <j****n@g****m> 3 months ago
05345ca2 fix(test): resolve vitest path in integration and e2e scripts jdalton <j****n@g****m> 3 months ago
e23ad169 fix(docs): support package-level docs in markdown validation jdalton <j****n@g****m> 3 months ago
240a09ef fix(test): resolve dotenvx path in integration and e2e scripts jdalton <j****n@g****m> 3 months ago
66f748da fix(test): remove incomplete env mock causing getBaseBranch failures jdalton <j****n@g****m> 3 months ago
9f0c717a docs(test): add headers to Socket API and output utils unit tests jdalton <j****n@g****m> 3 months ago
bfc7ccb7 docs(test): add headers to filesystem and git utils unit tests jdalton <j****n@g****m> 3 months ago
17d5edf9 docs(test): add headers to ecosystem and validation utils unit tests jdalton <j****n@g****m> 3 months ago
8079be40 docs(test): add headers to package manager utils unit tests jdalton <j****n@g****m> 3 months ago
03dc6685 docs(test): add headers to core utils unit tests jdalton <j****n@g****m> 3 months ago
5ac2c728 docs(test): add headers to threat-feed command unit tests jdalton <j****n@g****m> 3 months ago
d6bc1e1b docs(test): add headers to scan command unit tests jdalton <j****n@g****m> 3 months ago
b9296422 docs(test): add headers to repository command unit tests jdalton <j****n@g****m> 3 months ago

← Back to repository