BaoyangChai 
							
						 
					 
					
						
						
						
						
							
						
						
							65f587d5e9 
							
						 
					 
					
						
						
							
							fix ineffectual assignment  
						
						
						
						
					 
					
						2019-02-12 19:05:22 +08:00 
						 
				 
			
				
					
						
							
							
								BaoyangChai 
							
						 
					 
					
						
						
						
						
							
						
						
							2fefd8cbbf 
							
						 
					 
					
						
						
							
							update len  
						
						
						
						
					 
					
						2019-02-12 18:53:34 +08:00 
						 
				 
			
				
					
						
							
							
								BaoyangChai 
							
						 
					 
					
						
						
						
						
							
						
						
							ba17bdd366 
							
						 
					 
					
						
						
							
							add ignore auto_now_add field when update  
						
						
						
						
					 
					
						2019-02-12 18:05:29 +08:00 
						 
				 
			
				
					
						
							
							
								Iskander Sharipov 
							
						 
					 
					
						
						
						
						
							
						
						
							c998e52cc0 
							
						 
					 
					
						
						
							
							config/yaml: s/bytes.NewBuffer/bytes.NewReader/  
						
						... 
						
						
						
						When io.Reader is required out of []byte,
it's better to use bytes.NewReader than bytes.NewBuffer.
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com> 
						
						
					 
					
						2019-02-10 20:37:43 +03:00 
						 
				 
			
				
					
						
							
							
								Faissal Elamraoui 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3224369ac9 
							
						 
					 
					
						
						
							
							Merge pull request  #3523  from Quasilyte/quasilyte/boolExprSimplify  
						
						... 
						
						
						
						Simplify boolean expressions 
						
						
					 
					
						2019-02-09 16:16:31 +01:00 
						 
				 
			
				
					
						
							
							
								Iskander Sharipov 
							
						 
					 
					
						
						
						
						
							
						
						
							67666dbe0f 
							
						 
					 
					
						
						
							
							all: simplify boolean expressions  
						
						... 
						
						
						
						- !(a == b) => a != b
- !(a != b) => a == b
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com> 
						
						
					 
					
						2019-02-09 17:18:59 +03:00 
						 
				 
			
				
					
						
							
							
								Sergey 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d7430eb921 
							
						 
					 
					
						
						
							
							SessionRead: check of the length for input sid variable  
						
						
						
						
					 
					
						2019-02-04 11:03:27 +05:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							26a6b426f1 
							
						 
					 
					
						
						
							
							Merge pull request  #3487  from duyazhe/patch-1  
						
						... 
						
						
						
						Update orm_log.go 
						
						
					 
					
						2019-02-04 11:26:42 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f35ce67f7 
							
						 
					 
					
						
						
							
							Merge pull request  #3493  from bharat-p/3492-add-db-stats-to-ormer  
						
						... 
						
						
						
						Add DBStats method wrapper to provide sql.DBStats when using ormer 
						
						
					 
					
						2019-02-04 11:24:13 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3406d58797 
							
						 
					 
					
						
						
							
							Merge pull request  #3503  from wtospit/develop  
						
						... 
						
						
						
						fix: when parse post form it didnt parse fields correctly 
						
						
					 
					
						2019-02-04 11:23:23 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7925458fc0 
							
						 
					 
					
						
						
							
							Merge pull request  #3502  from Quasilyte/patch-1  
						
						... 
						
						
						
						cache: remove excessive type assertions 
						
						
					 
					
						2019-02-02 16:43:04 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6854aaf9f 
							
						 
					 
					
						
						
							
							Merge pull request  #3506  from DennisMao/hotfixFileCachePanic  
						
						... 
						
						
						
						fix panic cause by the map 
						
						
					 
					
						2019-02-02 16:38:11 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							656f595226 
							
						 
					 
					
						
						
							
							Merge pull request  #3508  from Quasilyte/patch-2  
						
						... 
						
						
						
						replace unchecked Compile calls with MustCompile 
						
						
					 
					
						2019-02-02 16:36:15 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							280aaf9d3b 
							
						 
					 
					
						
						
							
							Merge pull request  #3519  from zav8/add_support_for_pointer_fields  
						
						... 
						
						
						
						add support for pointer fields of structs to method QueryRows() 
						
						
					 
					
						2019-02-02 16:35:41 +08:00 
						 
				 
			
				
					
						
							
							
								zav8 
							
						 
					 
					
						
						
						
						
							
						
						
							7abdb05f91 
							
						 
					 
					
						
						
							
							little fix  
						
						
						
						
					 
					
						2019-02-01 15:39:40 +08:00 
						 
				 
			
				
					
						
							
							
								zav8 
							
						 
					 
					
						
						
						
						
							
						
						
							af4464ce58 
							
						 
					 
					
						
						
							
							add support for pointer fields of structs to method QueryRows()  
						
						
						
						
					 
					
						2019-02-01 15:27:10 +08:00 
						 
				 
			
				
					
						
							
							
								Iskander (Alex) Sharipov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ca0978777 
							
						 
					 
					
						
						
							
							replace unchecked Compile calls with MustCompile  
						
						... 
						
						
						
						For constant patterns and especially when errors are ignored,
`regexp.MustCompile` is a better choice than `regexp.Compile`.
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com> 
						
						
					 
					
						2019-01-26 14:13:53 +03:00 
						 
				 
			
				
					
						
							
							
								DennisMao 
							
						 
					 
					
						
						
						
						
							
						
						
							8506194d2c 
							
						 
					 
					
						
						
							
							fix panic cause by the map  
						
						
						
						
					 
					
						2019-01-25 19:08:39 +08:00 
						 
				 
			
				
					
						
							
							
								Witaya Tospitakkul 
							
						 
					 
					
						
						
						
						
							
						
						
							3bd7614ade 
							
						 
					 
					
						
						
							
							refactoring code after discussion  
						
						
						
						
					 
					
						2019-01-25 11:00:24 +07:00 
						 
				 
			
				
					
						
							
							
								Witaya Tospitakkul 
							
						 
					 
					
						
						
						
						
							
						
						
							bd1b421491 
							
						 
					 
					
						
						
							
							fix: adding test for issue due to testing is not reflect changed  
						
						
						
						
					 
					
						2019-01-25 09:04:01 +07:00 
						 
				 
			
				
					
						
							
							
								Witaya Tospitakkul 
							
						 
					 
					
						
						
						
						
							
						
						
							920207f72c 
							
						 
					 
					
						
						
							
							add testing for ParseForm when form post has a slice in body  
						
						
						
						
					 
					
						2019-01-25 00:38:14 +07:00 
						 
				 
			
				
					
						
							
							
								Witaya Tospitakkul 
							
						 
					 
					
						
						
						
						
							
						
						
							12fdc04f1b 
							
						 
					 
					
						
						
							
							fix: when parse post form it didnt parse fields which have same name but the first index is empty but another is not  
						
						
						
						
					 
					
						2019-01-25 00:15:40 +07:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0c744ae6a 
							
						 
					 
					
						
						
							
							Merge pull request  #3499  from JessonChan/develop  
						
						... 
						
						
						
						fix download filename(chinese) bug 
						
						
					 
					
						2019-01-24 17:27:29 +08:00 
						 
				 
			
				
					
						
							
							
								Iskander (Alex) Sharipov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc07fa7085 
							
						 
					 
					
						
						
							
							cache: remove excessive type assertions  
						
						... 
						
						
						
						Assign type switch variable to get properly-typed value
inside case clauses.
Signed-off-by: Iskander Sharipov <quasilyte@gmail.com> 
						
						
					 
					
						2019-01-24 08:52:30 +03:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							1c893996c0 
							
						 
					 
					
						
						
							
							improve the download func code  
						
						
						
						
					 
					
						2019-01-23 12:36:14 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							a9ffc2a078 
							
						 
					 
					
						
						
							
							https://github.com/astaxie/beego/issues/3446  
						
						... 
						
						
						
						Use UTF-8 as the encoding of the "filename*" parameter, when
                           present, because at least one existing implementation only
                           implements that encoding. 
						
						
					 
					
						2019-01-23 12:30:57 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							712bbfe575 
							
						 
					 
					
						
						
							
							Merge pull request  #3498  from JessonChan/develop  
						
						... 
						
						
						
						change gosimple to staticcheck 
						
						
					 
					
						2019-01-23 11:31:37 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							0145fe3486 
							
						 
					 
					
						
						
							
							remove SA1024 staticchek  
						
						
						
						
					 
					
						2019-01-22 20:52:06 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							2a579eb27c 
							
						 
					 
					
						
						
							
							staticcheck  checks -ST1003 remove  
						
						
						
						
					 
					
						2019-01-22 20:41:07 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							5b42afa324 
							
						 
					 
					
						
						
							
							modiyf staticcheck  checks  
						
						
						
						
					 
					
						2019-01-22 20:30:05 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							97713849a1 
							
						 
					 
					
						
						
							
							delete stackcheck config file and ignore some staticcheck checks  
						
						
						
						
					 
					
						2019-01-22 20:21:00 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							abc9c38224 
							
						 
					 
					
						
						
							
							ignore some staticcheck checks  
						
						
						
						
					 
					
						2019-01-22 20:04:30 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							f237ff049a 
							
						 
					 
					
						
						
							
							redis_sentinel test ignore  
						
						
						
						
					 
					
						2019-01-22 19:45:32 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							00264650b5 
							
						 
					 
					
						
						
							
							modify travis and redis_sentinel test  
						
						
						
						
					 
					
						2019-01-22 19:29:53 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							2956d33bab 
							
						 
					 
					
						
						
							
							no need gosimple  
						
						
						
						
					 
					
						2019-01-22 19:12:25 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							c3eca637fb 
							
						 
					 
					
						
						
							
							no need gosimple  
						
						
						
						
					 
					
						2019-01-22 19:10:23 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							0d54bbff02 
							
						 
					 
					
						
						
							
							make staticcheck happy  
						
						
						
						
					 
					
						2019-01-22 19:09:57 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							e65a9cbc00 
							
						 
					 
					
						
						
							
							Gosimple has been deprecated. Please use staticcheck instead.  
						
						
						
						
					 
					
						2019-01-22 18:01:14 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							3ed82c0882 
							
						 
					 
					
						
						
							
							Gosimple has been deprecated. Please use staticcheck instead.  
						
						
						
						
					 
					
						2019-01-22 17:43:55 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							475feb7e24 
							
						 
					 
					
						
						
							
							camel name style  
						
						
						
						
					 
					
						2019-01-22 16:25:17 +08:00 
						 
				 
			
				
					
						
							
							
								JessonChan 
							
						 
					 
					
						
						
						
						
							
						
						
							30b80cba92 
							
						 
					 
					
						
						
							
							errors is better style  
						
						
						
						
					 
					
						2019-01-22 16:23:10 +08:00 
						 
				 
			
				
					
						
							
							
								nuczzz 
							
						 
					 
					
						
						
						
						
							
						
						
							fe519bd2a0 
							
						 
					 
					
						
						
							
							update tls KeepAlive setting  
						
						
						
						
					 
					
						2019-01-20 11:17:10 +08:00 
						 
				 
			
				
					
						
							
							
								Bharat Patel 
							
						 
					 
					
						
						
						
						
							
						
						
							f508f8d959 
							
						 
					 
					
						
						
							
							Nil check  
						
						
						
						
					 
					
						2019-01-18 16:51:40 -08:00 
						 
				 
			
				
					
						
							
							
								nuczzz 
							
						 
					 
					
						
						
						
						
							
						
						
							e295c3c7c3 
							
						 
					 
					
						
						
							
							add shutdown log  
						
						
						
						
					 
					
						2019-01-18 19:50:22 +08:00 
						 
				 
			
				
					
						
							
							
								nuczzz 
							
						 
					 
					
						
						
						
						
							
						
						
							313be996cd 
							
						 
					 
					
						
						
							
							call cancel after shutdown  
						
						
						
						
					 
					
						2019-01-18 19:33:45 +08:00 
						 
				 
			
				
					
						
							
							
								Bharat Patel 
							
						 
					 
					
						
						
						
						
							
						
						
							2ae480556d 
							
						 
					 
					
						
						
							
							Add DBStats method wrapper to provide sql.DBStats when using ormer  
						
						
						
						
					 
					
						2019-01-17 09:56:42 -08:00 
						 
				 
			
				
					
						
							
							
								nuczzz 
							
						 
					 
					
						
						
						
						
							
						
						
							7173fd7490 
							
						 
					 
					
						
						
							
							modify http graceful  
						
						
						
						
					 
					
						2019-01-17 20:17:57 +08:00 
						 
				 
			
				
					
						
							
							
								duyazhe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d792536c23 
							
						 
					 
					
						
						
							
							Update orm_log.go  
						
						... 
						
						
						
						orm log支持用户自定义函数处理 
						
						
					 
					
						2019-01-14 15:14:11 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80aabdd372 
							
						 
					 
					
						
						
							
							Merge pull request  #3472  from sangheee/develop  
						
						... 
						
						
						
						fix: negative WaitGroup counter has not been resolved yet. 
						
						
					 
					
						2019-01-08 23:54:40 +08:00 
						 
				 
			
				
					
						
							
							
								astaxie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6892369cc6 
							
						 
					 
					
						
						
							
							Merge pull request  #3464  from zhl11b/develop  
						
						... 
						
						
						
						手机号起始三位补全 
						
						
					 
					
						2019-01-08 23:54:00 +08:00