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

  • 3720c54023 fix merge typo Burt Bielicki 2016-02-24 15:47:06 -0800
  • 4a38b293ef include related branch changes Burt Bielicki 2016-02-24 15:37:41 -0800
  • 4862b69b46 merge from master Burt Bielicki 2016-02-24 15:37:08 -0800
  • e9021f70ab Add file to project Burt Bielicki 2016-02-24 15:33:27 -0800
  • 85a9c1707e Merge pull request #5 from BurtBiel/burtbiel/Support27 Yugang Wang 2016-02-24 11:52:59 -0800
  • d333ee5333 [Pivotal#114038135] JSON, Table and Text format outputs Derek Bekoe 2016-02-24 10:24:50 -0800
  • bf0696a9aa Add first paging command (list resource group) Burt Bielicki 2016-02-23 15:22:39 -0800
  • e5e0044c42 Add Python3 configuration to launch.json + change from tab to two spaces Johan Stenberg 2016-02-22 17:26:08 -0800
  • c929bfc3c7 Merge pull request #10 from yugangw-msft/ci Yugang Wang 2016-02-22 16:46:15 -0800
  • 28226e4128 the initial .yml file to wire up travis yugangw-msft 2016-02-22 13:15:12 -0800
  • e1ce115f58 rename logging to logger, remove unused code Burt Bielicki 2016-02-22 14:36:31 -0800
  • 2472b02915 Call into base logging library for test setup Burt Bielicki 2016-02-22 13:04:20 -0800
  • d3f7a0efb5 Remove Logger wrapper class Burt Bielicki 2016-02-22 12:58:47 -0800
  • 8838939788 remove extra import Burt Bielicki 2016-02-22 11:37:10 -0800
  • a1c3be8843 Create configuring_your_machine.md Johan Stenberg (MSFT) 2016-02-19 18:57:39 -0800
  • 3e51052189 Add load_tests / __init__.py to the azure/cli/tests module to allow for simpler unit test discovery Johan Stenberg 2016-02-19 18:20:21 -0800
  • 119324eff2 Merge pull request #8 from johanste/master Johan Stenberg (MSFT) 2016-02-19 17:08:47 -0800
  • d70a0b1ad8 Add launch.json for debugging support in vscode Johan Stenberg 2016-02-19 17:07:41 -0800
  • a3a6cd697f Merge pull request #7 from johanste/master Johan Stenberg (MSFT) 2016-02-19 17:06:50 -0800
  • 1564efcfdf Add env27 to gitignore to allow developers to create a 2.7 virtual environment Johan Stenberg 2016-02-19 17:04:59 -0800
  • 364e00cd31 implement missing methods instead of removing them Burt Bielicki 2016-02-19 15:56:46 -0800
  • bf9eefdf3b Unblock tests so they all run and pass Burt Bielicki 2016-02-19 14:31:31 -0800
  • 6ee7d36317 address feedback, also convert code where args are missing to 2.7 Burt Bielicki 2016-02-19 14:28:27 -0800
  • 7115bdc69f fix syntax error in storage Burt Bielicki 2016-02-19 14:00:57 -0800
  • 8caa5c16e8 Support Python 2.7 again Burt Bielicki 2016-02-19 13:52:34 -0800
  • cf105fe412 Merge pull request #3 from yugangw-msft/signin Johan Stenberg (MSFT) 2016-02-18 16:37:44 -0800
  • 2612bd5ff6 working in progress of sign in and run cmdlet using the credentails yugangw-msft 2016-02-17 22:28:43 -0800
  • 7dd5025091 Merge pull request #2 from johanste/autopancake Johan Stenberg (MSFT) 2016-02-18 14:49:19 -0800
  • 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. Johan Stenberg 2016-02-18 14:05:58 -0800
  • 549f1be8ee Merge pull request #1 from zooba/master Steve Dower 2016-02-17 08:43:00 -0800
  • 308bd4abb0 Adds setup.py to package Steve Dower 2016-02-17 08:36:20 -0800
  • d014e9b38b Replaces gettext loc with custom Adds tool to extract strings Allows config file to specify locale Steve Dower 2016-02-16 11:25:00 -0800
  • 1146a74c7e Improves logging and adds support for logging.code() calls Implements storage account list command. Steve Dower 2016-02-15 17:59:47 -0800
  • d276704142 Moves version/author details to __init__.py Steve Dower 2016-02-15 10:29:58 -0800
  • 2164666537 Improves argument parsing Steve Dower 2016-02-15 10:29:43 -0800
  • 8c32cf66d5 Coalesces arguments into single attribute Splits args parameter into expected and unexpected Adds docs Steve Dower 2016-02-13 22:06:56 -0800
  • 31c90721c3 Switched to gettext localization Switched to command definitions based on multiple decorators Implemented outline of login command Steve Dower 2016-02-13 17:47:40 -0800
  • 516f4faf91 Adds session support and starts writing tests. Steve Dower 2016-02-13 13:40:02 -0800
  • b9224cf6fa Adds execution time display when --debug passed Steve Dower 2016-02-13 11:57:12 -0800
  • ac7bd93ac9 Fixes command parsing Steve Dower 2016-02-13 11:54:39 -0800
  • 2626b30457 Replaces argparse with own parser for direct handling of nouns/arguments. Steve Dower 2016-02-13 10:16:39 -0800
  • 38ff2c6050 Adds VS project files Steve Dower 2016-02-13 10:15:46 -0800
  • 4d75912f9e Fixes line endings and adds some INFO and TODO comments Steve Dower 2016-02-09 08:26:49 -0800
  • b2987d34b8 Moves files under src and enables namespace package Steve Dower 2016-02-06 13:00:02 -0800
  • d54f974d62 Improves error output and adds early command module validation Steve Dower 2016-02-06 09:39:30 -0800
  • a84a2f64e6 Splits things up into more files and improves command loading Steve Dower 2016-02-06 09:24:27 -0800
  • 048adf0af1 Early code outline. Steve Dower 2016-02-05 21:27:05 -0800
  • cb12532cbc Initial creation. Steve Dower 2016-02-05 21:24:52 -0800