aboutsummaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Attempt to prevent intermittent failure TestGit/xxx/BranchProtectMerge/MergeP...zeripath2022-01-291-10/+14
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-295-5/+5
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-4/+1
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-1/+1
* Unexport git.GlobalCommandArgs (#18376)65432022-01-253-23/+7
* Fix partial cloning a repo (#18373)Gusted2022-01-232-0/+17
* Switch to non-deprecation setting (#18358)Gusted2022-01-234-4/+12
* format with gofumpt (#18184)65432022-01-2048-239/+257
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1910-37/+40
* migrations: a deadline at January 1st, 1970 is valid (#18237)Aravinth Manivannan2022-01-131-6/+37
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-053-23/+102
* Integration test for migration (#18124)Aravinth Manivannan2022-01-041-0/+104
* Refactor auth package (#17962)Lunny Xiao2022-01-021-14/+14
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+22
* Handle invalid issues (#18111)Gusted2021-12-282-2/+2
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-10/+1
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+79
* Fix various typos of software names (#18083)qwerty2872021-12-241-4/+4
* Add NotFound handler (#18062)zeripath2021-12-222-1/+11
* Add API to get file commit history (#17652)qwerty2872021-12-221-0/+18
* Fix continuance tests (#18027)Gusted2021-12-203-0/+56
* Make test work with different default branch config (#18038)mscherer2021-12-201-0/+3
* Simplify parameter types (#18006)Gusted2021-12-203-3/+3
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-3/+3
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-162-0/+57
* Prevent double decoding of % in url params (#17997)zeripath2021-12-1611-1/+37
* Use non-expiring key. (#17984)KN4CK3R2021-12-141-125/+78
* Some repository refactors (#17950)Lunny Xiao2021-12-123-5/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-103-11/+11
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1049-226/+250
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-0/+12
* tests: more integration tests for notifications (#17845)singuliere2021-12-031-0/+67
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-012-4/+6
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-284-20/+24
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2467-231/+275
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-244-39/+39
* Fix keys test (#17776)techknowlogick2021-11-231-1/+1
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-1/+4
* Use `f` variant to parse formatting (#17751)Gusted2021-11-221-1/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-204-3/+8
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-2/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-1822-58/+52
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-171-0/+52
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-172-4/+4
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1718-4/+18
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-2/+3
* Multiple Escaping Improvements (#17551)zeripath2021-11-163-19/+19
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-162-4/+3
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-2/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-1672-503/+500