Accepting request 1160993 from home:rrahl0:branches:devel:tools:scm
- update to 1.21.8-0: * Fix /api/v1/{owner}/{repo}/issue_templates which was always failing with a 500 error. * Prevent error 500 on /user/settings/security when SignedUser has a linked account from a deactivated authentication source. * Fix error 500 when pushing release to an empty repo. * Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize. * Fix error 500 when deleting account with incorrect password or unsupported login type. * handle user-defined name anchors like [Link](#link) linking to <a name="link"></a>Link. * Use correct head commit for CODEOWNER. * Fix manual merge button. * Make meilisearch do exact search for issues. * Fix PR creation via api between branches of same repo with head field namespaced. OBS-URL: https://build.opensuse.org/request/show/1160993 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=6
This commit is contained in:
parent
b2c8cd471a
commit
35e84d159a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c0148995288839f685d887f7d1c5f4c6f89511d60d6262ae500e2991803eb5c
|
||||
size 58802779
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZehYtAAKCRCkthotxZI3
|
||||
EKUUAQCniTUANEmG977hKhbc8QZUB2GFIoxv7ZCQOpEd628PeQD9EKQ4XB0Uh0+V
|
||||
qtc9kiwbeAwWuYmWJRB+q1tmLlDJrgM=
|
||||
=aLIv
|
||||
-----END PGP SIGNATURE-----
|
3
forgejo-src-1.21.8-0.tar.gz
Normal file
3
forgejo-src-1.21.8-0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a7b93de246abc2ae1f078165a25e8cd336b50f3328b99af455ac9fd89cb5a7d
|
||||
size 58828827
|
7
forgejo-src-1.21.8-0.tar.gz.asc
Normal file
7
forgejo-src-1.21.8-0.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZf8BtwAKCRCkthotxZI3
|
||||
EPMdAP44oMzY6PhCP0t9kNtPYlOjnFyBhD0vcPqXhhIwx4bsFQEAnhnblFyF8jv0
|
||||
FbrF4nQe/wrM96hzu+wzpFDKKTEgjAA=
|
||||
=LltT
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 23 21:21:28 UTC 2024 - Richard Rahl <user@localhost>
|
||||
|
||||
- update to 1.21.8-0:
|
||||
* Fix /api/v1/{owner}/{repo}/issue_templates which was always failing with a
|
||||
500 error.
|
||||
* Prevent error 500 on /user/settings/security when SignedUser has a linked
|
||||
account from a deactivated authentication source.
|
||||
* Fix error 500 when pushing release to an empty repo.
|
||||
* Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFileSize.
|
||||
* Fix error 500 when deleting account with incorrect password or unsupported login type.
|
||||
* handle user-defined name anchors like [Link](#link) linking to <a name="link"></a>Link.
|
||||
* Use correct head commit for CODEOWNER.
|
||||
* Fix manual merge button.
|
||||
* Make meilisearch do exact search for issues.
|
||||
* Fix PR creation via api between branches of same repo with head field namespaced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 07:35:29 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define gitea_version 1.21.7
|
||||
%define gitea_version 1.21.8
|
||||
%define forgejo_version 0
|
||||
Name: forgejo
|
||||
Version: %{gitea_version}+%{forgejo_version}
|
||||
|
Loading…
Reference in New Issue
Block a user