6543
|
bc334eb725
|
[API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)
* add "before" query to ListIssueComments and ListRepoIssueComments
* Add TEST
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
|
2020-01-13 17:02:24 +01:00 |
|
6543
|
81e7c4c216
|
[API] add comments endpoint for single comment (#9494)
* add GET /repos/{owner}/{repo}/issues/comments/{id}
and complete error list for swagger in other func
* add repo check
|
2020-01-08 15:00:59 +08:00 |
|
zeripath
|
732dffc8c7
|
Fix "data race" in testlogger (#9159)
* Fix data race in testlogger
* Update git_helper_for_declarative_test.go
|
2019-11-26 01:21:37 +02:00 |
|
Lunny Xiao
|
650cbc2f35
|
Move sdk structs to modules/structs (#6905)
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
|
2019-05-11 18:21:34 +08:00 |
|
B-OnTheGo
|
42ff30c355
|
Enforce token on api routes [fixed critical security issue #4357] (#4840)
|
2018-09-10 12:15:52 -04:00 |
|
Ethan Koenig
|
c5a9334268
|
Fix comment API paths (#2813)
|
2017-11-20 15:24:07 +08:00 |
|
Ethan Koenig
|
d79d99f170
|
More integration tests for comment API (#2156)
|
2017-07-14 01:33:26 +03:00 |
|
Ethan Koenig
|
db04f27c51
|
Less verbose integration tests (#2123)
* Helper functions for intergration test boilerplate
|
2017-07-07 21:36:47 +02:00 |
|
Ethan Koenig
|
1c82492b5e
|
Improve integration test helper functions (#2049)
Set request headers in helper functions, and new helper for requests with string-formatted URLs
|
2017-06-25 08:15:42 +08:00 |
|
Ethan Koenig
|
7450686404
|
Don't show non-comments in comments API (#2001)
|
2017-06-18 17:06:17 +08:00 |
|