Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose issue edition through the API #6454

Open
MichaelMure opened this issue Mar 27, 2019 · 2 comments
Open

Expose issue edition through the API #6454

MichaelMure opened this issue Mar 27, 2019 · 2 comments
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented modifies/api This PR adds API routes or modifies them type/enhancement An improvement of existing functionality

Comments

@MichaelMure
Copy link

  • Gitea version (or commit ref): v1.8.0-rc2

Description

I'm the author of git-bug, a decentralized bug tracked embedded in git. As such, I'd like to eventually implement a bridge between Gitea and git-bug, to be able to have offline r/w access to issues hosted on a Gitea server.

One things that makes this complicated is that gitea doesn't expose the comment editions through it's API. This means that one can only get a snapshot of an issue, and not the full history.

As a reference, Github expose those editions. See userContentEdits in https://developer.github.com/v4/object/issuecomment/ or https://developer.github.com/v4/object/issue/ for the v4 GraphQL API.

Is this something you would consider ? As an added benefit, it would allow to display the history of a comment in Gitea's UI.

Screenshots

image

@lafriks lafriks added the type/enhancement An improvement of existing functionality label Apr 4, 2019
@hoijui
Copy link

hoijui commented Apr 23, 2019

related issue (not a duplicate though): #6519

@stale
Copy link

stale bot commented Jun 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Jun 22, 2019
@zeripath zeripath added issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented and removed issue/stale labels Jun 22, 2019
@lunny lunny added the modifies/api This PR adds API routes or modifies them label Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented modifies/api This PR adds API routes or modifies them type/enhancement An improvement of existing functionality
Projects
None yet
Development

No branches or pull requests

5 participants