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

193 Коммитов

Автор SHA1 Сообщение Дата
Sheng Chen aec7926d3d
update the readme (#153) 2018-03-20 09:54:26 +08:00
Sheng Chen 844d0dbf34
Refine the readme (#152) 2018-03-19 16:07:16 +08:00
achandmsft 6fb2f1a48c
Changing the first sentence to reflect release
Changing the first sentence to reflect current release. Focus is not on modules, but on general tf files.
2018-03-16 12:22:12 -07:00
Sheng Chen 6a29f5d142
change the publisher name (#143) 2018-03-14 14:12:38 +08:00
Sheng Chen a44b4a2c76
remove the docker requirement since the test feature is hiden (#142) 2018-03-14 10:37:57 +08:00
Sheng Chen 0a50951e80
add eula (#141) 2018-03-14 09:26:53 +08:00
Sheng Chen 94c18004e2
fix push bug when no workspace is opened in vscode (#140) 2018-03-13 13:46:46 +08:00
Sheng Chen ae3cf071f8
update the telemetry wrapper (#137) 2018-03-13 13:35:59 +08:00
Sheng Chen 60eca14ba2
remove the telemetrywrapper to push command (#136) 2018-03-09 10:24:13 +08:00
Sheng Chen 7d92832b34
add telemetry (#135) 2018-03-07 17:11:26 +08:00
Sheng Chen c28e5d55b9
hide test feature (#134) 2018-03-02 15:36:34 +08:00
Sheng Chen 1cf8a7f464
rename setting section from 'tf-azure' to 'azureTerraform' (#132) 2018-03-02 15:23:57 +08:00
Sheng Chen caf642178e
rename the extension name and command id (#130)
* rename the extension name and command id

* update according to comments
2018-03-02 14:21:06 +08:00
Sheng Chen 5c2f80370e
ask user to upload files once the cloud shell has been provisioned (#127) 2018-02-28 13:58:56 +08:00
Sheng Chen 07301773a4
can continue after login to Azure (#126) 2018-02-28 11:51:00 +08:00
Sheng Chen d715c454d3
add extension icon (#87)
* update extension icon
2018-02-27 11:15:52 +08:00
Sheng Chen 86d71f2272
add restart-policy for ACI (#124) 2018-02-23 11:08:30 +08:00
Sheng Chen d2b31ff776
refine the test execution (#123)
* refine the test execution

* fix according to comments
2018-02-13 12:02:01 +08:00
Sheng Chen bd7f9d6a59
update readme (#122) 2018-02-12 10:01:35 +08:00
Sheng Chen 902b6884f1
Add third-party notices (#120)
* add 3rd party notices

* add version to azure-storage
2018-02-11 15:11:31 +08:00
Sheng Chen eaddde1f01
add changelog (#119)
* add changelog

* fix the wording
2018-02-11 12:54:26 +08:00
Sheng Chen e5f80a0b98
update readme (#118) 2018-02-11 11:55:13 +08:00
Sheng Chen bf7e87c56d
change directory before running the actual command (#117) 2018-02-11 10:43:36 +08:00
Sheng Chen 489e303c61
push files first when running test (#116)
* push files first when running test

* refine the wording

* remove 'the' before 'CloudShell'
2018-02-09 17:03:20 +08:00
Sheng Chen f39107e3aa
rename is and cs variables (#115) 2018-02-09 16:09:31 +08:00
Sheng Chen ef0bce2fce
Cs/ssh key (#114)
* generate new ssh key in the container

* remove useless code
2018-02-09 16:04:07 +08:00
Sheng Chen 09fae2bd9e
Add hint for visual task when user setting is in cloudshell (#112)
* add hint for visual task when user setting is in cloudshell

* refine the wording
2018-02-09 14:12:33 +08:00
Sheng Chen 09485fbd0a
using promise.all() when upload files (#108)
* using promise.all() when upload files

* add promise all
2018-02-09 13:50:57 +08:00
Sheng Chen eb81f07e70
command can send to cloudshell after it is ready (#106)
* command can send to cloudshell after it is ready

* change the place to remove log file
2018-02-09 13:35:05 +08:00
Sheng Chen c8ff300a41
update readme (#109) 2018-02-08 09:58:35 +08:00
Sheng Chen 7adca4ec8e
pull the latest image before docker run (#105)
* pull the latest image before docker run

* prompt user to open output channel

* fix typos
2018-02-07 15:42:07 +08:00
Sheng Chen 268289664c
remove duplicate code (#103)
* remove duplicate code

* let progress canceled at last

* modify according to comments

* remove never read package
2018-02-06 16:57:40 +08:00
Sheng Chen 12f417fddf
remove useless code (#102) 2018-02-06 13:47:44 +08:00
Sheng Chen 913c767795
remove the auto save feature (#97)
* remove the auto save feature

* keep the deactivate()
2018-02-06 13:27:35 +08:00
Sheng Chen 4093d15b1d
fix the e2e test in cloud (#101) 2018-02-06 13:24:53 +08:00
Sheng Chen 57d47d5078
fix the wrong link (#99) 2018-02-06 11:14:17 +08:00
Sheng Chen cd0cba3580
add keep alive for cloud shell (#90) 2018-02-05 12:16:07 +08:00
Sheng Chen b6bcc99a75
fix the workspace issue (#43) (#86)
* fix the workspace issue (#43)

* use path.join() to resolve the path
2018-02-05 10:13:37 +08:00
Sheng Chen fee034a685
add workspaceUtils which is used for supporting for multiroot (#73)
* add workspaceUtils which is used for supporting for multiroot

* fix according to comments

* add lodash as a useful utility
2018-01-31 13:45:41 +08:00
Sheng Chen 0dcef7e1de
change the default value for setting - 'tf-azure.files' (#74) 2018-01-31 13:30:07 +08:00
Sheng Chen dd670298cb
add vscodeignore (#84) 2018-01-31 13:17:40 +08:00
Damien Caro fac105b8a0 Adding support for end to end testing with or without ssh (#64)
* Adding support for end to end testing with or without ssh

* update on test cases command
2018-01-31 09:45:55 +08:00
Sheng Chen 6b2c9160c2
make the outputchannel singleton (#67) 2018-01-29 17:25:19 +08:00
Sheng Chen 74c8f33764
extract dialog buttons (#60) 2018-01-29 10:52:43 +08:00
Sheng Chen e5115d44ac
fix some async issue in cloudShell.ts (#56)
* fix some async issue in cloudShell.ts

* remove usage of promise chain
2018-01-24 22:26:39 -08:00
Sheng Chen d3e211eb5f
correct package.json dependency (#54)
* correct package.json dependency

* add package-lock.json
2018-01-24 20:11:34 -08:00
Sheng Chen 3e7fdae280
remove the useless delayWrap (#53) 2018-01-24 02:19:58 -08:00
Sheng Chen 40a636bce2
reorgnize imports and remove the file: utilities (#48)
* reorgnize imports and remove the file: utilities

* remove useless code

* close no-unused-param tsconfig setting for now

* correct import typo
2018-01-23 23:56:34 -08:00
Sheng Chen f26f00be4f
enable travis (#50)
* enable travis

* fix lint and compile error

* add vsce package into travis script

* install vsce global in travis
2018-01-23 23:38:51 -08:00
Richard Guthrie e7a9226ea3 Adding auto sync support (#41)
* Adding auto sync support

* Updated delete and push to support login

* Fixes based on feedback.
2018-01-23 17:13:24 -08:00