summaryrefslogtreecommitdiffstats
path: root/integrations/api_issue_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dont insert "-1" in any case to issue.poster_id * Make sure API cant override importand fields * code format * fix lint * WIP test * add missing poster_id * fix test * user.IsGhost handle nil * CI.restart() * make sure no -1 is realy added * CI.restart() * @lunny suggestion remove some not allowed fields * seperate issue.LoadMilestone * load milestone and return it on IssueEdit via API * extend Test for TestAPIEditIssue * fix fixtures * declare allowedColumnsUpdateIssueByAPI only once * Update Year * no var just write id drecty into func cal Co-authored-by: Lauris BH <lauris@nix.lv>
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+2
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-1/+1
| | | | * feat(repo): support search repository by topic name
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-4/+5
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-4/+2
| | | * Helper functions for intergration test boilerplate
* Integration tests for issues API (#2059)Ethan Koenig2017-06-251-0/+65