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
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-08-28Update CE files for GSD projects filterVictor Zagorodny
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
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