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 (Collapse)Author
2018-07-09Fix API docs on unauthenticated projects returnKaspar Emanuel
2018-07-05Mention the forked_from_project field in projects APIAchilleas Pipinellis
2018-06-27Add transfer project endpoint to the Projects APIAram Visser
2018-06-01Docs clarify API to share project to a groupAndrew Winata
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-22Expose readme url in Project APIImre Farkas
2018-04-19Add an API endpoint to download git repository snapshotsNick Thomas
2018-04-13Feature/add language in repository to apiRoger Rüttimann
2018-04-04Resolve "Allow the configuration of a project's merge method via the API"Jan
2018-04-02Update docs for API for issue and merge request description templatesVictor Wu
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-01align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz
2018-02-23Correcting documentation about project hooks settingsThomas Dudouet
2018-02-16Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern
Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
2018-02-16update docsJames Lopez
2018-02-13update missing doc linksJames Lopez
2018-02-08Allow including custom attributes in API responsesMarkus Koller
2018-01-19doc: Spelling fixesVille Skyttä
2017-11-06Support custom attributes on projectsMarkus Koller
2017-09-20Add an API endpoint to determine the forks of a projectMark Fletcher
2017-09-06Merge branch 'docs/cleanup-projects-api' into 'master'Achilleas Pipinellis
Clean up projects API docs See merge request !14071
2017-09-06change collapse to resolve and comments to discussionsAshley Dumaine
2017-09-06Add functionality to collapse outdated diff comments regardless of ↵Ashley Dumaine
discussion resolution
2017-09-06Clean up projects API docsAchilleas Pipinellis
2017-07-25Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira
2017-07-19Update projects.md. Fix Search project by name format and added a curl example.Pablo Catalina
2017-07-06Merge branch '33657-user-projects-api' into 'master'Rémy Coutable
Add user projects API Closes #33657 See merge request !12596
2017-07-06Add user projects APIvanadium23
2017-07-05Rename ci_config_file to ci_config_pathLin Jen-Shin
2017-07-03Fix various descriptions given the feedbackLin Jen-Shin
2017-06-30Update wordings, allow only full path, add testsLin Jen-Shin
2017-06-28Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ...
2017-06-19add printing_merge_request_link_enabled to APIDavid Turner
2017-06-09Accept image for avatar in project APIvanadium23
2017-06-09Merge branch 'dturner/grammar' into 'master'Rémy Coutable
Improve the grammar of the API docs See merge request !11863
2017-06-08Merge branch ↵Achilleas Pipinellis
'28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master' Confirm Project forking behaviour via the API Closes #28607 See merge request !11931
2017-06-06Confirm Project forking behaviour via the APIMark Fletcher
* It's unclear that the forking operation can still be ongoing * `import_status` is available in Project Entity to determine status
2017-06-06Introduce an Events APIMark Fletcher
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
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 ↵blackst0ne
issues/merge requests feature enabled
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
+ The statistics parameter was already accepted * This commit ensure that it is respected for GET /projects/:id endpoint + Add documentation of the parameter and update the example response for stats
2017-05-01Update Projects API documentation to include statistics parameterMark Fletcher
* Only supported for the GET /projects endpoint
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