Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add blank lines around code blocks | Marcel Amirault | 2019-07-12 | 1 | -0/+2 |
| | | | | All code blocks should be surrounded by blank lines | ||||
* | Changing badges to use parentheses not brackets | Marcel Amirault | 2019-07-08 | 1 | -9/+9 |
| | | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800 | ||||
* | Clean up EE api docs that were merged to CE | Marcel Amirault | 2019-07-04 | 1 | -74/+79 |
| | | | | | | Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072 | ||||
* | Update api docs to finish aligning EE and CE docs | Marcel Amirault | 2019-07-03 | 1 | -18/+86 |
| | | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet. | ||||
* | Add wiki size to project statistics | Peter Marko | 2019-05-29 | 1 | -0/+1 |
| | |||||
* | Add group full path to project's shared_with_groups | Mathieu Parent | 2019-01-15 | 1 | -0/+2 |
| | |||||
* | Replace look-alike token with '<your_access_token>'docs/fake-token-no-more | Achilleas Pipinellis | 2019-01-04 | 1 | -3/+3 |
| | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs. | ||||
* | Add documentation | Heinrich Lee Yu | 2018-11-19 | 1 | -2/+4 |
| | |||||
* | Backport CE to changes to support group-level file templates | Nick Thomas | 2018-10-19 | 1 | -0/+7 |
| | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase. | ||||
* | Fix typo in doc/api/groups.md | JJ | 2018-08-29 | 1 | -1/+1 |
| | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | API: Add shared project's expiration dateapi-shared_group_expires-at | Robert Schilling | 2018-08-21 | 1 | -2/+4 |
| | |||||
* | Add min_access_level filter to groups API | Marko, Peter | 2018-07-23 | 1 | -4/+6 |
| | | | | Signed-off-by: Marko, Peter <peter.marko@siemens.com> | ||||
* | Adds with_projects optional parameter to /groups/:id API endpoint | Tiago Botelho | 2018-07-09 | 1 | -0/+25 |
| | |||||
* | Resolve "404 when trying to create a new issue from the group" | Jan Beckmann | 2018-07-02 | 1 | -0/+2 |
| | |||||
* | Add id group api sorting option | Marko, Peter | 2018-06-12 | 1 | -2/+2 |
| | | | | | | | With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by: Marko, Peter <peter.marko@siemens.com> | ||||
* | Move API group deletion to Sidekiq | Stan Hu | 2018-05-18 | 1 | -0/+3 |
| | |||||
* | show only groups an admin is a member of in dashboards/grops | Roger Rüttimann | 2018-05-01 | 1 | -2/+2 |
| | |||||
* | Projects and groups badges API | Francisco Javier López | 2018-03-05 | 1 | -0/+4 |
| | |||||
* | Allow including custom attributes in API responses | Markus Koller | 2018-02-08 | 1 | -0/+4 |
| | |||||
* | Fix type description | Michael Lihs | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | fix formatting of parameters for new group and transfer project to group | Michael Lihs | 2017-12-08 | 1 | -9/+13 |
| | |||||
* | Document when Groups API `/subgroups` endpoint introduced | Mark Fletcher | 2017-11-17 | 1 | -0/+4 |
| | |||||
* | Add /groups/:id/subgroups endpoint to API | Winnie Hellmann | 2017-11-09 | 1 | -4/+45 |
| | |||||
* | Support custom attributes on groups | Markus Koller | 2017-11-06 | 1 | -0/+6 |
| | |||||
* | Update groups API documentation | Robert Schilling | 2017-10-24 | 1 | -0/+32 |
| | |||||
* | Fix group and project search for anonymous users | Nick Thomas | 2017-08-24 | 1 | -3/+6 |
| | |||||
* | update API doc with +API (h1 heading) | Marcia Ramos | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | Mention URL path encoding to all API docs | Achilleas Pipinellis | 2017-04-08 | 1 | -3/+3 |
| | |||||
* | Rename build to job in the docs | Z.J. van de Weg | 2017-03-06 | 1 | -10/+10 |
| | |||||
* | Expose Group VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -14/+10 |
| | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`. | ||||
* | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | Update documentation | Robert Schilling | 2017-02-24 | 1 | -14/+1 |
| | |||||
* | API: Consolidate /projects endpoint | Toon Claes | 2017-02-14 | 1 | -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 Coutable | 2017-02-09 | 1 | -45/+5 |
|\ | | | | | | | | | | | | | Update API docs for new namespace format Closes #27730 See merge request !9073 | ||||
| * | Update API docs for new namespace format | Markus Koller | 2017-02-08 | 1 | -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-api | Dmitriy Zaporozhets | 2017-02-08 | 1 | -3/+7 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update group api doc with full_name and full_path attributes | Dmitriy Zaporozhets | 2017-01-30 | 1 | -1/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix groups API to accept path when transferring a project | Mark Fletcher | 2017-01-03 | 1 | -1/+1 |
| | | | | * Use standard helpers for finding group and project | ||||
* | Add more storage statistics | Markus Koller | 2016-12-21 | 1 | -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-project | Robert Schilling | 2016-12-13 | 1 | -6/+11 |
| | |||||
* | Allow sorting groups in APIsort-api-groups | Sean McGivern | 2016-11-17 | 1 | -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/owned | Borja Aparicio | 2016-11-08 | 1 | -0/+9 |
| | |||||
* | Backport Group API code that was added in EE onlybackport-ee-js-groups-api | Rémy Coutable | 2016-10-31 | 1 | -2/+6 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Allow to set request_access_enabled for groups and projects using API | Felipe Artur | 2016-09-19 | 1 | -4/+12 |
| | |||||
* | Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settings | Patricio Cano | 2016-09-15 | 1 | -2/+2 |
| | |||||
* | Added group-specific setting for LFS. | Patricio Cano | 2016-09-15 | 1 | -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 & Project | Rémy Coutable | 2016-08-10 | 1 | -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 documentation | winniehell | 2016-08-09 | 1 | -514/+514 |
| | |||||
* | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | API: Expose shared projects in a groupapi-shared-projects | Robert Schilling | 2016-07-08 | 1 | -1/+174 |
| |