| 
							
							
								 Ming Deng | f9146ec488 | Merge branch 'develop' of https://github.com/beego/beego into fix-index | 2021-01-26 12:11:04 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 326fc5dd9c | Merge pull request #4456 from changsongl/fix-router-method-expression Fix router method expression | 2021-01-26 12:10:29 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | d5df5e470d | Fix BUG: /abc.html/aaa match /abc/aaa | 2021-01-26 00:18:41 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 1d1781339f | add change log | 2021-01-24 23:16:38 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | a3cfa76292 | Merge branch 'develop' of https://github.com/beego/beego into fix-router-method-expression | 2021-01-24 23:10:47 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 11ead9e91b | add test cases for pointer method | 2021-01-24 23:09:21 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | d7a918f2c3 | Merge pull request #4453 from flycash/error Error Module desgin and apply it to httplib module | 2021-01-24 20:49:56 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 655e9fefa2 | Merge dev and resolve conflicts | 2021-01-24 19:06:26 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 3c0dbe2914 | Define error code for httplib | 2021-01-24 19:03:42 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 7d3f4aa4f7 | Merge pull request #4454 from flycash/mm Merge master branch and resolve conflicts | 2021-01-23 22:29:14 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | fa39135f0e | Merge master | 2021-01-23 21:39:40 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 1665963ed7 | change panic message | 2021-01-23 18:46:00 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 4077b6fdf0 | fix pointer receiver method expiression | 2021-01-23 18:30:41 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | a91a5d01d1 | Move codes to error package | 2021-01-22 16:15:01 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 05f8058be1 | Merge branch 'develop' of https://github.com/zchh/beego into error | 2021-01-22 15:33:12 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | f9ee9099a8 | Merge pull request #4452 from flycash/master Fix 4435: panic when controllers package not found | 2021-01-22 15:07:32 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 67495fc14c | Merge branch 'master' of https://github.com/beego/beego | 2021-01-21 23:35:16 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 53f01e50ce | Fix 4435: panic when controllers package not found | 2021-01-21 23:30:23 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 92d96e3cec | Merge pull request #4446 from flycash/master Fix 4444: Remove duration label, 404 panic, init observer once | 2021-01-20 09:44:56 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 452d20a187 | Fix 4444: panic when 404 not found; Using sync.Onyc to ensure register prometheus ovserver once | 2021-01-19 23:37:29 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | c8a325efe3 | Remove prometheus duration label | 2021-01-19 21:20:50 +08:00 |  | 
			
				
					| 
							
							
								 zchh | 17d6795921 | 完善代码 | 2021-01-18 19:56:07 +08:00 |  | 
			
				
					| 
							
							
								 zchh | d47a95df8d | error模块代码完善 | 2021-01-17 22:42:49 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 422498af8d | Merge pull request #4441 from changsongl/feature/timeout-support-for-task finish timeout option for task #4430 | 2021-01-15 16:15:36 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 09f349f716 | add err check for task running | 2021-01-15 11:35:10 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 9516caa32a | fix context nil lint | 2021-01-14 15:42:37 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 9e729668b1 | delete return sortlist | 2021-01-14 15:39:16 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 194de55058 | refactor code and fix bug | 2021-01-14 15:37:36 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 6464b500f1 | add change log | 2021-01-14 12:01:55 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | f4a829fbf6 | add comment | 2021-01-14 11:59:02 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 686b73891e | finish timeout option for task | 2021-01-14 11:55:56 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 9860e0a618 | Merge pull request #4407 from flycash/orm-mock Support ORM mock | 2021-01-13 19:27:17 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | de47c808d2 | Merge develop and Fix UT | 2021-01-12 21:03:59 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | bd8f4059e4 | Merge branch 'develop' of https://github.com/beego/beego into orm-mock | 2021-01-12 21:02:57 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 8cd3acfe7b | Merge pull request #4416 from changsongl/feature/route-method-expressions Feature issue #4402 finish router get example | 2021-01-12 20:59:13 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 40d3954f42 | change comment for | 2021-01-12 12:44:18 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 8e2cd8f85f | refactor code | 2021-01-12 11:34:40 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | deda13f3e4 | fix UT and Sonar problem | 2021-01-12 00:07:10 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | be6a204232 | Add change log | 2021-01-11 23:47:06 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 89eeedbf9d | Merge branch 'develop' of https://github.com/beego/beego into orm-mock | 2021-01-11 23:42:15 +08:00 |  | 
			
				
					| 
							
							
								 Ming Deng | 82164e848a | Merge pull request #4424 from paco0x/support-ctx Add context support | 2021-01-11 23:39:01 +08:00 |  | 
			
				
					| 
							
							
								 AllenX2018 | 58b3f37e9e | add object pool for SaveToFile | 2021-01-11 16:56:12 +08:00 |  | 
			
				
					| 
							
							
								 AllenX2018 | 4c523830a7 | add SaveToFileWithBuffer | 2021-01-11 16:41:48 +08:00 |  | 
			
				
					| 
							
							
								 AllenX2018 | 06292a0eca | add error handle | 2021-01-11 16:27:52 +08:00 |  | 
			
				
					| 
							
							
								 AllenX2018 | 662ee22134 | modify variable name | 2021-01-11 16:24:06 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | d2cfd884c8 | fix sonar cloud problems | 2021-01-11 10:41:35 +08:00 |  | 
			
				
					| 
							
							
								 Penghui Liao | c3b6c01c15 | Add InsertWithCtx method on Inserter interface. Signed-off-by: Penghui Liao <liaoishere@gmail.com> | 2021-01-11 10:24:03 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | f50476e063 | add change log | 2021-01-11 10:13:57 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 0c27df10c7 | Merge branch 'develop' of https://github.com/beego/beego into feature/route-method-expressions | 2021-01-11 10:09:39 +08:00 |  | 
			
				
					| 
							
							
								 Jason li | 0429838598 | refactor code for add beego type router | 2021-01-11 09:56:48 +08:00 |  |