David Baumgold
|
eedb4c4b73
|
Support Python 3 using six
|
2014-08-28 10:57:43 -04:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
Ghalib Suleiman
|
f4a2f1a51f
|
Turn on threading for Werkzeug's run_simple()
This is now default behavior. Without this, moto is unable to deal
with simultaneous requests.
|
2014-08-12 15:07:29 -07:00 |
|
Steve Pulec
|
5e7936123c
|
Add comments for optional argparse positional argument
|
2013-12-30 13:32:07 -05:00 |
|
Steve Pulec
|
f0c6d1124c
|
Make service argument optional so that you can actually use all services
|
2013-12-30 13:30:11 -05:00 |
|
Steve Pulec
|
c4c342c570
|
Fix bug with backend_name vs backend.
|
2013-12-30 12:33:31 -05:00 |
|
Steve Pulec
|
8b278eb05d
|
Clean up querystring logic.
|
2013-12-29 21:50:25 -05:00 |
|
Andres Riancho
|
ffcbaf366e
|
Remove debug print
|
2013-12-29 21:50:05 -05:00 |
|
Andres Riancho
|
c6515af8bf
|
Now we have a stand-alone server which can provide services for more than one backend at the same time
|
2013-12-29 21:50:05 -05:00 |
|
Steve Pulec
|
674a85ba0b
|
Cleanup backend finding
|
2013-07-26 15:14:34 -04:00 |
|
Steve Pulec
|
8ad458cd72
|
Fix sys.argv bug
|
2013-07-26 15:03:16 -04:00 |
|
Lincoln de Sousa
|
2d51e38eab
|
Using argparse instead of using sys.argv directly
|
2013-07-26 14:46:14 -04:00 |
|
Steve Pulec
|
befcadc7fc
|
Add ELB server test
|
2013-07-22 22:56:02 -04:00 |
|
Steve Pulec
|
7ef6a1c44e
|
clean backend finding
|
2013-06-25 12:45:24 -04:00 |
|
Steve Pulec
|
eb70174ed5
|
Add port option.
|
2013-06-25 12:42:24 -04:00 |
|
Steve Pulec
|
87c86bb902
|
Need to reset app view functions to prevent Flask assertion error on resetting view functions.
|
2013-06-25 12:36:21 -04:00 |
|
Steve Pulec
|
212d9c7abe
|
core sts endpoints completed
|
2013-05-24 17:22:34 -04:00 |
|
Steve Pulec
|
a728b2581a
|
Adding server mode
|
2013-03-05 08:14:43 -05:00 |
|