Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-web
base: 5de6ba9314f3^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: 9050f47d5159
Choose a head ref
  • 5 commits
  • 24 files changed
  • 1 contributor

Commits on Apr 30, 2016

  1. Copy the full SHA
    5de6ba9 View commit details
    Browse the repository at this point in the history
  2. remove session cookie generate_id override

    The override is hidden in the login controller, and it is no longer
    needed since we don't vary on cookies anymore.
    haarg committed Apr 30, 2016
    Copy the full SHA
    d33bfa9 View commit details
    Browse the repository at this point in the history
  3. remove unused condvar

    haarg committed Apr 30, 2016
    Copy the full SHA
    6cc872a View commit details
    Browse the repository at this point in the history
  4. remove unused mro import

    haarg committed Apr 30, 2016
    Copy the full SHA
    256177c View commit details
    Browse the repository at this point in the history
  5. clean up dispatch actions

    This adds Args(0) to many of the endpoints to prevent them from
    accepting arbitrary URLs with a matching prefix.  It also removes some
    chained dispatching where the chaining wasn't taken advantage of at all.
    Some of the subs were renamed to match their URL path, since there was
    no need for them to be different.
    haarg committed Apr 30, 2016
    Copy the full SHA
    9050f47 View commit details
    Browse the repository at this point in the history