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-06Delete various redirected docsdocs-readme-deletion-1Marcel Amirault
Deletes the redirects for /update, /monitoring, /web_hooks /hooks, /git_hooks, /logs, /markdown, and removes the directories as well.
2019-08-06Merge branch 'sh-use-redis-caching-store' into 'master'Ash McKenzie
Use Rails 5.2 Redis caching store Closes #64794 See merge request gitlab-org/gitlab-ce!30966
2019-08-06Merge branch 'docs-fix-links-to-low-weight-issues' into 'master'Ray Paik
Fix links to unassigned, low weight issues for first time contributors See merge request gitlab-org/gitlab-ce!31485
2019-08-06Merge branch 'fix-diverging-counts-ruby2.5' into 'master'Stan Hu
(Really) Fix Ruby 2.5 compatibility for diverging counts of branches Closes #64143 See merge request gitlab-org/gitlab-ce!31491
2019-08-06Merge branch 'dblessing-fix-admin-user-radio-labels' into 'master'Clement Ho
Fix Admin area user access level radio button labels See merge request gitlab-org/gitlab-ce!31154
2019-08-06Fix Admin area user access level radio button labelsDrew Blessing
In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
2019-08-06Use Rails 5.2 Redis caching storeStan Hu
This is the first step in providing a fault-tolerant and distributed Redis caching store. We disable compression to avoid introducing a change that could have an adverse effect in production. Note that we won't be able to take advantage of the fault-tolerance and distributed features yet until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/64829. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
2019-08-06Fix Ruby 2.5 compatibility for diverging counts of branchesDaniel Gerhardt
!31480 does not fully restore compatibility because another Ruby 2.6 feature besides `Enumerable#filter` was used in commit ca5cd7b7. The use of `Enumerable#to_h`'s block is now replaced by an explicit `Enumerable#map` call. Error message: TypeError (wrong element type Gitlab::Git::Branch at 0 (expected array)): app/controllers/projects/branches_controller.rb:53:in `to_h' See https://bugs.ruby-lang.org/issues/15143. Fixes #64143.
2019-08-06Merge branch '64831-add-padding-to-merged-by-widget' into 'master'Clement Ho
Resolve "Add padding to "merged by" widget" Closes #64831 See merge request gitlab-org/gitlab-ce!30972
2019-08-06Revert "Make status icon in merge widget borderless"Marcel van Remmerden
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
2019-08-06Merge branch 'renovate/gitlab-ui-5.x' into 'master'Clement Ho
Update dependency @gitlab/ui to v5.14.0 See merge request gitlab-org/gitlab-ce!31482
2019-08-06Merge branch 'rz_extend_plugins' into 'master'Evan Read
Add example to plugins file See merge request gitlab-org/gitlab-ce!30508
2019-08-06Add example to plugins fileRonald van Zon
2019-08-06Merge branch 'docs-add-gitlabci-file' into 'master'Evan Read
Add description how to set custom CI file See merge request gitlab-org/gitlab-ce!31445
2019-08-06Add description how to set custom CI fileAlexander Tanayno
2019-08-06Merge branch 'fix-name-vs-path-problem-for-cycle-analytics' into 'master'Mayra Cabrera
Fix error on project name See merge request gitlab-org/gitlab-ce!31471
2019-08-06Fix error on project nameGosia Ksionek
Add project path to sql query to build proper path
2019-08-05Update CHANGELOG.md for 12.1.4GitLab Release Tools Bot
[ci skip]
2019-08-05Merge branch '26866-api-endpoint-to-list-the-docker-images-tags-of-a-group' ↵Mayra Cabrera
into 'master' Resolve "API endpoint to list the Docker images/tags of a group" See merge request gitlab-org/gitlab-ce!30817
2019-08-05Add group level container repository endpointsSteve Abrams
API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
2019-08-05Merge branch 'sh-disable-redis-peek' into 'master'Douglas Barbosa Alexandre
Only track Redis calls if Peek is enabled See merge request gitlab-org/gitlab-ce!31438
2019-08-05Merge branch '64675-Dashboard-URL-legend-border' into 'master'Clement Ho
Removed external dashboard legend border Closes #64675 See merge request gitlab-org/gitlab-ce!31407
2019-08-05Removed external dashboard legend borderOlena Horal-Koretska
2019-08-05Merge branch ↵Clement Ho
'63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master' Fixed bug from extra parenthesis Closes #63474 See merge request gitlab-org/gitlab-ce!31479
2019-08-05Update dependency @gitlab/ui to v5.14.0Lukas Eipert
2019-08-05Merge branch 'docs-debug-cody' into 'master'Evan Read
Bring diagnostics_tools.md from debug project to docs See merge request gitlab-org/gitlab-ce!31399
2019-08-05Bring diagnostics_tools.md from debug project to docsMarcel Amirault
2019-08-05Merge branch 'docs-quick-action-labels' into 'master'Evan Read
Document when quotes aren't needed for quick actions Closes #63735 See merge request gitlab-org/gitlab-ce!31338
2019-08-05Document when quotes aren't needed for quick actionsSean McGivern
2019-08-05Merge branch 'add-missing-timezone-legacy-artifacts' into 'master'Stan Hu
Add missing timezone when copying legacy artifacts (ci_builds) See merge request gitlab-org/gitlab-ce!31447
2019-08-05Merge branch 'jts/update-security-doc' into 'master'Robert Speicher
Updates security templates [ci skip] See merge request gitlab-org/gitlab-ce!31431
2019-08-05Updates security templatesJohn Skarbek
2019-08-05Merge branch 'explicit-helm-factory-certs' into 'master'Michael Kozono
Use stubbed key and certificate in Helm factory See merge request gitlab-org/gitlab-ce!31169
2019-08-05Merge branch 'id-fix-diverging-counts' into 'master'Stan Hu
Use select instead of filter to support 2.5 See merge request gitlab-org/gitlab-ce!31480
2019-08-05Use select instead of filter to support 2.5Igor
2019-08-05Fix links to unassigned, low weight issues for first time contributorsJohn Hope
2019-08-05Merge branch '64016-add-shell-style-guide-link-to-development-page' into ↵34558-clean-up-cohortsMarcia Ramos
'master' Add shell scripting guides to development README Closes #64016 See merge request gitlab-org/gitlab-ce!31467
2019-08-05Add shell scripting guides to development READMEVictor Zagorodny
2019-08-05Merge branch 'bjk/worker_scale_doc' into 'master'Achilleas Pipinellis
Update Unicorn Worker recommendation See merge request gitlab-org/gitlab-ce!31404
2019-08-05Merge branch 'rz_es_update' into 'master'Achilleas Pipinellis
Docs - Strongly discourage installing ES on the same server as GitLab See merge request gitlab-org/gitlab-ce!30169
2019-08-05Docs - Strongly discourage installing ES on the same server as GitLabRonald van Zon
2019-08-05Fixed bug from extra parenthesisDonald Cook
2019-08-05Merge branch ↵Douwe Maan
'11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master' Remove visual review app feature flag See merge request gitlab-org/gitlab-ce!31429
2019-08-05Merge branch 'improve-mr-enhance-style-of-the-shared-runners-limit' into ↵Kushal Pandya
'master' Refactor passing props to jobs/index.js See merge request gitlab-org/gitlab-ce!31472
2019-08-05Merge branch 'bvl-use-group-codeowners' into 'master'Douwe Maan
Use groups in CODEOWNERS file See merge request gitlab-org/gitlab-ce!31477
2019-08-05Merge branch '64729-update-troubleshooting-for-gzip-error-in-backup-docs' ↵Achilleas Pipinellis
into 'master' Resolve "Update troubleshooting for gzip error in backup docs" Closes #64729 See merge request gitlab-org/gitlab-ce!30884
2019-08-05Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan
2019-08-05Use groups in CODEOWNERS fileBob Van Landuyt
Let's dogfood https://gitlab.com/gitlab-org/gitlab-ce/issues/53182 That way we don't need to keep this file up to date.
2019-08-05Merge branch 'ce-62234-custom-metrics-help-text' into 'master'Achilleas Pipinellis
Clarify requirements for custom metrics in docs See merge request gitlab-org/gitlab-ce!31286
2019-08-05Add help text next to Custom Metrics sectionReuben Pereira
- Also add requirements to the docs for custom metrics.