summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-111-0/+34
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-091-0/+26
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-051-0/+0
* integration tests: Use t.Helper() (#7654)Antoine GIRARD2019-07-292-0/+18
* Update to latest mssqldriver (#7613)zeripath2019-07-261-1/+9
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* Fixed ineffectual assignments in tests (#7553)Christian Muehlhaeuser2019-07-222-10/+10
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-066-1/+6
* fix pull view ui merge section (#7335)Lunny Xiao2019-07-011-1/+1
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-305-1/+2
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-296-175/+404
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-294-26/+85
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-222-5/+76
* API error cleanup (#7186)John Olheiser2019-06-124-8/+5
* Add golangci (#6418)kolaente2019-06-126-27/+11
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-084-10/+68
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-44/+0
* Improve git test (#7086)zeripath2019-05-313-224/+280
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-303-1/+135
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-302-1/+226
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-1/+1
* Fix LFS Locks over SSH (#6999)zeripath2019-05-281-35/+65
* Change UpdateRepoIndex api to include watchers (#7012)zeripath2019-05-231-16/+7
* Fix TestSearchRepo by waiting till indexing is done (#7004)zeripath2019-05-211-0/+25
* Allow collaborators to view repo owned private org (#6965)mrsdizzie2019-05-161-0/+9
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-21/+27
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Handle CORS requests (#6289)Tamal Saha2019-05-131-0/+22
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-1113-681/+1274
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1132-33/+33
* Fixes #6881 - API users search fix (#6882)Richard Mahn2019-05-082-0/+67
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-0759-0/+1120
* Refactor table width to have more info shown in file list (#6867)Lauris BH2019-05-061-1/+1
* fix 500 when reviewer is deleted with integration tests (#6856)Lunny Xiao2019-05-061-0/+20
* Add mssql migration tests (#6852)zeripath2019-05-064-7/+7
* Hash App token (#6724)techknowlogick2019-05-041-4/+4
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
* Fix team edit API panic (#6780)ngourdon2019-04-271-0/+64
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-2577-0/+2680
* Fix: Sort repos on org home page with non-admin login (#6741)Lunny Xiao2019-04-241-0/+43
* Add tests for Org API (#6731)Lunny Xiao2019-04-241-28/+72
* Fix team members API (#6714)Lunny Xiao2019-04-241-0/+13
* Prevent creating empty sessions (#6677)zeripath2019-04-201-0/+119
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-179-2/+907
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-1732-3/+742
* Return a UserList from /api/v1/admin/users (#6629)zeripath2019-04-151-0/+23
* Add json tags for oauth2 form (#6627)Jonas Franz2019-04-151-1/+24
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-0/+87
* Add option to disable refresh token invalidation (#6584)Jonas Franz2019-04-121-0/+41