Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / apiguy/flask-classy issues and pull requests

#94 - Update README.rst

Pull Request - State: open - Opened by exzile almost 2 years ago - 1 comment

#92 - use "inspect.getfullargspec()" instead of "inspect.getargspec"

Pull Request - State: open - Opened by raddatzk over 5 years ago - 1 comment

#90 - flask-classy is superior to flask-restful.

Issue - State: open - Opened by slisznia over 7 years ago - 2 comments

#89 - Is this project no longer maintained?

Issue - State: open - Opened by auvipy over 7 years ago - 1 comment

#88 - Added support for dependency injection

Pull Request - State: open - Opened by fbarresi almost 8 years ago - 2 comments

#87 - Please add trailing slashes after parameters in GET method

Issue - State: closed - Opened by acimnotes about 8 years ago - 1 comment

#86 - Documenting Custom POST Routing

Issue - State: open - Opened by lobobabysaurus over 8 years ago

#85 - disable staticmethods routing in py3

Pull Request - State: open - Opened by aybb over 8 years ago - 1 comment

#84 - cannot register when using type hintings

Issue - State: open - Opened by lucidfrontier45 over 8 years ago - 1 comment

#83 - Documentation error

Issue - State: open - Opened by aptro almost 9 years ago

#82 - Decorator chain using explicit arguments

Pull Request - State: open - Opened by iartarisi almost 9 years ago - 2 comments

#81 - Calling `flask.abort()` should not ignore `FlaskView.after_request`.

Pull Request - State: open - Opened by stas almost 9 years ago

#80 - flask-classy continuing development and maintenance

Issue - State: open - Opened by hoatle almost 9 years ago - 29 comments

#79 - Fix type

Pull Request - State: open - Opened by slhawkins almost 9 years ago - 1 comment

#78 - Add a class decorator to register view into app

Issue - State: closed - Opened by kaneg about 9 years ago

#77 - A 'preprocess_request' similar to that in Flask app

Issue - State: closed - Opened by jayeshbhoot over 9 years ago

#76 - Moving get_interesting_members to FlaskView as classmethod

Issue - State: open - Opened by ghost over 9 years ago

#75 - Forgot to push code of 0.6.10?

Issue - State: open - Opened by hartwork over 9 years ago

#74 - Question : Dynamic Subdomains ?

Issue - State: open - Opened by Depado over 9 years ago - 2 comments

#73 - Fixes typo in documentation

Pull Request - State: closed - Opened by danieldiekmeier over 9 years ago - 1 comment

#72 - Update flask_classy.py

Pull Request - State: closed - Opened by mattupstate over 9 years ago

#71 - Support for http methods other than GET on custom methods

Issue - State: closed - Opened by ryanlowe0 over 9 years ago - 2 comments

#69 - allow for kwargs to be passed to decorators list

Pull Request - State: open - Opened by undergroundtheater over 9 years ago

#68 - urls resolving to the wrong methods

Issue - State: closed - Opened by Sohair63 over 9 years ago - 2 comments

#67 - bug

Issue - State: open - Opened by s-y almost 10 years ago

#66 - Blueprint template not found

Issue - State: open - Opened by serkandaglioglu almost 10 years ago - 3 comments

#65 - Problem implementing werkzeug converters

Issue - State: open - Opened by mickey06 almost 10 years ago - 1 comment

#64 - Fix4empty route rule

Pull Request - State: open - Opened by noodle4u almost 10 years ago

#63 - Update index.rst

Pull Request - State: open - Opened by julianpistorius almost 10 years ago

#62 - fix when use some complex decorator

Pull Request - State: open - Opened by noodle4u almost 10 years ago - 2 comments

#61 - Added ability to modify the suffix of a FlaskView to create a base route

Pull Request - State: open - Opened by ryanolson almost 10 years ago - 2 comments

#60 - Added make_response to FlaskView as a class method

Pull Request - State: open - Opened by ryanolson almost 10 years ago - 3 comments

#59 - Decompose large blocks in FlaskView

Pull Request - State: open - Opened by aroberts about 10 years ago - 2 comments

#58 - Nested resources

Issue - State: open - Opened by sloria about 10 years ago - 2 comments

#57 - adding tox support, and support for python setup.py test, and tests for ...

Pull Request - State: open - Opened by jtushman over 10 years ago - 2 comments

#55 - Fix route inheritance issues

Pull Request - State: closed - Opened by bulv1ne over 10 years ago - 3 comments

#54 - Add HTTP OPTIONS method

Issue - State: open - Opened by willynilly over 10 years ago - 2 comments

#53 - Overwriting FlaskView.route_base with descriptors breaks inheritance

Issue - State: closed - Opened by astex over 10 years ago - 1 comment

#52 - Fix typo

Pull Request - State: closed - Opened by brmzkw over 10 years ago - 1 comment

#51 - FlaskView.decorators can be generated from a classmethod

Pull Request - State: open - Opened by brmzkw over 10 years ago - 3 comments

#50 - Prevents rule processing loop from smashing non-subdomain rules

Pull Request - State: closed - Opened by expl0ratory over 10 years ago - 1 comment

#49 - Rework trailing slash urls

Pull Request - State: closed - Opened by kpanic over 10 years ago - 4 comments

#48 - Resourceful

Pull Request - State: closed - Opened by rufman over 10 years ago

#47 - Documentation spelling fixes

Pull Request - State: closed - Opened by sloat over 10 years ago - 1 comment

#46 - Added some routing stuff

Pull Request - State: closed - Opened by rufman over 10 years ago - 2 comments

#45 - nosetests fail with python3

Issue - State: open - Opened by brmzkw almost 11 years ago

#44 - Add @non_exposed decorator

Pull Request - State: closed - Opened by brmzkw almost 11 years ago - 6 comments

#43 - Maybe an inheritance issue

Issue - State: closed - Opened by dpgaspar almost 11 years ago

#42 - Recursive generator detection makes my head hurt, but I think this works...

Pull Request - State: closed - Opened by njl almost 11 years ago - 1 comment

#41 - A few feature suggestions

Issue - State: open - Opened by Blender3D about 11 years ago

#40 - Question with before_request()

Issue - State: open - Opened by bolerodan about 11 years ago - 3 comments

#39 - Another inheritance issue

Issue - State: closed - Opened by ivan-kleshnin about 11 years ago - 2 comments

#38 - custom init with non-optional param, gives error.

Issue - State: closed - Opened by Lynges about 11 years ago - 2 comments

#37 - Added travis configurations

Pull Request - State: closed - Opened by shuhaowu about 11 years ago - 3 comments

#36 - Decorators that accepts kwargs from URL test

Pull Request - State: open - Opened by shuhaowu about 11 years ago - 3 comments

#35 - Specialized decorators and flask classy do not play well together

Issue - State: open - Opened by shuhaowu about 11 years ago - 1 comment

#34 - Maximum recursion depth exceeded error when using certain decorators

Issue - State: closed - Opened by dgilland about 11 years ago - 3 comments

#33 - Support Python 3.3

Issue - State: closed - Opened by apiguy about 11 years ago
Labels: enhancement

#32 - Fix issue #22 (rule lookup does not count inheritance)

Pull Request - State: open - Opened by ivan-kleshnin about 11 years ago - 3 comments

#31 - Fix issue #22 (rule lookup does not count inheritance)

Pull Request - State: closed - Opened by ivan-kleshnin about 11 years ago

#30 - `route_base` overlaps

Issue - State: closed - Opened by ivan-kleshnin about 11 years ago - 2 comments

#29 - Small typo fix

Pull Request - State: closed - Opened by ivan-kleshnin about 11 years ago - 1 comment

#28 - How do I use `url_for()`?

Issue - State: closed - Opened by Blender3D about 11 years ago - 2 comments

#27 - Allow setting of cache control

Issue - State: closed - Opened by mattotodd about 11 years ago - 2 comments

#26 - @route on two functions (post and index) with the same route will fail

Issue - State: closed - Opened by shuhaowu about 11 years ago - 1 comment

#25 - Add decorated view test

Pull Request - State: closed - Opened by shuhaowu about 11 years ago - 5 comments

#24 - Do not auto add trailing slash

Issue - State: closed - Opened by shuhaowu about 11 years ago - 3 comments

#23 - wrapped index and wrapped get will always default to get

Issue - State: closed - Opened by shuhaowu about 11 years ago - 11 comments

#22 - Problem with inheritance and custom routes

Issue - State: closed - Opened by vincenttheeten about 11 years ago - 5 comments

#21 - Add a decorators attribute to FlaskView

Pull Request - State: closed - Opened by julienr over 11 years ago - 3 comments

#20 - Support rule arguments in route_base

Pull Request - State: closed - Opened by uniphil over 11 years ago - 3 comments

#19 - url_for can't find the routes

Issue - State: closed - Opened by JakeAustwick over 11 years ago - 1 comment

#18 - urls resolving to the wrong methods

Issue - State: open - Opened by bdeggleston over 11 years ago - 2 comments

#17 - Typo in docs - localhost requires port 5000

Pull Request - State: closed - Opened by ajford over 11 years ago - 1 comment

#16 - Make auto-routes optional

Issue - State: open - Opened by apiguy over 11 years ago - 4 comments
Labels: enhancement

#14 - use functools.wraps to set docstrings on proxies

Pull Request - State: closed - Opened by joeshaw over 11 years ago - 1 comment

#13 - Should Flask-Classy honor url_prefix where registering Blueprints?

Issue - State: closed - Opened by maxcountryman over 11 years ago - 9 comments

#12 - small idiomatic correction

Pull Request - State: closed - Opened by maxcountryman over 11 years ago - 1 comment

#11 - A few spelling corrections

Pull Request - State: closed - Opened by esbullington over 11 years ago - 1 comment

#10 - removing dict generator expression

Pull Request - State: closed - Opened by maxcountryman over 11 years ago

#9 - Tagged releases would be nice

Issue - State: closed - Opened by maxcountryman over 11 years ago - 4 comments

#8 - SyntaxError on 0.5 release

Issue - State: closed - Opened by maxcountryman over 11 years ago - 12 comments

#7 - removing unnecessary branching in example

Pull Request - State: closed - Opened by maxcountryman over 11 years ago

#6 - Subdomains and the route decorator

Issue - State: closed - Opened by DeaconDesperado over 11 years ago - 2 comments

#5 - Only append index to route_name if there is more than one route

Pull Request - State: closed - Opened by jeverling over 11 years ago - 3 comments

#4 - Don't add trailing slash to routes

Issue - State: closed - Opened by xintron over 11 years ago - 10 comments

#3 - Add support for Lazy Views

Issue - State: open - Opened by apiguy over 11 years ago - 3 comments

#2 - Add subdomain support

Issue - State: closed - Opened by apiguy over 11 years ago

#1 - Add PATCH support

Issue - State: closed - Opened by apiguy over 11 years ago