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

703 Коммитов

Автор SHA1 Сообщение Дата
Johan Stenberg (MSFT) 73ba22a5c6 Merge pull request #114 from johanste/completer
Update shell statement completion script to make use of argcomplete
2016-04-13 15:23:50 -07:00
Johan Stenberg dc3c67df36 Update shell statement completion script to make use of argcomplete 2016-04-13 15:13:03 -07:00
Yugang Wang 066e4dc00d fix a service principal login failure (#112) 2016-04-13 13:59:42 -07:00
Johan Stenberg (MSFT) 1d84f9d1fb Merge pull request #107 from derekbekoe/component-cr-mods
Component Code Review Modifications
2016-04-12 12:24:10 -07:00
Derek Bekoe d4f5ae813f Prevent 'python setup.py' warning relating to undeclared namespace package.
Full warning messages:
WARNING: 'azure.cli.command_modules' is declared as a package namespace, but 'azure.cli' is not: please correct this in setup.py
WARNING: 'azure.cli' is declared as a package namespace, but 'azure' is not: please correct this in setup.py
2016-04-11 16:21:16 -07:00
Derek Bekoe 8b07321760 Merge branch 'master' into component-cr-mods 2016-04-11 16:04:55 -07:00
Johan Stenberg (MSFT) f81ac9a84c Merge pull request #106 from derekbekoe/component-integration-ci-test
Component integration ci test
2016-04-11 15:57:22 -07:00
Derek Bekoe f75963cddd Remove 'azure-cli' reference from requirements.txt files for command modules also 2016-04-11 15:35:23 -07:00
Derek Bekoe b0dfc48407 Merge branch 'component-integration-ci-test' into component-steve-changes
# Conflicts:
#	scripts/command_modules/package_verify.py
2016-04-11 15:31:32 -07:00
Derek Bekoe da4adc3ce6 Don't exit the script automatically in _common & cross-platform file paths 2016-04-11 15:24:44 -07:00
Derek Bekoe 8634771702 Don't rely on other pypi server. 2016-04-11 15:03:18 -07:00
Derek Bekoe 2bf835ec9a No need for 'python -m' in two cases 2016-04-11 11:50:13 -07:00
Derek Bekoe 5fa4e3ff9e Don't use shell for executing commands 2016-04-11 11:48:49 -07:00
Johan Stenberg (MSFT) 1e8b3bda06 Merge pull request #105 from tjprescott/StorageAccountMergeAttempt2
Improved VCR Testing and Storage Data Plane Tests
2016-04-11 11:15:04 -07:00
Travis Prescott 2f150dd1a5 Code review fixes. 2016-04-11 10:55:45 -07:00
Travis Prescott 22cc11f564 Address code review comments. 2016-04-11 10:40:47 -07:00
Derek Bekoe 2b56e207dc Remove dependency on azure-cli in command packages 2016-04-11 10:26:14 -07:00
Derek Bekoe fed5dad902 Specify azure as a namespace package 2016-04-11 10:13:45 -07:00
Travis Prescott 1fb0fa932c Move upload testing files to within storage package structure. 2016-04-11 09:52:10 -07:00
Derek Bekoe c83415c93d Integrate with Travis CI & Clean up code 2016-04-10 22:56:07 -07:00
Travis Prescott 0b693372e0 Fix post-merge issues. 2016-04-08 16:33:38 -07:00
Travis Prescott a40fcbdb90 Merge branch 'master' of https://github.com/tjprescott/azure-cli into StorageAccountMergeAttempt2
# Conflicts:
#	azure-cli.pyproj
#	src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/__init__.py
#	testall.bat
2016-04-08 16:23:49 -07:00
Travis Prescott 7c96231871 Address code review comments. 2016-04-08 16:18:02 -07:00
Johan Stenberg (MSFT) e778eef2a4 Merge pull request #80 from tjprescott/AddResourceShowAndSetCommands
Small fixes for resource show command.
2016-04-08 15:09:25 -07:00
Mayuri Diwan 7871c66a89 Merge pull request #104 from derekbekoe/acquisition-pip-install-private
Install from private/public based on the env var
2016-04-08 14:57:56 -07:00
Travis Prescott 6ddfccaa5a Code review fixes. 2016-04-08 14:42:50 -07:00
Derek Bekoe 9299554b3f Script to build and install the CLI and command packages 2016-04-08 11:46:43 -07:00
Travis Prescott de6459fe8c Fixes for mysterious new pylint complaints. 2016-04-08 09:57:28 -07:00
Travis Prescott 3d8aad84da Resolve pylint issues. 2016-04-08 09:25:02 -07:00
Yugang Wang 5b3e017ca0 use magic mock (#101) 2016-04-08 09:23:51 -07:00
Travis Prescott 2686b6d938 Merge branch 'master' of https://github.com/tjprescott/azure-cli into StorageAccountMergeAttempt2 2016-04-08 09:12:29 -07:00
Travis Prescott 18e3345b4a Merge branch 'master' of https://github.com/tjprescott/azure-cli into AddResourceShowAndSetCommands 2016-04-08 09:12:06 -07:00
Travis Prescott aae5f26c56 Added storage data plane test recordings. 2016-04-08 09:11:22 -07:00
Travis Prescott 30ce2f0be2 Fix issues with saving the expected_results.res file correctly. 2016-04-08 08:14:24 -07:00
Travis Prescott 4cb0c18182 Create recording_vcr_tests.md 2016-04-07 16:08:42 -07:00
Travis Prescott 26bf8c953f Re-enable test recording. Added test recordings for network, vm, and resource. 2016-04-07 15:15:07 -07:00
Yugang Wang e8aae33f85 fix #100: account set error (#103) 2016-04-07 14:14:05 -07:00
Derek Bekoe 12019ec6c1 Install from private/public based on the PRIVATE_PYPI_URL and PRIVATE_PYPI_HOST env vars being set 2016-04-07 14:10:07 -07:00
Travis Prescott dadfe52906 Manually merge updates to command_test_util 2016-04-07 13:21:47 -07:00
Yugang Wang c4cf83190e add warning when you have no account (#99)
reviewed by #derekbekoe
2016-04-07 10:36:24 -07:00
Travis Prescott d18b646d6a Update command_test_util and start on reworking network tests. 2016-04-07 10:35:25 -07:00
Travis Prescott a944c52784 Hide trivial __init__.py files by excluding them from the project file. 2016-04-07 09:54:50 -07:00
Travis Prescott b66b2c040e Update commands to work with new modular structure. 2016-04-07 09:54:11 -07:00
Travis Prescott 22a4a5bf2f Update project settings to include missed files and hide others. 2016-04-07 09:17:10 -07:00
Travis Prescott ce3ad6d37f Merge branch 'master' of https://github.com/tjprescott/azure-cli into AddResourceShowAndSetCommands 2016-04-07 09:07:16 -07:00
Travis Prescott 7129581c01 Remove custom header following update of Python SDK. Argparse fixes. 2016-04-07 09:06:58 -07:00
Travis Prescott 1c8b685bb3 Merge branch 'master' of https://github.com/tjprescott/azure-cli into StorageAccountMergeAttempt2 2016-04-07 08:46:52 -07:00
Johan Stenberg (MSFT) ea4b4f139c Merge pull request #97 from derekbekoe/acquisition-pip-updates-explicit
Acquisition pip updates explicit
2016-04-06 17:11:02 -07:00
Travis Prescott 4dd796bde7 Work on migrating my work to command module structure. 2016-04-06 16:59:40 -07:00
Derek Bekoe 7638757b96 Fix pylint errors with line too long 2016-04-06 16:42:08 -07:00