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
AgeCommit message (Collapse)Author
2019-08-30Remove unneeded changelogport-ee-issue-12996Sean Carroll
2019-08-30Port EE issue 12996Sean Carroll
2019-08-30Merge branch '12846-update-security-dashboard-docs' into 'master'Achilleas Pipinellis
Update documentation for security dashboard See merge request gitlab-org/gitlab-ce!32205
2019-08-30Merge branch 'docs-es-web-indexing' into 'master'Achilleas Pipinellis
Document ES web indexing See merge request gitlab-org/gitlab-ce!31972
2019-08-30Document ES web indexingMarkus Koller
2019-08-30Merge branch 'tr-embed-grafana-image-docs' into 'master'Achilleas Pipinellis
Documentation for embedding Grafana live charts as images Closes #66662 See merge request gitlab-org/gitlab-ce!32342
2019-08-30Remove changelog file againTristan Read
https://gitlab.com/gitlab-org/gitlab-ce/issues/66684
2019-08-30Merge branch 'cert_manager_v0_9' into 'master'Kamil Trzciński
Install cert-manager v0.9.1 See merge request gitlab-org/gitlab-ce!32243
2019-08-30Install cert-manager v0.9.1James Fargher
This does not support upgrading from earlier versions
2019-08-30Merge branch 'ab-routable-two-step-search' into 'master'Jan Provaznik
Perform two-step Routable lookup by path See merge request gitlab-org/gitlab-ce!32272
2019-08-30Merge branch 'ce-issue_10770' into 'master'Andreas Brandl
Rename epic column state to state_id See merge request gitlab-org/gitlab-ce!32270
2019-08-30Rename epic column state to state_idFelipe Artur
Rename epic column state to state_id to be consistent with issues and merge requests
2019-08-30Update documentation for security dashboardDave Pisek
This commit updates a screenshot and the description of the documentation of the group security dashboard to it is in sync with the latest version of the dashboard.
2019-08-30Merge branch 'docs/add-github-oauth-note' into 'master'Achilleas Pipinellis
Add note about GitHub OAuth See merge request gitlab-org/gitlab-ce!32041
2019-08-30Add note about GitHub OAuthEvan Read
2019-08-30Merge branch 'doc_api_settings' into 'master'Achilleas Pipinellis
Settings API: Sync documentation with implemented features See merge request gitlab-org/gitlab-ce!30909
2019-08-30Add another counter to calculate method call ratioAndreas Brandl
We should see the ratio drop down when enabling the Feature. Recommendation by @andrewn
2019-08-30Merge branch '36383-improve-search-result-labels' into 'master'Lin Jen-Shin
Improve search result labels See merge request gitlab-org/gitlab-ce!32101
2019-08-30Improve search result labelsMarkus Koller
- Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
2019-08-30Merge branch 'master' into 'doc_api_settings'Achilleas Pipinellis
# Conflicts: # doc/api/settings.md
2019-08-30Merge branch '66715-delete-search-animation' into 'master'Paul Slaughter
delete animation width on global search input Closes #66715 See merge request gitlab-org/gitlab-ce!32399
2019-08-30Delete animation width on global search inputManeschi Romain
2019-08-30Merge branch 'remove-vue-resource-from-remove-issue' into 'master'Kushal Pandya
Remove vue resource from remove issue See merge request gitlab-org/gitlab-ce!32425
2019-08-30Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-08-30Merge branch 'renovate/gitlab-packages' into 'master'Kushal Pandya
Update GitLab Packages See merge request gitlab-org/gitlab-ce!32419
2019-08-30Merge branch 'nfriend-add-anchor-tag-to-release-block' into 'master'Kushal Pandya
Add `id` attribute to release blocks See merge request gitlab-org/gitlab-ce!32360
2019-08-30Merge branch 'ce-13479-rename-atmtwps-to-mtwps' into 'master'Paul Slaughter
CE backport for gitlab-org/gitlab-ee!15535: Resolve "Rename `ATMTWPS` to `MTWPS` in code" See merge request gitlab-org/gitlab-ce!32112
2019-08-30Merge branch 'docs_api_commits' into 'master'Evan Read
Update doc/api/deploy_keys.md See merge request gitlab-org/gitlab-ce!32069
2019-08-30Update doc/api/deploy_keys.mdAlexis Sánchez
2019-08-30Merge branch '66264-moved-issue-reference' into 'master'Jan Provaznik
Resolve "Use "moved" instead of "closed" in issue references" Closes #66264 See merge request gitlab-org/gitlab-ce!32277
2019-08-30Resolve "Use "moved" instead of "closed" in issue references"Juliette de Rancourt
2019-08-30Add method call count instrumentationAndreas Brandl
2019-08-30Perform two-step Routable lookup by pathAndreas Brandl
In order to lookup a Project or Namespace by path, we prefer an exact match (case-sensitive) but in absence of that, we'd also take a case-insensitive match. The case-insensitive matching with preference for the exact match is a bit more involved in SQL as the exact lookup. Yet, the majority of cases will be an exact match. The thinking here is that we can optimize the lookup by performing an exact match first and only if there is no result, we perform the case-insensitive lookup. Data for GitLab.com: * We have about 15M records in routes table * About 2,500 routes exist where there's more than one record with the same `lower(path)` It is possible for a user to craft requests that would always trigger the 2-step search (e.g. we have a route for `/foo/bar`, the request is always for `/FOO/bar`). In this case, the change at hand is not beneficial as it would run an additional query. However, based on the data, it is highly likely that the vast majority of requests can be satisfied with an exact match only. The context for this change is https://gitlab.com/gitlab-org/gitlab-ce/issues/64590#note_208156463.
2019-08-30Merge branch 'patch-76' into 'master'Evan Read
Fixed grammar and inconsistencies with capitalization See merge request gitlab-org/gitlab-ce!32337
2019-08-30Fixed grammar and inconsistencies with capitalizationShan
2019-08-30Merge branch ↵Ash McKenzie
'65251-default-clusters-namespace_per_environment-column-to-true' into 'master' Default clusters namespace_per_environment to true See merge request gitlab-org/gitlab-ce!32139
2019-08-30Merge branch '62055-find-file-links-encoding' into 'master'Paul Slaughter
Fix "Find Files Links Not URL Encoded" Closes #62055 See merge request gitlab-org/gitlab-ce!31311
2019-08-30URL-encode file links in find fileJan Beckmann
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/62055
2019-08-30Merge branch '65742-make-be_url-stricter' into 'master'Thong Kuah
Add `be_http_url` matcher Closes #65742 See merge request gitlab-org/gitlab-ce!32054
2019-08-30Allow be_url to specify the typeAlex Kalderimis
This allows the be_url matcher to be more specific. By default, it only matches HTTP and HTTPS URIs.
2019-08-30Merge branch 'rz_pages_letsencrypt' into 'master'Evan Read
Add caution that this feature requires 2 IP's See merge request gitlab-org/gitlab-ce!31962
2019-08-30Apply suggestion to ↵Ronald van Zon
doc/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md
2019-08-30Default clusters namespace_per_environment to trueTiger
2019-08-30Merge branch 'patch-15' into 'master'Evan Read
docs: add docker-in-docker from registry example See merge request gitlab-org/gitlab-ce!31101
2019-08-30Merge branch 'docs-dotcom-add-limit' into 'master'Evan Read
Docs: Add raw endpoints limit for GL.com settings See merge request gitlab-org/gitlab-ce!32288
2019-08-30Docs: Add raw endpoints limit for GL.com settingsCynthia Ng
2019-08-30Merge branch 'docs-markdown-fixes' into 'master'Evan Read
Fix broken markdown in various docs See merge request gitlab-org/gitlab-ce!32440
2019-08-30Fix broken markdown in various docsMarcel Amirault
2019-08-30Merge branch 'patch-79' into 'master'Ray Paik
Fixed spelling See merge request gitlab-org/gitlab-ce!32434
2019-08-30Merge branch 'revert-79fa2cd9' into 'master'Evan Read
Revert "Merge branch 'nik-api-snippets-fix' into 'master'" Closes #66673 See merge request gitlab-org/gitlab-ce!32295