mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+1459
-1
File diff suppressed because it is too large
Load Diff
+909
-12
File diff suppressed because one or more lines are too long
Generated
Vendored
+20
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"pagination": {
|
||||
"DescribePullRequestEvents": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"GetCommentsForComparedCommit": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"GetCommentsForPullRequest": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"GetDifferences": {
|
||||
"input_token": "NextToken",
|
||||
"limit_key": "MaxResults",
|
||||
@@ -10,6 +25,11 @@
|
||||
"output_token": "nextToken",
|
||||
"result_key": "branches"
|
||||
},
|
||||
"ListPullRequests": {
|
||||
"input_token": "nextToken",
|
||||
"limit_key": "maxResults",
|
||||
"output_token": "nextToken"
|
||||
},
|
||||
"ListRepositories": {
|
||||
"input_token": "nextToken",
|
||||
"output_token": "nextToken",
|
||||
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListRepositories",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "ListBranches",
|
||||
"input": {
|
||||
"repositoryName": "fake-repo"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user