summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorJonas Östanbäck <cez81@users.noreply.github.com>2017-04-27 11:29:46 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-04-27 17:29:46 +0800
commite4a0a04829fc337ca9d0adcacda159fd6021e5de (patch)
tree5e8167757550ee083d8b0a2d904455561bc67196 /vendor
parent8371f94d06cefbd65392af3b5c0f1fd1057429f7 (diff)
downloadgitea-e4a0a04829fc337ca9d0adcacda159fd6021e5de.tar.gz
gitea-e4a0a04829fc337ca9d0adcacda159fd6021e5de.zip
Add create_at and updated_at in PR json (#1616)
* Move new fields to object creation (use reference) * Vendor: Update SDK
Diffstat (limited to 'vendor')
-rw-r--r--vendor/code.gitea.io/sdk/gitea/pull.go3
-rw-r--r--vendor/code.gitea.io/sdk/gitea/release.go2
-rw-r--r--vendor/vendor.json6
3 files changed, 7 insertions, 4 deletions
diff --git a/vendor/code.gitea.io/sdk/gitea/pull.go b/vendor/code.gitea.io/sdk/gitea/pull.go
index fcccf07e2b..a50db96e3e 100644
--- a/vendor/code.gitea.io/sdk/gitea/pull.go
+++ b/vendor/code.gitea.io/sdk/gitea/pull.go
@@ -38,6 +38,9 @@ type PullRequest struct {
Base *PRBranchInfo `json:"base"`
Head *PRBranchInfo `json:"head"`
MergeBase string `json:"merge_base"`
+
+ Created *time.Time `json:"created_at"`
+ Updated *time.Time `json:"updated_at"`
}
// PRBranchInfo base branch info when send a PR
diff --git a/vendor/code.gitea.io/sdk/gitea/release.go b/vendor/code.gitea.io/sdk/gitea/release.go
index de5ccba342..cc841466d8 100644
--- a/vendor/code.gitea.io/sdk/gitea/release.go
+++ b/vendor/code.gitea.io/sdk/gitea/release.go
@@ -14,7 +14,7 @@ import (
// Release represents a repository release
type Release struct {
ID int64 `json:"id"`
- TagName string `json:"name"`
+ TagName string `json:"tag_name"`
Target string `json:"target_commitish"`
Title string `json:"name"`
Note string `json:"body"`
diff --git a/vendor/vendor.json b/vendor/vendor.json
index edc3fbf391..08909a8c17 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -9,10 +9,10 @@
"revisionTime": "2017-04-07T07:44:04Z"
},
{
- "checksumSHA1": "7/pZpgSIh/M76hwvldhgRqege/Q=",
+ "checksumSHA1": "xACJysFK1sK/D5655EpU48mw2vo=",
"path": "code.gitea.io/sdk/gitea",
- "revision": "cad003b49151391f9a22f2e2edb2f348f51f9dde",
- "revisionTime": "2017-04-15T14:32:48Z"
+ "revision": "0c3a0b0b5ea6edfb5bf3a4c81ebda6d207ecdfad",
+ "revisionTime": "2017-04-27T00:40:26Z"
},
{
"checksumSHA1": "IyfS7Rbl6OgR83QR7TOfKdDCq+M=",