Commit Graph

25 Commits

Author SHA1 Message Date
Diogo Dutra
3952ea2771 did changes requested by isort and flake8 2017-04-04 08:20:25 -03:00
Diogo Dutra
7c87126fc8 uncouple flask utils functions from utils module 2017-04-04 08:20:24 -03:00
Diogo Dutra
a7af62fbf0 Uncouple flask from App and Api. Created Abstract classes for theses modules. Fixed the tests 2017-04-04 08:20:23 -03:00
Patrick Williams
6eb5a6e969 Support the flask url variable converter "path" 2017-01-07 10:02:44 -05:00
Yoan Blanc
be437a980b Fix isort checks 2016-10-16 11:32:11 +02:00
Jens Finkhaeuser
e41f8c6d41 Add ability to add random string to endpoint names so that flask doesn't
complain about duplicate names.
2016-09-07 12:13:49 +02:00
David Hotham
851d04372e isort imports 2016-06-10 20:39:51 +01:00
João Santos
87afbfe6eb #218 Raise import errors on endpoint handling 2016-06-08 15:11:06 +02:00
Rafael Caricio
c30bdbb324 Fix import sorting in examples and tests 2016-04-08 14:33:27 +02:00
Rafael Caricio
a86b96c5e2 Sort imports in tests and examples 2016-04-08 14:33:27 +02:00
Rafael Caricio
6358c8c47d Adopt isort to ensure better code quality 2016-04-08 14:33:27 +02:00
Rafael Caricio
633dac8dd1 #127 handle boolean values 2016-02-01 17:11:37 +01:00
cyprien-g
41df524e61 Allow None value in boolean converter 2016-01-04 10:30:05 +01:00
cyprien-g
754c250f7e Case insensitive check for boolean validation 2015-12-28 16:18:49 +01:00
cyprien-g
811a226892 Allow True/False for query parameters 2015-12-28 14:02:02 +01:00
João Santos
6554de8dc3 #108 DRY and more cleanup 2015-12-10 16:01:15 +01:00
Henning Jacobs
0c56d1560b #104 support int/float path converter 2015-12-05 20:38:08 +01:00
Henning Jacobs
2c0c960a5d #101 add unit test to resolve static method 2015-12-05 19:06:48 +01:00
Henning Jacobs
f35dce3bd6 #48 validate integer, number and boolean query parameters 2015-08-26 18:35:57 +02:00
Henning Jacobs
5337df4601 add validation for "date" format 2015-07-31 19:52:28 +02:00
João Santos
69375f55cf Change datetime format validator to be compatible with python 2 2015-07-30 09:49:26 +02:00
Henning Jacobs
b0d481a7e8 fix missing time-secfrac 2015-07-23 18:42:09 +02:00
Henning Jacobs
99669024c5 fix date-time parsing for strings without milliseconds 2015-07-23 17:47:10 +02:00
Henning Jacobs
476cbe1a35 support paths with hyphen 2015-07-17 09:36:04 +02:00
João Santos
b40295aa48 https://github.com/zalando/connexion/issues/6 Test utils 2015-06-13 11:27:44 +02:00