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-12-27Fix timeout issues retrieving branches via APIStan Hu
2018-12-19Update specs to rails5 formatblackst0ne
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-26Remove duplicate specDouwe Maan
2018-06-25Fix branch API can_push attribute and add specsDouwe Maan
2018-03-05Update API: add search param to branchesbunufi
2017-10-18Get Project Branch API shows an helpful error message on invalid refnameJacopo
2017-09-19Use set in some API specsRémy Coutable
2017-09-05Add branch existence check to the APIv4 branches via HEAD requestblackst0ne
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-07-27Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable
2017-05-08Add confirm delete protected branch modalSam Rose
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-20Allow unauthenticated access to some Branch API GET endpointsRé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-16Add a custom pagination matcherRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-14entities: use the RepoCommit entity for branch commitsBen Boeckel
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2016-12-08Allow branch names with dots on API endpointFelipe Artur
2016-12-02Merge branch 'update-api-spec-files' into 'master' Rémy Coutable
2016-11-30API: Expose branch statusRobert Schilling
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-21Refactor cache refreshing/expiringYorick Peterse
2016-11-09Add button to delete all merged branchesToon Claes
2016-10-31GrapeDSL for branches endpointsZ.J. van de Weg
2016-10-24Fix branch protection API.Timothy Andrew
2016-08-16Fix API::BranchesSpec.Timothy Andrew
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-29Have the `branches` API work with the new protected branches data model.Timothy Andrew
2016-07-19API: Expose 'developers_can_merge' for branchesRobert Schilling
2016-07-19API: Expose 'developers_can_push' for branchesRobert Schilling
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2015-12-18Fix specDouglas Barbosa Alexandre
2015-07-22Clearing the entire Redis cache may be too expensive; just useStan Hu
2015-07-22Fix 404 error in files view after deleting the last file in a repositoryStan Hu
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
2014-10-30API delete branch: render branch name json instead of trueDmitriy Zaporozhets
2014-09-25Fix branch APIDmitriy Zaporozhets
2014-09-15Replace project_access attribute with access_level in specs and APIDmitriy Zaporozhets
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-09-03Validate branch-names and references in WebUI, APIRobert Schilling
2014-08-01Fix API branch specsDmitriy Zaporozhets
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets
2014-05-23Improve branch deletion via APIDmitriy Zaporozhets