summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document how to deploy serverless functions to aws lambdadoc-serverless-lambdaNicholas Klick2019-08-263-640/+679
|
* Merge branch 'ssh-add-no-redirect' into 'master'Achilleas Pipinellis2019-08-201-1/+1
|\ | | | | | | | | In ssh_keys docs, don't redirect stdout of ssh-add See merge request gitlab-org/gitlab-ce!31630
| * Remove inoperative >/dev/nullAlexander Oleynikov2019-08-081-1/+1
| |
* | Update repository languages screenshotMarcel Amirault2019-08-203-1/+1
| |
* | Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-1/+1
| | | | | | | | | | | | | | | | Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
* | Harmonizes titles between two Geo landing pagesEvan Read2019-08-202-3/+3
| | | | | | | | Menu entries in global navigation will be updated to match.
* | Update project import docMarcel Amirault2019-08-203-7/+7
| | | | | | | | Update screenshot and improve text to match
* | Clarify when new values are validEvan Read2019-08-201-2/+5
| |
* | Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'Sean McGivern2019-08-201-2/+0
|\ \ | | | | | | | | | | | | | | | | | | Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
| * | Fix Gitaly N+1 calls with listing issues/MRs via APIsh-fix-issues-api-gitaly-nplusoneStan Hu2019-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | | Merge branch 'docs-testing-n-1-request-sepcs' into 'master'Lin Jen-Shin2019-08-202-1/+8
|\ \ \ | | | | | | | | | | | | | | | | Docs: Require request specs when testing N+1 for controllers See merge request gitlab-org/gitlab-ce!31940
| * | | Require request specs when testing N+1 for controllersThong Kuah2019-08-202-1/+8
| |/ /
* | | Merge branch 'chore/fix-typo' into 'master'Marin Jankovski2019-08-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix minor typo: CE -> EE See merge request gitlab-org/gitlab-ce!31952
| * | | Fix minor typo: CE -> EEArun Kumar Mohan2019-08-191-1/+1
| | | |
* | | | Docs DOCKER_AUTH_CONFIG not available for k8sSteve Azzopardi2019-08-201-8/+11
| | | |
* | | | Merge branch 'patch-74' into 'master'Ray Paik2019-08-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in doc/ci/yaml/README.md See merge request gitlab-org/gitlab-ce!31923
| * | | | Update README.mdAlex Harford2019-08-161-1/+1
| | | | |
* | | | | Combine old and new frontend testing guide (docs)Winnie Hellmann2019-08-202-359/+363
| | | | |
* | | | | Merge branch 'initial-docs-for-auto-devops-sidekiq' into 'master'Evan Read2019-08-201-0/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial docs for sidekiq worker with Auto DevOps Closes gitlab-org/charts/auto-deploy-app#1 See merge request gitlab-org/gitlab-ce!31949
| * | | | | Initial docs for sidekiq worker with Auto DevOpsinitial-docs-for-auto-devops-sidekiqDylan Griffith2019-08-201-0/+46
| | | | | |
* | | | | | Add documentation for incrementally expand mr diffsSamantha Ming2019-08-202-0/+9
| | | | | |
* | | | | | Standardize markdown in dev and workflowMarcel Amirault2019-08-1913-328/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
* | | | | | Doc: add project approval rule endpointsMark Chao2019-08-191-56/+238
| | | | | |
* | | | | | Update Team labels definition in the Issue Workflow documentationRémy Coutable2019-08-191-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'cross-link-instrumentation' into 'master'Evan Read2019-08-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to GitLab Performance Monitoring See merge request gitlab-org/gitlab-ce!31947
| * | | | | | Link to GitLab Performance Monitoringcross-link-instrumentationThong Kuah2019-08-191-1/+1
| | | | | | |
* | | | | | | Improve new CI job permissions model docsBen Bodenmiller2019-08-191-12/+17
| | | | | | |
* | | | | | | Merge branch 'docs-testing-guide-update' into 'master'Evan Read2019-08-191-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs fixup: Remove reference to old lib/api/ci dir See merge request gitlab-org/gitlab-ce!31937
| * | | | | | | Remove reference to old lib/api/ci dirdocs-testing-guide-updateThong Kuah2019-08-171-1/+0
| | |_|_|_|/ / | |/| | | | | | | | | | | | This directory no longer exists (since 2017)
* | | | | | | Merge branch 'doc-be_like_time' into 'master'Evan Read2019-08-191-0/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `be_like_time` matcher to Testing Styleguide See merge request gitlab-org/gitlab-ce!31833
| * | | | | | | Add `be_like_time` matcher to Testing Styleguidedoc-be_like_timeLuke Duncalfe2019-08-191-0/+13
| | | | | | | |
* | | | | | | | Merge branch 'docs-update-design-management-limitations' into 'master'Evan Read2019-08-191-2/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link more issues in Design Management Limitations See merge request gitlab-org/gitlab-ce!31697
| * | | | | | | | Link more issues in Design Management Limitationsdocs-update-design-management-limitationsLuke Duncalfe2019-08-151-2/+12
| |/ / / / / / /
* | | | | | | | Add documentation for feature flag Target UsersJason Goodman2019-08-192-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add screenshot
* | | | | | | | Migrate cycle analytics topic to new sectionEvan Read2019-08-195-187/+218
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes links to new section and refactors some existing content for the GitLab 12.2 changes.
* | | | | | | Update doc/user/project/integrations/jira.md, ↵Kemais Ehlers2019-08-193-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/user/project/integrations/img/jira_service_page_v12_2.png files Deleted doc/user/project/integrations/img/jira_service_page.png
* | | | | | | Escape vertical bars inside code blocks in quick_actions.md - Markdown ↵Jonathan Love2019-08-191-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing in previews and Gitlab.com appear to parse these as table delimiters even when inside a code block.
* | | | | | | Update screenshot to fix bad htmlMarcel Amirault2019-08-192-0/+0
| | | | | | |
* | | | | | | Merge branch 'docs-runner-needs-owner' into 'master'Evan Read2019-08-191-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix required runner permissions Closes #52513 See merge request gitlab-org/gitlab-ce!31598
| * | | | | | | Fix required runner permissionsdocs-runner-needs-ownerElliot Rushton2019-08-081-4/+4
| | | | | | | |
* | | | | | | | Docs: Improve clarity of SCIM workflowTristan Williams2019-08-191-8/+7
| |_|_|/ / / / |/| | | | | |
* | | | | | | Improve docs for cross-project MR dependenciesNick Thomas2019-08-194-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Addressing a documentation review by Marcia!
* | | | | | | Docs: Refresh CI quick start screenshotsTristan Williams2019-08-194-0/+0
| | | | | | |
* | | | | | | Merge branch 'remove-mysql-from-dev-docs' into 'master'Evan Read2019-08-1910-72/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove MySQL references from development docs See merge request gitlab-org/gitlab-ce!31712
| * | | | | | | Remove MySQL references from development docsNick Thomas2019-08-1610-72/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I noticed the doc/development/testing_guide/best_practices.md still referenced the `[run mysql]` tags, etc. They no longer work, so I removed them, then realised I had better clean up the rest of doc/development !
* | | | | | | | Mentions related log on Rate limit docsMayra Cabrera2019-08-182-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requests over the rate limit are logged into `auth.log`
* | | | | | | | Merge branch 'docs/update-srm-settings' into 'master'Evan Read2019-08-181-64/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update srmX configuration description See merge request gitlab-org/gitlab-ce!31142
| * | | | | | | | Update srmX configurationdocs/update-srm-settingsSteve Azzopardi2019-08-161-64/+19
| | | | | | | | |
* | | | | | | | | add GitLab CI job token API authentication sectionBen Bodenmiller2019-08-181-1/+10
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | UI for disabling group/project email notificationBrett Walker2019-08-174-0/+27
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level