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

1003 Коммитов

Автор SHA1 Сообщение Дата
Burt Bielicki e1fc88226e add comment 2016-05-05 13:24:20 -07:00
Burt Bielicki 66a7204267 remove dup code 2016-05-05 13:19:33 -07:00
Burt Bielicki 7a2a1629c8 yet another approach 2016-05-05 13:09:37 -07:00
Burt Bielicki 35695f0c53 another approach 2016-05-05 13:00:55 -07:00
Burt Bielicki 785d4c80eb manually raise SystemExit 2016-05-05 12:37:17 -07:00
Burt Bielicki fc22b0c447 lint 2016-05-05 12:33:25 -07:00
Burt Bielicki c8106c1068 override exit to match 3.5 2016-05-05 12:01:36 -07:00
Burt Bielicki d2e6be5496 put changes back to the way they were originally 2016-05-05 11:38:44 -07:00
Johan Stenberg (MSFT) fe8a9e4be8 Merge pull request #185 from derekbekoe/completion-setup-bash-profile
Completion setup bash profile
2016-05-04 16:37:08 -07:00
Johan Stenberg (MSFT) fb92bd2bfe Merge pull request #181 from derekbekoe/feature-logging-tracing-2
[Logging] (part2) Output full logs to rotating log file
2016-05-04 16:35:47 -07:00
Burt Bielicki 73c69eb19e Merge pull request #194 from BurtBiel/help/sortGlobals
Help/sort globals
2016-05-04 16:29:03 -07:00
Burt Bielicki f25ba60f5c workaround 2016-05-04 16:23:25 -07:00
Burt Bielicki bd25ba8e3c merge master 2016-05-04 15:45:11 -07:00
Burt Bielicki f94ef2f00d Merge pull request #200 from BurtBiel/help/ChoiceLists
Support displaying choice lists in help
2016-05-04 15:34:28 -07:00
Burt Bielicki 1a407f6507 more workaround 2016-05-04 15:29:34 -07:00
Burt Bielicki af6bd59025 Merge pull request #202 from BurtBiel/commands/CreateVM
remove required password, load SSH key from a file, add choices to swagger
2016-05-04 15:26:20 -07:00
Burt Bielicki a23c1a3850 lint 2016-05-04 15:25:51 -07:00
Burt Bielicki 81324c0092 lint 2016-05-04 15:17:54 -07:00
Burt Bielicki 11cf57b18f work around argparse bug 2016-05-04 15:12:06 -07:00
Burt Bielicki 7458522775 update tests after merge master 2016-05-04 11:33:39 -07:00
Burt Bielicki eee849d0fd Merge branch 'master' 2016-05-04 10:55:45 -07:00
Burt Bielicki edbe603401 add support for showing the default value as well 2016-05-04 10:50:38 -07:00
Burt Bielicki b1adb9f669 add choices and defaults to swagger. Since the choices and default values show in the swagger comments, I am not adding the choices to the choice list 2016-05-04 10:15:38 -07:00
Burt Bielicki 6f00c69669 missing comma 2016-05-04 09:36:01 -07:00
Burt Bielicki 103399984d remove password as a required field 2016-05-04 09:33:58 -07:00
Yugang Wang 6522fc0b23 Simplify "vm image list" so querying images gets straightforward (#198) 2016-05-03 17:05:27 -07:00
Burt Bielicki 539813ba88 merge master 2016-05-03 16:49:31 -07:00
Burt Bielicki 1d2461b316 Merge pull request #186 from BurtBiel/commands/CreateVM
Commands/create vm
2016-05-03 16:45:20 -07:00
Burt Bielicki 87d24729d2 added a file that was somehow missing 2016-05-03 16:34:17 -07:00
Burt Bielicki a53071d2e7 lint and tests 2016-05-03 14:40:49 -07:00
Burt Bielicki 274e708247 Merge branch 'master' 2016-05-03 13:58:00 -07:00
Burt Bielicki 120165c2d9 move help to vm module 2016-05-03 13:37:48 -07:00
Burt Bielicki d0b390ea62 enable remaining help tests 2016-05-03 13:11:38 -07:00
Burt Bielicki b57dae29ea Support displaying choice lists in help 2016-05-03 11:42:16 -07:00
Burt Bielicki b7da0a16bc special case help so it shows in global args 2016-05-03 11:16:53 -07:00
Burt Bielicki fc99ddc5ec print out all groups without special casing globals 2016-05-03 09:56:40 -07:00
Burt Bielicki 7084086817 remove comments 2016-05-03 09:16:02 -07:00
Burt Bielicki 1369fb1642 switch from preamble to argparse action 2016-05-03 09:12:35 -07:00
Yugang Wang e4b71300b0 load arg help text from new lines (#197) 2016-05-02 13:50:52 -07:00
Burt Bielicki aae9b90a1a Add help content 2016-05-02 13:26:50 -07:00
Burt Bielicki 17da6853b3 add preamble to autocommand and implement the multi-purpose vm create --image param 2016-05-02 12:39:57 -07:00
Burt Bielicki 25493af1b3 update comments and a param alias 2016-05-02 11:15:16 -07:00
Burt Bielicki 4c044539b5 add global sort test 2016-05-02 09:45:20 -07:00
Burt Bielicki aba66c0fb1 pass in global group instead of global parser to global param handlers 2016-05-02 09:05:08 -07:00
Burt Bielicki e383dc3d1f hide _artifactslocation 2016-05-02 08:17:49 -07:00
Burt Bielicki b1261e0a50 move template URLs from template to swagger (allows client-side versioning) 2016-05-02 08:02:36 -07:00
Yugang Wang 62261f8fb1 fix "az vm list" to take resource group (#193)
* fix several places missed by command aliaing

* fix resource show command
2016-04-29 16:41:11 -07:00
Burt Bielicki b728a9f558 add support for custom VHDs 2016-04-29 16:31:58 -07:00
Johan Stenberg (MSFT) 3f7c60aa06 Merge pull request #191 from derekbekoe/pylint-init-imports
Fix: Pylint was not checking for unused_imports in __init__ files
2016-04-29 16:26:52 -07:00
Derek Bekoe d70519538b Disable log file by default. User can enable with env var. 2016-04-29 15:06:17 -07:00