Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Proutes *AMAZING*: Fix checks for @wsgiapp2, MultiView, and add request method #1488

Merged
merged 17 commits into from
Jan 22, 2015

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    1dfd12a View commit details
    Browse the repository at this point in the history
  2. Fix py26 support

    sontek committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    e2274e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ee9f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228a5e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Add a --glob option to limit output

    E.g.:
    
        $ proutes development.ini --glob='user*'
        Name    Pattern                          View                                                                           Method
        ----    -------                          ----                                                                           ------
        user    /profilesvc/v1/user/{user_id}    pyramid.config.views.<pyramid.config.views.MultiView object at 0x106f72bd0>    *
        user    /profilesvc/v1/user/{user_id}    cornice.service.wrapper                                                        GET,HEAD
    msabramo committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    1264707 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Added test for the view glob

    sontek committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    c966a92 View commit details
    Browse the repository at this point in the history
  2. Add the --format flag

    sontek committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    a99d2d7 View commit details
    Browse the repository at this point in the history
  3. Add support for static routes

    sontek committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    582c2ed View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Merge branch 'master' of https://github.com/sontek/pyramid into suppo…

    …rt_more_features_in_routes
    sontek committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    538fd5c View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    22c836e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Pylons/pyramid into suppo…

    …rt_more_features_in_routes
    sontek committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    35d64fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    149ea94 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    sontek committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    3f8ac54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83a400a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Merge branch 'master' of https://github.com/Pylons/pyramid into suppo…

    …rt_more_features_in_routes
    
    Conflicts:
    	CHANGES.txt
    sontek committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    ae7bcd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Merge branch 'master' of https://github.com/Pylons/pyramid into suppo…

    …rt_more_features_in_routes
    
    Conflicts:
    	CHANGES.txt
    sontek committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    8724ab8 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Configuration menu
    Copy the full SHA
    b8ba0f1 View commit details
    Browse the repository at this point in the history