summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mattl-gitshell-fixes' into 'master' Rémy Coutable2016-12-141-1/+1
|\ | | | | | | | | Updates the docs to require GitLab Shell 4.0.3 See merge request !8050
| * 8.14 requires GitLab shell 4.0.3Matt Lee2016-12-121-1/+1
| |
* | Merge branch 'api-cherry-pick' into 'master' Rémy Coutable2016-12-131-0/+39
|\ \ | | | | | | | | | | | | | | | | | | Adds the ability to cherry pick a commit via the API. Right now it only supports to directly cherry pick a commit and not starting a MR from it. Shall we do that also for the API? Closes #25450 See merge request !8047
| * | API: Ability to cherry-pick a commitRobert Schilling2016-12-131-0/+39
| | |
* | | API: Ability to get group's project in simple representationapi-simple-group-projectRobert Schilling2016-12-131-6/+11
| |/ |/|
* | Merge branch 'grapify-service-api' into 'master' Rémy Coutable2016-12-121-2/+110
|\ \ | |/ |/| | | | | | | | | Grapify the service API Related to #22928 See merge request !7970
| * Grapify the service APIgrapify-service-apiRobert Schilling2016-12-121-6/+16
| |
| * Grapify the service APIRobert Schilling2016-12-091-2/+100
| |
* | Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-0/+232
|\ \ | | | | | | | | | | | | | | | | | | Adding support for personal snippet endpoint on the API Closes #22042 See merge request !6373
| * | API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net>
* | | Merge branch 'patch-8' into 'master' Sean McGivern2016-12-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix typo See merge request !8029
| * | | Fix typoIsmail S2016-12-111-1/+1
| | | |
* | | | Fix typo in curl example requestGeorg Hartmann2016-12-111-1/+1
|/ / /
* | | Change docs title to represent the editionAchilleas Pipinellis2016-12-111-1/+1
| | |
* | | [ci skip] Update "Installation from source" guide for 8.15.0update/installation-from-source-guide-8-15Douglas Barbosa Alexandre2016-12-092-3/+3
| | |
* | | Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable2016-12-091-23/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to remove source branch Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23577 See merge request !7804
| * | | API: Ability to remove source branchapi-remove-source-branchRobert Schilling2016-12-041-23/+26
| | | |
* | | | Merge branch 'issue_25152_docs' into 'master' Achilleas Pipinellis2016-12-091-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update JIRA troubleshoot documentation closes #25152 See merge request !7977
| * | | | Update JIRA troubleshoot documentationissue_25152_docsFelipe Artur2016-12-081-0/+1
| | | | |
* | | | | Merge branch '22152-improve-setup-ssh-documentation' into 'master' Achilleas Pipinellis2016-12-091-80/+117
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to setting up SSH documentation ## What does this MR do? Improves the documentation article on setting up SSH. * Added introduction * Added additional explanations * Added sub headings * Moved sections around * Added section about generating an SSH key pair on Windows with PuttyGen (will be expanded further in future) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24708 See merge request !6571
| * | | | | Refactor SSH keys docsAchilleas Pipinellis2016-12-091-65/+70
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Improvements to setting up sshSean Packham2016-12-091-61/+93
| |/ / / /
* | | | | Merge branch 'zj-update-chatops-docs' into 'master' Sean Packham2016-12-092-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs to reflect new defaults on omnibus ## What does this MR do? Updates docs, after gitlab-org/omnibus-gitlab!1154 the flow has changed. See merge request !8006
| * | | | | Update docs to reflect new defaults on omnibuszj-update-chatops-docsZ.J. van de Weg2016-12-092-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For mattermost chat commands, new defaults are set in the next release making configuring easier. This commit reflects that in the doc. [ci skip]
* | | | | | Updating reference to database password1392-honor-database-passwordIan Baum2016-12-081-2/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | postgresql['sql_password'] is not used, should be gitlab_rails['db_password']
* | | | | Merge branch 'rs-8-15-update-guide' into 'master' Rémy Coutable2016-12-081-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct previous stable branch used in 8.14 to 8.15 update guide [ci skip] See merge request !7984
| * | | | | Correct previous stable branch used in 8.14 to 8.15 update guiders-8-15-update-guideRobert Speicher2016-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'public-tags-api' into 'master' 19703-direct-link-pipelines-into-buildsDouwe Maan2016-12-081-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow public access to some Tag API endpoints Continuation of #4269. See merge request !7896
| * | | | | | Allow public access to some Tag API endpointspublic-tags-apiRémy Coutable2016-12-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch '24537-reenable-private-token-with-sudo' into 'master' Douwe Maan2016-12-081-1/+50
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reenables /user API request to return private-token if user is admin and requested with sudo ## What does this MR do? Reenables the API /users to return `private-token` when sudo is either a parameter or passed as a header and the user is admin. ## Screenshots (if relevant) Without **sudo**: ![Screen_Shot_2016-11-21_at_11.44.49](/uploads/ebecf95dbadaf4a159b80c61c75771d9/Screen_Shot_2016-11-21_at_11.44.49.png) With **sudo**: ![Screen_Shot_2016-11-21_at_11.45.52](/uploads/f25f9ddffcf2b921e9694e5a250191d3/Screen_Shot_2016-11-21_at_11.45.52.png) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24537 See merge request !7615
| * | | | | | adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-1/+50
| | | | | | |
* | | | | | | Merge branch '24565-fix-api-example-typos' into 'master' Rémy Coutable2016-12-072-9/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in API doc examples ## What does this MR do? Fixes a typo in the API docs. The `curl` examples in [build_triggers.md](doc/api/build_triggers.md) and [build_variables.md](doc/api/build_variables.md) all have a typo in the auth header. They all say `PRIVATE_TOKEN` when it should be `PRIVATE-TOKEN`. ## What are the relevant issue numbers? Fixes #24565 See merge request !7514
| * | | | | | | Fix typos in API doc examplesRyan O'Boyle2016-11-162-9/+9
| | | | | | | |
* | | | | | | | Merge branch 'docs/link-update-university' into 'master' Sean Packham2016-12-071-6/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GLU index for new report, broken links + typos ## What does this MR do? Update text on GLU documentation for spelling and new State of DevOps book. /cc @axil See merge request !7962
| * | | | | | | new DevOps report, 404s, typosja-me-sk2016-12-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct heading level for topics Update puppet dev ops report for 2016
* | | | | | | | Merge branch 'update-git-version-in-doc' into 'master' Marin Jankovski2016-12-071-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Git version requirement to 2.8.4 Following gitlab-org/omnibus-gitlab!1108, the install doc and README should be updated too. See merge request !7878
| * | | | | | | Bump Git version requirement to 2.8.4update-git-version-in-docRémy Coutable2016-12-011-4/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'ux-guide-animation' into 'master' Achilleas Pipinellis2016-12-077-22/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UX Guide - add initial animation guidance Adding guidance to our UX Guide around animation. This is to help us implement #24831 and add polished, consistent animation throughout GitLab. See merge request !7780
| * | | | | | | Create animation page and clean up indexux-guide-animationawhildy2016-12-057-22/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add guidance on timings and easing [ci skip] Detail when not to use easing Add dropdown and hover examples Add quick update animation
* | | | | | | | Merge branch 'patch-7' into 'master' Achilleas Pipinellis2016-12-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update php.md - /.dockerinit was removed in v1.11 so the test always results in … See merge request !7882
| * | | | | | | | Update php.md - /.dockerinit was removed in v1.11 so the test always results ↵Sam Carrington2016-12-011-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | in an early exit https://github.com/docker/docker/pull/19490
* | | | | | | | Update custom_hooks.md for global custom hooks and chained hook infoElan Ruusamäe2016-12-061-0/+20
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/93
* | | | | | | Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-063-2/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create an issue for all unresolved discussions in an MR See merge request !7180
| * | | | | | | Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-053-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
* | | | | | | | Merge branch 'glm-shorthand-reference' into 'master' Sean McGivern2016-12-061-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GLM shorthand reference for projects from the same namespace Closes #21679 See merge request !7255
| * | | | | | | | Update user markdown docs with cross-project shorthand versionOswaldo Ferreira2016-12-021-0/+12
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'document-public-project-api' into 'master' Douwe Maan2016-12-061-4/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the public Project API and document `GET /projects/:id/users` Documentation was not updated in !7843. Also the `GET /projects/:id/users` endpoint was not documented at all! See merge request !7897
| * | | | | | | | Document the public Project API and document `GET /projects/:id/users`document-public-project-apiRémy Coutable2016-12-021-4/+44
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch 'fix-nignx-typo' into 'master' Achilleas Pipinellis2016-12-051-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NIGNX -> Nginx This shouldn't be in all caps, and it should be spelled correctly! See merge request !7929
| * | | | | | | NIGNX -> Nginxfix-nignx-typoSean McGivern2016-12-051-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | This shouldn't be in all caps, and it should be spelled correctly!