gitlab-org--gitlab-foss/spec
Winnie Hellmann cf33353b70 Remove duplicate store_frontend_fixture() calls
for f in $(find spec/javascripts/fixtures/ -name '*.rb')
do
  grep -v store_frontend_fixture < $f > $f.tmp; mv $f.tmp $f
done
2019-05-10 14:12:19 +02:00
..
bin Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
config Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
controllers Change specs to match gitlab code standards 2019-05-07 08:37:04 +12:00
db Change the schema of the common_metrics.yml 2019-04-17 20:02:24 +08:00
dependencies
factories Add improvements to the global search process 2019-05-07 11:08:25 +00:00
features Merge branch '60462-empty-pipeline-section' into 'master' 2019-05-07 15:37:50 +00:00
finders Add improvements to the global search process 2019-05-07 11:08:25 +00:00
fixtures Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
frontend Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' into 'master' 2019-05-07 15:26:42 +00:00
graphql GraphQL - Add extra complexity for resolvers 2019-05-06 21:24:19 +00:00
helpers Added blank lines to meet style guide 2019-05-06 16:42:44 +01:00
initializers Run rubocop -a on CE files 2019-05-05 03:24:28 -07:00
javascripts Remove duplicate store_frontend_fixture() calls 2019-05-10 14:12:19 +02:00
lib Merge branch '56850-add-new-unicorn-metrics' into 'master' 2019-05-07 16:21:40 +00:00
mailers Add leave link to access_granted email 2019-05-03 17:19:16 +01:00
migrations Fix issuables state_id nil when importing projects from GitHub 2019-05-06 19:45:17 +00:00
models Merge branch 'show-disabled-mirrors' into 'master' 2019-05-07 12:37:25 +00:00
policies Check instance cluster feature at policy level 2019-05-07 08:37:04 +12:00
presenters Remove duplicate clusterable presenter method 2019-05-07 08:49:27 +12:00
rack_servers Better document the current states of our testing levels 2019-04-17 15:50:10 +02:00
requests Confirm existence of head_pipeline if pipeline success required 2019-05-07 16:06:53 +00:00
routing Remove the `comment_personal_snippet` permission 2019-05-02 11:13:42 +01:00
rubocop Add Rubocop rule to ban include ActionView::Context 2019-04-29 06:14:53 -07:00
serializers Fix merge request pipeline exist method 2019-05-06 13:20:47 +07:00
services Merge branch 'instance_level_clusters' into 'master' 2019-05-07 07:08:52 +00:00
sidekiq/cron
support Call store_frontend_fixture() in JavaScriptFixturesHelpers 2019-05-10 14:12:19 +02:00
tasks Replaced config access 2019-03-18 17:26:18 +00:00
uploaders Clean up CarrierWave's import/export files 2019-05-07 01:27:50 -07:00
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views Merge branch '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' 2019-04-30 00:34:49 +00:00
workers Add gitlab-managed option to clusters form 2019-05-03 01:05:53 +00:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Show full Rspec backtrace only in CI 2019-05-03 14:49:45 +08:00