summaryrefslogtreecommitdiffstats
path: root/integrations/release_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Automatically remove Watches, Assignments, etc if user loses access due to ↵65432020-04-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being removed as collaborator or from a team (#10997) * remove a user from being assigned to any issue/PR if (s)he is removed as a collaborator * fix gender specific comment * do not remove users that still have access to the repo if they are a member of a team that can access the repo * add context to errors * updates * incorporate review fixes * Update models/repo_collaboration.go Co-Authored-By: 6543 <6543@obermui.de> * Update models/repo_collaboration.go Co-Authored-By: 6543 <6543@obermui.de> * Fix Rebase Relict * Fix & Impruve * use xorm builder * all in one session * generalize reconsiderIssueAssignees * Only Unwatch if have no access anymore * prepare for reuse * Same things if remove User from Team * fix lint * let mysql take time to react * add description * CI.restart() * CI.restart() Co-authored-by: Lanre Adelowo <yo@lanre.wtf> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Change action GETs to POST (#10462)John Olheiser2020-02-251-1/+1
| | | | | | | | | | | | | | | | | | * Change action GETs to POST * submite = submit + smite * No more # href * Fix test * Match other tests * Explicit csrf Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* tests: add attachement tests integration (#9309)Antoine GIRARD2019-12-101-3/+3
| | | | | | | | * tests: add attachements integration * Update integrations/attachement_test.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-6/+6
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-2/+2
| | | | | | | | | | | | * fix bug prohibit login not applied on dashboard * fix tests * fix bug user status leak * fix typo * return after render
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-1/+3
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-12/+6
| | | * Helper functions for intergration test boilerplate
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-0/+93
|
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-0/+8
|
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-1/+1
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-2/+1
|
* Display draft releases (#1854)Ethan Koenig2017-06-031-0/+22
* Display draft releases * Include ctx.User in user cache * Integration test