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
path: root/doc
AgeCommit message (Collapse)Author
2017-03-05Introduce tests for pipeline triggersKamil Trzcinski
2017-03-04Be able to list issues with no labels using APIVignesh Ravichandran
2017-03-04Merge branch 'patch-16' into 'master' Achilleas Pipinellis
add Microsoft Exchange reply by email details Closes #28131 See merge request !9482
2017-03-03Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher
Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines` Closes #26847 See merge request !8875
2017-03-03Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas
2017-03-03Merge branch '28865-filter-by-authorized-projects-in-v4' into 'master' Sean McGivern
Add filter param for user's authorized projects in V4 Closes #28865 See merge request !9674
2017-03-03Rename query parameter to `membership`Toon Claes
The query parameter `membership` should be more self-explaining.
2017-03-03Stop setting Strict-Transport-Securty header from within the appPaweł Chojnacki
2017-03-03Add filter param for authorized projects for current_user for V4Oswaldo Ferreira
2017-03-03Improve EE compatibility MR docs [ci skip] Adam Niedzielski
EE MR should be updated before CE MR is merged. Suggest using "git rerere".
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
2017-03-03Merge branch '27532_api_changes' into 'master' Sean McGivern
Use iids as filter parameter Closes #27532 See merge request !9096
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-03-02Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan
API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
2017-03-02Merge branch 'docs/google-cloud-platform-installation' into 'master' Achilleas Pipinellis
Add docs on how to install GitLab on GCP Closes #28868 See merge request !9662
2017-03-02Add docs on how to install GitLab on GCPAchilleas Pipinellis
[ci skip]
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Merge branch 'api-doc-return-code' into 'master' Rémy Coutable
Correct the return code description for 204 See merge request !9648
2017-03-02Add visibility change to API v3 -> v4 docToon Claes
And add changelog entry.
2017-03-02Expose ApplicationSetting visibility settings as StringToon Claes
Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
2017-03-02Expose Snippet VisibilityLevel as StringToon Claes
2017-03-02Expose Group VisibilityLevel as StringToon Claes
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
2017-03-02Merge branch '28257-issues-iids' into 'master' Sean McGivern
API issues - support filtering by iids Closes #28257 See merge request !9541
2017-03-02cleanup SSH key detailsBen Bodenmiller
2017-03-02Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable
Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
2017-03-02Correct the return code description for 204Robert Schilling
2017-03-02Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes
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.
2017-03-02Enable filtering milestones by search criteria in the APIMark Fletcher
- Also remove a redundant test
2017-03-01Merge branch 'api-v4-doc' into 'master' Douwe Maan
Use v4 endpoint in API docs See merge request !9631
2017-03-01Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan
Rename MWBS to MWPS Closes #24707 See merge request !9335
2017-03-01Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński
API: Add environment action with /stop action Closes #27142 See merge request !8808
2017-03-01Persona imagesSarah O'Donnell
2017-03-01Merge branch 'patch-17' into 'master' Rémy Coutable
remove duplicate backup skip details See merge request !9525
2017-03-01Merge branch 'patch-18' into 'master' Rémy Coutable
fix GitLab download archives link See merge request !9528
2017-03-01Clarification of list repository tree API callMarius Kleiner
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-03-01Merge branch 'undefined' into 'master' Achilleas Pipinellis
Replace create_new_project_button.png See merge request !9403
2017-03-01Merge branch 'update-yarn-docs' into 'master' Jacob Schatz
Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
2017-03-01Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
2017-03-01Merge branch 'patch-15' into 'master' Rémy Coutable
Add note about how to use or escape variables inside other variables See merge request !9601
2017-03-01Merge branch 'restructure-pages-docs' into 'master' Achilleas Pipinellis
Restructure pages docs Closes #28688 See merge request !9527
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-03-01Restructure Pages docs index and getting started guidesMarcia Ramos
[ci skip]
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
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
2017-03-01Grammar improvement in gitlab flow intro docMarius Kleiner
2017-03-01API issues - support filtering by iidsJarka Kadlecova
2017-03-01Add note about how to use or escape variables inside other variablesTeNNoX
2017-03-01Merge branch 'docs/pages' into 'master' Achilleas Pipinellis
Move all Pages related content to a single location Closes #28819 and #28714 See merge request !9583
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-02-28update install doc to reflect start of yarn dependencyMike Greiling