chavacava 
								
							 
						 
						
							
							
								
							
							
	99d697263f  
						 
						
							
							
								
								
								chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents ( #7994 )  
							
							... 
							
							
							
							
							This PR replaces unnecessary calls to formatting functions (`fmt.Printf`, `fmt.Errorf`, ...) by non-formatting equivalents.
Resolves  #7967 
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7994 
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: chavacava <chavacava@noreply.codeberg.org>
Co-committed-by: chavacava <chavacava@noreply.codeberg.org> 
							
						 
						
							2025-05-29 17:34:29 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gusted 
								
							 
						 
						
							
							
								
							
							
	2457f5ff22  
						 
						
							
							
								
								
								chore: branding import path ( #7337 )  
							
							... 
							
							
							
							
							- Massive replacement of changing `code.gitea.io/gitea` to `forgejo.org`.
- Resolves  forgejo/discussions#258 
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7337 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz> 
							
						 
						
							2025-03-27 19:40:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexandre Oliveira 
								
							 
						 
						
							
							
								
							
							
	ef815db8f2  
						 
						
							
							
								
								
								Remove hardcoded filenames for better readability  
							
							
							
							
						 
						
							2024-07-17 23:20:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sergey Bugaev 
								
							 
						 
						
							
							
								
							
							
	
	
	2da233ad8b 
 
						 
						
							
							
								
								
								Propagate install_if and provider_priority to APKINDEX ( #28899 )  
							
							... 
							
							
							
							
							Resolves https://github.com/go-gitea/gitea/issues/28704 
Example of an entry in the generated `APKINDEX` file:
```
C:Q1xCO3H9LTTEbhKt9G1alSC87I56c=
P:hello
V:2.12-r1
A:x86_64
T:The GNU Hello program produces a familiar, friendly greeting
U:https://www.gnu.org/software/hello/ 
L:GPL-3.0-or-later
S:15403
I:36864
o:hello
m:
t:1705934118
D:so:libc.musl-x86_64.so.1
p:cmd:hello=2.12-r1
i:foobar=1.0 !baz
k:42
```
the `i:` and `k:` entries are new.
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2024-02-05 05:52:56 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KN4CK3R 
								
							 
						 
						
							
							
								
							
							
	
	
	ff5106d700 
 
						 
						
							
							
								
								
								Fix possible nil pointer access ( #28428 )  
							
							... 
							
							
							
							
							There could be a nil pointer exception if the file is not found because
that specific error is suppressed but not handled. 
							
						 
						
							2023-12-12 13:51:33 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KN4CK3R 
								
							 
						 
						
							
							
								
							
							
	
	
	ab3f6c1bac 
 
						 
						
							
							
								
								
								Close all hashed buffers ( #27787 )  
							
							... 
							
							
							
							
							Add missing `.Close()` calls. The current code does not delete the
temporary files if the data grows over 32mb. 
							
						 
						
							2023-10-25 21:24:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									JakobDev 
								
							 
						 
						
							
							
								
							
							
	
	
	7047df36d4 
 
						 
						
							
							
								
								
								Another round of db.DefaultContext refactor ( #27103 )  
							
							... 
							
							
							
							
							Part of #27065 
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-09-25 13:17:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									JakobDev 
								
							 
						 
						
							
							
								
							
							
	
	
	c548dde205 
 
						 
						
							
							
								
								
								More refactoring of db.DefaultContext ( #27083 )  
							
							... 
							
							
							
							
							Next step of #27065  
							
						 
						
							2023-09-15 06:13:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KN4CK3R 
								
							 
						 
						
							
							
								
							
							
	
	
	9173e079ae 
 
						 
						
							
							
								
								
								Add Alpine package registry ( #23714 )  
							
							... 
							
							
							
							
							This PR adds an Alpine package registry. You can follow [this
tutorial](https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package )
to build a *.apk package for testing.
This functionality is similar to the Debian registry (#22854 ) and
therefore shares some methods. I marked this PR as blocked because it
should be merged after #22854 .

---------
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-05-12 17:27:50 +00:00