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
2017-03-21Merge branch 'tc-fix-project-create-500' into 'master'Douwe Maan
2017-03-06Fix all testsToon Claes
2017-03-03Rename query parameter to `membership`Toon Claes
2017-03-03Add filter param for authorized projects for current_user for V4Oswaldo Ferreira
2017-03-02Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
2017-02-28Merge branch '6073_project_api' into 'master' Sean McGivern
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-27API project create: Make name or path requiredJarka Kadlecova
2017-02-24Return 202 with JSON body on async removals on V4 APIOswaldo
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-22Add housekeeping endpoint for Projects APIMark Fletcher
2017-02-20API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`Robert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-14Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
2017-02-14API: Consolidate /projects endpointToon Claes
2017-02-13Move /projects/fork/:id to /projects/:id/forkOswaldo Ferreira
2017-02-07Use VisibilityLevel constants in specToon Claes
2017-02-07API: remove `public` param for projectsToon Claes
2017-02-06Merge branch '22007-unify-projects-search' into 'master' Rémy Coutable
2017-02-02Active tense test coverageValery Sizov
2017-01-30Unify projects search by removing /projects/:search endpointOswaldo Ferreira
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2017-01-16Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable
2017-01-15Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli
2016-12-21Add more storage statisticsMarkus Koller
2016-12-21Don't expose all namespace fields in APIMarkus Koller
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-02Merge branch 'update-api-spec-files' into 'master' Rémy Coutable
2016-12-01Allow public access to some Project API endpointsRémy Coutable
2016-11-28Grapify the projects APIRobert Schilling
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-23API: Add endpoint to delete a group shareRobert Schilling
2016-11-11Update 8.14-rc1 migrations to minimize downtime and deploy timeAlejandro Rodríguez
2016-11-08Added API spec test for projects/owned endpointBorja Aparicio
2016-11-04Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos
2016-10-12Merge branch 'speed-up-api-projects-spec' into 'master' Robert Speicher
2016-10-11Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable
2016-10-10Speed up specs for GET /projects/:id/eventsRémy Coutable
2016-10-07Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-10-04Update API docs and specs for /projects/visibleSean McGivern
2016-10-04api: add /projects/visible API endpointBen Boeckel
2016-09-28Expose project share expiration_date field on APIFelipe Artur
2016-09-19Allow to set request_access_enabled for groups and projects using APIFelipe Artur
2016-09-01Project tools visibility levelFelipe Artur