Commits
- Commit:
c65025a4f3f9486bde01e4bd9b1dde3c5875c6e6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
4f90b7fd9bcee4d7d3f5b55d7983962b356f2d4d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.106
- Commit:
a93fc19cfb1991e351385f8961b474757d5c126d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
indentation fix
- Commit:
ad96b4eff310a90c80201ffc204916540fa2f803
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
teach got-build-regress.sh about the gotwebd regression test suite
- Commit:
ff122962acc26409e1407612d4629412d57ad657
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
follow-up to previous commit: fix make target dependency order instead
- Commit:
73416c724ee84bc1b4152944af4ddf376dd77621
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
check for root privs in the main regress target
Otherwise we would build some things and then get stuck in su(1).
- Commit:
ad9226868f59ae796d2ed191fd26b1841e24a4e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make gotwebd regress suite compatible with 'make obj'
- Commit:
c06b0686214673e013af04918702703ee7168209
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ensure that gotwebd regress build artifacts get removed by 'make clean'
- Commit:
82c62cc1cadf05ba127155050e1dc8c784e3a55c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: commits action regress test case
- Commit:
40b43a5915484b2bf64f38e763644c30bbc495ec
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: rename action_index test to action_summary
- Commit:
ab0813b8175f1317f6b5d3b64ea4fa07d1f7706a
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: rename action_commit test to action_diff
- Commit:
40cd91e858524167f9c6232f1c085912a4dac72d
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: basic patch action regress test case
- Commit:
f36a5793b6ae12ae5ca538642bb0f302686551df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove duplicate variable assignment in gotwebd regress Makefile
- Commit:
9210d298790149ecda176baadae4b1325b1113b5
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: basic blame and tree action regress; ok stsp@
- Commit:
386c230ce945394685a9a52cf9cbd33acac93ce7
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
briefly document the gotwebd test suite; ok stsp@
- Commit:
04f43d6dfa9bdbdf781811a2daebf20fc880ef32
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: bubble up null dir check; ok jamsek
- Commit:
278c2ee8f22638aca522d05826589261d36409b8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update imsg from libutil
imsg in OpenBSD has undergone a lot of changes recently. This commit
includes fixes to imsg on Linux and hopefully other non-BSD systems.
- Commit:
eaecb958183f6eb4fdb79b3258d465a4fd8cb72e
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
52ba27b372c79f398a374541cae9f306284131c7
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
821d9838d55e92c234e8e7ce7ecccc0ec2809a00
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- 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:
32064912ea4c38e6b01927c4d4a371748f4d868d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
label warnings shown by got-notify-http to avoid misinterpretation as errors
- Commit:
a4e4dd0f5eeb9188bc733636831fba9179ec0809
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
hide ssh debug output during fetch/send -v, keep showing it at -vv and -vvv
- Commit:
807f9f76ec91cbe5308b2866540b163b1380ea35
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd.css: underline only the repo name, not the header too
- Commit:
9f49e0ecc750dcd9c24e2af7c551d92e2f3b262a
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fmt
- Commit:
7aac6ab270b58010a2933a37114bafb752ca4a43
- From:
- Bradley Taunt <bt@btxx.org>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: fix styling
diff from Bradley Taunt, thank you!