summaryrefslogtreecommitdiffstats
path: root/modules/convert
Commit message (Expand)AuthorAgeFilesLines
* [refactor] Unify the export of user data via API (#15144)65432021-03-2710-28/+40
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+3
* fix regression of 15139 (#15164)65432021-03-261-1/+1
* Fix wrong user returned in API (#15139)sotho2021-03-241-7/+6
* [API] get pull, return head branch sha, even if deleted (#14931)65432021-03-081-0/+18
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-1/+7
* [API] Add Restricted Field to User (#14630)65432021-02-181-6/+7
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+1
* [API] Add affected files of commits to commit struct (#14579)65432021-02-071-0/+15
* Add some Unit-Tests (#14500)65432021-01-281-0/+39
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+2
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-0/+8
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+2
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-182-21/+56
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-2/+1
* [API] Add Ref to Issue (#13946)zeripath2020-12-131-0/+1
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-2/+2
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-2/+2
* issue #12450: return original URL in `original_url` JSON field (#13885)Eric Belhomme2020-12-071-0/+1
* Move LFSLock APIFormat into convert package (#13808)65432020-12-031-0/+14
* Move Repo APIFormat to convert package (#13787)65432020-12-024-4/+141
* move notification APIFormat (#13783)65432020-12-021-0/+69
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-22/+23
* Add review request api (#11355)a10121127962020-10-202-0/+5
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-178-8/+132
* [#13004] Add Timestamp to Tag list API (#13026)Lucas Queiroz2020-10-052-2/+45
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-183-57/+207
* Convert User expose ID each time (#12855)65432020-09-172-24/+36
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-0/+20
* Add Created & Updated to Milestone (#12662)65432020-09-052-0/+6
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+5
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-1/+1
* Issue/Pull expose IsLocked Property on API (#11708)65432020-06-012-0/+2
* API PullReviewComment HTMLPullURL should return the HTMLURL (#11501)zeripath2020-05-201-1/+1
* Refactor Milestone related (#11225)65432020-05-122-1/+44
* API: Add pull review endpoints (#11224)65432020-05-021-0/+127
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* [API] Get a single commit via Ref (#10915)65432020-04-071-1/+0
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-23/+31
* Fix bug on branch API (#10767)Lunny Xiao2020-03-191-3/+7
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-022-63/+68
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+12
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-283-2/+131
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-17/+75
* [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist...65432020-01-312-29/+50
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-2/+3
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-1/+1
* Move tracked time api convert to convert package (#9665)Lunny Xiao2020-01-101-0/+38