1
0
Fork 0
gitea/models/issues
yp05327 d2e4039def
Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658)
GitHub like role descriptor

![image](https://github.com/go-gitea/gitea/assets/18380374/ceaed92c-6749-47b3-89e8-0e0e7ae65321)

![image](https://github.com/go-gitea/gitea/assets/18380374/8193ec34-cbf0-47f9-b0de-10dbddd66970)

![image](https://github.com/go-gitea/gitea/assets/18380374/56c7ed85-6177-425e-9f2f-926e99770782)

---------

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-08-24 13:06:17 +08:00
..
assignees.go
assignees_test.go
comment.go Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) 2023-08-24 13:06:17 +08:00
comment_code.go
comment_list.go
comment_test.go
content_history.go
content_history_test.go Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
dependency.go
dependency_test.go
issue.go Use more `IssueList` instead of `[]*Issue` (#26369) 2023-08-07 19:26:40 +00:00
issue_index.go
issue_label.go
issue_list.go
issue_list_test.go
issue_lock.go
issue_project.go Use more `IssueList` instead of `[]*Issue` (#26369) 2023-08-07 19:26:40 +00:00
issue_search.go Fix project filter bugs (#26490) 2023-08-15 14:50:12 +00:00
issue_stats.go [Refactor] getIssueStatsChunk to move inner function into own one (#26671) 2023-08-22 21:29:49 -04:00
issue_test.go
issue_update.go
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go
label.go Fix archived unix time when archiving the label (#26681) 2023-08-23 10:12:20 +00:00
label_test.go Allow to archive labels (#26478) 2023-08-14 11:56:14 +02:00
main_test.go
milestone.go
milestone_test.go
pull.go Add transaction when creating pull request created dirty data (#26259) 2023-08-10 02:39:21 +00:00
pull_list.go Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) 2023-08-24 13:06:17 +08:00
pull_test.go Add transaction when creating pull request created dirty data (#26259) 2023-08-10 02:39:21 +00:00
reaction.go Always show usernames in reaction tooltips (#26444) 2023-08-10 21:20:01 +00:00
reaction_test.go Always show usernames in reaction tooltips (#26444) 2023-08-10 21:20:01 +00:00
review.go Add transaction when creating pull request created dirty data (#26259) 2023-08-10 02:39:21 +00:00
review_list.go
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go