Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-08-28Update group permissions table documentationEugenia Grieff
2019-08-28Change reference to Mattermost versions.Russell Dickenson
Changed reference to Mattermost versions, so that it's clear which menu navigation path applies.
2019-08-28Merge branch 'load-balancing-prometheus' into 'master'Evan Read
Add docs for db_load_balancing metrics See merge request gitlab-org/gitlab-ce!32044
2019-08-27Remove trailing whitespace from project snippets API docsStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66677
2019-08-27Add example requests for snippets APIRainer Kern
2019-08-27Merge branch 'docs-document-category-labels' into 'master'Achilleas Pipinellis
Improve documentation of stage, group, category, feature labels See merge request gitlab-org/gitlab-ce!32053
2019-08-27Removes trailing whitespace to fix lintingEvan Read
2019-08-27Merge branch 'docs-update-needs-example' into 'master'Kamil Trzciński
Update the syntax of DAG example See merge request gitlab-org/gitlab-ce!32137
2019-08-27Introduce facet labelsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27Improve documentation of stage, group, category, feature labelsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27Migrations guide: use atomic steps, when possibleMayra Cabrera
Currently, the DB migrations guide says that "you must" use non-blocking operations (such as CREATE INDEX CONCURRENTLY), always. But this does not make sense in cases of empty tables and leads to splitting the work to multiple non-atomic (with disable_ddl_transaction!) DB migrations. To follow KISS principle, to have fewer DB migrations steps, to have them atomic when it's possible and simplify deployment and troubleshooting, the following exceptions were added to the doc: - index creation, - index dropping, - defining an FK, - adding a column with DEFAULT,
2019-08-27Merge branch '57657-promote-label-to-group-label-via-api-endpoint' into 'master'Sean McGivern
Promote Label to Group Label via API endpoint Closes #57657 See merge request gitlab-org/gitlab-ce!25218
2019-08-27Update index of feature flagsSeth Berger
Made it clear the pages are about feature flags, and not documentation.
2019-08-27Update capitalization in /dev docsMarcel Amirault
Clean up capitalization in /development /gitlab-basics and /install
2019-08-27Update capitalization in /integrations and /raketasksMarcel Amirault
Also updates redirect text in /project-services
2019-08-27[#2838] add cache override explanationJace Bennest
2019-08-27Update `only` `chat` statement to correct singular formDaniel Gruesso
2019-08-27Add missing blank line to omniauth docMarcel Amirault
2019-08-27Update docs and comments about saml with allow_bypass_two_factordodocat
allow_bypass_two_factor configration dose not work with saml provider
2019-08-27Merge branch 'docs-no-more-k8s-service-template' into 'master'Evan Read
Docs: Remove mention of Kubernetes service templates See merge request gitlab-org/gitlab-ce!32093
2019-08-27Update doc/api/events.mdAlexis Sánchez
2019-08-27CI Yaml configuration docs for using job rulesdrew
2019-08-27Add docs for db_load_balancing metricsThong Kuah
2019-08-26Added note that Multiple Issue Boards moved tiers.Russell Dickenson
2019-08-26Add documentation about Gitaly concurrency limiterJacob Vosmaer
2019-08-26Change docs markdown linterMarcel Amirault
Change from ruby mdl to node markdownlint, add config file to root of project, delete old config file, update exceptions, and fix one doc that was didn't meet standards
2019-08-26Add backticks and remove square bracketsMarcel Amirault
Square and Angle bracket use causes kramdown warnings, so changed or enclosed in backticks as needed
2019-08-26License Compliance defaults to Python 3Fabien Catteau
License Compliance now uses Python 3 by default. See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
2019-08-26ci_builds also has encrypted tokensBill Bagdon
These need to be reset
2019-08-26Updated container scanningSeth Berger
Updated container scanning docs with a sample config
2019-08-26Merge branch 'docs-password-storage' into 'master'Achilleas Pipinellis
Document how GitLab stores passwords See merge request gitlab-org/gitlab-ce!32077
2019-08-26Improve Gitaly path detailsBen Bodenmiller
related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65422
2019-08-26Add Documentation for `line-chart`Miguel Rincon
2019-08-26Merge branch 'sh-fix-nplusone-issues' into 'master'Mayra Cabrera
Fix N+1 Gitaly calls in /api/v4/projects/:id/issues See merge request gitlab-org/gitlab-ce!32171
2019-08-26Update docs targeting 12.3Robert Schilling
2019-08-26Remove the object pools feature flagZeger-Jan van de Weg
The flag defaulted to true, so there's no change unless users turned it off. Given there's a lack of issues regarding object pools, this should be OK.
2019-08-26Move promote to put and add more specsRobert Schilling
2019-08-26Add docs and first specsRobert Schilling
2019-08-26Merge branch 'docs-fix-health-check-docs-syntax-error' into 'master'Achilleas Pipinellis
Remove duplicate text in health check doc See merge request gitlab-org/gitlab-ce!32175
2019-08-26Merge branch 'db_load_balancing_service_discovery_srv' into 'master'Kamil Trzciński
DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135
2019-08-26Merge branch 'docs-upgrade-gosec-url-data-to-partially-reliable' into 'master'Achilleas Pipinellis
Update docs - SAST golang analyzer URLs are partially reliable See merge request gitlab-org/gitlab-ce!32164
2019-08-26Merge branch 'docs-add-examples-for-secure-excluded-paths-usage' into 'master'Achilleas Pipinellis
Add example usage of `SAST_EXCLUDED_PATHS` See merge request gitlab-org/gitlab-ce!32120
2019-08-26Docs: Replace old screenshots in project forking workflowTristan Williams
2019-08-26Add changelog exclusion language for docs-only changesLucas Charles
2019-08-24Remove duplicate text in health check docSean Arnold
2019-08-24Fix N+1 Gitaly calls in /api/v4/projects/:id/issuesStan Hu
This is a follow-up from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31938. 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. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
2019-08-24Fix link to issue templateAchilleas Pipinellis
2019-08-23Update docs - SAST golang analyzer URLs are partially reliableLucas Charles
With https://gitlab.com/gitlab-org/security-products/analyzers/gosec/merge_requests/18 we have added some basic URLs to our gosec analyzer, upgrading data from none to partially reliable
2019-08-23Add example usage to SAST/DS docs for file exclusionLucas Charles
2019-08-23Use common terminology for SAT/DS table headersLucas Charles