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-07-23CE port for Group bulk edit merge requestsEugenia Grieff
Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
2019-07-23Merge branch 'sh-enable-bootsnap' into 'master'Douglas Barbosa Alexandre
Make Bootsnap available via ENABLE_BOOTSNAP=1 Closes #45230 See merge request gitlab-org/gitlab-ce!30963
2019-07-23Merge branch 'ce-port-315-log-impersonation-actions-in-audit-log' into 'master'Ash McKenzie
CE Port: Log impersonation actions in audit log See merge request gitlab-org/gitlab-ce!31039
2019-07-23Merge branch 'if-64257-active_session_lookup_key_cleanup' into 'master'Bob Van Landuyt
Rake task to cleanup expired ActiveSession lookup keys See merge request gitlab-org/gitlab-ce!30668
2019-07-23Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'Sean McGivern
Multiple pipeline support for Build status See merge request gitlab-org/gitlab-ce!30828
2019-07-23Add specs for specifying pipeline behaviorMatija Čupić
Adds specs for testing the new behavior of specifying a pipeline when POSTing a status.
2019-07-23Merge branch 'rm-src-branch' into 'master'Grzegorz Bizon
Support remove source branch on merge w/ push options See merge request gitlab-org/gitlab-ce!30728
2019-07-23CE Port: Log impersonation actions in audit logmanojmj
This change adds audit logs for user impersonation when an admin starts/stops impersonating another user.
2019-07-23Docs: Update old SAML settings screenshotTristan Williams
2019-07-22Convert githost.log to JSON formatStan Hu
This will make it easier to parse this in production and adds the `correlation_id` if available.
2019-07-22Merge branch 'docs-dry-the-stage-and=group-labels-list' into 'master'Mek Stittri
Dry the list of stage and group labels by linking to them directly See merge request gitlab-org/gitlab-ce!30365
2019-07-22Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern
Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
2019-07-22Rake task to cleanup expired ActiveSession lookup keysImre Farkas
In some cases ActiveSession.cleanup was not called after authentication, so for some user ActiveSession lookup keys grew without ever cleaning up. This Rake task manually iterates over the lookup keys and removes ones without existing ActiveSession.
2019-07-22Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern
CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
2019-07-22Add documentation for blocking MRsNick Thomas
This feature needs to be documented, so here is the documentation
2019-07-22Dry the list of stage and group labels by linking to them directlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-07-22Docs: add alert for bugs - Pages' LE integrationMarcia Ramos
2019-07-22OAuth2 support for GitLab personal access tokensSteve Abrams
PATs are accepted using the OAuth2 compliant header "Authorization: Bearer {token}" in order to allow for OAuth requests while 2FA is enabled.
2019-07-22Add info about mdl to documentationMarcel Amirault
2019-07-22Documentation for email confirmation signup restrictionMatt Penna
2019-07-22Document all the available options for SASTAchilleas Pipinellis
Port all info from: - security-products/sast/blob/master/docs/README.md - security-products/sast/blob/master/docs/analyzers.md
2019-07-22Merge branch ↵Evan Read
'64768-update-email-address-on-how-to-reset-your-root-password-docs' into 'master' Resolve "Update email address on How to reset your root password docs" Closes #64768 See merge request gitlab-org/gitlab-ce!30926
2019-07-22Fix unordered list spacingMarcel Amirault
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
2019-07-20Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-20Add a link from the permissions table to the subgroups/creating aFabio Papa
subgroup section
2019-07-19Fixes typo in developer gotcha documentationJeremy Jackson
2019-07-19Add docs for ENABLE_BOOTSNAPStan Hu
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Update index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Apply suggestion to doc/user/permissions.mdFabio Papa
2019-07-19Apply suggestion to doc/user/group/subgroups/index.mdFabio Papa
2019-07-19Adjust the documentation on subgroup permissionsFabio Papa
2019-07-19Adjust the documentation on subgroupsFabio Papa
2019-07-19Document database review processToon Claes
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
2019-07-19Merge branch '64722-mg-export-frontend-fixtures' into 'master'Phil Hughes
Resolve "Export frontend fixtures as pipeline artifact" Closes #64722 and #59166 See merge request gitlab-org/gitlab-ce!30917
2019-07-19Adjust redis cache metricsBen Kochie
* Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
2019-07-19Add a note about private_profile changes in 12.1Adam Hegyi
2019-07-19Documentations for parallel execution strategy for Merge TrainsShinya Maeda
This commit adds a documentation for parallel pipelines on merge trains. Fix typo
2019-07-19Link Metrics Reports from merge request docsJames Ramsay
2019-07-19Move frontend fixtures into spec/frontendMike Greiling
Moves every fixture source file from spec/javascripts to spec/frontend
2019-07-19Rename the karma:fixtures taskMike Greiling
Introduces frontend:fixtures rake task to replace karma:fixtures and update documentation and CI scripts to match
2019-07-19Added new ES rake task and troubleshooting stepBlair Lunceford
2019-07-19Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read
Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
2019-07-19Remove duplicate word in Issues feature pageRussell Dickenson
2019-07-19Merge branch 'docs/dast-analyzers' into 'master'Evan Read
Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
2019-07-19Add docs for GitLab.com subscription upgradesOswaldo Ferreira
2019-07-19Document interacting GitLab components and featuresOswaldo Ferreira
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.
2019-07-19Set Private visibility for restricted Internal imported projectsGeorge Koltsov
With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311