summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add nfs autodetection section in NFS docsjc-documentation-update-nfs-autodetectionJohn Cai2019-07-121-18/+4
|
* Edit new text on visibility settingEvan Read2019-07-051-9/+7
|
* Update installation.mdKyohei Uemura2019-07-051-3/+3
| | | | | Line 170(make install) causes permission error. This command should execute with sudo.
* Change absolute links to relativeMarcel Amirault2019-07-0518-43/+43
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Merge branch '51794-add-ordering-to-runner-jobs-api' into 'master'Lin Jen-Shin2019-07-051-0/+2
|\ | | | | | | | | | | | | Adding order by to list runner jobs api. Closes #51794 See merge request gitlab-org/gitlab-ce!29629
| * Adding order by to list runner jobs api.sujay patel2019-07-051-1/+1
| |
| * Adding order by to list runner jobs api.sujay patel2019-07-051-0/+2
| |
* | Move workflow images to img dirMarcel Amirault2019-07-0518-17/+18
|/ | | | | Clean out workflow directory by moving images from gitlab_flow doc to /img
* Add pgFormatter as a database toolingMayra Cabrera2019-07-051-0/+1
| | | | Includes a PostgreSQL syntax beautifier as a database tooling.
* Merge branch 'patch-71' into 'master'NicoleSchwartz-Python-BlogEvan Read2019-07-051-3/+3
|\ | | | | | | | | Minor spelling errors fixed See merge request gitlab-org/gitlab-ce!30303
| * Minor spelling errors fixedAurelien2019-07-031-3/+3
| |
* | Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-0421-126/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
* | Docs: Clarify project and repo sizeCynthia Ng2019-07-043-10/+9
| |
* | Merge branch 'doc-mj/definition-of-done' into 'master'Marcia Ramos2019-07-041-0/+1
|\ \ | | | | | | | | | | | | Definition of done includes deployed change See merge request gitlab-org/gitlab-ce!30362
| * | Definition of done includes deployed changeMarin Jankovski2019-07-041-0/+1
| | |
* | | Add new info for auth.logMayra Cabrera2019-07-041-0/+3
| | | | | | | | | | | | | | | | | | | | | From 12.1, user information (id and username) are also included on auth.log. Documentation was updated to reflect this. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
* | | Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre2019-07-041-2/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940
| * | | Allow asynchronous rebase operations to be monitoredNick Thomas2019-07-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
* | | | Change 'Todo' to 'To Do'Christie Lenneville2019-07-044-70/+101
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* | | Add documentation on quick actions for add/remove epic parent relations.Eugenia Grieff2019-07-041-0/+2
| | |
* | | Omit Gitaly path where not needed, add where requiredBen Bodenmiller2019-07-041-2/+4
| | |
* | | Fix process start timeRyan Cobb2019-07-041-1/+1
| | | | | | | | | | | | | | | Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
* | | Backports for EE's "Allow adding groups to CODEOWNERS file"Igor2019-07-041-4/+11
| | | | | | | | | | | | | | | Some general code has been added/removed in EE version which needs to be backported in CE
* | | Merge branch 'docs-remove-DOCKER_AUTH_CONFIG' into 'master'Achilleas Pipinellis2019-07-041-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG See merge request gitlab-org/gitlab-ce!30339
| * | | Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG Alexander Tanayno2019-07-041-4/+4
| |/ /
* | | Docs: Clearly state "access control" from Pages indexMarcia Ramos2019-07-041-1/+1
| | |
* | | Merge branch 'patch-71' into 'master'Achilleas Pipinellis2019-07-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix incorrect link for prometheus AWS CloudWatch exporter See merge request gitlab-org/gitlab-ce!30273
| * | | Fix incorrect link for prometheus AWS CloudWatch exporterMaxim Efimov2019-07-021-1/+1
| | | |
* | | | Clean up EE api docs that were merged to CEMarcel Amirault2019-07-049-210/+231
| |/ / |/| | | | | | | | | | | | | | Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
* | | Resolve proclems with issues documentationMarcel Amirault2019-07-044-41/+48
| | | | | | | | | | | | | | | | | | Change csv import section to bullet list, add back missing bulk import section, and resolve minor issues raised in https://gitlab.com/gitlab-org/gitlab-ce/issues/64102
* | | Fix notes and update links to issues docMarcel Amirault2019-07-0426-377/+350
| | | | | | | | | | | | | | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* | | Merge branch 'docs-environment-stop-git-strategy' into 'master'Evan Read2019-07-031-0/+6
|\ \ \ | | | | | | | | | | | | | | | | Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
| * | | Update docs environment:action:stop GIT_STRATEGYdocs-environment-stop-git-strategyMark Lapierre2019-07-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
* | | | Merge branch 'docs-link-fix' into 'master'Evan Read2019-07-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Update Auto Deploy link to page instead of redirect See merge request gitlab-org/gitlab-ce!30325
| * | | | Update link to page instead of redirectdocs-link-fixCynthia Ng2019-07-031-1/+1
| | | | |
* | | | | Merge branch 'docs-rename-release-group-labels' into 'master'Mek Stittri2019-07-031-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Rename Release groups in issue_workflow.md See merge request gitlab-org/gitlab-ce!30293
| * | | | Rename Release groups in issue_workflow.mddocs-rename-release-group-labelsRémy Coutable2019-07-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Based on https://about.gitlab.com/handbook/product/categories/#release-stage: - 'core release' -> 'progressive delivery' - 'supporting capabilities' -> 'release management'
* | | | | Add Grafana to Admin > Monitoring menu when enabledManeschi Romain2019-07-031-0/+15
| | | | |
* | | | | Merge branch 'docs/api-single-codebase' into 'master'Marcia Ramos2019-07-032-7/+48
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Re-align CE and EE API docs See merge request gitlab-org/gitlab-ce!30294
| * | | | Re-align CE and EE API docsdocs/api-single-codebaseAchilleas Pipinellis2019-07-032-7/+48
| | | | |
* | | | | Fix golint command in Go guide doc to be recursiveVictor Zagorodny2019-07-031-1/+1
| | | | |
* | | | | Move images to their own dirsMarcia Ramos2019-07-0310-128/+186
| | | | | | | | | | | | | | | | | | | | - Move images to each corresponding img/ folder
* | | | | Gitlab -> GitLabBen Bodenmiller2019-07-032-2/+2
|/ / / /
* | | | Merge branch '3264-update-project-aliases-api-docs' into 'master'Marcia Ramos2019-07-031-5/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Update Project Aliases API documentation See merge request gitlab-org/gitlab-ce!30288
| * | | Update Project Aliases API documentation3264-update-project-aliases-api-docsPatrick Bajao2019-07-031-5/+11
| |/ / | | | | | | | | | | | | Fix the example for POST /project_aliases since it doesn't need the project_id to be URL encoded.
* | | Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-0312-135/+1166
| | | | | | | | | | | | | | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* | | Expound backporting a tad bitJohn Skarbek2019-07-031-1/+8
| | | | | | | | | | | | | | | This bolsters the information in this document, based on questions recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
* | | Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-0319-66/+64
|/ / | | | | | | Add backticks around square brackets, or fix links, as necessary.
* | Merge branch 'patch-71' into 'master'Evan Read2019-07-031-1/+2
|\ \ | | | | | | | | | | | | Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771 See merge request gitlab-org/gitlab-ce!30175
| * | Update job_artifacts.md to reflect change: ↵Afeique Sheikh2019-06-281-1/+2
| | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/31771 "Developers should only be able to delete jobs if they own them or are Master"