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-06-09Accept image for avatar in project APIvanadium23
2017-06-09Merge branch 'dturner/grammar' into 'master'Rémy Coutable
2017-06-08Merge branch '28607-forking-and-configuring-project-via-api-works-very-unreli...Achilleas Pipinellis
2017-06-06Confirm Project forking behaviour via the APIMark Fletcher
2017-06-06Introduce an Events APIMark Fletcher
2017-06-02Expose import_status in Projects APIRobin Bobbitt
2017-06-01Improve the grammar of the API docsDavid Turner
2017-05-31Add tag_list param to project apivanadium23
2017-05-30'New issue'/'New merge request' dropdowns should show only projects with issu...blackst0ne
2017-05-18Add "API" to all respective headings (h1s)Marcia Ramos
2017-05-10update API doc with +API (h1 heading)Marcia Ramos
2017-05-03Expose project statistics on single requests via the APIMark Fletcher
2017-05-01Update Projects API documentation to include statistics parameterMark Fletcher
2017-04-21docs(api): add curl arguments for file uploadMarion Deveaud
2017-04-10Fix wrong copy edits for URL-encoded substitutions in API docsAchilleas Pipinellis
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-04-08Add information about namespace encoding to API docsDawid Goslawski
2017-03-08Update description about GET /projects endpointToon Claes
2017-03-06Rename build to job in the docsZ.J. van de Weg
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-01Merge branch 'api-v4-doc' into 'master' Douwe Maan
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
2017-02-27API project create: Make name or path requiredJarka Kadlecova
2017-02-22Merge branch 'master' into 'api-notes-entity-fields'Robert Schilling
2017-02-22Add housekeeping endpoint for Projects APIMark Fletcher
2017-02-22Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling
2017-02-20API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`Robert 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-08Update API docs for new namespace formatMarkus Koller
2017-02-07API: remove `public` param for projectsToon Claes
2016-12-21Add more storage statisticsMarkus Koller
2016-12-15Remove duplicated parameter description [ci skip]Robert Schilling
2016-12-02Document the public Project API and document `GET /projects/:id/users`Rémy Coutable
2016-11-28Grapify the projects APIRobert Schilling
2016-11-25Merge branch 'issue-24534' into 'master' Rémy Coutable
2016-11-24Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz
2016-11-24You can only assign default_branch when editing a project or when creating a ...Robert Schilling
2016-11-24Add default_branch attr to Project API payload in docs.Ruben Davila
2016-11-23API: Add endpoint to delete a group shareRobert Schilling
2016-11-18Correct curl examples for archive and unarchive project APIRobert Speicher
2016-11-04Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos
2016-11-02Merge branch 'gpocentek/gitlab-ce-api-webhook-token' into 'master' Rémy Coutable
2016-11-01Ensure hook tokens are write-only in the APISean McGivern
2016-11-01Add support for token attr in project hooks APIGauvain Pocentek