gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets 2eec0b73e8
Fix submodule link to then project under subgroup
Before this change only last namespace in full path was extracted. It's
fine unless you have a link to submodule under subgroups. In that case
self_url? method returns false and link is processed as external. I
could not find a proper regex to cover all cases and correctly extract
full path to repository and instead used current instance host name
to get correct path to namespace and project.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-06-05 09:26:20 +03:00
..
bin Enable the RSpec/ExpectOutput cop 2017-05-18 18:56:26 +02:00
config
controllers Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master' 2017-06-02 21:37:17 +00:00
db/production Move rainbow monkey patch to String to spec_helper 2017-05-31 14:33:03 +02:00
factories Merge branch '33139-lint-our-factories' into 'master' 2017-06-02 18:49:18 +00:00
features 32118 Make New environment empty state btn lowercase 2017-06-02 13:00:21 -07:00
finders Add :owned param to ProjectFinder 2017-05-30 22:45:59 +02:00
fixtures Remove deleted_at from Entity. Use find_by. Remove returns. 2017-05-30 23:55:09 +09:00
helpers Fix submodule link to then project under subgroup 2017-06-05 09:26:20 +03:00
initializers
javascripts 32118 Make New environment empty state btn lowercase 2017-06-02 13:00:21 -07:00
lib Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master' 2017-06-02 19:39:02 +00:00
mailers Bugfix: Always use the default language when generating emails. 2017-05-25 10:22:45 -05:00
migrations Add missing specs 2017-06-01 16:34:48 +02:00
models Merge branch '33139-lint-our-factories' into 'master' 2017-06-02 18:49:18 +00:00
policies Use CTEs for nested groups and authorizations 2017-05-17 16:51:08 +02:00
presenters Fix conflict resolution from corrupted upstream 2017-05-12 20:47:51 +01:00
requests Merge branch 'projects-api-import-status' into 'master' 2017-06-02 22:16:54 +00:00
routing Merge branch '17848-web-hook-logging' into 'master' 2017-05-25 13:26:12 +00:00
rubocop/cop Added Cop to blacklist the use of serialize 2017-05-31 14:03:37 +02:00
serializers Skip loading application settings from the database when migrations are pending 2017-06-02 16:02:08 +01:00
services Allow manual bypass of auto_sign_in_with_provider 2017-06-02 20:00:11 +02:00
sidekiq/cron Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler from 3.1.10 to 3.4.0" 2017-05-10 15:48:09 +00:00
support Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master' 2017-06-02 21:37:17 +00:00
tasks rake task to reset all rss tokens 2017-05-24 22:29:59 +02:00
unicorn
uploaders Add missing specs 2017-06-01 16:34:48 +02:00
validators Avoid crash when trying to parse string with invalid UTF-8 sequence 2017-05-30 15:05:52 +00:00
views Merge branch 'dm-collapsed-blob' into 'master' 2017-06-01 09:10:53 +00:00
workers Introduce source to pipeline entity 2017-05-31 14:17:49 +02:00
factories_spec.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Move rainbow monkey patch to String to spec_helper 2017-05-31 14:33:03 +02:00