-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
The error messages in agit PRs aren't very visible to the end user. I think that adding an error label for fails would make them pop out more (if one has color enabled). See screenshots for full options.
I encountered this while trying to submit an agit PR to docs, which uncovered a missing UserMsg, which would've been helpful:
gitea/routers/private/hook_proc_receive.go
Lines 31 to 34 in 7553ae1
log.Error(err.Error()) | |
ctx.JSON(http.StatusInternalServerError, private.Response{ | |
Err: err.Error(), | |
}) |
and I've glanced over it before, so I think having a color before it would be helpful.
Similarly an instruction for setting up branch tracking would be a good improvement - no idea how to set it up though.
Screenshots
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.