summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-6/+7
* Restore functionality for early gits (#7775)zeripath2019-10-123-14/+84
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+2
* Fix lfs locks (#8361)guillep2k2019-10-031-1/+1
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-1/+105
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+29
* Improve integration tests (#8276)Lunny Xiao2019-09-257-27/+56
* Test more reserved usernames (#8263)Sandro Santilli2019-09-241-1/+14
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-1/+103
* Fix data race (#8204)Mura Li2019-09-171-3/+14
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+36
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-1128-11/+690
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+124
* Search Commits via Commit Hash (#7400)Gary Kim2019-09-021-0/+6
* Make CI work (#8057)guillep2k2019-09-021-1/+1
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-0/+58
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-243-38/+38
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2315-16/+21
* Fix pull creation with empty changes (#7920)Mura Li2019-08-201-0/+26
* Reduce quote usage to bypass bug in GIT_SSH_COMMAND (#7893)guillep2k2019-08-161-1/+1
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-1/+2
* lfs/lock: round locked_at timestamp to second (#7872)Antoine GIRARD2019-08-151-1/+5
* Fix local runs of ssh-requiring integration tests (#7855)zeripath2019-08-141-7/+11
* 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