summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
Commit message (Collapse)AuthorAgeFilesLines
* Clean up projects API docsdocs/cleanup-projects-apiAchilleas Pipinellis2017-09-061-187/+40
|
* Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-5/+86
|
* Update projects.md. Fix Search project by name format and added a curl example.Pablo Catalina2017-07-191-2/+6
|
* Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-0/+158
|\ | | | | | | | | | | | | Add user projects API Closes #33657 See merge request !12596
| * Add user projects APIvanadium232017-07-061-0/+158
| |
* | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-3/+3
| |
* | Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-4/+4
| |
* | Update wordings, allow only full path, add testsLin Jen-Shin2017-06-301-3/+3
| |
* | Merge remote-tracking branch 'upstream/master' into ↵15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-459/+241
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| * add printing_merge_request_link_enabled to APIDavid Turner2017-06-191-0/+3
| |
| * Accept image for avatar in project APIvanadium232017-06-091-0/+3
| |
| * Merge branch 'dturner/grammar' into 'master'Rémy Coutable2017-06-091-4/+4
| |\ | | | | | | | | | | | | Improve the grammar of the API docs See merge request !11863
| | * Improve the grammar of the API docsDavid Turner2017-06-011-4/+4
| | |
| * | Merge branch ↵Achilleas Pipinellis2017-06-081-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| | * | Confirm Project forking behaviour via the APIMark Fletcher2017-06-061-0/+2
| | | | | | | | | | | | | | | | | | | | * It's unclear that the forking operation can still be ongoing * `import_status` is available in Project Entity to determine status
| * | | Introduce an Events APIMark Fletcher2017-06-061-137/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+11
| | |
| * | Add tag_list param to project apivanadium232017-05-311-0/+3
| | |
| * | 'New issue'/'New merge request' dropdowns should show only projects with ↵19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-0/+2
| | | | | | | | | | | | issues/merge requests feature enabled
| * | Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-3/+0
| | |
| * | update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
| | |
| * | Expose project statistics on single requests via the APIMark Fletcher2017-05-031-1/+9
| | | | | | | | | | | | | | | | | | + 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
| * | Update Projects API documentation to include statistics parameterMark Fletcher2017-05-011-2/+17
| | | | | | | | | | | | * Only supported for the GET /projects endpoint
| * | docs(api): add curl arguments for file uploadsiemens/gitlab-ce-uploads-apiMarion Deveaud2017-04-211-2/+13
| |/
| * Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-18/+18
| |
| * Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-7/+7
| |
| * Add information about namespace encoding to API docsDawid Goslawski2017-04-081-26/+26
| |
| * Update description about GET /projects endpointToon Claes2017-03-071-1/+1
| | | | | | | | | | It returns all projects visible for the authenticated user, not just the project they are member of.
| * Rename build to job in the docsZ.J. van de Weg2017-03-061-26/+26
| |
| * Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-2/+2
| | | | | | | | The query parameter `membership` should be more self-explaining.
| * Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-0/+1
| |
| * Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-21/+14
| | | | | | | | | | | | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
| * Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-011-5/+5
| |\ | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631
| | * Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-5/+5
| | |
| * | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-10/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
| * API project create: Make name or path requiredJarka Kadlecova2017-02-271-2/+2
| |
| * Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-221-0/+14
| |\ | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| | * Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+14
| | |
| * | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-221-2/+0
| |/
| * API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-3/+3
| |
| * Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-141-188/+4
| |\ | | | | | | | | | # Conflicts: # doc/api/projects.md
| | * API: Consolidate /projects endpointToon Claes2017-02-141-184/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
| | * Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-131-1/+1
| | |
| * | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-9/+18
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Update API docs for new namespace formatMarkus Koller2017-02-081-36/+9
| | | | | | | | | | | | | | Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
| * API: remove `public` param for projectsToon Claes2017-02-071-3/+0
| | | | | | | | | | | | | | | | | | The create and edit actions for projects had these parameters: - `public` (optional) - if true same as setting `visibility_level = 20` - `visibility_level` (optional) Remove the `public` parameter to avoid contradiction.
| * Add more storage statisticsMarkus Koller2016-12-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
| * Remove duplicated parameter description [ci skip]fix-api-docsRobert Schilling2016-12-151-1/+0
| |
| * Document the public Project API and document `GET /projects/:id/users`document-public-project-apiRémy Coutable2016-12-021-4/+44
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-0/+1
| |