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

Pull Requests JSON objects (API, Hooks) do not contain created_at and updated_at #907

Closed
thehowl opened this issue Feb 11, 2017 · 1 comment · Fixed by #1616
Closed

Pull Requests JSON objects (API, Hooks) do not contain created_at and updated_at #907

thehowl opened this issue Feb 11, 2017 · 1 comment · Fixed by #1616
Labels
modifies/api This PR adds API routes or modifies them type/bug
Milestone

Comments

@thehowl
Copy link
Contributor

thehowl commented Feb 11, 2017

  {
    "id": 3,
    "number": 5,
    "user": { ... },
    "title": "adsda",
    "body": "",
    "labels": [],
    "milestone": null,
    "assignee": null,
    "state": "open",
    "comments": 0,
    "html_url": "http://localhost:3000/Howl/asdasdas/pulls/5",
    "diff_url": "http://localhost:3000/Howl/asdasdas/pulls/5.diff",
    "patch_url": "http://localhost:3000/Howl/asdasdas/pulls/5.patch",
    "mergeable": true,
    "merged": false,
    "merged_at": null,
    "merge_commit_sha": null,
    "merged_by": null,
    "base": { ... },
    "head": { ... },
    "merge_base": "6ca6254b26fc84d366e42ceedd80e742962041f5"
  }
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41924233-pull-requests-json-objects-api-hooks-do-not-contain-created_at-and-updated_at?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github).
@lunny lunny added this to the 1.x.x milestone Feb 12, 2017
@lunny lunny added the type/bug label Feb 12, 2017
@bkcsoft
Copy link
Member

bkcsoft commented Feb 12, 2017

Mention #64 since API-related

@bkcsoft bkcsoft added the modifies/api This PR adds API routes or modifies them label Feb 12, 2017
@lunny lunny modified the milestones: 1.2.0, 1.x.x Apr 27, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
modifies/api This PR adds API routes or modifies them type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants