Commit Graph

11 Commits (a5992d172551f7821e023cd3cbca1a7cc0b919ee)

Author SHA1 Message Date
John Olheiser 0118b6aaf8 Add option to initialize repository with labels ()
* Add optional label sets on repo creation

* Fix CRLF

* Instead of hardcoding default, make it the helper

* Move label set init out of repo init

Add a new error for the router
Combine router label init with repo creation label init

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add issue labels to Swagger for repo creation

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update models/issue_label.go

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

* Update models/issue_label.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
kolaente f9ec2f89f2 Add golangci ()
John Olheiser 0b72c00fad Allow labels to contain emoji ()
* Add emoji to labels
Minor cleanup of tribute code in footer.tmpl

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Quick find/replace in other i18n files containing label translations

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Revert "Quick find/replace in other i18n files containing label translations"

This reverts commit ec3e1a3a17.

* Add style to overwrite emoji height in labels

* Revert Makefile change that makes Windows work
Lauris BH c0d41b1b77 Add label descriptions ()
* Add label descriptions

* Add default descriptions to label template
Morgan Bazalgette 65861900cd Handle refactor ()
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound

* Change Handle(403) to NotFound, avoid using macaron's NotFound
Ethan Koenig befa7445d2 Unit tests for routers/repo/issue_label ()
Lauris BH c1b0c9e7c4 Fix PR, milestone and label functionality if issue unit is disabled ()
* Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user

* Fix multi-actions in PR page

* Change error message

* Fix comment update and delete functionality in PR
Ethan Koenig 2559a34b97 Load label ID in NewLabels ()
Ethan Koenig 2ec5dc1661 Fix 404 for external tracking issues ()
* Fix 404 for external tracking issues

* Fix 404 for new/upload file
Ethan Koenig 09fe4a2ae9 Batch updates for issues ()
Lunny Xiao f94869d2d1 Track labels changed on issue view & resolved ()
* track labels changed on issue view & resolved 

* add missing head comment & sort & fix refresh