Commits
- Commit:
e9c5bddcfb1788a6e35bc01390f1a93ad0777084
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: basic blame and tree action regress; ok stsp@
- Commit:
661ead274d263e993cd187aacfccda33d0cf8419
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
briefly document the gotwebd test suite; ok stsp@
- Commit:
9ac925e0c64b99fc2a90aedd609165e34399f4ac
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: bubble up null dir check; ok jamsek
- Commit:
73675c3a673715141c3872d1f25eafaffb1ac0a5
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
implement gotwebd test harness
Only a couple basic regress tests so far for the index/summary and diff
pages. Documentation is still needed.
ok stsp@
- Commit:
f03e60a991b6bf54e115e3d187aede52f52ef56c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: fix UB when path param is not in query
Don't pass NULL as a *printf(3) %s conversion specifier argument.
If the path parameter is not defined, return repo not found error.
ok stsp@
- Commit:
125ca675f07f91d5b8713dbc4ba8c2ef7bf70914
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
discern mixed-commit worktree diffs with commit header
Instead of emitting the work tree's base commit in the diff's topmost
header, which is misleading in mixed-commit work trees, emit each file's
base commit in its diff header. Suggested by stsp and discussed with op
and stsp on IRC.
ok stsp@
- Commit:
b68e64b1d55c9b06ac807e265083267f655ad65c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
label warnings shown by got-notify-http to avoid misinterpretation as errors
- Commit:
4897e5100fe5816a7d9986d212fded550ab2b62e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
hide ssh debug output during fetch/send -v, keep showing it at -vv and -vvv
- Commit:
a17c421a8bc09e700ab3035c1c6091ae373daa9d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd.css: underline only the repo name, not the header too
- Commit:
597b96c6240c282002e9df7818cec05580637667
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fmt
- Commit:
4161c61bc1e300af612f9e887b4e8e3c5d02b5d2
- From:
- Bradley Taunt <bt@btxx.org>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: fix styling
diff from Bradley Taunt, thank you!
- Commit:
33fc334f899c8aea40a606e250bd06010d094c1b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
grant regress http-server script more time to start up
Otherwise I see spurious test failures on my arm64 builder.
- Commit:
fc967f40a735d6677d3b5d3c68f08ff23f373f30
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in CHANGES
- Commit:
9530fd041d6cad2b6bd30d1e0ae2ea57e557e2b0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not call imsgbuf_clear() before got_privsep_send_error() in helpers
Fixes cosmetic test failures, such as in cmdline/tree.sh.
- Commit:
81a2a66238493b3dd4cb68b5427617b12324797a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix exit code of got-fetch-pack in case of errors
- Commit:
c3492d10555b6430f054e34e547cddc1baf6d1d6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version number
- Commit:
e9ace9bb970fdc8adf86e50c58320653ad6a14d2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
CHANGES for 0.106
- Commit:
39b18c7c0c3039efb57a18c79cc86e677515b015
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in gotd, use a polling loop around imsgbuf_write() instead of imsgbuf_flush()
Avoids potential endless loops with non-blocking I/O.
- Commit:
15fbb79b06dceefaebabb71fcd744fe8d47c6a9e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix wrong function name in error message
- Commit:
fd8decfcec52d58463ceffa5d5298bb49f6b13b2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
set GOT_NOTIFY_TIMEOUT to a more reasonable value to prevent test failures
- Commit:
d1e848871a89381c9d0e349abddd7339eb7e1551
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent gotd from exiting with pending notifications if client disconnects
- Commit:
37b4ccba4a069ecbe9ee46da8b91850668400ccc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
connect the notifier only if the session process is writing to the repo
fixes "gotd: unexpected imsg 40" in logs
- Commit:
32fdf3fddec1fabda12ee185d866d1db180cfe7d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use GOT_NOTIFY_TIMEOUT for both notification helpers
Fixes timeout setting used by http notification helper during tests.
- Commit:
d63901c24a5fd0343f35bab89971bd373bf6748c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a missing allow_fdpass(); fixes serving of writes in gotd
- Commit:
faf7fad5925f20b61d71682cd984c40b3043484d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use imsgbuf_flush instead of imsgbuf_write; fixes end-of-file errors