summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Docs health check failure examplesSean Arnold2019-08-231-13/+69
| | | |
* | | | Merge branch '57402-upate-issues-list-sort-options-ce' into 'master'Jan Provaznik2019-08-231-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE: Update sort options for issues list See merge request gitlab-org/gitlab-ce!31849
| * | | | Update sort options for issues list57402-upate-issues-list-sort-options-ceAlexandru Croitor2019-08-231-3/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase sort options for issues list from updated_at and create_at, to include more options close to what is required in actual issue list UI. This helps us to use REST API for issues list with sorting capabilities https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
* | | | 62514 - update prometheus metrics docsDavid Wilkins2019-08-231-33/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Strikeout for metrics that aren't reported anymore - added :thumbsup: for all the metrics that appear to be still available - Added :new: for the new metrics. - Determine Release when the new metrics appeared - Add descriptions for the new metrics - remove the adornments :new: and :thumbsup: - removce the lines with strikeout
* | | | Update dependencies api docTetiana Chupryna2019-08-231-5/+11
| | | |
* | | | Document uploads development guidelinesAlessio Caiazza2019-08-233-0/+274
| | | | | | | | | | | | | | | | Explain Workhorse acceleration features
* | | | Update documentation screenshotSamantha Ming2019-08-233-1/+1
| | | |
* | | | Add version 12 upgrade recommendationsGreg Myers2019-08-231-0/+1
| | | | | | | | | | | | | | | | Updates doc/policy/maintenance.md, adds upgrade path from 11 -> 12
* | | | Update capitalization in admin, api, othersMarcel Amirault2019-08-2324-43/+43
|/ / / | | | | | | | | | | | | Update capitalization in /administration, /api, /ci and /customization
* | | Expose namespace storage statistics with GraphQLAlessio Caiazza2019-08-221-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
* | | Add core badges to admin_area docsMarcel Amirault2019-08-2212-12/+12
| | | | | | | | | | | | Some admin_area docs were missing the Core Only badge
* | | Document Gitaly CLI connection troubleshootingChristiaan Conover2019-08-221-0/+30
| | | | | | | | | | | | | | | Provide documentation around possible reasons and solutions to CLI tools not being able to connect to Gitaly nodes.
* | | Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into ↵Lin Jen-Shin2019-08-221-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' CE: Archiving a project should create an audit event See merge request gitlab-org/gitlab-ce!32039
| * | | CE: Audit event for archiving and unarchiving projectsce-8631-archiving-a-project-should-create-an-audit-eventmanojmj2019-08-211-0/+2
| | | |
* | | | Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas2019-08-221-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
| * | | | Add `searchBy` helper & `SidebarItemEpicsSelect`ce-6878-add-epic-select-dropdownKushal Pandya2019-08-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | - Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
* | | | | Merge branch ↵Jan Provaznik2019-08-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-12873-support-restricting-group-access-by-multiple-ip-subnets' into 'master' CE Port: Support restricting group access by multiple IP subnets See merge request gitlab-org/gitlab-ce!31959
| * | | | | CE: Support restricting group access by multiple IP subnetsce-12873-support-restricting-group-access-by-multiple-ip-subnetsmanojmj2019-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for adding multiple IP subnets for restricting access to groups
* | | | | | Add missing content from debug's kubectl cheat sheetHarish Ramachandran2019-08-221-5/+15
| | | | | |
* | | | | | Merge branch 'add_links_to_latest_pipelines' into 'master'Rémy Coutable2019-08-221-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #39099: Add links for latest pipelines Closes #50499 See merge request gitlab-org/gitlab-ce!20865
| * | | | | | Issue #39099: Add links for latest pipelinesAlex Ives2019-08-221-0/+4
| | | | | | |
* | | | | | | Make it clear that the artifacts count as uncompressedAchilleas Pipinellis2019-08-221-7/+9
|/ / / / / /
* | | | | | Merge branch 'feat/smime-signed-notification-emails' into 'master'Sean McGivern2019-08-223-0/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | feat: smime signed notification emails See merge request gitlab-org/gitlab-ce!30644
| * | | | | | feat: SMIME signed notification emailsDiego Louzán2019-08-203-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add mail interceptor the signs outgoing email with SMIME - Add lib and helpers to work with SMIME data - New configuration params for setting up SMIME key and cert files
* | | | | | | Adds new DB case study for namespaces statisticsMayra Cabrera2019-08-222-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a new database case study about all the approaches taken to store and update the namespace statistics in a performan manner performant approach to store and update the namespaces statistics
* | | | | | | Add docs exceptions to two pipeline jobsMarcel Amirault2019-08-222-5/+5
| |_|/ / / / |/| | | | |
* | | | | | Improve doc about bridge job limitationsOlivier Gonzalez2019-08-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | Update docs to pass new markdownlintMarcel Amirault2019-08-2237-88/+69
| | | | | | | | | | | | | | | | | | | | | | | | | Deletes extra spaces and line, makes lists consistent, and fixes links.
* | | | | Merge branch ↵Kushal Pandya2019-08-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' Add a new method to `Api.js`: `projectUsers` See merge request gitlab-org/gitlab-ce!31801
| * | | | | Add a skip_users filter to the project users APINick Thomas2019-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functionality is available in the /autocomplete users pseudo-API. We're attempting to replace that with the canonical API, so it needs support for this parameter too.
* | | | | | Rename License Management to License ComplianceAchilleas Pipinellis2019-08-2210-39/+39
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | As part of https://gitlab.com/gitlab-org/gitlab-ee/issues/8910, all occurrences of License Management are replace with License Compliance.
* | | | | 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
| | | | | | | | |