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 (Collapse)Author
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-25Add frozen_string_literal to spec/supportThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
2019-03-07Reduce differences in spec/support/db_cleaner.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-11Fix RSpec/HookArgument rubocop offenseSemyon Pupkov
2018-02-24Fix deletion attempts on dropped tablesMichael Kozono
2018-01-24Work around a bug in DatabaseCleaner when using the deletion strategy on MySQLNick Thomas
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2017-08-23Invalidate cache before cleaning db in tests after contextGrzegorz Bizon
2017-08-16Disable db_cleaner tables caching in migrations testsGrzegorz Bizon
2017-08-16Migrate db schema for context in :migration specsGrzegorz Bizon
2017-05-26Add pipeline stages post deployment migrationGrzegorz Bizon
2017-02-17Truncate the DB in after(:all) test for ↵Rémy Coutable
Gitlab::ImportExport::ProjectTreeRestorer Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
Closes #23150
2016-09-04Make sure DatabaseCleaner.clean runs AFTER Capybara's cleanupAirat Shigapov
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
2015-06-22Fix Style/HashSyntax violationsRobert Speicher
2015-06-22Remove junk from db_cleaner spec support fileRobert Speicher
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-07DB cleaner reverted to a known working versionJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-06Temp fix for rspec so the specs are run againJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-06-06Revert "Revert "Fix for failing specs""Dmitriy Zaporozhets
This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4.
2014-06-05Revert "Fix for failing specs"Jeroen van Baarsen
This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock
2014-05-31Fix for failing specsJeroen van Baarsen
2013-02-27specs for Gitlab::PopenDmitriy Zaporozhets
2012-08-25Cleanup spec/support folder and spec/spec_helperRobert Speicher
Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper