summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Update Migration Style Guidemigration-style-guide-docsValery Sizov2019-08-071-8/+3
|
* 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>
* | Adds new tracking interface for snowplowJeremy Jackson2019-08-011-48/+45
|/ | | | | This will ultimately replace the stats.js that exists in EE.
* Fix whitespace in ci docsMarcel Amirault2019-07-318-728/+750
| | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues for most docs in /development, and cleans up other whitespace issues too
* Added docs for the new EE injection methodsprepend-ee-helperYorick Peterse2019-07-301-21/+25
|
* Merge branch 'docs-label-filtering' into 'master'Sean McGivern2019-07-262-0/+170
|\ | | | | | | | | | | | | Add development documentation on label filtering Closes #49651 See merge request gitlab-org/gitlab-ce!30741
| * Add development documentation on label filteringdocs-label-filteringSean McGivern2019-07-252-0/+170
| | | | | | | | | | | | This topic comes up periodically, and we've investigated several options for changing the way we filter labels. Unfortunately, we have yet to find an option that is strictly better than the current state.
* | Merge branch 'ab-dbreview-prep' into 'master'Evan Read2019-07-261-0/+11
|\ \ | | | | | | | | | | | | | | | | | | Add points how to prepare for database reviews Closes #65126 See merge request gitlab-org/gitlab-ce!31158
| * | Add points how to prepare for database reviewsab-dbreview-prepAndreas Brandl2019-07-251-0/+11
| | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126. Came up in the database office hours call on 2019-07-25.
* | | Update links to relativeMarcel Amirault2019-07-252-2/+2
|/ / | | | | | | | | Following the single docs codebase change, all internal links should be relative. Also cleans up one table
* | Update guidance for EE doc submissionsMarcel Amirault2019-07-251-33/+10
| |
* | Add a section of examplesKerri Miller2019-07-251-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a fairly good guide to Code Reviews, but can be improved by adding a few examples of what a good code review looks like at GitLab, specifically ones where there is a bit of back and forth, "nit-picking," etc. This would: + help set expectations of newly hired engineers around what our process looks like when it is functioning what level of scrutiny their code will be under + how we have technical conversations + show by example how after you're done crafting a solution, there can still be extra work done either tidying up code and/or managing the communication and conversations about your proposed MR
* | Merge branch 'sh-yarn-dedupe-docs' into 'master'Mike Greiling2019-07-251-0/+12
|\ \ | | | | | | | | | | | | Add documentation on how to add dependencies to yarn See merge request gitlab-org/gitlab-ce!31066
| * | Add documentation on how to add dependencies to yarnsh-yarn-dedupe-docsStan Hu2019-07-231-0/+12
| | | | | | | | | | | | | | | Danger constantly warns about de-duplicating dependencies, so put these instructions in the documentation so they can be searched.
* | | Followup edit of documentationEvan Read2019-07-242-10/+9
| | |
* | | Clean up headers in markdownMarcel Amirault2019-07-247-13/+22
| | | | | | | | | | | | | | | | | | | | | Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
* | | Add Go test guidelinesSteve Azzopardi2019-07-241-0/+39
| | |
* | | LFS export records repository_type dataLuke Duncalfe2019-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
* | | Add GitLab Unix shell scripting style guide to docsVictor Zagorodny2019-07-242-0/+118
|/ /
* | Dry the list of stage and group labels by linking to them directlydocs-dry-the-stage-and=group-labels-listRémy Coutable2019-07-221-54/+5
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add info about mdl to documentationMarcel Amirault2019-07-222-18/+41
| |
* | Fixes typo in developer gotcha documentationJeremy Jackson2019-07-191-1/+1
| |
* | Document database review processToon Claes2019-07-194-1/+105
| | | | | | | | See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
* | Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes2019-07-191-10/+13
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
| * | Move frontend fixtures into spec/frontendMike Greiling2019-07-191-6/+6
| | | | | | | | | | | | | | | Moves every fixture source file from spec/javascripts to spec/frontend
| * | Rename the karma:fixtures taskMike Greiling2019-07-191-4/+7
| | | | | | | | | | | | | | | | | | Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
* | | Document interacting GitLab components and featuresOswaldo Ferreira2019-07-192-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab codebase, making it possible to break an existing feature. This commit expands documentation in that regard for developers.
* | | Update numbered lists for docs standardsMarcel Amirault2019-07-1911-39/+38
|/ / | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | Merge branch 'an-sidekiq-chaos' into 'master'Lin Jen-Shin2019-07-181-7/+24
|\ \ | | | | | | | | | | | | | | | | | | Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
| * | Adds chaos endpoints to Sidekiqan-sidekiq-chaosAndrew Newdigate2019-07-181-7/+24
| | | | | | | | | | | | | | | This allows the chaos endpoints to be invoked in Sidekiq so that this environment can be tested for resilience.
* | | Fix QA documentation to refer to perform methodDan Davison2019-07-181-1/+1
| | | | | | | | | | | | | | | | | | The documentation referred to the .act method This MR changes this to refer to the preferred .perform method
* | | Go guide: be more explicit on testing frameworks + diffing test resultsVictor Zagorodny2019-07-181-2/+35
| | |
* | | Fix unordered list spacingMarcel Amirault2019-07-1810-134/+133
| | | | | | | | | | | | | | | Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation.
* | | Add documentation surrounding [data-qa-selector]Dan Davison2019-07-172-26/+45
| | | | | | | | | | | | | | | Documentation was lacking for the [data-qa-selector] method of defining methods vs .qa-selector method.
* | | Add docs about auto-injected Jest mocksMartin Hanzel2019-07-171-0/+28
|/ /
* | CE backport: Removed non-decimal event valuesDonald Cook2019-07-161-1/+1
| | | | | | | | | | Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
* | Add an appropriate solution in documentationddavison2019-07-151-0/+1
| | | | | | | | | | A "bad" example was given, however no solution was provided for fixing the bad example
* | Convert more product badges to round bracketsEvan Read2019-07-151-1/+1
|/
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-153-9/+9
|
* Remove extra blank lines from docsMarcel Amirault2019-07-153-29/+0
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Fix link on end-to-end quick start guide docWalmyr Lima2019-07-121-1/+1
|
* Merge branch 'rename-gitlab-docs-repo' into 'master'Marcia Ramos2019-07-125-20/+20
|\ | | | | | | | | Move the gitlab-docs project under gitlab-org See merge request gitlab-org/gitlab-ce!30620