gitlab-org--gitlab-foss/spec
Douwe Maan a7c424515c Merge branch 'rs-relative-links-to-root' into 'master'
Support a single directory traversal in RelativeLinkFilter

Prior, if we were viewing a blob at
`https://example.com/namespace/project/blob/master/doc/some-file.md` and
it contained a relative link such as `[README](../README.md)`, the
resulting link when viewing the blob would be:
`https://example.com/namespace/project/blob/README.md` which omits the
`master` ref, resulting in a 404.

Fixes https://gitlab.com/gitlab-org/release-tools/issues/3

See merge request !2247
2016-01-05 13:32:25 +00:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Fix specs 2015-12-18 17:09:58 +01:00
factories Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
features Merge branch 'improved-leave-project' into 'master' 2016-01-05 09:34:13 +00:00
finders remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
fixtures Use URL helpers in specs 2015-12-03 14:00:09 +01:00
helpers remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
javascripts Merge branch 'close-open-ajax-issue' into 'master' 2015-12-25 21:00:16 +00:00
lib Merge branch 'rs-relative-links-to-root' into 'master' 2016-01-05 13:32:25 +00:00
mailers Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
models Merge branch 'rs-issue-201' into 'master' 2016-01-04 17:20:38 +00:00
requests Fix API project lookups when querying with a namespace with dots 2016-01-03 15:08:44 -08:00
routing
services Don't notify users twice if they are both project watchers and subscribers 2016-01-04 15:01:52 -08:00
support Backport JIRA service 2015-12-18 14:19:48 -06:00
tasks/gitlab Add lfs to backup specs. 2015-11-19 10:43:45 +01:00
views/help
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories_spec.rb
rails_helper.rb
spec_helper.rb fix notification_service specs 2015-11-30 11:21:10 +02:00
teaspoon_env.rb