aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-0/+4
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-2/+2
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* format with gofumpt (#18184)65432022-01-201-9/+9
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+38
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-3/+5
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-1/+0
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-5/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Ensure that the testlogger has its final test removal safely (#16907)zeripath2021-09-011-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+2
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-2/+1
* Reduce memory usage in testgit (#15306)zeripath2021-04-061-0/+52
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+2
* Use mount but not register for chi routes (#13555)Lunny Xiao2020-11-161-1/+2
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-6/+6
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-311-11/+18
* Add postgres schema to the search_path on database connection (#12634)zeripath2020-09-111-10/+0
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-6/+7
* upgrade to use testfixtures v3 (#11904)techknowlogick2020-06-171-16/+0
* log slow tests (#11487)zeripath2020-06-011-0/+22
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+12
* Reject duplicate AccessToken names (#10994)65432020-04-131-1/+5
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-5/+40
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+7
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-1/+1
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+3
* Template Repositories (#8768)John Olheiser2019-11-111-1/+6
* Improve integration tests (#8276)Lunny Xiao2019-09-251-3/+3
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-13/+13
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* integration tests: Use t.Helper() (#7654)Antoine GIRARD2019-07-291-0/+17
* Add golangci (#6418)kolaente2019-06-121-6/+5
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-1/+0
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-1/+2
* Fix race in integration testlogger (#6556)zeripath2019-04-111-0/+2
* Quieter Integration Tests (#6513)zeripath2019-04-071-1/+6
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-0/+45
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-0/+1
* Added test environment for mssql (#4282)kolaente2018-12-121-0/+13
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-0/+16
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+5
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-111-0/+1
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-6/+0