forgejo-aneksajo/tests
Matthias Riße 9f21afbc53 git-annex: add tests for archives of annex repos
Tests include:
- Compare the list of files in the resulting archive with the list of
  files as tracked in the archived git tree.
- Compare the content of each file with what it should be (git blob
  content or the annexed file, respectively).
- Check that the file mode matches the expected file mode for all
  archived files.
- Check that the resulting archive has the archived commitID set as a
  comment (as `git archive` does as well).

The tests are done for both the "web" endpoints at
`/<user>/<repo>/archive/<git-ref>.{tar.gz,zip}` and the "api-v1"
endpoints at `/api/v1/<user>/<repo>/archive/<git-ref>.{tar.gz,zip}`.
2025-01-31 12:51:21 +01:00
..
e2e Merge pull request '[v10.0/forgejo] Rework user profile settings' (#6423) from bp-v10.0/forgejo-2885ea8 into v10.0/forgejo 2024-12-30 21:20:51 +00:00
fuzz Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
gitea-lfs-meta Test views of LFS files (#22196) 2022-12-23 07:41:56 +08:00
gitea-repositories-meta [v10.0/forgejo] chore: remove illegal git usage (#6492) 2025-01-07 19:01:32 +00:00
integration git-annex: add tests for archives of annex repos 2025-01-31 12:51:21 +01:00
testdata/data Add artifacts test fixture (#30300) 2024-11-05 09:33:15 +01:00
mysql.ini.tmpl git-annex: add configuration setting [annex].ENABLED 2025-01-27 10:42:20 +01:00
pgsql.ini.tmpl git-annex: add configuration setting [annex].ENABLED 2025-01-27 10:42:20 +01:00
sqlite.ini.tmpl git-annex: add configuration setting [annex].ENABLED 2025-01-27 10:42:20 +01:00
test_utils.go Adapt patch to upstream changes 2025-01-27 10:42:20 +01:00