summaryrefslogtreecommitdiff
path: root/doc/api/groups.md
Commit message (Collapse)AuthorAgeFilesLines
* update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-3/+3
|
* Rename build to job in the docsZ.J. van de Weg2017-03-061-10/+10
|
* Expose Group VisibilityLevel as StringToon Claes2017-03-021-14/+10
| | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-2/+2
|
* Update documentationRobert Schilling2017-02-241-14/+1
|
* API: Consolidate /projects endpointToon Claes2017-02-141-0/+2
| | | | | | | | | | | It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
* Merge branch 'fixes/namespace-api-documentation' into 'master'Rémy Coutable2017-02-091-45/+5
|\ | | | | | | | | | | | | Update API docs for new namespace format Closes #27730 See merge request !9073
| * Update API docs for new namespace formatMarkus Koller2017-02-081-45/+5
| | | | | | | | | | | | | | Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
* | Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-3/+7
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-1/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix groups API to accept path when transferring a projectMark Fletcher2017-01-031-1/+1
| | | | * Use standard helpers for finding group and project
* Add more storage statisticsMarkus Koller2016-12-211-1/+7
| | | | | | | | | | | | | 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.
* API: Ability to get group's project in simple representationapi-simple-group-projectRobert Schilling2016-12-131-6/+11
|
* Allow sorting groups in APIsort-api-groupsSean McGivern2016-11-171-2/+7
| | | | | | Allow `order_by` and `sort` parameters to `/api/v3/groups.json`. At present, only ordering by name and path is supported, and the default sort is name ascending (alphabetical order).
* Added API endpoint groups/ownedBorja Aparicio2016-11-081-0/+9
|
* Backport Group API code that was added in EE onlybackport-ee-js-groups-apiRémy Coutable2016-10-311-2/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-4/+12
|
* Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-2/+2
|
* Added group-specific setting for LFS.Patricio Cano2016-09-151-0/+2
| | | | Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-81/+1
| | | | | | | | Also, mutualize AccessRequests and Members endpoints for Group & Project. New API documentation for the AccessRequests endpoints. Signed-off-by: Rémy Coutable <remy@rymai.me>
* use Unix line endings for API documentationwinniehell2016-08-091-514/+514
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-2/+2
|
* API: Expose shared projects in a groupapi-shared-projectsRobert Schilling2016-07-081-1/+174
|
* Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-34/+38
|
* fix group members api doc: remove emialSanster2016-05-211-2/+0
|
* Fix minor issues according development guidelinesRobert Schilling2016-04-121-1/+1
|
* API: Ability to update a groupRobert Schilling2016-04-121-0/+81
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+1
|
* Change 'public' flag to more robust 'visibility' query.Josh Frye2016-01-191-1/+1
|
* Update all docs for public paramJosh Frye2016-01-191-0/+1
|
* Add API group projects endpoint.Douwe Maan2015-12-071-3/+67
|
* added links to API callsKaren Carias2015-06-101-191/+191
|
* fixed namespaces infoKaren Carias2015-05-281-3/+3
|
* added info about namespacesKaren Carias2015-05-281-0/+14
|
* Fix #6417: users with group permission should be able to create groups via APIRobert Schilling2015-03-311-1/+1
|
* Remove Group#owner_id from API since it is not used any moreDmitriy Zaporozhets2015-02-171-2/+0
|
* Edit group members via APIVinnie Okada2015-02-111-0/+14
| | | | | Add an API endpoint to update the access level of an existing group member.
* Acces groups with their path in APIjubianchi2015-02-031-5/+5
|
* add clear documentation on searching between groupsJob van der Voort2015-02-021-1/+21
|
* Document the `description` attribute of groups APIDaniel Serodio2015-01-161-1/+3
|
* Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Md style for API.Ciro Santilli2014-08-151-21/+16
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* API: new feature - remove groupDmitriy Zaporozhets2013-10-071-0/+13
|
* Merge pull request #5230 from cmckni3/patch-1Dmitriy Zaporozhets2013-10-061-14/+14
|\ | | | | Fix invalid json in API docs
| * Fix json keys in groups API documentationChris McKnight2013-09-301-14/+14
| |
* | Update group access levels in docs.Marin Jankovski2013-10-021-0/+13
| |
* | Update deploy keys, groups and system hooks api docs.Marin Jankovski2013-10-021-6/+6
|/
* Fixed typo in groups.mdTobias Bieniek2013-09-301-1/+1
|