6543
6543
thanks :heart:
buildin ssh server + sha256 repo does not work ...
sha1 also does not work: ``` GIT_TRACE=1 git push --verbose on main [⇡] 21:56:42.989596 git.c:463 trace: built-in: git push --verbose Pushing to ssh://192.168.1.4:20435/test/frwwa.git 21:56:42.989925 run-command.c:657 trace: run_command: unset GIT_PREFIX;...
> @6543 what OS, and version of git are you using? NixOS | Linux 6.10.1-zen1 x86_64 git version 2.44.1 git-lfs/3.5.1 (3.5.1; linux amd64; go 1.22.5) do i have to enable...
I can confirm with https://github.com/git-lfs/git-lfs/pull/5816 it works ... we should add this to the docs untill it's fixed!
> 3110bd349a2c176553f303a1fe4541310a660f7c thanks :)
Could you make it a setting to be deactivated ...? ... this is rather costly as it triggers a lof more sql querys for a single view
I would sugest to write unit tests. the correct location for your tests should then be `models/issues/issue_list_test.go`. For tests we have "fixtures" who represent the initial database state for each...
PS: just look at some existing tests, you mostly can replicate things and adjust it to your needs
yes the your commit itselfe looks fine, the implications (as we use the fixtures for all tests ...) well have to be addressed. I'll have a look and push if...