forgejo-aneksajo/tests
Matthias Riße 9d6967d8a0 git-annex: add tests for push-to-create
This adds tests for creating a repository using the push-to-create
feature. The tests are the equivalent of doing
```
git remote add origin <url>
git annex sync --content
```
in a local git-annex repository.

The steps it does are:
1. create a local git-annex repository
2. add a non-existing repository as a remote
3. sync using `git annex sync --content`

It then checks that:
- the repository was indeed created
- the default branch matches the HEAD of the local repository
- all annexed files exist on the remote and have the correct content

This is done both for a repository in a user's namespace and for a
repository in an organization's namespace.
2025-07-03 09:30:53 +02:00
..
e2e fix(ui): make pagination labels always visible to screenreader 2025-04-24 22:37:46 +00:00
fuzz [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
gitea-lfs-meta Test views of LFS files (#22196) 2022-12-23 07:41:56 +08:00
gitea-repositories-meta [v11.0/forgejo] chore: branding import path (#7354) 2025-03-27 20:13:05 +00:00
integration git-annex: add tests for push-to-create 2025-07-03 09:30:53 +02: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-06-18 12:01:08 +02:00
pgsql.ini.tmpl git-annex: add configuration setting [annex].ENABLED 2025-06-18 12:01:08 +02:00
sqlite.ini.tmpl git-annex: add configuration setting [annex].ENABLED 2025-06-18 12:01:08 +02:00
test_utils.go Adapt patch to upstream changes 2025-06-18 12:01:08 +02:00