Граф коммитов

825 Коммитов

Автор SHA1 Сообщение Дата
Burt Bielicki 7115bdc69f fix syntax error in storage 2016-02-19 14:00:57 -08:00
Burt Bielicki 8caa5c16e8 Support Python 2.7 again 2016-02-19 13:52:34 -08:00
Johan Stenberg (MSFT) cf105fe412 Merge pull request #3 from yugangw-msft/signin
Initial code to sign user in and wire up the credentials in a sample storage command
2016-02-18 16:37:44 -08:00
yugangw-msft 2612bd5ff6 working in progress of sign in and run cmdlet using the credentails 2016-02-18 16:33:12 -08:00
Johan Stenberg (MSFT) 7dd5025091 Merge pull request #2 from johanste/autopancake
Add current directory to search path to allow load of modules without…
2016-02-18 14:49:19 -08:00
Johan Stenberg f6e575f5cb Add current directory to search path to allow load of modules without modifying the pythonpath. Also set the azure\cli\\__main__.py as the startup file to allow immediate F5 from the project. 2016-02-18 14:05:58 -08:00
Steve Dower 549f1be8ee Merge pull request #1 from zooba/master
Code bootstrap
2016-02-17 08:43:00 -08:00
Steve Dower 308bd4abb0 Adds setup.py to package 2016-02-17 08:36:20 -08:00
Steve Dower d014e9b38b Replaces gettext loc with custom
Adds tool to extract strings
Allows config file to specify locale
2016-02-16 11:25:00 -08:00
Steve Dower 1146a74c7e Improves logging and adds support for logging.code() calls
Implements storage account list command.
2016-02-15 17:59:47 -08:00
Steve Dower d276704142 Moves version/author details to __init__.py 2016-02-15 10:29:58 -08:00
Steve Dower 2164666537 Improves argument parsing 2016-02-15 10:29:43 -08:00
Steve Dower 8c32cf66d5 Coalesces arguments into single attribute
Splits args parameter into expected and unexpected
Adds docs
2016-02-13 22:06:56 -08:00
Steve Dower 31c90721c3 Switched to gettext localization
Switched to command definitions based on multiple decorators
Implemented outline of login command
2016-02-13 17:47:40 -08:00
Steve Dower 516f4faf91 Adds session support and starts writing tests. 2016-02-13 13:40:02 -08:00
Steve Dower b9224cf6fa Adds execution time display when --debug passed 2016-02-13 11:57:12 -08:00
Steve Dower ac7bd93ac9 Fixes command parsing 2016-02-13 11:54:39 -08:00
Steve Dower 2626b30457 Replaces argparse with own parser for direct handling of nouns/arguments. 2016-02-13 10:16:39 -08:00
Steve Dower 38ff2c6050 Adds VS project files 2016-02-13 10:15:46 -08:00
Steve Dower 4d75912f9e Fixes line endings and adds some INFO and TODO comments 2016-02-09 08:26:49 -08:00
Steve Dower b2987d34b8 Moves files under src and enables namespace package 2016-02-06 13:00:02 -08:00
Steve Dower d54f974d62 Improves error output and adds early command module validation 2016-02-06 09:39:30 -08:00
Steve Dower a84a2f64e6 Splits things up into more files and improves command loading 2016-02-06 09:24:27 -08:00
Steve Dower 048adf0af1 Early code outline. 2016-02-05 21:27:05 -08:00
Steve Dower cb12532cbc Initial creation. 2016-02-05 21:24:52 -08:00