Commits
- Commit:
55569948434c65bb416f2d0f2a400a1bf3da5a78
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
fix pointer indirection level
ok tb@
- Commit:
d2752c62796d1ed1a7d9c3a39558e7d66a57f8e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
indentation fix
- Commit:
31e2cf639f9bcc5ab85206bb3bb21610cf77a761
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
teach got-build-regress.sh about the gotwebd regression test suite
- Commit:
b9d87303f685642215a2ac4216badc0c42489e0b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
follow-up to previous commit: fix make target dependency order instead
- Commit:
fa5296f92f579483986a322f8eb504821e37e3fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for root privs in the main regress target
Otherwise we would build some things and then get stuck in su(1).
- Commit:
ed8952fbfc826deff0a58d4ecb77dc900924cc1e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make gotwebd regress suite compatible with 'make obj'
- Commit:
5a565305d275e2b0513bc4cf15b73f00c27a04cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that gotwebd regress build artifacts get removed by 'make clean'
- Commit:
19a5ceed4e8bdb84675c28b1216a6d1a0f322911
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: commits action regress test case
- Commit:
2488ea743d78f07b0391155bf649b0f4917c4bcd
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: rename action_index test to action_summary
- Commit:
2ba97f681968a9e42868cc7e7c531cf33af36063
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: rename action_commit test to action_diff
- Commit:
9b9d6a77d4925c1bac43a8a6b9ea12c207bfa6a2
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
gotwebd: basic patch action regress test case
- Commit:
996bde27e7a8edfe7df47563dbfdfa2b97d69386
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove duplicate variable assignment in gotwebd regress Makefile
- 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