* Release notes for 1.25.4 (#36385) * Fix markdown newline handling during IME composition (gitea#36421) (#36424) * Allow foreachref parse max tokens from 4*64KB to 4MB (#36414) (#36429) * Fix missing repository id when migrating release attachments (#36389) (#36413) * Fix git http service handling (#36396) * Fix bug on notification read (#36339) (#36387) * Fix bug when compare in the pull request (#36363) (#36372) * Release attachments must belong to the intended repo (#36347) (#36375) * Fix permission check on org project operations (#36318) (#36373) * clean watches when make a repository private and check permission when send release emails (#36319) (#36370) * Fix incorrect text content detection (#36364) (#36369) * Add more check for stopwatch read or list (#36340) (#36368) * Fix openid setting check (#36346) (#36361) * fill missing `has_code` in repository api (#36338) (#36359) * Fix notifications pagination query parameters (#36351) (#36358) * Fix cancel auto merge bug (#36341) (#36356) * Fix delete attachment check (#36320) (#36355) * LFS locks must belong to the intended repo (#36344) (#36349) * Fix some trivial problems (#36336) (#36337) * Fix WebAuthn error checking (#36219) (#36235) * fix: prevent panic when GitLab release has more links than sources (#36295) (#36305) * Fix stats bug when syncing release (#36285) (#36294) * add more routes to the "expensive" list (#36290) * Always honor user's choice for "delete branch after merge" (#36281) (#36286) * Make "commit statuses" API accept slashes in "ref" (#36264) (#36275) * Fix panic when get editor config file (#36241) (#36247) * Use the requested host for LFS links (#36242) (#36258) * Fix regression in writing authorized principals (#36213) (#36218) OBS-URL: https://build.opensuse.org/package/show/home:ecsos:server/gitea?expand=0&rev=397
22 lines
761 B
Plaintext
22 lines
761 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/go-gitea/gitea</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v1.25.4</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">gitea*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">gitea</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="archive">gitea-1.*.tar.gz</param>
|
|
</service>
|
|
</services>
|