summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Apply patches when creating MR via emailBob Van Landuyt2018-11-071-0/+17
| | | | | | | | | | | | | | | This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
* Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-072-1/+51
|\ | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
| * Add submodule update API endpointFrancisco Javier López2018-11-072-1/+51
| | | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
* | Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-071-3/+56
|\ \ | | | | | | | | | | | | | | | | | | Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
| * | small doc fix [CI SKIP]Markus Doits2018-11-071-1/+1
| | |
| * | doc updates as per feedbackMarkus Doits2018-11-071-17/+19
| | |
| * | fix location of spec file in doc comment [CI SKIP]Markus Doits2018-11-071-1/+1
| | |
| * | small fixes to doc and remove on whitespace noiseMarkus Doits2018-11-071-1/+1
| | |
| * | add a test that checks that retry when values in documentation are validMarkus Doits2018-11-071-0/+8
| | |
| * | add documentation for new retry when featureMarkus Doits2018-11-071-3/+46
| | |
* | | Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon2018-11-071-1/+12
|\ \ \ | | | | | | | | | | | | | | | | Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
| * \ \ Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-032-1/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer2018-11-0247-575/+1579
| |\ \ \ \
| * | | | | Documentation fixesChris Baumbauer2018-10-301-1/+1
| | | | | |
| * | | | | Knative supportChris Baumbauer2018-10-241-1/+12
| | | | | |
* | | | | | Merge branch 'dm-api-merge-requests-index-merged-at' into 'master'Sean McGivern2018-11-071-11/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose {closed,merged}_{at,by} in merge requests API index Closes #52031 See merge request gitlab-org/gitlab-ce!22806
| * | | | | | Expose {closed,merged}_{at,by} in merge requests API indexDouwe Maan2018-11-051-11/+44
| | | | | | |
* | | | | | | Merge branch '43521-keep-personal-emails-private' into 'master'Douwe Maan2018-11-073-2/+59
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds option to override commit email Closes #43521 See merge request gitlab-org/gitlab-ce!22560
| * | | | | | User can keep their commit email private43521-keep-personal-emails-privateTiago Botelho2018-11-073-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
* | | | | | | Merge branch 'tc-index-uploads-file-store' into 'master'Andreas Brandl2018-11-071-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance performance of counting local Uploads Closes gitlab-ee#6070 See merge request gitlab-org/gitlab-ce!22522
| * | | | | | Backport changes from EEToon Claes2018-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the files are identical again compared to EE. These are backported from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5050
* | | | | | | Merge branch 'docs/fix-openshift-links' into 'master'Achilleas Pipinellis2018-11-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken link to Vagrant box See merge request gitlab-org/gitlab-ce!22859
| * | | | | | | Fix broken link to Vagrant boxdocs/fix-openshift-linksEvan Read2018-11-071-1/+1
| | | | | | | |
* | | | | | | | Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-072-1/+24
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "`parallel` job keyword MVC" Closes #21480 See merge request gitlab-org/gitlab-ce!22631
| * | | | | | | Copyedit documentation updatesMatija Čupić2018-10-292-11/+8
| | | | | | | |
| * | | | | | | Add documentation entriesMatija Čupić2018-10-272-1/+27
| | | | | | | |
* | | | | | | | Merge branch 'docs/fix-links-to-product-features' into 'master'Achilleas Pipinellis2018-11-071-5/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix links to product features See merge request gitlab-org/gitlab-ce!22860
| * | | | | | | Fix links to product featuresdocs/fix-links-to-product-featuresEvan Read2018-11-071-5/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'patch-31' into 'master'Grzegorz Bizon2018-11-071-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update issue_workflow.md: team labels See merge request gitlab-org/gitlab-ce!22800
| * | | | | | | Update issue_workflow.md: team labelsPhilipp Hasper2018-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Label CI/CD has been deprecated (cf. ~CI/CD-DoNotUse ) and its description says to use ~Release or ~Verify
* | | | | | | | Little typo in markdown.mdluci2018-11-061-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'docs/aws-install' into 'master'Achilleas Pipinellis2018-11-0616-3/+658
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AWS installation docs Closes #49501 See merge request gitlab-org/gitlab-ce!20778
| * | | | | | | Incorporate review changesdocs/aws-installAchilleas Pipinellis2018-11-063-53/+69
| | | | | | | |
| * | | | | | | edits per my reviewMike Lewis2018-11-061-52/+52
| | | | | | | |
| * | | | | | | Add section about GitalyAchilleas Pipinellis2018-11-051-0/+8
| | | | | | | |
| * | | | | | | Add GitLab Runners sectionAchilleas Pipinellis2018-11-051-0/+8
| | | | | | | |
| * | | | | | | Refactor guide and streamline stepsAchilleas Pipinellis2018-11-059-173/+140
| | | | | | | |
| * | | | | | | Add notes on ElastiCacheAchilleas Pipinellis2018-11-053-37/+74
| | | | | | | |
| * | | | | | | DatabaseAchilleas Pipinellis2018-11-052-36/+48
| | | | | | | |
| * | | | | | | Merge content from university AWS docsAchilleas Pipinellis2018-11-054-40/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://docs.gitlab.com/ee/university/high-availability/aws
| * | | | | | | Move architecture section to the topAchilleas Pipinellis2018-11-051-6/+6
| | | | | | | |
| * | | | | | | Mention LFS S3 supportAchilleas Pipinellis2018-11-051-0/+5
| | | | | | | |
| * | | | | | | Clearer info on backup/restoreAchilleas Pipinellis2018-11-051-12/+35
| | | | | | | |
| * | | | | | | Add AWS installation docsAchilleas Pipinellis2018-11-0519-3/+356
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rake-gitaly-check' into 'master'Rémy Coutable2018-11-061-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delegate storage health check to Gitaly's health check Closes gitaly#1336 See merge request gitlab-org/gitlab-ce!22063
| * | | | | | | Add gitlab:gitaly:check task for Gitaly health checkrake-gitaly-checkAlejandro Rodríguez2018-10-231-1/+2
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, since Gitaly now takes care of checking for storage paths existence/accessibility, we can remove those check from the gitlab:gitlab_shell_check task and advance further into 0 direct disk approach on gitlab-rails
* | | | | | | Merge branch '18933-render-index-like-readme' into 'master'Rémy Coutable2018-11-061-1/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render index.* like README.* when it's present in a directory Closes #18933 See merge request gitlab-org/gitlab-ce!22639
| * | | | | | | Add docs for README and index filesAchilleas Pipinellis2018-11-021-1/+27
| | | | | | | |
* | | | | | | | Includes the way approvals are handled to the documentationDimitrie Hoekstra2018-11-061-0/+6
| |_|/ / / / / |/| | | | | |
* | | | | | | Add access controlled pages entry to permissions tabledocs/gitlab-pages-permissionsEvan Read2018-11-051-2/+3
| |_|/ / / / |/| | | | |