You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaoffical/main: (32 commits)
Hide file borders on sticky diff box (go-gitea#22217)
Test views of LFS files (go-gitea#22196)
update docs latest to 1.17.4
Frontport 1.17.4 changelog (go-gitea#22216)
Remove test session cache to reduce possible concurrent problem (go-gitea#22199)
Upgrade hugo to 0.82 (go-gitea#22209)
Fix container layer display overflow (go-gitea#22208)
Run hugo via `go run` and lock its version (go-gitea#22206)
Update bleve and zapx to fix unaligned atomic (go-gitea#22031)
Allow empty assignees on pull request edit (go-gitea#22150)
Add Feed for Releases and Tags (go-gitea#21696)
fix: update libcurl in docs pipeline (go-gitea#22203)
Fixed colour transparency regex matching in project board sorting (go-gitea#22091) (go-gitea#22092)
Mobile fix for Project view: Add delay to Sortable.js on mobile, to ensure scrolling is possible. (go-gitea#22152)
Normalize NuGet package version on upload (go-gitea#22186)
Attempt to fix TestExportUserGPGKeys (go-gitea#22159)
Specify ID in `TestAPITeam` (go-gitea#22192)
Repair LFS web rendering. (go-gitea#22195)
Fix misc whitespace issues in install docs (go-gitea#22189)
Update JS dependencies and eslint (go-gitea#22190)
...
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ To maintain understandable code and avoid circular dependencies it is important
190
190
-**templates:** Golang templates for generating the html output.
191
191
-**tests/e2e:** End to end tests
192
192
-**tests/integration:** Integration tests
193
+
-**tests/gitea-repositories-meta:** Sample repos used in integration tests. Adding a new repo requires editing `models/fixtures/repositories.yml` and `models/fixtures/repo_unit.yml` to match.
194
+
-**tests/gitea-lfs-meta:** Sample LFS objects used in integration tests. Adding a new object requires editing `models/fixtures/lfs_meta_object.yml` to match.
0 commit comments