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.
Vedran e204398754
Change/remove a branch of an open issue (#9080)
* Add field with isIssueWriter to front end

* Make branch field editable

* Switch frontend to form and POST from javascript

* Add /issue/id/ref endpoint to routes

* Use UpdateIssueTitle model to change ref in backend

* Removed crossreference check and adding comments on branch change

* Use ref returned from POST to update the field

* Prevent calling loadRepo from models/

* Branch/tag refreshed without page reload

* Remove filter for empty branch name

* Add clear option to tag list as well

* Delete button translation and coloring

* Fix for not showing selected branch name in new issue

* Check that branch is not being changed on a PR

* Change logic

* Notification when changing issue ref

* Fix for renamed permission parameter

* Fix for failing build

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Gitea <gitea@fake.local>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
..
assignee.go Fix spelling mistake with Rewiew (#11262) 4 years ago
assignee_test.go Move more issue assignee code from models to issue service (#8690) 5 years ago
content.go Move issue change content from models to service (#8711) 5 years ago
issue.go Change/remove a branch of an open issue (#9080) 4 years ago
issue_test.go Fix ref links in issue overviews for tags (#8742) 4 years ago
label.go Add Organization Wide Labels (#10814) 4 years ago
label_test.go Move issue label operations to issue service package (#8553) 5 years ago
main_test.go Move issue label operations to issue service package (#8553) 5 years ago
milestone.go Move issue milestone assign to issue service and move webhook to notification (#8780) 5 years ago
status.go Refactor comment (#9330) 5 years ago