summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up navigational order - ProjectKushal Pandya2017-03-021-2/+0
|
* Merge branch '27501-api-use-visibility-everywhere' into 'master' Douwe Maan2017-03-026-62/+54
|\ | | | | | | | | | | | | API: Use `visibility` as string parameter everywhere Closes #27501 See merge request !9337
| * Add visibility change to API v3 -> v4 docToon Claes2017-03-021-0/+1
| | | | | | | | And add changelog entry.
| * Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-8/+11
| | | | | | | | | | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
| * Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-11/+10
| |
| * Expose Group VisibilityLevel as StringToon Claes2017-03-021-14/+10
| | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
| * Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-022-29/+22
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'docs/google-cloud-platform-installation' into 'master' Achilleas Pipinellis2017-03-0214-7/+198
|\ \ | | | | | | | | | | | | | | | | | | Add docs on how to install GitLab on GCP Closes #28868 See merge request !9662
| * | Add docs on how to install GitLab on GCPAchilleas Pipinellis2017-03-0214-7/+198
| |/ | | | | | | [ci skip]
* | Merge branch 'api-doc-return-code' into 'master' Rémy Coutable2017-03-021-1/+1
|\ \ | | | | | | | | | | | | Correct the return code description for 204 See merge request !9648
| * | Correct the return code description for 204api-doc-return-codeRobert Schilling2017-03-021-1/+1
| |/
* | Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-1/+6
|\ \ | | | | | | | | | | | | | | | | | | API issues - support filtering by iids Closes #28257 See merge request !9541
| * | API issues - support filtering by iidsJarka Kadlecova2017-03-011-1/+6
| | |
* | | cleanup SSH key detailsBen Bodenmiller2017-03-021-29/+64
| | |
* | | Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-021-2/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
| * | Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-2/+4
| | | | | | | | | | | | - Also remove a redundant test
* | | Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-0143-213/+213
|\ \ \ | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631
| * | | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-0143-213/+213
| | | |
* | | | Merge branch 'fix/mwbs-to-mwps' into 'master' Douwe Maan2017-03-0112-31/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335
| * | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-0112-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge branch '27142-api-replace-destroy-with-stop-environment' into 'master' Kamil Trzciński2017-03-012-3/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add environment action with /stop action Closes #27142 See merge request !8808
| * | | | | Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-282-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | Add endpoint to stop an environment through the API.
* | | | | | Persona imagesSarah O'Donnell2017-03-013-2/+2
| | | | | |
* | | | | | Merge branch 'patch-17' into 'master' Rémy Coutable2017-03-011-24/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove duplicate backup skip details See merge request !9525
| * | | | | | remove duplicate backup skip details Ben Bodenmiller2017-02-241-24/+8
| | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | | Merge branch 'patch-18' into 'master' Rémy Coutable2017-03-011-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix GitLab download archives link See merge request !9528
| * | | | | | | fix GitLab download archives link Ben Bodenmiller2017-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | | | Clarification of list repository tree API callMarius Kleiner2017-03-011-0/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'undefined' into 'master' Achilleas Pipinellis2017-03-011-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace create_new_project_button.png See merge request !9403
| * | | | | | | Replace create_new_project_button.pngWilliam Abernathy2017-02-211-0/+0
| | | | | | | |
* | | | | | | | Merge branch 'update-yarn-docs' into 'master' Jacob Schatz2017-03-011-4/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
| * | | | | | | | update install doc to reflect start of yarn dependencyupdate-yarn-docsMike Greiling2017-02-281-4/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable2017-03-011-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
| * | | | | | | | | Docs: Tags: Fix typo in parent_ids in example responseMichael Frister2017-02-271-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-15' into 'master' Rémy Coutable2017-03-011-0/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about how to use or escape variables inside other variables See merge request !9601
| * | | | | | | | | | Add note about how to use or escape variables inside other variablesTeNNoX2017-02-281-0/+10
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'restructure-pages-docs' into 'master' Achilleas Pipinellis2017-03-015-582/+611
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restructure pages docs Closes #28688 See merge request !9527
| * | | | | | | | | | Restructure Pages docs index and getting started guidesrestructure-pages-docsMarcia Ramos2017-03-015-582/+611
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Merge branch '25437-just-emoji' into 'master'Sean McGivern2017-03-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
| * | | | | | | | | | add /award slash commandmhasbini2017-02-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add /award slash command; Allow posting of just an emoji in comment
* | | | | | | | | | | Grammar improvement in gitlab flow intro docMarius Kleiner2017-03-011-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'docs/pages' into 'master' Achilleas Pipinellis2017-02-2826-1287/+1289
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all Pages related content to a single location Closes #28819 and #28714 See merge request !9583
| * | | | | | | | | | Move all Pages related content to a single locationdocs/pagesAchilleas Pipinellis2017-02-2826-1287/+1289
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'patch-14' into 'master' Filipa Lacerda2017-02-281-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document use of AirBnb js styleguide and eslint. See merge request !9558
| * | | | | | | | | Add newline to end of frontend.md.patch-14Bryce Johnson2017-02-281-1/+1
| | | | | | | | | |
| * | | | | | | | | Document use of AirBnb js styleguide and eslint.Bryce Johnson2017-02-281-0/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API project create: Make name or path required Closes #6073 See merge request !9416
| * | | | | | | | API project create: Make name or path requiredJarka Kadlecova2017-02-271-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'api-empty-return' into 'master' Sean McGivern2017-02-2815-306/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return 204 on all DELETE endpoints Closes #20429 See merge request !9397
| * | | | | | | | Update documentationRobert Schilling2017-02-2815-306/+1
| | |/ / / / / / | |/| | | | | |