You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/migrations
赵智超 1b86f174ce
Add a way to mark Conversation (code comment) resolved (#11037)
* Add a way to mark Conversation (code comment) resolved

mark Conversation is a way to mark a Conversation is stale
or be solved. when it's marked as stale, will be hided like
stale. all Pull Request writer , Offical Reviewers and poster
can add or remove Conversation resolved mark.

Signed-off-by: a1012112796 <1012112796@qq.com>

* fix lint

* Apply suggestions from code review

* Add ResolveDoer
* fix ui

Co-Authored-By: Lauris BH <lauris@nix.lv>
Co-Authored-By: 6543 <6543@obermui.de>

* change IsResolved to an function
Add permission check in UpdateResolveConversation

* Apply suggestions from code review

* change return error for permisson check
* add default message for deleted user
* get issue message from comment
* add migration for ``ResolveDoerID`` column

another  change:
* block mark pending review as resolved because it's not necessary

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

* change button color

* resolve button size

* fix code style

* remove unusefull code

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
4 years ago
..
migrations.go Add a way to mark Conversation (code comment) resolved (#11037) 4 years ago
v70.go Remove migration support from versions earlier than 1.6.0 (#10026) 4 years ago
v71.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v72.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v73.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v74.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v75.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v76.go Remove migration support from versions earlier than 1.6.0 (#10026) 4 years ago
v77.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v78.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v79.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v80.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v81.go Upgrade xorm to v1.0.0 (#10646) 4 years ago
v82.go Add Close() method to gogitRepository (#8901) 5 years ago
v83.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v84.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v85.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v86.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v87.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v88.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v89.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v90.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v91.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v92.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v93.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v94.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v95.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v96.go Fix migration bug on v96.go (#10572) 4 years ago
v97.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v98.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v99.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v100.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
v101.go Allow more than 255 characters for tokens in external_login_user table (#8554) 5 years ago
v102.go Fix bug on pull requests when transfer head repository (#8564) 5 years ago
v103.go Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
v104.go Fix extra columns from `label` table (#8633) 5 years ago
v105.go Add team option to grant rights for all organization repositories (#8688) 5 years ago
v106.go Auto-subscribe user to repository when they commit/tag to it (#7657) 5 years ago
v107.go Template Repositories (#8768) 5 years ago
v108.go Improve notification (#8835) 5 years ago
v109.go Team permission to create repository in organization (#8312) 5 years ago
v110.go Upgrade xorm to v1.0.0 (#10646) 4 years ago
v111.go Issue with Migration rule v111 (#9449) 5 years ago
v112.go fix wrong migration (#9381) 5 years ago
v113.go Change target branch for pull request (#6488) 5 years ago
v114.go Add migration to sanitize repository original_url (#9423) 5 years ago
v115.go Ignore empty avatars in v115.go (#9520) 5 years ago
v116.go [API] Extend times API (#9200) 5 years ago
v117.go Add branch protection option to block merge on requested changes. (#9592) 5 years ago
v118.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 5 years ago
v119.go Fix wrong original git service type on a migrated repository (#9693) 5 years ago
v120.go Add owner_name column for table repository for maintaince reason (#9717) 5 years ago
v121.go Restricted users (#6274) 5 years ago
v122.go Add require signed commit for protected branch (#9708) 5 years ago
v123.go Migrate reactions when migrating repository from github (#9599) 5 years ago
v124.go Add missing columns to repository and user (#9861) 5 years ago
v125.go Migrate reviews when migrating repository from github (#9463) 4 years ago
v126.go Update topics repo count when deleting repository (#10051) 4 years ago
v127.go Language statistics bar for repositories (#8037) 4 years ago
v128.go Various Merge Base fixes (#10786) 4 years ago
v129.go Migration for deleting orphaned dependencies (#10617) 4 years ago
v130.go Fix migration (#10641) 4 years ago
v131.go System-wide webhooks (#10546) 4 years ago
v132.go Allow to set protected file patterns that can not be changed under no conditions (#10806) 4 years ago
v133.go make avatar lookup occur at image request (#10540) 4 years ago
v134.go Various Merge Base fixes (#10786) 4 years ago
v135.go Add Organization Wide Labels (#10814) 4 years ago
v136.go Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072) 4 years ago
v137.go Prevent merge of outdated PRs on protected branches (#11012) 4 years ago
v138.go Add a way to mark Conversation (code comment) resolved (#11037) 4 years ago