Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-25Change HTTP Status Code when repository disabledSam Battalio
2019-04-22Introduce ServiceResponse to wrap around responseLin Jen-Shin
2019-03-30Fix API /project/:id/branches not returning correct merge statusStan Hu
2018-12-27Fix timeout issues retrieving branches via APIStan Hu
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-12Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-08API: Use find_branch! in all placesRobert Schilling
2018-08-07Create Web IDE MR and branch pickerPaul Slaughter
2018-06-25Fix branch API can_push attribute and add specsDouwe Maan
2018-03-05Update API: add search param to branchesbunufi
2018-02-01Track and act upon the number of executed queriesYorick Peterse
2017-11-23Renamed ProtectedBranches::ApiUpdateService to LegacyApiUpdateServiceJames Edwards-Jones
2017-11-06Improve performance of the /projects/:id/repository/branches API endpointRémy Coutable
2017-10-18Get Project Branch API shows an helpful error message on invalid refnameJacopo
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-05Add branch existence check to the APIv4 branches via HEAD requestblackst0ne
2017-08-30Don't use public_send in destroy_conditionally! helperSean McGivern
2017-08-28Use commit date for branches and tagsRobert Schilling
2017-08-02Extending API for protected branchesEric
2017-07-27DRY the branches API requirements definitionRémy Coutable
2017-07-27Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-20Allow unauthenticated access to some Branch API GET endpointsRémy Coutable
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-24Return 202 with JSON body on async removals on V4 APIOswaldo
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-01-24Grapify last endpoint of the branches APIRobert Schilling
2016-12-08Allow branch names with dots on API endpointFelipe Artur
2016-11-09Add button to delete all merged branchesToon Claes
2016-10-31GrapeDSL for branches endpointsZ.J. van de Weg
2016-10-24Implement second round of review comments from @DouweM.Timothy Andrew
2016-10-24Implement review comments from @DouweM.Timothy Andrew
2016-10-24Fix branch protection API.Timothy Andrew
2016-08-16Fix failing tests relating to backporting ee!581.Timothy Andrew
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Have the `branches` API work with the new protected branches data model.Timothy Andrew
2016-07-19Simplify entities for branches and tags APIRobert Schilling
2016-07-19Only update onceRobert Schilling
2016-07-19API: Expose 'developers_can_merge' for branchesRobert Schilling
2016-07-19API: Expose 'developers_can_push' for branchesRobert Schilling
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-30Ensure that branch and tag names are given in APIRobert Schilling
2016-04-06Changed the argument of not_found for 'unprotect'Yasser Hussain