summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Move operations/ to new locationdocs/refactor-operationsAchilleas Pipinellis2016-10-1111-364/+370
| | | | [ci skip]
* Merge branch 'zj-link-broadcast-api-docs' into 'master' Robert Speicher2016-09-231-0/+1
|\ | | | | | | | | | | | | Add link to broadcast messages docs [ci skip] See merge request !6495
| * Add link to broadcast messages docsZ.J. van de Weg2016-09-231-0/+1
| | | | | | | | | | Fixes #22508 [ci skip]
* | Copyedit the CI build permissions docAchilleas Pipinellis2016-09-221-3/+3
| | | | | | | | [ci skip]
* | Small fixes in CI build permissions docsAchilleas Pipinellis2016-09-222-17/+17
| | | | | | | | | | - Add link to external user - Move build triggers up
* | s/project/buildAchilleas Pipinellis2016-09-221-1/+1
| | | | | | | | [ci skip]
* | Added a note about build triggers [ci skip]Kamil Trzcinski2016-09-222-0/+12
| |
* | Make 'build permissions' consistentAchilleas Pipinellis2016-09-222-3/+3
| | | | | | | | [ci skip]
* | Add a small description mentioning submodules/LFSAchilleas Pipinellis2016-09-221-2/+1
| |
* | Move document on CI build permissions to new locationAchilleas Pipinellis2016-09-223-16/+16
| |
* | Refactor new CI build permissions model docsAchilleas Pipinellis2016-09-222-158/+211
| |
* | Update permissions tableKamil Trzcinski2016-09-221-6/+23
| |
* | Describe how the recent changes of CI permissions affect buildsKamil Trzcinski2016-09-223-0/+244
|/
* Merge branch 'dz-improve-mr-versions-doc' into 'master' Rémy Coutable2016-09-224-1/+5
|\ | | | | | | | | | | | | Update merge request versions documentation with new screenshots For #13570 based on https://gitlab.com/gitlab-org/gitlab-ce/issues/21427 See merge request !6454
| * Update merge request versions documentation with new screenshotsdz-improve-mr-versions-docDmitriy Zaporozhets2016-09-214-1/+5
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Bump gitlab-shell upgrade version to 3.6.0 for 8.12sh-bump-gitlab-shell-8.12Stan Hu2016-09-221-1/+1
| | | | | | | | [ci skip]
* | Merge branch 'docs/cycle-analytics' into 'master' merge-request-push-compare-uiAchilleas Pipinellis2016-09-221-6/+8
|\ \ | | | | | | | | | | | | | | | | | | Fix typos in cycle analytics docs See merge request !6467
| * | Fix typos in cycle analytics docsAchilleas Pipinellis2016-09-221-6/+8
| |/ | | | | | | [ci skip]
* | Merge branch 'docs/issue-closing-pattern' into 'master' Achilleas Pipinellis2016-09-228-44/+114
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change location and refactor issue closing pattern documentation ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [x] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [x] Make sure internal links pointing to the document in question are not broken. - [x] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [x] If working on CE, submit an MR to EE with the changes as well. See merge request !6466
| * | Change location and refactor issue closing pattern documentationAchilleas Pipinellis2016-09-228-44/+114
| |/ | | | | | | | | | | | | | | | | Split into user and administrator docs: - administration/issue_closing_pattern.md - user/project/issues/automatic_issue_closing.md [ci skip]
* | Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-5/+10
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And Snippets get awards ## What does this MR do? Makes snippets more awesome, by making them awardables ## Why was this MR needed? Because Snippets were left behind. ## What are the relevant issue numbers? Closes #17878 See merge request !4456
| * Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-3/+3
| | | | | | | | Also incorporate feedback
| * API docs for award emoji on SnippetsZ.J. van de Weg2016-09-191-5/+10
| | | | | | | | [ci skip]
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-09-2123-90/+372
|\ \
| * | Add docs on Cycle AnalyticsAchilleas Pipinellis2016-09-203-0/+113
| | | | | | | | | | | | [ci skip]
| * | Merge branch 'add_optional_author_for_commits' into 'master' Rémy Coutable2016-09-201-3/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add optional 'author' param when making commits This fulfills https://gitlab.com/gitlab-org/gitlab-ce/issues/20789 by adding the ability to specify a user's ID to be used as the author of a commit. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20789 See merge request !5822
| | * | Add optional 'author' param when making commitsDan Dunckel2016-09-191-3/+9
| | |/
| * | Merge branch 'feature/github-edit-path' into 'master' Rémy Coutable2016-09-202-0/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Lets the user choose a namespace and name on Github imports Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14971 See merge request !5728
| | * | updated example img in docsJames Lopez2016-09-201-0/+0
| | | |
| | * | modify github import JS and controller so we can now specify a namespace ↵James Lopez2016-09-202-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and/or name for a project. - Fixed and added specs. - Added different namespace options depending on user privilages - Updated docs.
| * | | Merge branch 'lfs-support-for-ssh-enabled' into 'master' Douwe Maan2016-09-202-2/+10
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LFS support for ssh enabled ## What does this MR do? This is follow-up after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043 which is falsely shown as merged due to: https://gitlab.com/gitlab-org/gitlab-ce/issues/22334 ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !6413
| | * | Revert "Revert all changes introduced by ↵lfs-supportKamil Trzcinski2016-09-192-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043" This reverts commit 6d43c95b7011ec7ec4600e00bdc8df76bb39813c.
| | * | Revert all changes introduced by ↵Kamil Trzcinski2016-09-192-10/+2
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043
| | * | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-1914-72/+214
| | |\ \
| | * | | Added CHANGELOG item and documentation.Patricio Cano2016-09-152-2/+10
| | | | |
| * | | | Merge branch 'workhorse-0.8.2' into 'master' Douwe Maan2016-09-202-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.8.2 Fixes rejected API git archive extensions; improves Sentry errors. https://gitlab.com/gitlab-org/gitlab-workhorse/blob/master/CHANGELOG See merge request !6388
| | * | | Use gitlab-workhorse 0.8.2Jacob Vosmaer2016-09-162-2/+2
| | | | | | | | | | | | | | | | | | | | Fixes rejected API git archive extensions; improves Sentry errors.
| * | | | Merge branch 'issue_20978' into 'master' Rémy Coutable2016-09-192-11/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to set request_access_enabled for groups and projects using API Closes #20978 See merge request !6359
| | * | | | Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-192-11/+29
| | | | | |
| * | | | | Merge branch 'fix/import-export-db-errors' into 'master' Rémy Coutable2016-09-191-2/+16
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix import/export database errors Fixes protected branches errors when importing a project including them Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21295 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21799 See merge request !6099
| | * | | | Fixed label color issue and added Import/Export versioning tableJames Lopez2016-09-191-2/+16
| | | | | |
| * | | | | Fix environments handlingKamil Trzcinski2016-09-191-2/+1
| | | | | |
| * | | | | Small refactor of review apps docsAchilleas Pipinellis2016-09-191-38/+28
| | | | | |
| * | | | | Cleanup changesKamil Trzcinski2016-09-191-4/+5
| | | | | |
| * | | | | Added documentation about dynamic environmentsKamil Trzcinski2016-09-191-1/+28
| |/ / / /
| * | | | Merge branch 'doc/download-latest-artifact' into 'master' Achilleas Pipinellis2016-09-182-0/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document how to download the latest build artifacts ## What does this MR do? Document how to download the latest build artifacts. Closes gitlab-org/gitlab-ce#22273 See merge request !6401
| | * | | | Document how to download the latest build artifactsAchilleas Pipinellis2016-09-182-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Merge branch 'update-github-doc-page' into 'master' Achilleas Pipinellis2016-09-184-35/+94
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GitHub importer documentation to reflect current importer state ## What does this MR do? Update the Github importer documentation to reflect the current importer state. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ee/issues/904 ## Does this MR meet the acceptance criteria? - [X] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) See merge request !5987
| | * | | | | Clarify why GH integration is the preferred importing methodAchilleas Pipinellis2016-09-181-4/+5
| | | | | | |
| | * | | | | Refactor GitHub importing documentationAchilleas Pipinellis2016-09-184-44/+92
| | | | | | |