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
AgeCommit message (Expand)Author
2018-06-05Fix Fog mockingKamil Trzciński
2018-05-10Support resetting of Prometheus metrics between test runsStan Hu
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
2018-04-23Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable
2018-04-06Introduce a new FactoriesInMigrationSpecs copRémy Coutable
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
2018-03-28Clean the test path after each spec runStan Hu
2018-03-22Add HTTPS-only pagesRob Watson
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-17Make :migration specs a little more robustMichael Kozono
2018-01-19Ensure hooks are deleted regardless of the project forking methodAlejandro Rodríguez
2018-01-15Use an at_exit hook to stop test gitalyJacob Vosmaer
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
2017-11-30Set an artificial $HOME for gitaly in testJacob Vosmaer (GitLab)
2017-11-21Fix reply quote keyboard shortcut on MRsEric Eastwood
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-11-02add InspectRequests helper automatically to :js testsMike Greiling
2017-11-02add CookieHelper and InputHelper automatically to :js testsMike Greiling
2017-10-16Add LiveDebugger#live_debug to debug Capybara in feature tests.Rémy Coutable
2017-10-04Improve the flaky examples detection jobsRémy Coutable
2017-10-03Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling
2017-09-22Automatically set a :type for specsRémy Coutable
2017-09-14Force `RAILS_ENV` to `test` in `spec/spec_helper.rb`Rémy Coutable
2017-08-22Stub `ForkedStorageCheck.storage_available?` by default in all specsRobert Speicher
2017-08-17Migrate down before each migration unit testGrzegorz Bizon
2017-08-16Make it possible to provide schema version in testsGrzegorz Bizon
2017-08-16Migrate db schema for context in :migration specsGrzegorz Bizon
2017-08-14Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher
2017-08-11Merge branch '32004-use-timecop-safe-mode' into 'master'Robert Speicher
2017-08-11Use a new RspecFlakyListener to detect flaky specsRémy Coutable
2017-08-11Enable Timecop safe modeRémy Coutable
2017-08-11Use rspec-parameterized for table-based testsNick Thomas
2017-08-07Reset only migration modelsLin Jen-Shin
2017-08-02Don't send rejection mails for all auto-generated mailsLin Jen-Shin
2017-07-31Remove events column from notification settingsSean McGivern
2017-07-28Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable
2017-07-24Update shoulda-matchers gem to 3.1.2Dmitriy Zaporozhets
2017-07-19Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki
2017-07-13Enable all feature flags by default in specsBob Van Landuyt
2017-07-12Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07Include new URL helpers retroactively into includers of Gitlab::RoutingDouwe Maan
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-20Include Devise::Test::IntegrationHelpers for all feature specsRobert Speicher
2017-06-15Make spec/spec_helper consistent with EE by including a :routing typeStan Hu
2017-06-13Fix migrations testing support RSpec hooks orderGrzegorz Bizon
2017-06-12Merge branch 'retry-specs' into 'master'Robert Speicher