aa7c34cf86 
								
							 
						 
						
							
							
								
								Fix error log when loading issues caused by a xorm bug ( #7271 )  
							
							... 
							
							
							
							* fix error log when loading issues caused by a xorm bug
* upgrade packages
* fix fmt
* fix Consistency
* fix tests 
							
						 
						
							2019-06-23 18:22:43 +03:00  
				
					
						
							
							
								 
						
							
								f9ec2f89f2 
								
							 
						 
						
							
							
								
								Add golangci ( #6418 )  
							
							
							
						 
						
							2019-06-12 15:41:28 -04:00  
				
					
						
							
							
								 
						
							
								56ae539bed 
								
							 
						 
						
							
							
								
								SearchRepositoryByName improvements and unification ( #6897 )  
							
							
							
						 
						
							2019-05-15 11:24:39 -04:00  
				
					
						
							
							
								 
						
							
								64ce159a6e 
								
							 
						 
						
							
							
								
								Allow to set organization visibility (public, internal, private) ( #1763 )  
							
							
							
						 
						
							2019-02-18 18:00:27 +02:00  
				
					
						
							
							
								 
						
							
								10370651fc 
								
							 
						 
						
							
							
								
								This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql ( #5136 )  
							
							... 
							
							
							
							* This commit will reduce join star, repo_topic, topic tables on repo search, so that fix extra columns problem on mssql
* fix tests 
							
						 
						
							2018-10-30 17:48:37 -04:00  
				
					
						
							
							
								 
						
							
								486e989a39 
								
							 
						 
						
							
							
								
								feat(topic): search keyword by splitting provided values by , ( #4939 )  
							
							
							
						 
						
							2018-10-17 23:14:28 -04:00  
				
					
						
							
							
								 
						
							
								ea20adaa84 
								
							 
						 
						
							
							
								
								feat(repo): support search repository by topic name ( #4505 )  
							
							... 
							
							
							
							* feat(repo): support search repository by topic name 
							
						 
						
							2018-09-13 10:33:48 +08:00  
				
					
						
							
							
								 
						
							
								b908ac9fab 
								
							 
						 
						
							
							
								
								Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )  
							
							... 
							
							
							
							* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com> 
							
						 
						
							2018-05-24 09:03:42 +08:00  
				
					
						
							
							
								 
						
							
								9e5d0a09eb 
								
							 
						 
						
							
							
								
								Global code search support ( #3664 )  
							
							... 
							
							
							
							* add global code search on explore
* fix bug when no anyone public repos
* change the icon
* fix typo and add UnitTypeCode check for login non-admin user
* fix ui description when no match 
							
						 
						
							2018-03-16 22:04:33 +08:00  
				
					
						
							
							
								 
						
							
								8cd987af0c 
								
							 
						 
						
							
							
								
								Add repo-sync-releases admin command ( #3254 )  
							
							... 
							
							
							
							* Add repo-sync-releases admin command
Will help recovering corrupted database, see #3247 
* Load repos in chunks of 10, exit with error if unable to get a list, scan private repos, fix typo
* Fix debug output about num releases
* Introduce RepositoryListDefaultPageSize constant, set to 64
Use it from the new admin command
* Use RepositoryListDefaultPageSize in more places
* Document RepositoryListDefaultPageSize 
							
						 
						
							2017-12-31 16:45:46 +02:00  
				
					
						
							
							
								 
						
							
								c0a7899416 
								
							 
						 
						
							
							
								
								Sort repos in issues dashboard sidebar ( #3072 )  
							
							... 
							
							
							
							* Sort repos in issues dashboard sidebar
* Sort repos by name 
							
						 
						
							2017-12-04 12:39:01 +08:00  
				
					
						
							
							
								 
						
							
								ddb7f59ef4 
								
							 
						 
						
							
							
								
								Add search mode option to /api/repo/search ( #2756 )  
							
							... 
							
							
							
							* Add repo type option to /api/repo/search
* Add tests and fix result of collaborative filter in specific condition
* Fix/optimize search & tests
* Improve integration tests
* Fix lint errors
* Fix unit tests
* Change and improve internal implementation of repo search
* Use NonexistentID
* Make search api more general
* Change mirror and fork search behaviour
* Fix tests & typo in comment 
							
						 
						
							2017-10-27 00:16:13 +03:00  
				
					
						
							
							
								 
						
							
								ccd3577970 
								
							 
						 
						
							
							
								
								Fix repository search function ( #2689 )  
							
							... 
							
							
							
							* Fix and remove FIXME
* Respect membership visibility
* Fix/rewrite searchRepositoryByName function
* Add unit tests
* Add integration tests
* Remove Searcher completely
* Remove trailing space 
							
						 
						
							2017-10-17 23:20:22 +08:00  
				
					
						
							
							
								 
						
							
								dff26e25ca 
								
							 
						 
						
							
							
								
								Remove redudant functions and code ( #2652 )  
							
							... 
							
							
							
							* Remove redudant functions and code 
							
						 
						
							2017-10-10 22:37:18 +02:00  
				
					
						
							
							
								 
						
							
								9a75a5d59b 
								
							 
						 
						
							
							
								
								Use custom type and constants to hold order by options ( #2572 )  
							
							
							
						 
						
							2017-09-22 15:53:21 +03:00  
				
					
						
							
							
								 
						
							
								f61a1d210c 
								
							 
						 
						
							
							
								
								Fix missing collabrative repos ( #2367 )  
							
							... 
							
							
							
							* fix missing collabrative repos
* fix bug of collabrative
* fix SQL quotes 
							
						 
						
							2017-08-24 22:01:03 +08:00  
				
					
						
							
							
								 
						
							
								1a5fe4326f 
								
							 
						 
						
							
							
								
								Add collaborative repositories to the dashboard ( #2205 )  
							
							... 
							
							
							
							* Add collaborative repositories to the dashboard
Remove some unused code from the Dashboard func
* fix some bug and some refactor
* fix tests 
							
						 
						
							2017-08-23 09:30:54 +08:00  
				
					
						
							
							
								 
						
							
								7e0654bd9e 
								
							 
						 
						
							
							
								
								Fix counts on issues dashboard ( #2215 )  
							
							... 
							
							
							
							* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues 
							
						 
						
							2017-08-03 13:09:16 +08:00  
				
					
						
							
							
								 
						
							
								ab79069dc7 
								
							 
						 
						
							
							
								
								Improve dashboard repo search ( #1652 )  
							
							... 
							
							
							
							* Add VueJS
* Improve dashboard search
* Fix tab switching
* Fix input autofocus 
							
						 
						
							2017-05-09 08:31:30 +08:00  
				
					
						
							
							
								 
						
							
								3edb0c5894 
								
							 
						 
						
							
							
								
								Generate swagger json ( #1402 )  
							
							... 
							
							
							
							- Generate swagger.json into public/
- Add swagger-ui auto-installation
- Add footer link to local swagger-ui
- Add /swagger url for using app url.
- Fix Swagger-UI version via git tag 
							
						 
						
							2017-05-02 15:35:59 +02:00  
				
					
						
							
							
								 
						
							
								c99e7e1a62 
								
							 
						 
						
							
							
								
								Simplify RepositoryList.loadAttributes() ( #1211 )  
							
							
							
						 
						
							2017-03-11 16:50:12 +08:00  
				
					
						
							
							
								 
						
							
								32faec00e6 
								
							 
						 
						
							
							
								
								move all repo list functions as a standalone file ( #1061 )  
							
							
							
						 
						
							2017-02-27 08:45:03 +08:00