Accepting request 1197495 from devel:tools:scm
- update to 8.0.2: * Overflow for images on project cards. * Allow unreacting from comment popover. * The scope of application tokens is not verified when writing containers or Conan packages. * When a Forgejo Actions workflow includes a workflow_dispatch with inputs and other events (for instance push), it is silently ignored because of a parsing error. * Automerge on AGit pull requests is ignored. * Show lock owner instead of repo owner on LFS setting page. * Render plain text file if the LFS object doesn't exist. * Panic of ssh public key page after deletion of an auth source. * Add missing repository type filter parameters to pager. * Reverted a change from Gitea which prevented allow/reject reviews on merged or closed PRs. This change was not considered by the Forgejo UI team and there is a consensus that it feels like a regression, since it interferes with workflows known to be used by Forgejo users without providing a tangible benefit. * Run full PR checks on AGit push. * Updated translations (forwarded request 1197494 from rrahl0) OBS-URL: https://build.opensuse.org/request/show/1197495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/forgejo?expand=0&rev=14
This commit is contained in:
commit
52adfa3933
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:284b2cc2a609d1766bb61f20cea7c6a9e2a34a9972f243d4962df2a24d15204a
|
||||
size 53413049
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZrYYFgAKCRCkthotxZI3
|
||||
EHz8AP90KeP3zRxXpllCJkXngANdUYN4wajU50u8p73dUY2jWAD/Wn87xN7RbrVd
|
||||
0U3wPsUy4Memvg4WYavNWBOEwDtTtww=
|
||||
=JG8G
|
||||
-----END PGP SIGNATURE-----
|
3
forgejo-src-8.0.2.tar.gz
Normal file
3
forgejo-src-8.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36929dbc206753f80766ea59b35adaf3cb28ed53fc89ac8640271f8766673546
|
||||
size 53459258
|
7
forgejo-src-8.0.2.tar.gz.asc
Normal file
7
forgejo-src-8.0.2.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYIAB0WIQTrEU9ebA3CvN0YNVCkthotxZI3EAUCZtB4+QAKCRCkthotxZI3
|
||||
EI/zAQCAYMjC1aNDQi173NnEsZ+6157ZngCPoT9YB3gzzmOaFAD+LQEyZ3PrsrJe
|
||||
/d8N+5Wyvj7ymLsUWzyTNpVZOtaNjQM=
|
||||
=jAB5
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 16:06:05 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 8.0.2:
|
||||
* Overflow for images on project cards.
|
||||
* Allow unreacting from comment popover.
|
||||
* The scope of application tokens is not verified when writing
|
||||
containers or Conan packages.
|
||||
* When a Forgejo Actions workflow includes a workflow_dispatch with
|
||||
inputs and other events (for instance push), it is silently ignored
|
||||
because of a parsing error.
|
||||
* Automerge on AGit pull requests is ignored.
|
||||
* Show lock owner instead of repo owner on LFS setting page.
|
||||
* Render plain text file if the LFS object doesn't exist.
|
||||
* Panic of ssh public key page after deletion of an auth source.
|
||||
* Add missing repository type filter parameters to pager.
|
||||
* Reverted a change from Gitea which prevented allow/reject reviews on
|
||||
merged or closed PRs. This change was not considered by the Forgejo
|
||||
UI team and there is a consensus that it feels like a regression,
|
||||
since it interferes with workflows known to be used by Forgejo users
|
||||
without providing a tangible benefit.
|
||||
* Run full PR checks on AGit push.
|
||||
* Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 21:25:45 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
%endif
|
||||
Name: forgejo
|
||||
Version: 8.0.1
|
||||
Version: 8.0.2
|
||||
Release: 0
|
||||
Summary: Self-hostable forge
|
||||
License: MIT
|
||||
@ -214,6 +214,6 @@ semodule -r %{name} 2>/dev/null || :
|
||||
%endif
|
||||
|
||||
%files firewalld
|
||||
%config(noreplace) %{_prefix}/lib/firewalld/services/%{name}.xml
|
||||
%{_prefix}/lib/firewalld/services/%{name}.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user