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
AgeCommit message (Collapse)Author
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-11Merge branch ↵Douwe Maan
'45592-nomethoderror-undefined-method-commit-for-nil-nilclass-in-sidekiq-caused-by-a-merge-commit-in-a-forked-project-with-upstream-project-deleted' into 'master' Resolve "NoMethodError: undefined method `commit' for nil:NilClass in sidekiq caused by a merge commit in a forked project with upstream project deleted." Closes #45592 See merge request gitlab-org/gitlab-ce!20534
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-11Remove last flags from Blob and WorkhorseJacob Vosmaer
2018-07-11Add missing maximum_timeout parametergfyoung
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-11Merge branch 'sh-fix-git-gc-error-handling' into 'master'Robert Speicher
Fix ArgumentError in GitGarbageCollectWorker Sidekiq job Closes #49096 See merge request gitlab-org/gitlab-ce!20541
2018-07-11Fix ArgumentError in GitGarbageCollectWorker Sidekiq jobStan Hu
When the Gitaly call failed, the exception handling failed because `method` is expected to have a parameter. Closes #49096
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-10Mock timeouts and Promise in SmartInterval testsWinnie Hellmann
2018-07-10Fix ProcessCommitWorker when upstream project is deletedSean McGivern
2018-07-10Merge branch 'fix-conflicts-exception-for-submodules' into 'master'Rémy Coutable
Make sure ConflictsService does not raise for conflicting submodules See merge request gitlab-org/gitlab-ce!20528
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-10Make sure ConflictsService does not raise for conflicting submodulesSean McGivern
2018-07-10Merge branch 'revert-3755d828' into 'master'Phil Hughes
Revert "Merge branch 'fix-inconsistent-cancel-button' into 'master'" See merge request gitlab-org/gitlab-ce!20525
2018-07-10Use schedulers and delete diff files upon deadtuples checkOswaldo Ferreira
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
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-10Schedule batches in bulks of 5 diffsOswaldo Ferreira
Issuing 6M writings in a N+1 manner in Redis takes time, 3 hours to be precise. This commit makes it schedule 5 jobs at a time, what should make it schedule every job in approximately 40 minutes
2018-07-10Revert "Temporarily remove MR diffs removal migration"Sean McGivern
This reverts commit 15ec6a13eb4d839d252315bf5b0a50d28351cb5f.
2018-07-10Revert "Merge branch 'fix-inconsistent-cancel-button' into 'master'"Winnie Hellmann
This reverts merge request !20140
2018-07-10Merge branch 'ce-6117-unify-preview-mailer' into 'master'Sean McGivern
CE: Resolve "Extract EE specific files/lines for spec/mailers, app/mailers/preview" See merge request gitlab-org/gitlab-ce!20508
2018-07-10Merge branch 'rd-ee-backport-add-support-for-gl-com-trials' into 'master'Sean McGivern
Backport some changes made for this spec in EE See merge request gitlab-org/gitlab-ce!20318
2018-07-10Update time_helper.rb to fix output for exact minutes.Marcel Amirault
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-10Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon
Improve metadata access performance See merge request gitlab-org/gitlab-ce!20493
2018-07-10Merge branch '48537-update-avatar-only-via-api' into 'master'Rémy Coutable
Resolve "PUT /projects/:id : unable to update avatar alone" Closes #48537 See merge request gitlab-org/gitlab-ce!20505
2018-07-10Merge branch '42415-omit-projects-from-get-group-endpoint' into 'master'Douwe Maan
Resolve "API: /groups/:name query very slow for groups with many projects" Closes #42415 See merge request gitlab-org/gitlab-ce!20494
2018-07-10Support manually stopping any environment from the UIWinnie Hellmann
2018-07-10Merge branch '48951-clean-up' into 'master'Phil Hughes
Resolve "MR refactor: All actions under diff module are being exported twice" Closes #48951 See merge request gitlab-org/gitlab-ce!20499
2018-07-09This test was copied from EELin Jen-Shin
2018-07-09Backport some changes from EERubén Dávila
2018-07-09Fix #48537 - Update avatar only via the projects APIJamie Schembri
2018-07-09Merge branch 'od/41671' into 'master'Mike Greiling
Preserve the correct start/due dates on milestones when editing Closes #41671 See merge request gitlab-org/gitlab-ce!20279
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-09Fix specsKamil Trzciński
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 'rails5-fix-48977' into 'master'Rémy Coutable
Rails5 fix mysql milliseconds problem in specs Closes #48977 See merge request gitlab-org/gitlab-ce!20464
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
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-09Show "Sign in" instead of "Sign in / Register" when sign up is disabledDustin Utecht
2018-07-09Removes unused store in diffs mr refactorFilipa Lacerda
Removes double export for actions in diffs module in mr refactor
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-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin