summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Improve readability of salting descriptiondocs-password-storageChristiaan Conover2019-08-221-1/+1
| | | | | Add a comma in the final sentence of the description of salting, to improve the readability of what's being said.
* Fix a typo in the section on stretchingChristiaan Conover2019-08-221-2/+2
| | | | Correct a typo in the description of how passwords are stretched.
* Fix link syntax typoChristiaan Conover2019-08-211-1/+1
| | | | | Fix a missing parentheses in the markdown for a link caused by the URL containing parentheses.
* Document how GitLab stores passwordsChristiaan Conover2019-08-212-0/+14
| | | | | | Provide details on how GitLab stores passwords, including hashing, stretching, and salting. This was driven by a customer asking for this information for a security compliance audit report.
* Merge branch 'docs-fix-case-zm' into 'master'Achilleas Pipinellis2019-08-211-1/+1
|\ | | | | | | | | Correct case of GitLab in section header See merge request gitlab-org/gitlab-ce!31879
| * Correct case of GitLab in section headerdocs-fix-case-zmZeff Morgan2019-08-151-1/+1
| |
* | Edit of new Worker sectionEvan Read2019-08-211-14/+17
| |
* | Merge branch '328-other-ee' into 'master'Stan Hu2019-08-212-10/+34
|\ \ | | | | | | | | | | | | Port of EE "Elasticsearch versioned schema for other ActiveRecord models" See merge request gitlab-org/gitlab-ce!31660
| * | Remove links to issues to make docs lint happy328-other-eeStan Hu2019-08-211-6/+1
| | |
| * | Elasticsearch docs: Minor copyedits and add links to issuesStan Hu2019-08-211-2/+13
| | |
| * | ES: sync with EEMark Chao2019-08-212-10/+28
| | | | | | | | | | | | Doc for multi-indices archtecture
* | | Merge branch 'sidekiq-interrupt-running-jobs' into 'master'Stan Hu2019-08-211-0/+118
|\ \ \ | | | | | | | | | | | | | | | | Allow to interrupt running sidekiq jobs See merge request gitlab-org/gitlab-ce!31818
| * | | Rework `Sidekiq::JobsThreads` into `Monitor`Kamil Trzciński2019-08-211-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes: - very shallow `Middleware::Monitor` to only request tracking of sidekiq jobs, - `SidekiqStatus::Monitor` to be responsible to maintain persistent connection to receive messages, - `SidekiqStatus::Monitor` to always use structured logging and instance variables
* | | | Documentation MVC for group managed accountsJeremy Watson2019-08-211-0/+19
| | | |
* | | | Docs: Add Sailfish app to 2faStefan Schmalzhaf2019-08-211-0/+1
| | | |
* | | | Fix markdown causing kramdown warningsMarcel Amirault2019-08-214-32/+31
| | | | | | | | | | | | | | | | | | | | Use of square brackets can cause kramdown warnings, as well as angle brackets, so they should be removed or put in backticks
* | | | Make text clearerEvan Read2019-08-211-2/+2
| | | |
* | | | Add docs for csv downloadLaura Montemayor2019-08-212-0/+6
| | | |
* | | | Clarify how to setup and use multiple Gitaly serversBen Bodenmiller2019-08-211-21/+61
| | | |
* | | | Add let's encrypt omnibus guide linkMarcel Amirault2019-08-211-1/+5
| | | |
* | | | Merge branch ↵Achilleas Pipinellis2019-08-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'update-api-docs-remove-incorrect-group-vulnerabilities-reference' into 'master' Update api_resources docs - remove incorrect group vulnerabilities reference See merge request gitlab-org/gitlab-ce!31979
| * | | | Update api_resources docs - remove incorrect group vulnerabilities referenceupdate-api-docs-remove-incorrect-group-vulnerabilities-referenceLucas Charles2019-08-191-1/+1
| | | | |
* | | | | Add diagrams for frontend testing levels (docs)Winnie Hellmann2019-08-211-0/+152
| | | | |
* | | | | Update container_registry.md to handle CA Bundle certs and validationMarcel Amirault2019-08-211-0/+9
| | | | |
* | | | | Docs: Refresh project request access screenshotsTristan Williams2019-08-213-0/+0
| | | | |
* | | | | Update doc/gitlab-basics/start-using-git.mdAfzaal Ahmad Zeeshan2019-08-211-9/+12
| | | | |
* | | | | Adds specific metric styles and propSimon Knox2019-08-212-0/+4
| |/ / / |/| | | | | | | | | | | | | | | | | | | This MR adds the styles for displaying a single chart next to another one when embedding them in an issue.
* | | | Merge branch '46299-wiki-page-creation' into 'master'Filipa Lacerda2019-08-211-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove wiki page slug dialog step when creating wiki page See merge request gitlab-org/gitlab-ce!31362
| * | | | New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
* | | | | Added an example to doumentation for using multiple build policies with ↵drew2019-08-211-1/+15
| |_|/ / |/| | | | | | | | | | | only: and except:
* | | | Update capitalization in k8s cheat sheetMarcel Amirault2019-08-211-14/+14
| | | |
* | | | Improve details about when rebase button is offeredBen Bodenmiller2019-08-212-2/+8
| | | |
* | | | Merge branch 'docs/pipelines-gitaly-version-removal' into 'master'Evan Read2019-08-211-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove Gitaly version in the docs See merge request gitlab-org/gitlab-ce!32006
| * | | | Remove Gitaly version in the docsdocs/pipelines-gitaly-version-removalZeger-Jan van de Weg2019-08-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's very hard for end user to know what version of Gitaly is running, and they should not have to care about this detail either. Gitaly 1.21.0 was released before 11.9 was tagged, so it's an unsupported version too. This change removes the reference.
* | | | | Merge branch 'zm-rephrase-ci-docs' into 'master'Evan Read2019-08-212-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update grammar in DAG docs See merge request gitlab-org/gitlab-ce!32021
| * | | | | Update grammar in DAG docszm-rephrase-ci-docsZeff Morgan2019-08-202-3/+3
| | | | | |
* | | | | | Fix code blocks in frontend testing guide (docs)Winnie Hellmann2019-08-211-8/+8
| | | | | |
* | | | | | Merge branch 'docs-fix-soft-deletion' into 'master'Evan Read2019-08-214-4/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Fix outdated references to soft deletion See merge request gitlab-org/gitlab-ce!31982
| * | | | | Fix outdated references to soft deletiondocs-fix-soft-deletionMarkus Koller2019-08-194-4/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | We stopped using soft deletion for issues and merge requests in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15789, and for boards we apparently never used it.
* | | | | Merge branch 'ssh-add-no-redirect' into 'master'Achilleas Pipinellis2019-08-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | In ssh_keys docs, don't redirect stdout of ssh-add See merge request gitlab-org/gitlab-ce!31630
| * | | | | Remove inoperative >/dev/nullAlexander Oleynikov2019-08-081-1/+1
| | | | | |
* | | | | | Update repository languages screenshotMarcel Amirault2019-08-203-1/+1
| | | | | |
* | | | | | Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
* | | | | | Harmonizes titles between two Geo landing pagesEvan Read2019-08-202-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Menu entries in global navigation will be updated to match.
* | | | | | Update project import docMarcel Amirault2019-08-203-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Update screenshot and improve text to match
* | | | | | Clarify when new values are validEvan Read2019-08-201-2/+5
| |_|/ / / |/| | | |
* | | | | Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'Sean McGivern2019-08-201-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
| * | | | | Fix Gitaly N+1 calls with listing issues/MRs via APIsh-fix-issues-api-gitaly-nplusoneStan Hu2019-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | | | | | Merge branch 'docs-testing-n-1-request-sepcs' into 'master'Lin Jen-Shin2019-08-202-1/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Docs: Require request specs when testing N+1 for controllers See merge request gitlab-org/gitlab-ce!31940
| * | | | | Require request specs when testing N+1 for controllersThong Kuah2019-08-202-1/+8
| |/ / / /