summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher2017-08-091-3/+7
|\
| * Properly set the expectation on the main object36003-do-not-include-to-kernelLin Jen-Shin2017-08-091-3/+7
* | Merge branch 'rc/enable-the-Layout/SpaceBeforeBlockBraces-cop' into 'master'Robert Speicher2017-08-092-2/+2
|\ \
| * | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-092-2/+2
| |/
* | Add a helper to stub storage settings with defaultsbvl-port-storage-spec-helpers-from-eeBob Van Landuyt2017-08-091-0/+11
|/
* Add a test to show that threshold 40 would corrupt35098-raise-encoding-confidence-thresholdLin Jen-Shin2017-08-081-0/+8
* Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into 'mas...Rémy Coutable2017-08-081-13/+20
|\
| * Print the setup steps and duration and fix an issue resulting in re-setuping ...35941-fix-testing-issue-following-gitaly-install-fixRémy Coutable2017-08-041-7/+16
| * Unset the RUBYOPT env variable before installing gitaly-rubyRémy Coutable2017-08-041-4/+9
| * Revert "Merge branch 'fix-gitaly-install' into 'master'"Rémy Coutable2017-08-041-12/+5
* | Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-1/+3
|\ \
| * | Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-1/+3
* | | Merge branch 'group-milestone-references-system-notes' into 'master'Robert Speicher2017-08-073-5/+9
|\ \ \
| * | | Create system notes for group milestone changesSean McGivern2017-08-071-3/+3
| * | | Support references to group milestonesSean McGivern2017-08-072-2/+6
* | | | Merge branch '36052-reset-only-migration-models' into 'master'Sean McGivern2017-08-071-0/+10
|\ \ \ \
| * | | | Reset only migration models36052-reset-only-migration-modelsLin Jen-Shin2017-08-071-0/+10
| |/ / /
* | | | Merge branch 'bvl-nfs-circuitbreaker' into 'master'Sean McGivern2017-08-071-0/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan2017-08-073-9/+12
| |\ \ \ \ | | |/ / /
| * | | | Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+12
* | | | | Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam2017-08-071-0/+11
| |/ / / |/| | |
* | | | Merge branch '2902-standalone-ee-dir-ce' into 'master'Rémy Coutable2017-08-041-8/+10
|\ \ \ \
| * | | | Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-8/+10
| | |_|/ | |/| |
* | | | Merge branch 'revert-6291bc8c' into 'master'Rémy Coutable2017-08-041-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'"revert-6291bc8cRobert Speicher2017-08-031-1/+0
| |/ /
* | | Merge branch 'rs-issue-35701' into 'master'Rémy Coutable2017-08-041-0/+2
|\ \ \ | |/ / |/| |
| * | Ensure DeviseHelpers is loaded before inclusion in LoginHelpersrs-issue-35701Robert Speicher2017-08-031-0/+2
* | | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-032-3/+0
* | | Merge branch 'fix-gitaly-install' into 'master'Rémy Coutable2017-08-031-5/+12
|\ \ \
| * | | Don't call load_tasks as this would load the tasks twicefix-gitaly-installRémy Coutable2017-08-021-2/+4
| * | | Ensure we run installation Rake tasks in a clean env in TestEnvRémy Coutable2017-08-021-5/+10
| |/ /
* | | Remove test gitaly when older than version fileJacob Vosmaer (GitLab)2017-08-031-0/+11
* | | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-028-9/+9
|/ /
* | Merge branch 'rs-issuables-list-metadata-shared-examples' into 'master'Rémy Coutable2017-08-021-8/+3
|\ \
| * | Make the 'issuables list meta-data' shared example less dangerousrs-issuables-list-metadata-shared-examplesRobert Speicher2017-08-011-8/+3
* | | Merge branch 'rs-empty_project-cleanup' into 'master'Rémy Coutable2017-08-023-3/+17
|\ \ \
| * | | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-013-3/+17
| |/ /
* | | Merge branch 'pawel/add_more_variables_to_additional_metrics-35267' into 'mas...Douwe Maan2017-08-021-0/+51
|\ \ \ | |/ / |/| |
| * | Give metric query context rspec examples correctly sounding names. + missing ...Pawel Chojnacki2017-08-011-2/+2
| * | Add changelog: add support for kube_namespace in Metrics queriesPawel Chojnacki2017-07-311-0/+1
| * | Tests for query context variablesPawel Chojnacki2017-07-311-12/+33
| * | Context handling and tests cleanup + simple test kube_namespace context testPawel Chojnacki2017-07-311-0/+29
| |/
* | Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern2017-08-012-3/+3
|\ \
| * | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-012-3/+3
| |/
* | CI fixes for gitaly-rubyJacob Vosmaer2017-08-011-4/+7
|/
* Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+8
* Merge branch 'gitaly-ruby-bundler' into 'master'Sean McGivern2017-07-281-1/+1
|\
| * Support the fact that Gitaly uses bundlerJacob Vosmaer2017-07-271-1/+1
* | Merge branch 'feature/gpg-signed-commits' into 'master'Dmitriy Zaporozhets2017-07-272-0/+203
|\ \
| * | store gpg user name and email on the signatureAlexis Reigel2017-07-271-0/+8