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
2019-07-12Add blank lines around code blocksMarcel Amirault
All code blocks should be surrounded by blank lines
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
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
2019-07-04Clean up EE api docs that were merged to CEMarcel Amirault
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
2019-07-03Update api docs to finish aligning EE and CE docsMarcel Amirault
Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
2019-05-29Add wiki size to project statisticsPeter Marko
2019-01-15Add group full path to project's shared_with_groupsMathieu Parent
2019-01-04Replace look-alike token with '<your_access_token>'Achilleas Pipinellis
Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
2018-11-19Add documentationHeinrich Lee Yu
2018-10-19Backport CE to changes to support group-level file templatesNick Thomas
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.
2018-08-29Fix typo in doc/api/groups.mdJJ
Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6123. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-21API: Add shared project's expiration dateRobert Schilling
2018-07-23Add min_access_level filter to groups APIMarko, Peter
Signed-off-by: Marko, Peter <peter.marko@siemens.com>
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-06-12Add id group api sorting optionMarko, Peter
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>
2018-05-18Move API group deletion to SidekiqStan Hu
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-02-08Allow including custom attributes in API responsesMarkus Koller
2017-12-15Fix type descriptionMichael Lihs
2017-12-09fix formatting of parameters for new group and transfer project to groupMichael Lihs
2017-11-17Document when Groups API `/subgroups` endpoint introducedMark Fletcher
2017-11-09Add /groups/:id/subgroups endpoint to APIWinnie Hellmann
2017-11-06Support custom attributes on groupsMarkus Koller
2017-10-24Update groups API documentationRobert Schilling
2017-08-24Fix group and project search for anonymous usersNick Thomas
2017-05-10update API doc with +API (h1 heading)Marcia Ramos
2017-04-08Mention URL path encoding to all API docsAchilleas Pipinellis
2017-03-06Rename build to job in the docsZ.J. van de Weg
2017-03-02Expose Group VisibilityLevel as StringToon Claes
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-02-24Update documentationRobert Schilling
2017-02-14API: Consolidate /projects endpointToon Claes
It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
2017-02-09Merge branch 'fixes/namespace-api-documentation' into 'master'Rémy Coutable
Update API docs for new namespace format Closes #27730 See merge request !9073
2017-02-08Update API docs for new namespace formatMarkus Koller
Follow-up to d05dd81b which changed the nested namespaces in projects to use API::Entities::Namespace instead of exposing all fields. Fixes #27730
2017-02-08Add nested groups to the APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-30Update group api doc with full_name and full_path attributesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-03Fix groups API to accept path when transferring a projectMark Fletcher
* Use standard helpers for finding group and project
2016-12-21Add more storage statisticsMarkus Koller
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.
2016-12-13API: Ability to get group's project in simple representationRobert Schilling
2016-11-17Allow sorting groups in APISean McGivern
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).
2016-11-08Added API endpoint groups/ownedBorja Aparicio
2016-10-31Backport Group API code that was added in EE onlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-19Allow to set request_access_enabled for groups and projects using APIFelipe Artur
2016-09-15Syntax fixes and better tests for helper methods. Updated docs.Patricio Cano
2016-09-15Added group-specific setting for LFS.Patricio Cano
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
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>
2016-08-09use Unix line endings for API documentationwinniehell
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-07-08API: Expose shared projects in a groupRobert Schilling