summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch '50070-legacy-attachments' into 'master'"sh-revert-mr-24679Stan Hu2019-06-091-82/+0
| | | | | This reverts commit fd19f887dfeeeedb483c4a4fb32f9f768e89389c, reversing changes made to abb2d4c601d796339c8d7cb0c00946696730f198.
* Merge branch 'master' into 'docs/fix-example-dot-net'Mike Lewis2019-06-071217-7413/+37442
|\ | | | | | | # Conflicts: # doc/user/project/clusters/serverless/index.md
| * Merge branch 'docs-scoped-label-key' into 'master'Mike Lewis2019-06-071-0/+8
| |\ | | | | | | | | | | | | Add a note about nested scopes matching See merge request gitlab-org/gitlab-ce!28466
| | * Apply suggestion to doc/user/project/labels.mddocs-scoped-label-keyJan Provaznik2019-06-051-5/+7
| | |
| | * Add a note about nested scopes matchingJan Provaznik2019-05-201-0/+6
| | |
| * | Merge branch ↵Stan Hu2019-06-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
| | * | Expose javascript regexMatija Čupić2019-06-061-2/+1
| | | |
| | * | Allow masking if 8 or more characters in base64Thomas Nilsson2019-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This should allow for private ssh-keys to remain private. Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/60790.
| * | | Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern2019-06-072-21/+105
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add task count and completed count to responses of Issue and MR See merge request gitlab-org/gitlab-ce!28859
| | * | | Add task count and completed count to responses of Issue and MRPatrick Derichs2019-06-072-21/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spec for task_completion_status Add test cases for task_completion_status result Extracted shared samples Add new spec file for task completion status response Fix style errors Add changelog entry Changed samples to Hashes Remove test for successful request Remove not nil expectation Add task_completion_status to api documentation for issues Add task_completion_status to api documentation for merge_requests Refactor spec so it just requests one specific item Add task_completion_status to Taskable Simplified task completion status in entities Refactor spec so it separates status code check and content check Fix spec description text and field name
| * | | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-071-0/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
| | * | | | Add project level git depth settingKrasimir Angelov2019-06-061-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce default_git_depth in project's CI/CD settings and set it to 50. Use it if there is no GIT_DEPTH variable specified. Apply this default only to newly created projects and keep it nil for old ones in order to not break pipelines that rely on non-shallow clones. default_git_depth can be updated from CI/CD Settings in the UI, must be either nil or integer between 0 and 1000 (incl). Inherit default_git_depth from the origin project when forking projects. MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it contains unique commit (i.e. merge commit) which doesn't exist in the other branch/tags refs. We need to add it cause otherwise it may break pipelines for old projects that have already enabled Pipelines for merge results and have git depth 0. Document new default_git_depth project CI/CD setting
| * | | | | Merge branch '50070-legacy-attachments' into 'master'Kamil Trzciński2019-06-071-0/+82
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
| | * | | | | Migrate legacy uploads to the project location50070-legacy-attachmentsJarka Košanová2019-06-061-0/+82
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Uploads coming from AttachmentUploader need to be moved to the currently supported location (FileUploader)
| * | | | | Add dependency list documentationTetiana Chupryna2019-06-071-0/+11
| | |_|/ / | |/| | |
| * | | | SSoT audit fixesEvan Read2019-06-0712-118/+285
| | | | | | | | | | | | | | | | | | | | | | | | | Implements part of the single source of truth audit fixes for the CI section.
| * | | | Integrate demo link into content moreEvan Read2019-06-071-4/+4
| | | | |
| * | | | Add git 2.21 install from update_sourceÆx2019-06-072-11/+51
| | | | |
| * | | | Merge branch 'docs/58975-jira-integration-docs' into 'master'Mike Lewis2019-06-078-22/+27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
| | * | | | Apply reviewer feedbackdocs/58975-jira-integration-docsMike Lewis2019-06-072-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove image for adding new permission scheme - Delete jira_add_permission_scheme.png as no longer included in content - add group language - Reword the add user to group instructions - Reword the add selected users instruction - Reword add permission scheme instruction - Update jira_server_configuration intro
| | * | | | Change text to match screencapscharlieablett2019-06-071-2/+2
| | | | | |
| | * | | | Reword for claritycharlieablett2019-06-071-2/+2
| | | | | |
| | * | | | Upgrade jira user permissions workflow docscharlieablett2019-06-078-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update screecaps to reflect jira version ~8.1 and update instructions to include Permission Schemes.
| | * | | | Fix some typoescharlieablett2019-06-071-2/+2
| | | | | |
| * | | | | Merge branch 'sh-improve-openid-docs' into 'master'Evan Read2019-06-071-0/+35
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix OpenID Connect documentation See merge request gitlab-org/gitlab-ce!29314
| | * | | | | Fix OpenID Connect documentationsh-improve-openid-docsStan Hu2019-06-061-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many users were unable to get logins working with OpenID Connect because of a missing `name` argument in the configuration. This resulted in 404s immediately after attempting to login. This describes the workaround mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809. This also adds an example profile for using Google.
| * | | | | | Add section to dev docs on accessing chatopsLucas Charles2019-06-074-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | closes 62127
| * | | | | | Merge branch 'docs/realign-ce-docs' into 'master'Evan Read2019-06-071-5/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
| | * | | | | | Port missing docs to CEdocs/realign-ce-docsAchilleas Pipinellis2019-06-061-5/+3
| | | | | | | |
| * | | | | | | Merge branch 'docs/add-ci-breaking-changes' into 'master'Evan Read2019-06-071-0/+27
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053
| | * | | | | | Add docs for breaking changes of GitLab CI in 12.0docs/add-ci-breaking-changesSteve Azzopardi2019-06-061-0/+27
| | | | | | | |
| * | | | | | | Merge branch 'docs-qa-dynamic-element-validation' into 'master'Dan Davison2019-06-062-3/+149
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation for dynamic element validation See merge request gitlab-org/gitlab-ce!29169
| | * | | | | | | Documentation for dynamic element validationdocs-qa-dynamic-element-validationddavison2019-06-052-3/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
| * | | | | | | | Fix some typosWilliam Desportes2019-06-063-4/+4
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * | | | | | | Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern2019-06-061-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
| | * | | | | | | Apply suggestion to doc/user/project/integrations/youtrack.mdMatthias Baur2019-06-051-2/+2
| | | | | | | | |
| | * | | | | | | Allow lowercase prefix for Youtrack issue idsMatthias Baur2019-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #42595. Fixes #62661.
| * | | | | | | | Added troubleshooting section to "Group-level Kubernetes clusters"Russell Dickenson2019-06-061-1/+13
| | | | | | | | |
| * | | | | | | | Adds documentation for vulnerability dismissal reasonsSam Beckham2019-06-063-0/+10
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch ↵Nick Thomas2019-06-061-112/+26
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-11314-elasticsearch-rake-tasks-should-respect-new-elasticsearch-limited-namespaces-projects-functionality' into 'master' Update docs for Elasticsearch indexing tasks See merge request gitlab-org/gitlab-ce!29132
| | * | | | | | | Update docs for Elasticsearch indexing tasksce-11314-elasticsearch-rake-tasks-should-respect-new-elasticsearch-limited-namespaces-projects-functionalityMarkus Koller2019-06-061-112/+26
| | | | | | | | |
| * | | | | | | | Add a New Copy Button That Works in ModalsAndrew Fontaine2019-06-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
| * | | | | | | | Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński2019-06-061-0/+18
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
| | * | | | | | | | && and || operators for CI Pipeline expressions.drew cimino2019-06-041-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
| * | | | | | | | | Merge branch 'revert-86900f00' into 'master'Grzegorz Bizon2019-06-061-3/+0
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201
| | * | | | | | | | | Revert "Merge branch..."revert-86900f00Kamil Trzciński2019-06-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !27503
| * | | | | | | | | | Merge branch 'docs/port-insights-from-ee' into 'master'Achilleas Pipinellis2019-06-061-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port EE changes from doc/user/project/insights/index.md Closes gitlab-ee#11974 See merge request gitlab-org/gitlab-ce!29252
| | * | | | | | | | | Port EE changes from doc/user/project/insights/index.mdAchilleas Pipinellis2019-06-061-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Docs: Merge 5 api docs from EE to CEMarcel Amirault2019-06-065-105/+378
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Edit "SAML SSO" for SSOTRussell Dickenson2019-06-061-7/+23
| | | | | | | | | |