Skip to content

Better end user visibility for failures in agit PRs #32965

Closed
@TheFox0x7

Description

@TheFox0x7

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:

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

image
Possible options:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions