-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix and add some endpoints for
review
(#171)
* `Review.submittedAt` may be nil when just only created * add `Delete a pending review for a pull request` endpoint * add `Submit a review for a pull request` endpoint * add tests * replace `load` with `post` * run swiftformat * bump RequestKit to 3.3.0 * Resolve `FIXME`s * fix RequestKit version in xcodeproj
- Loading branch information
Showing
6 changed files
with
228 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 12 additions & 13 deletions
25
OctoKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "RequestKit", | ||
"repositoryURL": "https://github.com/nerdishbynature/RequestKit.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "8b0258ea2a4345cbcac90509b764faacea12efb0", | ||
"version": "3.2.1" | ||
} | ||
"originHash" : "530774d6f20b0f00dacedf9498eab8ef4fc75274d7d10f28ee2fdbb4aab6bbb8", | ||
"pins" : [ | ||
{ | ||
"identity" : "requestkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/nerdishbynature/RequestKit.git", | ||
"state" : { | ||
"revision" : "e4d905fed938807e36d87f28375f88b7c1c26840", | ||
"version" : "3.3.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} | ||
], | ||
"version" : 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters