ListIssues: add milestones filter #327

Merged
6543 merged 6 commits from 6543/go-sdk:ListIssues-add-milestones into master 2020-05-20 06:48:24 +00:00
Owner

as title
close #322

as title close #322
6543 added the
kind/enhancement
label 2020-05-18 17:12:16 +00:00
6543 added this to the v0.12.0 milestone 2020-05-18 17:12:56 +00:00
zeripath reviewed 2020-05-19 06:33:01 +00:00
Dismissed
gitea/issue.go Outdated
@ -99,3 +102,3 @@
lq += ","
}
lq += l
lq += opt.Labels[i]
Owner

Why'd you change this?

Why'd you change this?
Author
Owner

as the the related commit message tell: code formateion

to make it similar to milestone ones

and I choose for i := range objlist over for _, o := range objlist because of speed thoughts

as the the related commit message tell: code formateion to make it similar to milestone ones and I choose `for i := range objlist` over `for _, o := range objlist` because of speed thoughts
Author
Owner

strings.Join 🎉

strings.Join :tada:
6543 marked this conversation as resolved
zeripath approved these changes 2020-05-19 10:44:18 +00:00
Dismissed
lunny approved these changes 2020-05-20 05:00:20 +00:00
Dismissed
6543 merged commit f224b4e50c into master 2020-05-20 06:48:15 +00:00
6543 deleted branch ListIssues-add-milestones 2020-05-20 06:48:26 +00:00
Sign in to join this conversation.
No description provided.