codinget
  • Joined on 2022-10-19
codinget created pull request webnet/webnet#13 2026-05-29 01:25:23 +02:00
WIP: docs: add AGENTS.md with agent workflow instructions
codinget deleted branch docs/ai-disclosure-http-tests from webnet/webnet 2026-05-29 01:19:24 +02:00
codinget pushed to main at webnet/webnet 2026-05-29 01:19:24 +02:00
1b92611f7e docs: accurately reflect Claude Code contributions to packages/http
67994a2d4c docs: update AI disclosure — http test suite and bug fixes
Compare 2 commits »
codinget merged pull request webnet/webnet#12 2026-05-29 01:19:23 +02:00
docs: update AI disclosure
codinget pushed to docs/ai-disclosure-http-tests at webnet/webnet 2026-05-29 01:10:50 +02:00
1b92611f7e docs: accurately reflect Claude Code contributions to packages/http
codinget created pull request webnet/webnet#12 2026-05-29 01:10:34 +02:00
docs: update AI disclosure
codinget pushed to docs/ai-disclosure-http-tests at webnet/webnet 2026-05-29 01:04:35 +02:00
67994a2d4c docs: update AI disclosure — http test suite and bug fixes
codinget created branch docs/ai-disclosure-http-tests in webnet/webnet 2026-05-29 01:04:35 +02:00
codinget pushed to main at webnet/webnet 2026-05-29 01:01:16 +02:00
264c0adb65 refactor(http): remove dead try/catch in PooledDialer.shutdown()
622707e7b2 chore(http): remove RUN_UNIT / skipIfNotUnit — unit tests always run
02b50c9fd0 fix(http): restore TypeError for connection parameter guards in pool
570972b304 fix(http): adjust c8 ignore counts after prettier reformatted pool.ts
fbb65c5d95 test(http): add lcov reporter
Compare 17 commits »
codinget deleted branch test/http from webnet/webnet 2026-05-29 01:01:16 +02:00
codinget merged pull request webnet/webnet#11 2026-05-29 01:01:15 +02:00
test(http): setup tests for the http package
codinget pushed to test/http at webnet/webnet 2026-05-29 00:54:34 +02:00
264c0adb65 refactor(http): remove dead try/catch in PooledDialer.shutdown()
622707e7b2 chore(http): remove RUN_UNIT / skipIfNotUnit — unit tests always run
02b50c9fd0 fix(http): restore TypeError for connection parameter guards in pool
Compare 3 commits »
codinget pushed to test/http at webnet/webnet 2026-05-28 21:55:46 +02:00
570972b304 fix(http): adjust c8 ignore counts after prettier reformatted pool.ts
codinget pushed to test/http at webnet/webnet 2026-05-28 21:52:32 +02:00
fbb65c5d95 test(http): add lcov reporter
codinget pushed to test/http at webnet/webnet 2026-05-28 21:34:35 +02:00
abbaae44a4 test(http): 100% branch coverage — new tests and c8 ignore annotations
codinget pushed to test/http at webnet/webnet 2026-05-28 21:08:09 +02:00
9eee7f51f2 chore: ignore coverage/ directories
codinget pushed to test/http at webnet/webnet 2026-05-28 20:40:43 +02:00
bb2ae3c0b4 chore(http): deduplicate :unit scripts by delegating to base scripts
codinget pushed to test/http at webnet/webnet 2026-05-28 19:38:51 +02:00
1f9ffc106b test(http): push branch coverage higher by targeting remaining uncovered paths
codinget pushed to test/http at webnet/webnet 2026-05-28 02:14:19 +02:00
b14ca4fffa test(http): comprehensive test suite — 100% function coverage, bug fixes
codinget pushed to test/http at webnet/webnet 2026-05-24 03:11:47 +02:00
185a528971 test(http): fix audit findings — wrong assertions, async traps, and missing edge cases