summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mk-fix-case-insensitive-redirect-matching' into 'master'Sean McGivern2017-08-102-26/+60
|\ | | | | | | | | Fix conflicting redirect search See merge request !13357
| * Fix stylemk-fix-case-insensitive-redirect-matchingMichael Kozono2017-08-091-3/+3
| |
| * Fix conflicting redirect searchMichael Kozono2017-08-082-26/+60
| |
* | Prevent user from changing username with container registry tagsMichael Kozono2017-08-091-0/+11
| |
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-095-6/+6
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch ↵Rémy Coutable2017-08-081-0/+5
|\ | | | | | | | | | | | | | | | | '36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one' into 'master' Resolve "API v4 allows setting a branch that doesn't exist as the default one" Closes #36010 See merge request !13359
| * Add checks for branch existence before changing HEAD36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-oneblackst0ne2017-08-081-0/+5
| |
* | Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets2017-08-081-3/+1
|\ \ | | | | | | | | | | | | | | | | | | Incorporate Gitaly's CommitService.FindCommit RPC Closes gitaly#402 See merge request !13094
| * | Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-1/+1
| | |
| * | Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez2017-08-071-2/+0
| | |
* | | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-0/+26
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
| * | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-0/+26
| | |
* | | Merge branch 'feature/migrate-find-commits-by-message-to-gitaly' into 'master'Robert Speicher2017-08-071-9/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#find_commits_by_message to Gitaly Closes gitaly#443 See merge request !13268
| * | | Migrate Repository#find_commits_by_message to Gitalyfeature/migrate-find-commits-by-message-to-gitalyAhmad Sherif2017-08-071-9/+21
| |/ / | | | | | | | | | Closes gitaly#443
* | | Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-4/+0
|\ \ \ | | | | | | | | | | | | | | | | Issuables: Move some code from create services to Sidekiq workers See merge request !13326
| * | | Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-4/+0
| | | |
* | | | Merge branch '35761-convdev-perc' into 'master'Sean McGivern2017-08-071-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store & use ConvDev percentages returned by Version app Closes #35761 See merge request !13217
| * | | | Store & use ConvDev percentages returned by Version app35761-convdev-percJarka Kadlecova2017-08-071-0/+11
| | | | |
* | | | | Merge branch 'backport-ee-2251' into 'master'Sean McGivern2017-08-071-10/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE Closes #21391 See merge request !13275
| * | | | Backport changes in ↵Nick Thomas2017-08-071-10/+0
| | |_|/ | |/| | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE
* | | | Merge branch 'group-milestone-references-system-notes' into 'master'Robert Speicher2017-08-071-7/+31
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Support group milestone references Closes #34778 See merge request !13289
| * | | Support references to group milestonesSean McGivern2017-08-071-7/+31
| |/ / | | | | | | | | | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
* | | Merge branch 'wiki_title' into 'master'Robert Speicher2017-08-072-13/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add feature rename wiki title Closes #27800 See merge request !10069
| * | | Allow wiki pages to be renamed in the UIwendy04022017-08-032-13/+36
| | | |
* | | | Merge branch 'dashboard-projects-controller-query-performance' into 'master'Sean McGivern2017-08-071-0/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve various parts of Dashboard::ProjectsController See merge request !13319
| * | | | Memoize a user's personal projects countYorick Peterse2017-08-071-0/+24
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method User#projects_limit_left would run "personal_projects.count" but such a query is not memoized. As a result multiple calls to User#projects_limit_left would result in multiple COUNT(*) queries being executed. To work around this this commit adds User#personal_projects_count which simply memoizes the result of the COUNT(*) in an instance variable.
* | | | GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt2017-08-071-17/+18
| | | |
* | | | Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-071-10/+30
|\ \ \ \ | |/ / / | | | | | | | | | | | | # Conflicts: # app/models/repository.rb # spec/models/repository_spec.rb
| * | | Merge branch 'feature/migrate-last-commit-for-path-to-gitaly' into 'master'Robert Speicher2017-08-041-10/+30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#last_commit_for_path to Gitaly Closes gitaly#433 See merge request !13200
| | * | | Migrate Repository#last_commit_for_path to GitalyAhmad Sherif2017-08-031-10/+30
| | | | | | | | | | | | | | | | | | | | Closes gitaly#433
* | | | | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-1/+68
|/ / / /
* | | | Merge branch 'fix-jira-integration' into 'master'Rémy Coutable2017-08-041-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Ensure `JIRA::Resource::Issue` responds to `resolution` before calling it See merge request !13240
| * | | | Ensure `JIRA::Resource::Issue` responds to `resolution` before calling itMehdi Lahmam2017-08-031-0/+9
| | | | |
* | | | | Merge branch 'use-rspec-support-helper' into 'master'Rémy Coutable2017-08-035-21/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't include EmailHelpers manually, pick with rspec See merge request !13257
| * | | | | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-035-21/+5
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
* | | | | fix #35133 strip new lines from ssh keyshaseeb2017-08-031-6/+8
|/ / / /
* | | | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0271-356/+356
| |/ / |/| |
* | | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-0125-36/+36
|/ /
* | Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan2017-08-011-8/+4
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Remove `events` from `notification_settings`" Closes #33620 See merge request !13152
| * | Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-8/+4
| |/ | | | | | | | | This was migrated to separate columns in 9.4, and now just needs to be removed for real.
* | Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-018-28/+60
|\ \ | | | | | | | | | | | | [CE] Added Legacy Storage format See merge request !13149
| * | Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-7/+11
| | |
| * | Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-013-10/+10
| | |
| * | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-015-11/+39
| |/
* | Exclude keys linked to other projectsmk-fix-deploy-key-deletionMichael Kozono2017-07-281-9/+33
|/
* Ensure Gitlab::Application.routes.default_url_options are set correctly in ↵Rémy Coutable2017-07-281-1/+1
| | | | | | Capybara + :js specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* fix merge missShinya Maeda2017-07-281-0/+4
|
* initShinya Maeda2017-07-283-4/+15
|
* Merge branch '32483-jira-error' into 'master'Sean McGivern2017-07-281-7/+24
|\ | | | | | | | | | | | | Display specific error message when JIRA test fails Closes #32483 See merge request !13100
| * Display specific error message when JIRA test fails32483-jira-errorJarka Kadlecova2017-07-271-7/+24
| |