mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 13:51:35 +01:00 
			
		
		
		
	Bug fix for repo releases sorted (#3522)
Signed-off-by: Wendell Sun <iwendellsun@gmail.com> Use TimeStampNow function
This commit is contained in:
		
							parent
							
								
									7b104f0cd0
								
							
						
					
					
						commit
						2f5c1ba1db
					
				| @ -36,7 +36,7 @@ type Release struct { | ||||
| 	IsPrerelease     bool           `xorm:"NOT NULL DEFAULT false"` | ||||
| 	IsTag            bool           `xorm:"NOT NULL DEFAULT false"` | ||||
| 	Attachments      []*Attachment  `xorm:"-"` | ||||
| 	CreatedUnix      util.TimeStamp `xorm:"created INDEX"` | ||||
| 	CreatedUnix      util.TimeStamp `xorm:"INDEX"` | ||||
| } | ||||
| 
 | ||||
| func (r *Release) loadAttributes(e Engine) error { | ||||
| @ -134,6 +134,8 @@ func createTag(gitRepo *git.Repository, rel *Release) error { | ||||
| 		if err != nil { | ||||
| 			return fmt.Errorf("CommitsCount: %v", err) | ||||
| 		} | ||||
| 	} else { | ||||
| 		rel.CreatedUnix = util.TimeStampNow() | ||||
| 	} | ||||
| 	return nil | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user