gitlab-org--gitlab-foss/spec
Yorick Peterse e28d1fa3cc
Use a query in Project#protected_branch?
This changes Project#protected_branch? to use a query to check if a
branch is protected, instead of loading all ProtectedBranch records into
memory just to check if the list of names includes a given branch name.
2016-04-29 22:21:06 +02:00
..
config
controllers Backport GitHub Enterprise import support from EE 2016-04-26 21:00:55 -07:00
factories Fix wiki tests 2016-04-20 08:25:41 +08:00
features Removes duplicates from the label dropdown 2016-04-29 12:10:30 -04:00
finders Return unique issues when using multiple labels 2016-04-13 16:10:49 -04:00
fixtures Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
helpers Updated label links to work correctly for filtering 2016-04-26 09:13:03 +01:00
initializers
javascripts Placeholder on milestone form 2016-04-14 10:28:05 +01:00
lib Merge branch 'use-remote-ip-for-akismet' into 'master' 2016-04-28 13:09:44 +00:00
mailers Merge branch 'mr-formatting' into 'master' 2016-04-19 16:23:41 +00:00
models Use a query in Project#protected_branch? 2016-04-29 22:21:06 +02:00
requests Prevent users from deleting Webhooks via API they do not own 2016-04-24 23:53:59 -07:00
routing
services Support supressing text file diffs on the default branch with .gitattributes 2016-04-29 12:45:15 +01:00
support Merge branch 'pmq20/gitlab-ce-issue_12785' 2016-04-19 18:25:42 +02:00
tasks/gitlab Ensure uploads dir exists when running backup specs 2016-03-30 15:40:49 +02:00
views
workers Do not fsck projects less than a day old 2016-04-26 13:35:52 +02:00
factories_spec.rb Add support for not Active Record based factories 2016-03-30 10:44:18 +02:00
rails_helper.rb
spec_helper.rb Move CarrierWave test env config to separate file 2016-03-30 13:57:01 +02:00
teaspoon_env.rb