summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| * Move the gitlab-docs project under gitlab-orgrename-gitlab-docs-repoAchilleas Pipinellis2019-07-115-20/+20
| | | | | | | | | | Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
* | Merge branch 'graphql-include-authorization-for-mutations' into 'master'Jan Provaznik2019-07-121-6/+2
|\ \ | | | | | | | | | | | | Include AuthorizeResource module for all mutations See merge request gitlab-org/gitlab-ce!30243
| * | Include AuthorizeResource module for all mutationsgraphql-include-authorization-for-mutationsLuke Duncalfe2019-07-111-6/+2
| |/ | | | | | | | | This makes our authorization calls available to all GraphQL mutations without the additional step of including the module first.
* | Remove trailing whitespace in docsMarcel Amirault2019-07-127-73/+71
| | | | | | | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* | Add blank lines around code blocksMarcel Amirault2019-07-129-53/+72
| | | | | | | | All code blocks should be surrounded by blank lines
* | Remove hard tabs from docsMarcel Amirault2019-07-111-10/+9
| | | | | | | | | | Hard tabs do not follow general markdown guidelines are were removed from the few docs that used them
* | Merge branch 'improve-chaos-controller' into 'master'Stan Hu2019-07-111-18/+41
|\ \ | | | | | | | | | | | | | | | | | | Add `db_spin` and refactor ChaosController Closes #64425 See merge request gitlab-org/gitlab-ce!30559
| * | Add `db_spin` and refactor ChaosControllerimprove-chaos-controllerKamil Trzciński2019-07-111-18/+41
| |/
* | Updates frontend to FrontendFilipa Lacerda2019-07-111-1/+1
|/
* Merge branch '63044-cluster-health-group-refactor' into 'master'Douglas Barbosa Alexandre2019-07-101-3/+1
|\ | | | | | | | | | | | | Refactor common_metrics importer into a more extensible pattern Closes #63044 See merge request gitlab-org/gitlab-ce!30012
| * Rename Gitlab::Importers moduleRyan Cobb2019-07-091-1/+1
| | | | | | | | | | In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
| * Remove CommonMetricsImporter patchRyan Cobb2019-07-091-3/+1
| | | | | | | | | | | | Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing.
* | Add link to epic for removing /helplink-help-path-epic-in-dev-docsMike Lewis2019-07-101-3/+6
|/
* Fix spacing of code blocksMarcel Amirault2019-07-098-143/+163
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Remove extra whitespaces in docsMarcel Amirault2019-07-097-37/+36
| | | | | Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
* Centralize config for markdownlintMarkus Koller2019-07-091-2/+2
| | | | | | | | The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
* Merge branch 'docs/update-installation-link' into 'master'Evan Read2019-07-091-1/+1
|\ | | | | | | | | Update the installation link See merge request gitlab-org/gitlab-ce!30489
| * Update the installation linkdocs/update-installation-linkCindy Pallares2019-07-081-1/+1
| | | | | | | | | | The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
* | Update redirected links to final destinationMarcel Amirault2019-07-0918-39/+34
|/ | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-084-16/+16
| | | | Also fixes instances in Markdown that broke the rule.
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-087-23/+23
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Change absolute links to relativeMarcel Amirault2019-07-056-10/+10
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Add pgFormatter as a database toolingMayra Cabrera2019-07-051-0/+1
| | | | Includes a PostgreSQL syntax beautifier as a database tooling.
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-0412-60/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Definition of done includes deployed changeMarin Jankovski2019-07-041-0/+1
|
* Fix notes and update links to issues docMarcel Amirault2019-07-041-1/+1
| | | | | | 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-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'
* | Fix golint command in Go guide doc to be recursiveVictor Zagorodny2019-07-031-1/+1
|/
* 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
* Reconcile our team, group label definitions with our organization structureMek Stittri2019-07-021-15/+70
|
* Fix most bare URLs in projectEvan Read2019-07-029-26/+35
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Docs: update global nav documentMarcia Ramos2019-07-021-21/+13
|
* Merge branch 'update-sidekiq-inline-testing-docs' into 'master'Rémy Coutable2019-07-011-1/+1
|\ | | | | | | | | Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline! See merge request gitlab-org/gitlab-ce!29845
| * Change docs to recommend perform_enqueued_jobsupdate-sidekiq-inline-testing-docsrpereira22019-06-191-1/+1
| | | | | | | | | | | | - Instead of Sidekiq::Testing.inline!, recommend the use of perform_enqueued_jobs. This is due to the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20768
* | Docs: minor fix to link formatczmj2019-07-011-1/+1
| |
* | Update styleguide.md to add Notes usage guidelinesMike Lewis2019-07-011-1/+18
| |
* | Enforce consistent prefix for bullet listsMarcel Amirault2019-07-016-29/+29
| | | | | | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* | Merge branch 'small-s-in-elasticsearch' into 'master'Evan Read2019-07-012-8/+8
|\ \ | | | | | | | | | | | | Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
| * | Fix typo in docs about ElasticsearchTakuya Noguchi2019-06-282-8/+8
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney2019-06-2817-394/+625
|\ \ \ | | | | | | | | | | | | # Conflicts: # lib/gitlab/database.rb
| * | | Update issue workflow for subject labelsdocs-update-subject-label-issue-workflowMark Fletcher2019-06-281-0/+5
| | | | | | | | | | | | | | | | | | | | Mentions the automatic inference of stage and group labels based on the applied subject labels