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
2018-06-20Merge branch 'zj-can-be-merged' into 'master'Douwe Maan
Move mergablility check to Gitaly Closes gitaly#889 See merge request gitlab-org/gitlab-ce!20019
2018-06-20Fix: Serve favicon image always from the main GitLab domain to avoid issues ↵Alexis Reigel
with CORS
2018-06-20Resolve "Unable to install Prometheus on Clusters: 'Error: Chart ↵Mayra Cabrera
incompatible with Tiller v2.7.0'"
2018-06-20Merge branch 'use-backup-custom-hooks-gitaly' into 'master'Douwe Maan
Use gitaly for backup rake task See merge request gitlab-org/gitlab-ce!19742
2018-06-20More gitaly disk access blocksJacob Vosmaer (GitLab)
2018-06-20Merge branch 'ce-5024-filename-search' into 'master'Sean McGivern
Implement filtering by filename on code search Closes #43627 See merge request gitlab-org/gitlab-ce!19509
2018-06-20Merge branch '48105-git-version-detection-using-gitaly' into 'master'Sean McGivern
Move git version detection to gitaly for usage ping data Closes #48105 and charts/gitlab#530 See merge request gitlab-org/gitlab-ce!19993
2018-06-20Merge branch 'zj-lfs-pointers' into 'master'Douwe Maan
LFS changes are detected by Gitaly Closes gitaly#935 See merge request gitlab-org/gitlab-ce!19995
2018-06-20Move mergablility check to GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/889
2018-06-19Implement filtering by filename on code searchMario de la Ossa
2018-06-19Merge branch 'zj-force-push-opt-out' into 'master'Douwe Maan
Force push is handled by Gitaly now Closes gitaly#348 See merge request gitlab-org/gitlab-ce!19992
2018-06-19Merge branch 'zj-fork-mandatory' into 'master'Douwe Maan
Move forking to Gitaly Closes gitaly#817 and gitaly#1236 See merge request gitlab-org/gitlab-ce!19990
2018-06-19LFS changes are detected by GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/935
2018-06-19Force push is handled by Gitaly nowZeger-Jan van de Weg
Closes gitlab-org/gitaly#348
2018-06-19Use gitaly to figure out git version for usage pingBalasankar "Balu" C
2018-06-19Merge branch 'zj-counting-commits' into 'master'Douwe Maan
Counting commits is done by Gitaly Closes gitaly#382 See merge request gitlab-org/gitlab-ce!19983
2018-06-19Merge branch 'sh-optimize-locks-check-ce' into 'master'Sean McGivern
Eliminate N+1 queries in LFS file lock checks during a push See merge request gitlab-org/gitlab-ce!19978
2018-06-19Move forking to GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/817 Closes https://gitlab.com/gitlab-org/gitaly/issues/1236
2018-06-19Merge branch 'zj-gitaly-squash' into 'master'Douwe Maan
Rebase and Squash in progress are Gitaly only Closes gitaly#865 and gitaly#1018 See merge request gitlab-org/gitlab-ce!19987
2018-06-19Merge branch 'zj-info-attributes' into 'master'Douwe Maan
Move info attributes to mandatory Closes gitaly#1082 See merge request gitlab-org/gitlab-ce!19988
2018-06-19Merge branch 'zj-commit-count' into 'master'Douwe Maan
Move count commit to mandatory Closes gitaly#330 See merge request gitlab-org/gitlab-ce!19984
2018-06-19Counting commits is done by GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/382
2018-06-19Move info attributes to mandatoryZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/1082
2018-06-19Rebase and Squash in progress are Gitaly onlyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/865 Closes https://gitlab.com/gitlab-org/gitaly/issues/1018
2018-06-19License detection happens soley through Gitaly nowZeger-Jan van de Weg
Migration: https://gitlab.com/gitlab-org/gitaly/issues/1026 Conflicts: lib/gitlab/git/repository.rb
2018-06-19Move count commit to mandatoryZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/330
2018-06-19Eliminate N+1 queries in LFS file locks checks during a pushStan Hu
This significantly improves performance when a user pushes many references. project.path_locks.any? doesn't cache the output and runs `SELECT 1 AS one FROM "path_locks" WHERE project_id = N` each time. When there are thousands of refs being pushed, this can time out the unicorn worker. CE port for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6159.
2018-06-18Merge branch 'bvl-i18n-validation' into 'master'Rémy Coutable
Updates to `.po` & `.pot` linting Closes #46096 et #39292 See merge request gitlab-org/gitlab-ce!18779
2018-06-18Merge branch 'dm-favicon-redirect' into 'master'Sean McGivern
Redirect favicon.(png|ico) to actual favicon asset or upload Closes #47840 See merge request gitlab-org/gitlab-ce!19956
2018-06-18Merge branch 'rails5-fix-db-check' into 'master'Yorick Peterse
Rails5 fix db check: connection execute returns integer instead of string See merge request gitlab-org/gitlab-ce!19901
2018-06-18Merge branch ↵Yorick Peterse
'blackst0ne-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-namespace' into 'master' Resolve "[Rails5] Invalid single-table inheritance type: Group is not a subclass of Namespace" Closes #48014 See merge request gitlab-org/gitlab-ce!19918
2018-06-18Redirect favicon.(png|ico) to actual favicon asset or uploadDouwe Maan
2018-06-18Merge branch 'expose-clean-backtrace-method-from-profiler' into 'master'Rémy Coutable
Expose a clean_backtrace method from Gitlab::Profiler See merge request gitlab-org/gitlab-ce!19894
2018-06-18Make Gitaly wiki RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-16[Rails5] Disable inheritance_column for ↵blackst0ne
Gitlab::Database::RenameReservedPathsMigration::V1::MigrationClasses::Namespace
2018-06-15Rails5 fix connection execute return integer instead of stringJasper Maes
2018-06-15Migrate repo backup to gitalyAhmad Hassan
2018-06-15Correctly translate all forms in testsBob Van Landuyt
2018-06-15Add Polish as a supported languageBob Van Landuyt
We already had some Polish translations, that were currently not available to users. Adding it here because it helps me debug some issues regarding language with more than one form.
2018-06-15Validate PO-variable usage in message idsBob Van Landuyt
That way we can detect incorrect usage before the strings are added to Crowdin for translation
2018-06-15Forbids combining named and unnamed variables in `gitlab.pot`Bob Van Landuyt
This would break with an argument error when interpolating using `sprintf` in ruby.
2018-06-15Expose a clean_backtrace method from Gitlab::ProfilerSean McGivern
This method makes it easier for other parts of the app to get clean backtraces, as well as console users.
2018-06-15Remove FaviconUploader favicon_main versionDouwe Maan
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
2018-06-14Merge branch 'rails5-database' into 'master'Sean McGivern
Fix table_exists? to be Rails5 compatible Closes #45107 See merge request gitlab-org/gitlab-ce!19418
2018-06-14Merge branch 'zj-mandatory-batch' into 'master'Sean McGivern
Move Gitaly RPCs to mandatory Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354 See merge request gitlab-org/gitlab-ce!19759
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-14Local branches go through GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
2018-06-14HasLocalBranches check is done by Gitaly onlyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
2018-06-14Branches are fully migrated to GitalyZeger-Jan van de Weg
Closes: https://gitlab.com/gitlab-org/gitaly/issues/389
2018-06-14Tags are migrated to GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/390