summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-merge-request-info' into 'master'Sean McGivern2018-07-061-0/+1
|\ | | | | | | | | | | | | Added merge request info to Web IDE sidebar Closes #45187 See merge request gitlab-org/gitlab-ce!19860
| * added API docsPhil Hughes2018-07-051-0/+1
| | | | | | | | | | | | CHANGELOG improved comments in API code improved spec description
* | Merge branch 'docs/container-scanning-note' into 'master'Achilleas Pipinellis2018-07-051-2/+2
|\ \ | | | | | | | | | | | | Verify version on container scanning note See merge request gitlab-org/gitlab-ce!20409
| * | Verify version on container scanning noteCindy Pallares 🦉2018-07-051-2/+2
| |/
* | Mention the forked_from_project field in projects APIAchilleas Pipinellis2018-07-051-0/+33
|/
* Update OmniAuth Shibboleth gem to latest to gain supportTom Downes2018-07-041-7/+20
| | | | | | for handling multi-valued SAML assertions. Add documentation of label argument for omniauth provider to override text in login button.
* Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern2018-07-042-0/+2
|\ | | | | | | | | Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
| * Add filtering by group to todos documentationJarka Kadlecová2018-07-041-0/+1
| |
| * [backend] Addressed review commentsJan Provaznik2018-07-031-0/+1
| | | | | | | | | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
* | Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
| * | Fixed docjprovazn-direct-uploadJan Provaznik2018-06-221-1/+1
| | |
| * | Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-181-1/+2
| | | | | | | | | | | | | | | This method can be used by workhorse to get presigned URLs used for direct upload of files.
* | | Merge branch 'bvl-graphql-pipeline-lists' into 'master'Douwe Maan2018-07-041-0/+88
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add pipeline lists to graphql Closes #48469 See merge request gitlab-org/gitlab-ce!20249
| * | | Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
* | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-07-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo and formatting See merge request gitlab-org/gitlab-ce!20352
| * | | | Fix typo and formattingSteve Wills2018-07-041-2/+2
| | | | |
* | | | | Merge branch 'patch-28' into 'master'Rémy Coutable2018-07-041-34/+34
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | New jobs sorting See merge request gitlab-org/gitlab-ce!20337
| * | | | New jobs sortingÉlie2018-07-031-34/+34
| |/ / /
* | | | Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu2018-07-031-0/+2
|/ / /
* | | Merge branch 'docs/bamboo' into 'master'Marcia Ramos2018-07-031-1/+5
|\ \ \ | | | | | | | | | | | | | | | | Copyedit Bamboo integration docs See merge request gitlab-org/gitlab-ce!20312
| * | | Copyedit Bamboo integration docsAchilleas Pipinellis2018-07-021-1/+5
| | | |
* | | | Merge branch 'docs-products-links' into 'master'Achilleas Pipinellis2018-07-0322-27/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Updated /products links to /pricing See merge request gitlab-org/gitlab-ce!20321
| * | | | Updated products links to pricingMarcel Amirault2018-07-0322-27/+27
| | | | |
* | | | | Merge branch 'prune-web-hook-logs' into 'master'Douwe Maan2018-07-031-6/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Prune web hook logs older than one month Closes #46120 See merge request gitlab-org/gitlab-ce!20183
| * | | | Prune web hook logs older than 90 daysYorick Peterse2018-07-021-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a recurring Sidekiq job that removes up to 50 000 old web hook logs per hour, if they are older than 90 days. This will prevent the web_hook_logs table from growing indefinitely. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
* | | | | Merge branch 'docs/job-traces' into 'master'Marcia Ramos2018-07-021-64/+91
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change path to CI job traces Closes #47173 See merge request gitlab-org/gitlab-ce!19422
| * | | | | Update job_traces.mdMike Lewis2018-06-301-4/+3
| | | | | |
| * | | | | Refactor the job traces admin docsdocs/job-tracesAchilleas Pipinellis2018-06-253-89/+90
| | | | | |
| * | | | | Fix trace documentationShinya Maeda2018-06-251-14/+44
| | | | | |
| * | | | | Change path to CI job tracesAchilleas Pipinellis2018-06-253-6/+3
| | | | | |
* | | | | | Merge branch 'docs/ad-typo' into 'master'Marcia Ramos2018-07-021-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Update index.md changed "gonna" to "going to be" See merge request gitlab-org/gitlab-ce!20310
| * | | | | Update index.md changed "gonna" to "going to be"joe d2018-07-021-1/+1
| | | | | |
* | | | | | Merge branch 'crose-details-on-buildkey' into 'master'Achilleas Pipinellis2018-07-021-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Add detail around 'Build Key' within the GitLab steps. See merge request gitlab-org/gitlab-ce!20219
| * | | | | Add detail around 'Build Key' within the GitLab steps. Chris Rose2018-06-271-2/+1
| | | | | |
* | | | | | Merge branch 'bvl-externalize-singular-docs' into 'master'Achilleas Pipinellis2018-07-021-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Add note for variable usage in singular See merge request gitlab-org/gitlab-ce!20286
| * | | | | [DOC] Add note for variable usage in singularBob Van Landuyt2018-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Avoiding a count variable allows more natural translation in some languages.
* | | | | | Update installation and update guides for 11.1Alessio Caiazza2018-07-022-3/+364
| | | | | |
* | | | | | Merge branch 'nicolas-brousse/gitlab-ce-update-digital-ocean-s3-docs' into ↵Marcia Ramos2018-07-021-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update digital ocean s3 docs Closes #42510 See merge request gitlab-org/gitlab-ce!20198
| * | | | | | Move DO spaces troubleshooting to DO spaces sectionAchilleas Pipinellis2018-06-271-7/+6
| | | | | | |
| * | | | | | Update DO Spaces documentation about GitLab backupsNicolas Brousse2018-06-271-0/+7
| | | | | | |
* | | | | | | Merge branch 'improve-using-docker-build-docs' into 'master'Achilleas Pipinellis2018-07-021-2/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation of how to build Docker Images with GitLab CI See merge request gitlab-org/gitlab-ce!20254
| * | | | | | | Improve documentation of how to build Docker Images with GitLab CITomasz Maczukin2018-06-281-2/+21
| | | | | | | |
* | | | | | | | Merge branch 'sh-add-s3-signature-version-docs' into 'master'Achilleas Pipinellis2018-07-023-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add aws_signature_version to object storage docs Closes #48622 See merge request gitlab-org/gitlab-ce!20257
| * | | | | | | Add aws_signature_version to object storage docsStan Hu2018-06-283-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Digital Ocean Spaces currently needs v2 for downloads. Closes #48622
* | | | | | | Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-0/+2
| | | | | | |
* | | | | | | Merge branch 'sh-improve-backup-directory-docs' into 'master'Achilleas Pipinellis2018-07-021-9/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that DIRECTORY environment variable in backups only applies to remote storage Closes #38949 See merge request gitlab-org/gitlab-ce!20230
| * | | | | | | Document that DIRECTORY environment variable in backups only applies to ↵Stan Hu2018-06-271-9/+10
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote storage Closes #38949
* | | | | | | Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable2018-07-011-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
| * | | | | | | Add locked state to merge request APIChantal Rollison2018-06-281-6/+6
| |/ / / / / /
* | | | | | | Update ee_features.md to fix linkMarcel Amirault2018-06-301-1/+1
| | | | | | |