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/spec/lib
AgeCommit message (Collapse)Author
2018-07-16Merge branch 'update-issue-closing-pattern' into 'master'Rémy Coutable
Update issue closing pattern Closes #49166 See merge request gitlab-org/gitlab-ce!20554
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-13use fileuploader dynamic path method in uploads manager and add specJames Lopez
2018-07-13Merge branch 'sh-fix-stderr-pipe-consumption' into 'master'Yorick Peterse
Avoid process deadlock in popen by consuming input pipes Closes gitlab-ee#6895 See merge request gitlab-org/gitlab-ce!20600
2018-07-13Avoid process deadlock in popen by consuming input pipesStan Hu
A process that spews a lot of output to stderr or stdout could stall out due to the pipe buffer being full. As described in https://bugs.ruby-lang.org/issues/9082, we can use the trick used in Ruby's capture3 function to read the pipes in separate threads. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6895
2018-07-12whitespaceJacob Vosmaer
2018-07-12Make more ref RPC's mandatoryJacob Vosmaer
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-12update saver spec to use the old uploads codeJames Lopez
2018-07-12Remove Repository#path memoizationJacob Vosmaer (GitLab)
2018-07-11Merge branch 'fix-no-method-error-on-nil' into 'master'Kamil Trzciński
Fix an exception seen using the online terminal See merge request gitlab-org/gitlab-ce!18299
2018-07-11Fix an exception seen using the online terminalNick Thomas
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-11Add tests for non-comma-separated issue numbers in single line messageGeorge Tsiolis
2018-07-11added changelog, small refactorJames Lopez
2018-07-11Merge branch 'add-back-mr-diff-deletion-migration' into 'master'Yorick Peterse
Add back MR diff deletion migration See merge request gitlab-org/gitlab-ce!20331
2018-07-11refactor uploads managerJames Lopez
2018-07-11Remove last flags from Blob and WorkhorseJacob Vosmaer
2018-07-11fix specsJames Lopez
2018-07-11Improve manifest feature after backend reviewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Refactor manifest import codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Fix tests in import_sources_spec.rbDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Add manifest import featureDmitriy Zaporozhets
It allows user to automatically import multiple repositories with nested structure by uploading a manifest xml file. AOSP project was used as an example during development of this feature. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Merge branch 'sh-handle-colons-in-url-passwords' into 'master'James Lopez
Properly handle colons in URL passwords Closes #49080 See merge request gitlab-org/gitlab-ce!20538
2018-07-10Properly handle colons in URL passwordsStan Hu
Before b46d5b13ecb8e0c0793fa433bff7f49cb0612760, we relied on `Addressable::URI` to parse the username/password in a URL, but this failed when credentials contained special characters. However, this introduced a regression where the parsing would incorrectly truncate the password if the password had a colon. Closes #49080
2018-07-10update uploads saverJames Lopez
2018-07-10Merge branch ↵Robert Speicher
'rd-6804-bug-unable-to-delete-branches-when-repo-reaches-the-size-limit-ce' into 'master' Backport some changes from EE See merge request gitlab-org/gitlab-ce!20388
2018-07-10Fix avatar saver and specJames Lopez
2018-07-10add more object storage specsJames Lopez
2018-07-10Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira
2018-07-10Reschedule DeleteDiffFiles until there is none left to removeOswaldo Ferreira
2018-07-10Wait postgresql vacuum of deadtuples on merge_request_diff_files deletionOswaldo Ferreira
2018-07-10Add 1000 files per minute deletion ratio on schedulerOswaldo Ferreira
2018-07-10Create a diff deletion worker scheduler to avoid long-running post-migrationOswaldo Ferreira
2018-07-10Revert "Temporarily remove MR diffs removal migration"Sean McGivern
This reverts commit 15ec6a13eb4d839d252315bf5b0a50d28351cb5f.
2018-07-10Merge branch 'gitaly-mandatory-20180709-jv' into 'master'Douwe Maan
Use Gitaly for fetches and creating bundles Closes gitaly#387, gitaly#874, gitaly#750, and gitaly#665 See merge request gitlab-org/gitlab-ce!20490
2018-07-10add upload manager and specJames Lopez
2018-07-10Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon
Improve metadata access performance See merge request gitlab-org/gitlab-ce!20493
2018-07-09Backport some changes from EERubén Dávila
2018-07-09Merge branch 'update-rubocop'Sean McGivern
2018-07-09Merge branch 'rails5-mysql-fix-pr-importer-spec' into 'master'Rémy Coutable
Rails5 mysql fix milliseconds problem in pull request importer spec See merge request gitlab-org/gitlab-ce!20475
2018-07-09Merge branch 'gitaly-update-branch' into 'master'Robert Speicher
Use Gitaly's OperationService.UserUpdateBranch RPC Closes gitaly#1252 See merge request gitlab-org/gitlab-ce!20231
2018-07-09Merge branch 'jprovazn-upload-symlink' into 'master'Kamil Trzciński
Add FileUploader.root to allowed upload paths Closes gitlab-qa#291 See merge request gitlab-org/gitlab-ce!20472
2018-07-09Merge branch 'sh-fix-issue-47797-ce' into 'master'Douwe Maan
Fix handling of annotated tags when Gitaly is not in use Closes #47797 See merge request gitlab-org/gitlab-ce!20497
2018-07-09Fix handling of annotated tags when Gitaly is not in useStan Hu
Attempting to view an annotated tag in the TreeController would result in `NoMethodError: undefined method 'tree'` when Rugged was in use. `Blob#find_by_rugged` assumes that the ref is a true. Using the commit ID ensures that the right ref is being used. Note that in 11.1, `Blob#find` no longer uses Rugged, so this is only a bug in 11.0. Closes gitlab-org/gitlab-ce#47797
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-09Fix and add specs for testing metadata entryKamil Trzciński
2018-07-09Access metadata directly from Object StorageKamil Trzciński
Previously we would pull the file, now, we just stream-it as needed from Object Storage