gitea/models
Saulius Gurklys 10fd60412d
Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerprint ()
DSA is considered inherently insecure and is already disabled/removed in
OpenSSH 9.8.

Therefore "dsa-1024" tescases are failing.

```
--- FAIL: Test_calcFingerprint (0.02s)
    --- FAIL: Test_calcFingerprint/dsa-1024 (0.00s)
        --- FAIL: Test_calcFingerprint/dsa-1024/SSHKeygen (0.00s)
            ssh_key_test.go:196:
                        Error Trace:    /src/gitea/models/asymkey/ssh_key_test.go:196
                        Error:          Received unexpected error:
                                        Unable to verify key content [result: /tmp/gitea_keytest1239408114 is not a public key file.
                                        ]
                        Test:           Test_calcFingerprint/dsa-1024/SSHKeygen
            ssh_key_test.go:197:
                        Error Trace:    /src/gitea/models/asymkey/ssh_key_test.go:197
                        Error:          Not equal:
                                        expected: "SHA256:fSIHQlpKMDsGPVAXI8BPYfRp+e2sfvSt1sMrPsFiXrc"
                                        actual  : ""

                                        Diff:
                                        --- Expected
                                        +++ Actual
                                        @@ -1 +1 @@
                                        -SHA256:fSIHQlpKMDsGPVAXI8BPYfRp+e2sfvSt1sMrPsFiXrc
                                        +
                        Test:           Test_calcFingerprint/dsa-1024/SSHKeygen
FAIL
```

Fix 
..
actions Show latest run when visit /run/latest ()
activities Refactor webhook ()
admin Next round of `db.DefaultContext` refactor ()
asymkey Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerprint ()
auth add skip secondary authorization option for public oauth2 clients ()
avatars Replace 10 more gt- classes with tw- ()
db [Refactor] Unify repo search order by logic ()
dbfs Enable `unparam` linter ()
fixtures Fix agit automerge ()
git Show lock owner instead of repo owner on LFS setting page ()
issues Add issue comment when moving issues from one column to another of the project ()
migrations Add tag name in the commits list ()
organization Fix wrong display of recently pushed notification ()
packages Fix package list performance ()
perm Clarify permission "HasAccess" behavior ()
project Fixes for unreachable project issues when transfer repository from organization ()
pull Add support for sha256 repositories ()
repo Add tag name in the commits list ()
secret Clarify Actions resources ownership ()
shared/types Refactor locale&string&template related code ()
system Refactor deletion ()
unit Refactor repo unit "disabled" check ()
unittest Add some tests to clarify the "must-change-password" behavior ()
user Support delete user email in admin panel ()
webhook Store webhook event in database ()
error.go Add merge style `fast-forward-only` ()
fixture_generation.go Replace more db.DefaultContext ()
fixture_test.go Replace more db.DefaultContext ()
main_test.go make writing main test easier ()
org.go Add user blocking ()
org_team.go Clarify permission "HasAccess" behavior ()
org_team_test.go Add user blocking ()
org_test.go Add user blocking ()
repo.go Refactor deletion ()
repo_test.go Penultimate round of `db.DefaultContext` refactor ()
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better ()