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/lib
AgeCommit message (Collapse)Author
2018-07-20Bring JsonLogger to CEStan Hu
This backports a module that was in EE for Geo so that other modules can have structured logging support.
2018-07-20Fixing bug with wiki ref in ProjectSearchResultsFrancisco Javier López
2018-07-20Merge branch 'fix/gb/fix-deserializing-ci-yaml-variables' into 'master'Kamil Trzciński
Fix deserializing YAML variables when a build has been imported Closes #49406 See merge request gitlab-org/gitlab-ce!20713
2018-07-20Merge branch 'zj-remove-refs-cleanup' into 'master'Kamil Trzciński
Remove refs cleanup job See merge request gitlab-org/gitlab-ce!20716
2018-07-20Merge branch 'zj-gitaly-migrate-old-migrations' into 'master'Sean McGivern
Gitaly migrate old DB migrations Closes gitaly#1106 See merge request gitlab-org/gitlab-ce!20708
2018-07-19Migrate add_remote, remove_remote, fetch_internal_remote to gitalyAlejandro Rodríguez
2018-07-19Backport of gitlab-org/gitlab-ee!6137Valery Sizov
2018-07-19Add missing Gitaly branch_update nil checksJacob Vosmaer (GitLab)
2018-07-19Merge branch 'add-total-time-flat-printer-for-profiling' into 'master'Rémy Coutable
Add a Gitlab::Profiler.print_by_total_time convenience method See merge request gitlab-org/gitlab-ce!20715
2018-07-19Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern
This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance.
2018-07-19Remove refs cleanup jobZeger-Jan van de Weg
Introduced by f20eadcbbeb88e98c2608cbaf23f0d09ca002a98, meant to remove refs from Git using the wrong name. That never made it to a non-rc release and can be safely removed now.
2018-07-19Fix passing a hash with string keys when fabricating a variableGrzegorz Bizon
2018-07-19Merge branch 'sh-normalize-urls' into 'master'Grzegorz Bizon
Escape username and password in UrlSanitizer#full_url See merge request gitlab-org/gitlab-ce!20684
2018-07-19Fix deserializing yaml variables in imported projectsGrzegorz Bizon
2018-07-19MigrateProcessCommitWorkerJobs to use GitalyZeger-Jan van de Weg
This old migration used Rugged to find a commit, while Gitaly is the prefered way now. By migrating this to Gitaly, Gitaly is now a required running component for this migration. Part of https://gitlab.com/gitlab-org/gitaly/issues/1106
2018-07-19Merge branch 'use-rugged-for-reference-validator' into 'master'Douwe Maan
Use rugged to validate ref name Closes #49043 See merge request gitlab-org/gitlab-ce!20669
2018-07-19Merge branch '43312-remove_user_activity_workers' into 'master'Rémy Coutable
Delete UserActivities and related workers Closes #43312 See merge request gitlab-org/gitlab-ce!20597
2018-07-19Use rugged to validate ref nameAhmad Hassan
2018-07-19Escape username and password in UrlSanitizer#full_urlStan Hu
If a user uses a password with certain characters (e.g. /, #, +, etc.) UrlSanitizer#full_url will generate an invalid URL that cannot be parsed properly by Addressable::URI. If used with UrlBlocker, this will be flagged as an invalid URI.
2018-07-18Incorporate Gitaly's RefService.FindAllRemoteBranches RPCAlejandro Rodríguez
2018-07-18Fix serialization of LegacyDiffNoteJan Provaznik
2018-07-18Fix filename for accelerated uploadsJan Provaznik
2018-07-18Delete UserActivities and related workersImre Farkas
2018-07-18Client implementation for Repository#new_commitsZeger-Jan van de Weg
After trying to remove the whole method in 8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle approach to the method. :) Prior to this change, new commit detection wasn't implemented in Gitaly, this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779 As the new implemented got moved around a bit, the whole RevList class got removed. Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
2018-07-18Merge branch '27456-improve-feedback-when-dev-cannot-push-to-empty-repo' ↵Douwe Maan
into 'master' Improve feedback when a developer cannot push in an empty repository Closes #27456 See merge request gitlab-org/gitlab-ce!20519
2018-07-18Remove unreachable Git codeJacob Vosmaer (GitLab)
2018-07-18Improves remote message when a developer is unable to push in an empty ↵Tiago Botelho
repository
2018-07-18Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵Jose
jivl-dev-master-into-com-master
2018-07-18Merge branch 'fix-issue-49133' into 'master'José Iván Vargas López
Fix symlink vulnerability in project import See merge request gitlab/gitlabhq!2440
2018-07-17Merge branch 'extract-ee-specific-banzai-filters' into 'master'Robert Speicher
Extract EE-specific lines from Banzai pipelines See merge request gitlab-org/gitlab-ce!20636
2018-07-17Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into ↵Douwe Maan
'master' Include full image URL in webhooks for uploaded images Closes #20720 See merge request gitlab-org/gitlab-ce!18109
2018-07-17Keep #absolute_image_urls as a private instance methodSean McGivern
2018-07-17Migrate merge base, merged branches, write refJacob Vosmaer (GitLab)
2018-07-17Merge branch 'feature/gb/email-delivery-metrics' into 'master'Sean McGivern
Add emails delivery metrics Closes #49214 See merge request gitlab-org/gitlab-ce!20638
2018-07-17Rename WHITELISTED_FILENAMES => IGNORED_FILENAMESStan Hu
2018-07-17Fix symlink vulnerability in project importStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49133
2018-07-16Merge branch 'fix-project-api-archived' into 'master'Rémy Coutable
Fix archived parameter for projects API Closes #32301 See merge request gitlab-org/gitlab-ce!20566
2018-07-16Fix archived parameter for projects APIMarko, Peter
2018-07-16Merge branch 'tweak-sql-buckets' into 'master'Yorick Peterse
Add a 10 ms bucket for SQL timings See merge request gitlab-org/gitlab-ce!20527
2018-07-16Implement action mailer delivery metrics observerGrzegorz Bizon
2018-07-16Remove Repository#lookup and unreachable rugged codeJacob Vosmaer (GitLab)
2018-07-16Merge branch ↵Sean McGivern
'48745-project-exports-fail-when-uploads-have-been-migrated-to-object-storage' into 'master' Resolve "Project exports fail when uploads have been migrated to object storage" Closes #48745 See merge request gitlab-org/gitlab-ce!20484
2018-07-16refactor code based on feedbackJames Lopez
2018-07-16Move existing email interceptors into the same moduleGrzegorz Bizon
2018-07-14Backport logger changes from EEStan Hu
This resolves the issues identified in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/81699184.
2018-07-13Merge branch 'ide-merge-requests-forks' into 'master'Filipa Lacerda
Allow merge requests from forks to be opened in Web IDE Closes #47460 See merge request gitlab-org/gitlab-ce!20521
2018-07-13use fileuploader dynamic path method in uploads manager and add specJames Lopez
2018-07-13fix typo in uploads managerJames Lopez
2018-07-13add small comment to download method in uploads managerJames Lopez
2018-07-13refactor uploads managerJames Lopez