1. 23 Mar, 2020 1 commit
    • Luke Duncalfe's avatar
      Fix direct access to deprecated design path · 2f205576
      Luke Duncalfe authored
      71d92460 introduced a change to issue
      routes, deprecating the old ones, but still supporting them. There was
      added a special variable in issues/_discussion.html.haml to
      inform the Vue app about which of the two possible routes the Vue app
      was mounted on.
      
      The calculation of `deprecated_route` was previously only returning
      true if the user was looking at:
      
      - issues/1
      - issues/1/designs
      
      But not:
      
      - issues/1/designs/mydesign.png
      
      In Rails, everything after the `designs` segment of the route is
      wildcarded as a single param[:vueroute] so it can be handled by Vue.
      
      https://gitlab.com/gitlab-org/gitlab/-/issues/211833
      2f205576
  2. 20 Mar, 2020 10 commits
  3. 19 Mar, 2020 29 commits