You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/14 07:15:03 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #2492: refactor: rename connection.RateLimit to connection.RateLimitPerHour

warren830 commented on code in PR #2492:
URL: https://github.com/apache/incubator-devlake/pull/2492#discussion_r920830601


##########
plugins/jira/models/migrationscripts/archived/connection_history.go:
##########
@@ -30,7 +30,7 @@ type JiraConnectionV11 struct {
 	StoryPointField            string    `gorm:"type:varchar(50);" json:"storyPointField"`
 	RemotelinkCommitShaPattern string    `gorm:"type:varchar(255);comment='golang regexp, the first group will be recognized as commit sha, ref https://github.com/google/re2/wiki/Syntax'" json:"remotelinkCommitShaPattern"`
 	Proxy                      string    `json:"proxy"`
-	RateLimit                  int       `comment:"api request rate limt per hour" json:"rateLimit"`
+	RateLimitPerHour           int       `comment:"api request rate limt per hour" json:"rateLimit"`

Review Comment:
   I found that jira tables have been dropped too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org