summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-124-14/+20
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-8/+9
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-5/+6
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+2
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-1/+0
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-3/+3
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-0/+63
* Add integration tests for private.NoServCommand and private.ServCommand (#17456)zeripath2021-10-281-0/+154
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+251
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-213-11/+4
* Fix heatmap test (#17381)Lunny Xiao2021-10-211-0/+6
* api: integration test for nodeinfo (#17346)techknowlogick2021-10-181-0/+31
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+149
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+44
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-9/+2
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-0/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-242-14/+17
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2215-55/+50
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+23
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1973-443/+515
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-10/+20
* Make mirror feature more configurable (#16957)65432021-09-071-1/+1
* Use immediate queues in integration tests and ensure that immediate (#16927)zeripath2021-09-035-0/+15
* Ensure that the testlogger has its final test removal safely (#16907)zeripath2021-09-012-1/+16
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-0/+28
* Test if LFS object is accessible (#16865)KN4CK3R2021-08-311-5/+15
* Timeout on flush in testing (#16864)zeripath2021-08-301-1/+1
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Prevent "Race" detected in TestAdmin*User (#16830)zeripath2021-08-271-3/+3
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-2/+23