Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-05 | 1 | -1/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-31 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+2 |
| | |||||
* | Add frozen_string_literal to spec/support | Thong Kuah | 2019-07-25 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Use transactions in JS feature specsjs-specs-transactions | Heinrich Lee Yu | 2019-07-12 | 1 | -0/+4 |
| | | | | | Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests | ||||
* | Reduce differences in spec/support/db_cleaner.rb | Rémy Coutable | 2019-03-07 | 1 | -45/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix RSpec/HookArgument rubocop offense | Semyon Pupkov | 2018-12-11 | 1 | -3/+3 |
| | |||||
* | Fix deletion attempts on dropped tables | Michael Kozono | 2018-02-23 | 1 | -2/+2 |
| | |||||
* | Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL | Nick Thomas | 2018-01-24 | 1 | -0/+15 |
| | |||||
* | Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' | Nick Thomas | 2018-01-24 | 1 | -5/+6 |
| | |||||
* | Invalidate cache before cleaning db in tests after contextfix/gb/avoid-races-when-cleaning-db-in-tests | Grzegorz Bizon | 2017-08-23 | 1 | -3/+3 |
| | |||||
* | Disable db_cleaner tables caching in migrations tests | Grzegorz Bizon | 2017-08-16 | 1 | -2/+2 |
| | |||||
* | Migrate db schema for context in :migration specs | Grzegorz Bizon | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Add pipeline stages post deployment migration | Grzegorz Bizon | 2017-05-26 | 1 | -0/+4 |
| | |||||
* | Truncate the DB in after(:all) test for ↵rc/backport-ee-fix | Rémy Coutable | 2017-02-17 | 1 | -0/+4 |
| | | | | | | Gitlab::ImportExport::ProjectTreeRestorer Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Precalculate user's authorized projects in database | Ahmad Sherif | 2016-11-18 | 1 | -0/+4 |
| | | | | Closes #23150 | ||||
* | Make sure DatabaseCleaner.clean runs AFTER Capybara's cleanup | Airat Shigapov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -29/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Remove junk from db_cleaner spec support file | Robert Speicher | 2015-06-22 | 1 | -29/+0 |
| | | |||||
* | | Fix Style/HashSyntax violations | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
|/ | |||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -0/+11 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | DB cleaner reverted to a known working version | Jeroen van Baarsen | 2014-06-07 | 1 | -10/+31 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Temp fix for rspec so the specs are run again | Jeroen van Baarsen | 2014-06-06 | 1 | -13/+10 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Revert "Revert "Fix for failing specs"" | Dmitriy Zaporozhets | 2014-06-06 | 1 | -16/+15 |
| | | | | This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4. | ||||
* | Revert "Fix for failing specs" | Jeroen van Baarsen | 2014-06-05 | 1 | -15/+16 |
| | | | | | | | | | This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock | ||||
* | Fix for failing specs | Jeroen van Baarsen | 2014-05-30 | 1 | -16/+15 |
| | |||||
* | specs for Gitlab::Popen | Dmitriy Zaporozhets | 2013-02-26 | 1 | -2/+6 |
| | |||||
* | Cleanup spec/support folder and spec/spec_helper | Robert Speicher | 2012-08-25 | 1 | -0/+18 |
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 |