Skip to content

Regression: Gitea commits API again returns commit summaries, not full messages #12185

Closed
@kbadk

Description

@kbadk
Contributor

In April 2019, this same issue was brought up.

It was deemed a bug, added to the 1.8.0 milestone, implemented the same day, and made it into v1.8.

release/v1.8:

Message: commit.Message(),

Where it lived happily (through release/v1.9) until this commit: API method to list all commits of a repository (#6408).

In v1.10 and v1.11 (and the current HEAD of master), however, we're back to commit.Summary().

release/v1.10:

Message: commit.Summary(),

I don't see an explanation for this, so I'm assuming it's a regression.

Activity

added a commit that references this issue on Jul 8, 2020
cedbd36
added 2 commits that reference this issue on Jul 8, 2020
7ce8bb2
c3c246c
added a commit that references this issue on Jul 31, 2020
bb4c84b
locked and limited conversation to collaborators on Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @kbadk

      Issue actions

        Regression: Gitea commits API again returns commit summaries, not full messages · Issue #12185 · go-gitea/gitea