| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mount but not register for chi routes (#13555) | Lunny Xiao | 2020-11-16 | 1 | -1/+2 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 1 | -6/+6 |
* | Storage configuration support `[storage]` (#13314) | Lunny Xiao | 2020-10-31 | 1 | -11/+18 |
* | Add postgres schema to the search_path on database connection (#12634) | zeripath | 2020-09-11 | 1 | -10/+0 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -6/+7 |
* | upgrade to use testfixtures v3 (#11904) | techknowlogick | 2020-06-17 | 1 | -16/+0 |
* | log slow tests (#11487) | zeripath | 2020-06-01 | 1 | -0/+22 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 1 | -0/+12 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 1 | -1/+5 |
* | Add support for database schema in PostgreSQL (#8819) | guillep2k | 2020-01-20 | 1 | -5/+40 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -1/+7 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 1 | -1/+1 |
* | Fix "data race" in testlogger (#9159) | zeripath | 2019-11-26 | 1 | -2/+3 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 1 | -1/+6 |
* | Improve integration tests (#8276) | Lunny Xiao | 2019-09-25 | 1 | -3/+3 |
* | Move database settings from models to setting (#7806) | Lunny Xiao | 2019-08-24 | 1 | -13/+13 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
* | integration tests: Use t.Helper() (#7654) | Antoine GIRARD | 2019-07-29 | 1 | -0/+17 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -6/+5 |
* | Add work path CLI option (#6922) | zeripath | 2019-05-14 | 1 | -1/+1 |
* | Remove local clones & make hooks run on merge/edit/upload (#6672) | zeripath | 2019-05-11 | 1 | -1/+0 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -0/+1 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -1/+2 |
* | Fix race in integration testlogger (#6556) | zeripath | 2019-04-11 | 1 | -0/+2 |
* | Quieter Integration Tests (#6513) | zeripath | 2019-04-07 | 1 | -1/+6 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 1 | -0/+45 |
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 1 | -0/+1 |
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 1 | -0/+13 |
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 1 | -0/+16 |
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 1 | -0/+5 |
* | Remove hardcoded paths to fix randomly failing tests (#3347) | Lauris BH | 2018-01-11 | 1 | -0/+1 |
* | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 2017-12-15 | 1 | -6/+0 |
* | Log unexpected responses in integration tests (#3138) | Ethan Koenig | 2017-12-11 | 1 | -2/+28 |
* | Fix integration tests (#3141) | Ethan Koenig | 2017-12-11 | 1 | -0/+1 |
* | Use httptest in integration tests (#3080) | Ethan Koenig | 2017-12-04 | 1 | -44/+13 |
* | Add git clone test on integration test (#1682) | Lunny Xiao | 2017-11-02 | 1 | -2/+5 |
* | Include HTTP method in test error message (#2815) | Ethan Koenig | 2017-11-01 | 1 | -1/+1 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 1 | -0/+4 |
* | Make integration tests more user-friendly (#2536) | Ethan Koenig | 2017-09-18 | 1 | -1/+5 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -1/+8 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
* | Fix some tests : make coverage -> test (#2492) | Antoine GIRARD | 2017-09-12 | 1 | -2/+2 |
* | Error message for integration test (#2410) | Ethan Koenig | 2017-08-28 | 1 | -1/+2 |
* | Add integration tests for signin (#2363) | David Schneiderbauer | 2017-08-23 | 1 | -4/+11 |
* | Cache session cookies in tests (#2128) | Ethan Koenig | 2017-07-09 | 1 | -1/+8 |
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -7/+23 |
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -2/+7 |
* | Fix bug in issue labels API (#2048) | Ethan Koenig | 2017-06-25 | 1 | -1/+3 |
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -0/+5 |
* | fix golint error and rename func for suggestion. (#1997) | Bo-Yi Wu | 2017-06-17 | 1 | -1/+1 |