Description
- Gitea version (or commit ref): 1.4.2
- Git version: 2.13
- Operating system: Linux
- Database (use
[x]
):- PostgreSQLMySQLMSSQLSQLite
- Can you reproduce the bug at https://try.gitea.io: (URL is down at the time of issue)
- Yes (provide example URL)NoNot relevant
- Log gist:
Description
I created a web hook and pushed a change (Tried with both content types json and xml)
When a looked at payload sent by gitea in commit section
"commits": [
{
"id": "bffeb74224043ba2feb48d137756c8a9331c449a",
"message": "Webhooks Yay!",
"url": "http://localhost:3000/gitea/webhooks/commit/bffeb74224043ba2feb48d137756c8a9331c449a",
"author": {
"name": "Gitea",
"email": "someone@gitea.io",
"username": "gitea"
},
"committer": {
"name": "Gitea",
"email": "someone@gitea.io",
"username": "gitea"
},
"timestamp": "2017-03-13T13:52:11-04:00"
}
]
there is no added/modified/removed info
"commits": [
{
"id": "bffeb74224043ba2feb48d137756c8a9331c449a",
"message": "Webhooks Yay!",
"url": "http://localhost:3000/gitea/webhooks/commit/bffeb74224043ba2feb48d137756c8a9331c449a",
"author": {
"name": "Gitea",
"email": "someone@gitea.io",
"username": "gitea"
},
"committer": {
"name": "Gitea",
"email": "someone@gitea.io",
"username": "gitea"
},
"timestamp": "2017-03-13T13:52:11-04:00"
}
"added": ...
]
Activity
tvvignesh commentedon Dec 28, 2018
@lunny First of all thanks for making Gitea awesome. Is there any timeline on when this will get introduced? This is very critical for our CI/CD pipeline - this works in Gogs but Gogs has lot of missing features. Is it possible for you to get the code from Gogs and incorporate it here? Thanks.
lunny commentedon Dec 29, 2018
I will investigate this and if it's not very difficult, I will send a PR later.
tvvignesh commentedon Dec 29, 2018
@lunny Thanks a lot for your quick reply. Will wait for the release. Love Gitea!
stale commentedon Feb 27, 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.