gitlab-org--gitlab-foss/spec
Douwe Maan 822ba95f75 Merge branch 'fix-commit-data-url-generation' into 'master'
Fix bug where commit data would not appear in some subdirectories

Fix issue where commit data would not show up in some subdirectories due to escaped slashes. For example:

https://gitlab.common-lisp.net/ecl/ecl/tree/develop/src/gc (now patched with fix)

The upgrade from Rails v4.1.2 to v4.1.9 (76aad9b76e) caused slashes in a tree to be escaped automatically. Using a wildcard glob in the route prevents this behavior.

* Closes #1478, #1459
* Closes https://github.com/gitlabhq/gitlabhq/issues/9037

See merge request !581
2015-04-28 15:46:36 +00:00
..
controllers Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
factories
features Specs don't need to set default_url_options anymore 2015-04-27 15:47:05 -04:00
finders
fixtures Import Google Code issue assignee when mapped. 2015-04-14 23:22:14 +02:00
helpers Merge branch 'fix-relative-submodule-links-with-personal-projects' into 'master' 2015-04-27 14:23:01 +00:00
javascripts Typo: Issueable -> Issuable 2015-04-18 15:20:15 -04:00
lib Merge branch 'fix-commit-data-url-generation' into 'master' 2015-04-28 15:46:36 +00:00
mailers Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
models Revert "Added X-GitLab-Event header for web hooks" 2015-04-27 16:29:31 +03:00
requests/api Use Projects::CreateService to fork projects so that after-create hooks are run. 2015-04-24 22:58:27 +02:00
routing Fix snippet test 2015-04-22 20:12:52 +03:00
services Use Projects::CreateService to fork projects so that after-create hooks are run. 2015-04-24 22:58:27 +02:00
support Merge branch 'rs-issue-2269' into 'master' 2015-04-28 08:34:34 +00:00
tasks/gitlab Merge branch 'fix-backup-spec-regexp' into 'master' 2015-04-03 08:49:47 +00:00
workers CI forking: tests 2015-04-06 19:45:16 +03:00
factories.rb Merge branch 'rs-remove-invalid-key-factories' into 'master' 2015-04-14 07:33:55 +00:00
factories_spec.rb Remove the invalid key factories 2015-04-11 17:12:10 -04:00
spec_helper.rb Move RSpec setup for Capybara to its own support file 2015-04-25 21:33:16 -04:00