summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-5/+13
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+17
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-4/+23
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+11
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+5
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-24/+27
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-31/+21
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-5/+52
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-4/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-2/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-143/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-061-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Use stub_rails_env for Rails.env stubbing66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-insteadAsh McKenzie2019-09-051-0/+1
| | | | | RailsHelpers.stub_rails_env takes care of stubbing Rails.env
* Stub DetectRepositoryLanguagesWorker for all testsIgor2019-09-031-0/+6
| | | | | It performs an expensive operation, but isn't required in most of tests
* Allow to use focus: true in specsGiorgenes Gelatti2019-08-111-0/+3
|
* Again run quarantine specs if tag providedtc-reanble-running-quarantined-specsToon Claes2019-08-021-2/+2
| | | | | | In f59438c0a9da7bb4d98291d2adedfc5a13a50798 we changed how quarantined specs are excluded. But that made it impossible to run them by providing `--tag quarantine`, this changes that.
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-0/+1
|\
| * Merge branch 'security-dns-ssrf-bypass' into 'master'GitLab Release Tools Bot2019-07-261-0/+1
| |\ | | | | | | | | | | | | | | | | | | Server Side Request Forgery mitigation bypass Closes #2872 See merge request gitlab/gitlabhq!3205
| | * Fix Server Side Request Forgery mitigation bypassFrancisco Javier López2019-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we can't resolve the hostname or it is invalid, we shouldn't even perform the request. This fix also fixes the problem the SSRF rebinding attack. We can't stub feature flags outside example blocks. Nevertheless, there are some actions that calls the UrlBlocker, that are performed outside example blocks, ie: `set` instruction. That's why we have to use some signalign mechanism outside the scope of the specs.
* | | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-8/+0
|/ / | | | | | | | | These are not required because MySQL is not supported anymore
* | Remove dead MySQL codeNick Thomas2019-07-231-4/+0
| | | | | | | | None of this code can be reached any more, so it can all be removed
* | Merge branch 'webide-commit-use-correct-parent' into 'master'Nick Thomas2019-07-181-0/+1
|\ \ | | | | | | | | | | | | Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
| * | Add start_sha to commits APIMarkus Koller2019-07-181-0/+1
| |/ | | | | | | | | | | | | | | | | | | When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
* | Wrap rugged calls with access disk blockjc-wrap-rugged-calls-with-disk-accessJohn Cai2019-07-161-0/+2
|/ | | | | Whenever we use the rugged implementation, we are going straight to disk so we want to bypass the disk access check.
* Merge branch 'js-specs-transactions' into 'master'Andreas Brandl2019-07-121-1/+11
|\ | | | | | | | | | | | | Use transactions in JS feature specs Closes #60207 See merge request gitlab-org/gitlab-ce!27496
| * Use transactions in JS feature specsjs-specs-transactionsHeinrich Lee Yu2019-07-121-1/+11
| | | | | | | | | | Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
* | Gather memory usage data in testsAleksei Lipniagov2019-07-121-0/+1
|/ | | | Log memory stats after running each spec file and compile the report.
* Add a memory cache local to the thread to reduce Redis loadStan Hu2019-07-011-0/+2
| | | | | | | | | | | | Loading `ApplicationSetting` from Redis was responsible for at least 50% of the CPU load of the Redis cluster on GitLab.com. Since these values generally don't change very much, we can load this from the database and cache it in memory, skipping Redis altogther. We use `ActiveSupport::Cache::MemoryStore` as a drop-in replacement for `RedisCacheStore` even though we probably don't need synchronized access within `Thread.current`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63977
* Disable Rails SQL query cache when applying service templatessh-service-template-bugStan Hu2019-06-251-0/+6
| | | | | | | | | | When the SQL query cache is active, the SELECT query for finding projects to apply service templates returns the same values. This causes an infinite loop because even though bulk INSERT queries are made, the cached results never reflect that progress. To fix this, we call `Project.uncached` around the query to ensure new data is retrieved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63595
* Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable2019-05-221-1/+4
| | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.