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 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	4e33481357 
 
						 
						
							
							
								
								
								Make label templates have consistent behavior and priority ( #23749 )  
							
							... 
							
							
							
							
							Fix https://github.com/go-gitea/gitea/issues/23715 
Other related PRs:
* #23717 
* #23716 
* #23719 
This PR is different from others, it tries to resolve the problem fundamentally (and brings more benefits)
Although it looks like some more lines are added, actually many new lines are for tests.
----
Before, the code was just "guessing" the file type and try to parse them.
<details>

</details>
This PR:
* Always remember the original option file names, and always use correct parser for them.
* Another benefit is that we can sort the Label Templates now (before there was a map, its key order is undefined)
 
							
						 
						
							2023-04-10 16:44:02 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Song 
								
							 
						 
						
							
							
								
							
							
	
	
	090e753923 
 
						 
						
							
							
								
								
								Reduce duplicate and useless code in options ( #23369 )  
							
							... 
							
							
							
							
							Avoid maintaining two copies of code, some functions can be used with
both `bindata` and `no bindata`.
And removed `GetRepoInitFile`, it's useless now.
`Readme`/`Gitignore`/`License`/`Labels` will clean the name and use
custom files when available. 
							
						 
						
							2023-03-08 17:31:27 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lauris BH 
								
							 
						 
						
							
							
								
							
							
	
	
	58b4143803 
 
						 
						
							
							
								
								
								Add loading yaml label template files ( #22976 )  
							
							... 
							
							
							
							
							Extract from #11669  and enhancement to #22585  to support exclusive
scoped labels in label templates
* Move label template functionality to label module
* Fix handling of color codes
* Add Advanced label template 
							
						 
						
							2023-03-02 01:44:23 +02:00