summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Standardize markdown in dev and workflowMarcel Amirault2019-08-198-277/+277
| | | | | Delete trailing whitespace, fix blockquotes, fix note boxes, with indentation, clean up tables, etc.
* 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
| |
* | 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 '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 !
* | | Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono2019-08-161-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409
| * | | Add rake tasks for migrating leacy uploadslegacy-attachments-migrate-fixJarka Košanová2019-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | - move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
* | | | Update docs style for code blocksMarcel Amirault2019-08-161-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | Clarify rules for code blocks, including spaces above and below, and to use tilde when code blocks contain triple backticks
* | | | Merge branch 'do-not-vendor-go-mod' into 'master'Grzegorz Bizon2019-08-161-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Don't use go mod vendor See merge request gitlab-org/gitlab-ce!31721
| * | | | Don't use go mod vendorNick Thomas2019-08-121-0/+26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change comes out of a discussion between Ben Kochie and me, around this MR: https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/164 gitlab-elasticsearch-indexer already uses `go mod` without a `vendor/` directory. It has caused some intermittent build failures in the gitlab-ce/ee CI pipelines, but has otherwise been fine. I think that treating our Go dependencies in the same way we do our Ruby or Node.js ones is reasonable, and it has some minor benefits: * Contributors find it easier to submit MRs * MRs are easier to review * Makefiles are easier to write
* | | | Merge branch 'allow-focus-in-specs' into 'master'Bob Van Landuyt2019-08-151-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow to use focus: true in specs See merge request gitlab-org/gitlab-ce!31691
| * | | | Mention focus: true in the specsallow-focus-in-specsGiorgenes Gelatti2019-08-131-0/+1
| | | | |
* | | | | Add section on how we run CE->EE merge at GitLabAsh McKenzie2019-08-151-0/+13
| |_|_|/ |/| | |
* | | | Merge branch 'docs/add-free-tier-badge' into 'master'Evan Read2019-08-151-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add missing (FREE ONLY) docs tier badge See merge request gitlab-org/gitlab-ce!31755
| * | | | Add missing (FREE ONLY) docs tier badgedocs/add-free-tier-badgeAchilleas Pipinellis2019-08-131-1/+2
| | | | |
* | | | | Merge branch '328-versioned-search-ee' into 'master'Nick Thomas2019-08-141-0/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Elasticsearch versioned schema for Snippet See merge request gitlab-org/gitlab-ce!31465
| * | | | | ES: sync with EE328-versioned-search-eeMark Chao2019-08-121-0/+30
| | | | | |
* | | | | | Merge branch 'patch-73' into 'master'Marcia Ramos2019-08-131-0/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Add BrowserStack details to Frontend Dev Guide See merge request gitlab-org/gitlab-ce!31744
| * | | | | Add BrowserStack details to Frontend Dev GuideLuke Duncalfe2019-08-121-0/+2
| | |_|_|/ | |/| | |
* | | | | Edits to event tracking topicEvan Read2019-08-131-2/+4
| |_|/ / |/| | |
* | | | Links: switch from GitHub to GitLab Postgres mirror repoNikolay Samokhvalov2019-08-131-2/+2
| | | | | | | | | | | | | | | | GitLab.com also has an up-to-date Postgres mirror.
* | | | Add sample gitmessage template to the merge request guideDoug Stull2019-08-131-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - This provides users with an easy to apply gitmessage template for ease of seeing the commit guidelines here when they commit against gitlab: i https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines
* | | | Update list information in docs styleguideMarcel Amirault2019-08-131-11/+105
| | | | | | | | | | | | | | | | Explain indentation more carefully, and expand examples
* | | | Update styleguide.md - just a little typo.David Kartuzinski2019-08-121-1/+1
|/ / /
* | | Make section headings consistentEvan Read2019-08-121-1/+1
| | |
* | | Merge branch 'docs/disqus-identifier' into 'master'Evan Read2019-08-121-3/+3
|\ \ \ | |/ / |/| | | | | | | | Replace redirect_from with disqus_identifier in docs See merge request gitlab-org/gitlab-ce!31595
| * | Replace redirect_from with disqus_identifier in docsdocs/disqus-identifierAchilleas Pipinellis2019-08-081-3/+3
| | | | | | | | | | | | | | | | | | Let's use disqus_identifier since this is a more descriptive name. We will need redirect_from for another purpose anyway (Nanoc redirects).
* | | Add more rules to markdown lint checkMarcel Amirault2019-08-124-12/+8
| |/ |/| | | | | | | | | Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered list prefix), MD030 (spaces after list markers), and fixes remaining docs that were failing these tests
* | Adds DB guidelines regarding execution timingMayra Cabrera2019-08-091-3/+25
| | | | | | | | | | | | | | - Add a new guideline regarding the file location of background migrations - Add a new section about execution timing guidelines for all different kinds of migrations
* | Merge branch 'migration-style-guide-docs' into 'master'Evan Read2019-08-091-8/+3
|\ \ | | | | | | | | | | | | Update Migration Style Guide. Remove MySQL mentions See merge request gitlab-org/gitlab-ce!31531
| * | Update Migration Style Guidemigration-style-guide-docsValery Sizov2019-08-071-8/+3
| | |
* | | Rename githost.log -> git_json.logStan Hu2019-08-081-1/+1
| | | | | | | | | | | | | | | | | | The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
* | | Merge branch 'patch-1' into 'master'Ray Paik2019-08-081-0/+1
|\ \ \ | |_|/ |/| | | | | | | | Update proofreader.md See merge request gitlab-org/gitlab-ce!26644
| * | Update proofreader.mdSandzhaj2019-03-271-0/+1
| | |
* | | Compress images with pngquantAchilleas Pipinellis2019-08-073-0/+0
| | |
* | | Fix assorted linksMarcel Amirault2019-08-077-13/+10
| |/ |/| | | | | Fix links as discovered by the lint in the docs project
* | Fix links to unassigned, low weight issues for first time contributorsJohn Hope2019-08-051-3/+3
| |
* | Add shell scripting guides to development READMEVictor Zagorodny2019-08-051-0/+4
| |
* | Expand markdown linting rules for docsMarcel Amirault2019-08-052-11/+9
| | | | | | | | | | | | | | | | | | | | MD002 - First header should be level 1 MD006 - Start bullets at beginning of line MD019 - No multiple spaces after header style MD022 - Headers surrounded by blank lines MD025 - Only 1 level 1 header MD028 - No blank lines within blockquote MD038 - Spaces inside code span elements
* | Clarify that we now use group based teamsMek Stittri2019-08-031-15/+10
| |
* | Merge branch 'docs/update-end-to-end-style-guide' into 'master'Walmyr2019-08-021-2/+46
|\ \ | | | | | | | | | | | | Update end-to-end style guide doc with new guideline See merge request gitlab-org/gitlab-ce!31342
| * | Update e2e style guide with new guidelinedocs/update-end-to-end-style-guideWalmyr Lima2019-08-011-0/+44
| | |
| * | Update sections titles with right headingWalmyr Lima2019-07-311-2/+2
| | |
* | | Use Mermaid Markdown for testing guide docssh-fix-mermaid-subgraphs-docsStan Hu2019-08-014-28/+19
| | | | | | | | | | | | | | | | | | | | | * Remove PNGs in favor of dynamically rendered graphs * Eliminate <b> styling because this is no longer supported * Change <br /> to <br> because the latter is only supported * Add quotes around subgraph titles
* | | Document the current state of the Review App clustersRémy Coutable2019-08-011-9/+22
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>