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
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
2015-03-31Added the missing commaDan Tudor
2015-03-25Allow ability to delete branches with '/` in nameDan Tudor
2015-03-24Unescape branch param to deleteDan Tudor
2014-12-30Update branch api not found messages to 'Branch not found'.Marin Jankovski
2014-10-30API delete branch: render branch name json instead of trueDmitriy Zaporozhets
2014-09-25Fix branch APIDmitriy Zaporozhets
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-03Validate branch-names and references in WebUI, APIRobert Schilling
2014-05-23Improve branch deletion via APIDmitriy Zaporozhets
2014-05-22Api call to remove branchDmitriy Zaporozhets
2014-05-08Add fix for API when branch names have periods in them. Relates to issue #61...Sean Edge
2014-04-01Create branch via APIDmitriy Zaporozhets
2014-03-31Move branches api to separate classDmitriy Zaporozhets