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

335 Коммитов

Автор SHA1 Сообщение Дата
chrisdias 7e75074802 fix debug compose command for v8 2017-11-03 14:06:55 -07:00
chrisdias 2ae4732284 Prep for 0.0.20 release 2017-10-18 18:03:32 -07:00
Chris Dias dfc3ac3856 Chrisdias/optionalazure (#149)
* make azure account optional
2017-10-18 17:49:34 -07:00
Chris Dias e3ac6ca967 fixes #144 2017-10-15 12:01:03 -07:00
Chris Dias 4e84860c02 fixes #143 2017-10-15 10:52:22 -07:00
Chris Dias 89afb926a3 Prep for publish 2017-10-14 20:55:52 -07:00
Remy Suen 6ded3a2482 Update to the 0.0.9 release of the language server (#141)
The 0.0.9 release includes support for new features included in the
Docker CE 17.09 release.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-10-14 16:57:24 -07:00
Chris Dias b824894e49 Update readme for publish 2017-10-14 16:55:44 -07:00
Remy Suen 5e5fa24541 Fix a small typo (#142)
Typo
2017-10-14 15:26:59 -07:00
chrisdias 3575f62b4e update readme for publishing 2017-10-13 13:39:02 -07:00
chrisdias 30cff50ecb fix compose down command 2017-10-13 10:18:59 -07:00
chrisdias 4c14927ac9 prep for publish 2017-10-13 10:11:00 -07:00
Chris Dias 23fa5cc2f6 fixes #137 2017-10-10 21:32:27 -07:00
chrisdias 2ebe93a036 remove volume mapping from docker-compose.debug.yml 2017-10-10 16:19:59 -07:00
Chris Dias 4a0934caf5 Git chrisdias/reg2 (#135)
add support for Registries
2017-10-10 10:12:19 -07:00
chrisdias 5d02087ec7 update vscode engine for MRW 2017-09-27 23:02:29 -04:00
Benjamin Pasero 848a7934fa Adopt new multi root APIs (#131)
adopt multi-root APIs
2017-09-27 22:48:08 -04:00
Chris Dias 03dc536947 automatic refresh by caching state of images/containers (#130)
* automatic refresh by caching state of images/containers
2017-09-27 22:46:01 -04:00
chrisdias 8160696c1b remove the prompt now that we have a better icon 2017-09-23 21:47:33 -04:00
chrisdias 6ab2ab8e43 run compose detached and always build 2017-09-23 21:30:05 -04:00
chrisdias 871369dad7 update changelog 2017-09-18 17:35:00 -07:00
chrisdias fa06087a72 handle prune command when docker not running 2017-09-18 17:30:12 -07:00
chrisdias 1f0c4ecc07 fixes #125 2017-09-18 17:14:53 -07:00
chrisdias 42bf031479 fixes #124 add config to show/hide explorer 2017-09-18 11:54:38 -07:00
Chris Dias 7d7136c7f7 update explorer image 2017-09-16 14:54:39 -07:00
chrisdias 193cbc54e4 get the date right 2017-09-16 14:45:57 -07:00
chrisdias 1824ccb180 Remove dockerfile hover provider in favor of lang svc 2017-09-16 12:16:24 -07:00
chrisdias 041cc16af8 improve error handling 2017-09-16 11:52:29 -07:00
chrisdias b3548c0add prep for publish 2017-09-16 11:43:37 -07:00
Chris Dias 59f378d032 bump dockerode version 2017-09-16 09:54:07 -07:00
Chris Dias 5f699b1d22 fixes #113 and enables options when querying images 2017-09-15 19:09:30 -07:00
Chris Dias e54188744d better icons 2017-09-15 18:20:19 -07:00
chrisdias 2914e43b40 fixes #111 2017-09-14 18:34:35 -07:00
chrisdias 4d7a507cff Fix #117 and handle refreshing tree 2017-09-14 18:25:19 -07:00
Remy Suen 7a223846d7 Use version 0.0.7 of the language server (#121)
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-09-14 07:55:21 -07:00
Ray Fang 93ce421210 Fix missing explorer issue (#122) 2017-09-13 07:49:27 -07:00
chrisdias 6343e3f651 fixing #116 and #115 2017-09-07 16:26:37 -07:00
chrisdias 4a19a9c4cf add "Azure" category 2017-08-22 17:59:13 -07:00
Chris Dias dcd9a365fc Chrisdias/remove linter (#110)
remove linter since the language server does this now
2017-08-13 14:08:13 -07:00
Chris Dias 48cabddade Chrisdias/remove snippets (#109)
remove snippets now that we have a real lang server
2017-08-12 15:15:47 -07:00
Jonathan Carter f73bece2f2 Merge pull request #100 from rcjsuen/docker-lsp
Adopt the dockerfile-language-server-nodejs npm module
2017-08-12 10:24:09 -07:00
Remy Suen 203e66a95f Fix #99 Adopt the dockerfile-language-server-nodejs npm module
Create a dependency on dockerfile-language-server-nodejs to use it
for our Dockerfile editing needs where possible. VSCode with
communicate with the language server via Node IPC.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-08-12 21:03:35 +09:00
Chris Dias 770faf9713 follow up from explorer PR feedback (#108) 2017-08-10 23:36:06 -07:00
Chris Dias 9bd88f56a8 Chrisdias/explorer (#107)
* add explorer support

* support stopped containers

* move to async await

* stash

* conditionally show explorer

* correct when clause

* system prune update

* stash

* clean up

* add docker explorer

* support stopped containers

* merging master

* conditionally show explorer

* correct when clause

* system prune update

* stash

* clean up

* hooking up commands to explorer

* persist image/container info in DockerNode

* refactor to support explorer commands

* add explorer support

* support stopped containers

* stash

* conditionally show explorer

* correct when clause

* system prune update

* stash

* clean up

* add docker explorer

* merging

* merging changes

* merging

* merging

* merging

* hooking up commands to explorer

* persist image/container info in DockerNode

* refactor to support explorer commands

* merge madness

* finish!

* rename docker explorer labels

* add explorer refresh interval configuration

* cleanup

* Fixing command pallete support

* Fixing 'Show Logs' command'

* Adding container name to explorer nodes

* respond to PR feedback

* updating message
2017-08-10 23:17:33 -07:00
Chris Dias 3a5e8c9470 fixes #106 2017-08-05 09:30:35 -07:00
chrisdias 0a89a82b97 Merge branch 'master' of https://github.com/microsoft/vscode-docker 2017-08-01 11:10:26 -07:00
chrisdias 2c1224fe6f update changelog with docker inspect 2017-08-01 11:10:16 -07:00
Chris Dias 3337461407 Merge pull request #105 from Microsoft/inspect-image
Introduce image inspect command
2017-08-01 11:08:28 -07:00
Jonathan Carter 3a33301d6b Add image inspect command 2017-07-29 15:18:36 -07:00
Chris Dias 27084dee1b Merge pull request #97 from AlexeyRokhin/master
Added cpu settings for compose file version 2.2
2017-06-28 12:57:52 -07:00