gitlab-org--gitlab-foss/spec
Douwe Maan e9e79fdfdf Merge branch 'fix-escaped-branches-in-compare' into 'master'
Unescape branch names in compare commit

The upgrade in GitLab v7.9 to Rails v4.1.9 caused all branch names in the compare commit mode to be escaped (e.g. `/` to `%2F`). The compare mode would not always work when comparing against branch names with a forward slash.

Opted to unescape the branch name rather than use a wildcard segment to prevent escaping slashes because it seems like a more sensible URL. The slashes in this case aren't really represented by a tree structure (e.g. /compare/one/two/branch..another/branch/here).

* Closes #1399
* Closes https://github.com/gitlabhq/gitlabhq/issues/9105

See merge request !582
2015-05-04 06:58:56 +00:00
..
controllers Merge branch 'fix-escaped-branches-in-compare' into 'master' 2015-05-04 06:58:56 +00:00
factories Add jira_project project factory 2015-04-30 16:35:27 -04:00
features Merge pull request #9234 from dsander/group-milestones-by-title 2015-05-03 14:29:31 +03:00
finders Group milestones by title in the dashboard and all other issue views 2015-05-01 01:12:58 +02:00
fixtures Remove special handling for the ' problem 2015-04-30 16:35:27 -04:00
helpers Remove title_for_issue helper 2015-04-30 17:27:33 -04:00
javascripts Typo: Issueable -> Issuable 2015-04-18 15:20:15 -04:00
lib Merge pull request #8756 from zaburt/force_utf8_on_oauth_properties 2015-05-03 14:25:36 +03:00
mailers Make Reply-To config apply to change e-mail confirmation and other notifications 2015-05-01 22:57:10 -07:00
models Re-annotate models 2015-05-03 13:38:27 -07:00
requests/api Merge branch 'api-iid' of https://github.com/jubianchi/gitlabhq into jubianchi-api-iid 2015-05-03 14:34:23 +03: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 Don't delete gitlab-test-fork folder after every test run 2015-05-02 16:01:33 -04: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 pull request #9066 from jirutka/fix-6417 2015-05-03 14:31:00 +03: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