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

585 Коммитов

Автор SHA1 Сообщение Дата
Stephen Weatherford (MSFT) 3ee4a3d2a6
Used shared webpack dev code (#770)
* Used shared webpack dev code

* fix

* remove ts-loader dep

* PR fixes

* dev 0.1.7

* fixes

* fixes

* package lock
2019-02-13 17:28:47 -08:00
Phillip Hoff 4a9e5811ac
Resolve local volume paths (#791)
* Resolve local volume paths.

* Update README.

* Satisfy linter.
2019-02-13 13:50:18 -08:00
Stephen Weatherford (MSFT) 48c8360f0d
v0.5.2 -> master (#781)
* packag lock

* Prepare for v0.5.2 hotfix release (#763)

* Use win-ca fallback logic since nAPI isn't currently compatible with Electron (#761)

* Use win-ca fallback logic since nAPI isn't currently compatible with Electron

* Add comment

* comment

* Prepare for v0.5.2 hotfix release

* Update version of win-ca to get fallback code (#780)

* Update version of win-ca to get fallback code

* package lock
2019-02-06 16:47:25 -08:00
Rodrigo Mendoza a45a9a6601
Fixes hovering colors over the digest, and minor typos. (#710)
* Fixes the following issues :
	Unhandled error if you cancel saving Azure log #639
	Save Azure log dialog shows "log..log" as the filename extension #640
	docker.acr.pullimage issue #648

* fixes #666

* PR #705 Fixes

* Adds telemitry to the ACR logs table listeners

* Fixes #662

* Minor ACR casing fixes
2019-02-01 14:18:50 -08:00
Eric Jizba 201f8a3ad5
Add VS Code bot rules (#769) 2019-01-30 13:33:43 -08:00
Remy Suen 925c4b0fda Upgrade language server version to 0.0.20 (#762)
This preliminary update includes some small fixes in addition to the
ability to fold instructions that span multiple lines.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2019-01-30 12:02:22 -08:00
Stephen Weatherford (MSFT) 7e37b7cfaa
Use win-ca fallback logic since nAPI isn't currently compatible with Electron (#761)
* Use win-ca fallback logic since nAPI isn't currently compatible with Electron

* Add comment

* comment
2019-01-29 16:03:51 -08:00
Stephen Weatherford (MSFT) 1e316c629a
Update to next alpha (#760) 2019-01-28 14:09:34 -08:00
Prashanth b40f943aa2 Make docker.host setting more verbose. Addresses #649 (#725) 2019-01-28 13:35:35 -08:00
Stephen Weatherford (MSFT) cf8f9183c3
Shouldn't allow set default path from command palette (#732) 2019-01-28 13:34:46 -08:00
Phillip Hoff 3153a32e4b
Add `network` option to Docker run configuration (#748)
* Add `network` Docker run option.

* Resolve null volume array issue.

* Actually pipe option through to Docker client.
2019-01-18 09:30:58 -08:00
Ismael Soriano c0294564a5 Allow more customization of docker run command (#690)
* ADD docker-run-customizations: Added volumes, exernal-hosts and ports to DockerRun configuration

* ADD docker-run-customizations: Updated README.md

* FIX docker-run-customizations: Fixed linter errors

* ADD docker-run-customizations: Refactoring of ports and externalHosts configuration

* Changed externalHosts to extraHosts
* Refactored ports and externalHosts so now are defined objects
* Added formatters for the commandLineBuilder
* Added check for the run command so no -P flag would be sent if ports are configured.

* ADD docker-run-customizations: Updated README.md

* Updated README.md with the new objects and added tables for descriptions.
* Updated package.json schema for intelliSense assistance.

* FIX docker-run-customizations: Apply fixes from PR comments

* Fixed malformed objects on package.json
* Applied changes on descriptions
* Use the same amount of columns in ports and volumes tables
* Use .withFlagArg() method to include "-P" flag if no ports configuration specified.
2019-01-16 15:43:43 -08:00
Stephen Weatherford (MSFT) e8f190cc03
Filter issues (#746)
* Filter issues

* Remove unneeded as
2019-01-16 14:50:16 -08:00
Stephen Weatherford (MSFT) d1d6601d33
Fix user cancel showing messages (#745)
* Fix user cancel showing messages

* work

* Missing deps
2019-01-16 11:23:32 -08:00
Stephen Weatherford (MSFT) 363cca63c0
Minor gulpfile improvements (#744) 2019-01-16 11:22:21 -08:00
Stephen Weatherford (MSFT) d7719e84df
fix null ref from importCertificates (#736) 2019-01-15 19:38:27 -08:00
Phillip Hoff 3955b3f979
Log removal of containers. (#737) 2019-01-10 09:31:50 -08:00
Stephen Weatherford (MSFT) ef603c24d8
Prepare for hotfix 0.5.1 (#731)
* Update release date and remove mysterious link to issues

* Update vscode version required by language client 5.0.0:

* Prepare for hotfix 0.5.1

* package-lock version
2019-01-08 17:10:53 -08:00
Stephen Weatherford (MSFT) 2e2e192ff5
Update vscode version required by language client 5.0.0: (#730)
* Update release date and remove mysterious link to issues

* Update vscode version required by language client 5.0.0:
2019-01-08 11:43:37 -08:00
Stephen Weatherford (MSFT) 7fe618063f
Update release date and remove mysterious link to issues (#728) 2019-01-07 14:25:31 -08:00
Eric Jizba 7b3db584a1
Mark event as activation event (#717) 2018-12-19 14:27:43 -08:00
Eric Jizba 5593d2b9d8 Manually add json-schema license
Since we were having issues with the auto-generation tool for this
2018-12-14 15:54:44 -08:00
Eric Jizba 4129ebccc4 Add generated ThirdPartyNotices file 2018-12-14 15:54:44 -08:00
Stephen Weatherford (MSFT) b05b8bfcc5
Ready for 0.5.0 release and fix 696 (#707)
* Ready for 0.5.0 release and fix 696

* Text improvements
2018-12-13 23:43:02 +00:00
Stephen Weatherford (MSFT) d33761bd02
Fix no subscriptions msg (#706) 2018-12-13 22:01:46 +00:00
Rodrigo Mendoza e1d6d42970 ACR Fixes (Logs & Docker Pull) (#705)
* Fixes the following issues :
	Unhandled error if you cancel saving Azure log #639
	Save Azure log dialog shows "log..log" as the filename extension #640
	docker.acr.pullimage issue #648

* fixes #666

* PR #705 Fixes

* Adds telemitry to the ACR logs table listeners
2018-12-13 08:10:46 +00:00
Stephen Weatherford (MSFT) 84ff3fb34a
Add to files.exclude (#704) 2018-12-11 21:24:23 +00:00
Stephen Weatherford (MSFT) 69be439f6a
Revert "Create requirements.txt if it doesn't exist (#647)" (#694)
This reverts commit d4c1b3e8bf.
2018-12-11 00:52:50 +00:00
Stephen Weatherford (MSFT) 34b406052e
Fix stopped container icon (#689) 2018-12-10 19:55:39 +00:00
Rodrigo Mendoza 774ecba036
Merge pull request #656 from Microsoft/roy/dev
ACR Fixes
2018-12-07 11:54:41 -08:00
Phillip Hoff a138e664c8
Add prerequisite check for missing Dockerfile (#687)
* Add prereq for Dockerfile existence.

* Resolve linting errors.

* Add new prereq tests.
2018-12-07 11:37:40 -08:00
rosanch b4fc1799b4 sync with master 2018-12-06 16:52:56 -08:00
Eric Jizba db7d5d948e Clean up dependencies in preparation for TPN work (#686) 2018-12-07 00:23:39 +00:00
rosanch c607b7013d split pull from azure to pull image and pull repo from Azure 2018-12-06 15:17:59 -08:00
lloydchang d4c1b3e8bf Create requirements.txt if it doesn't exist (#647)
* Create requirements.txt

This resolves:
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The command '/bin/sh -c python3 -m pip install -r requirements.txt' returned a non-zero code: 1

* Create requirements.txt if it doesn't exist

This resolves:
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The command '/bin/sh -c python3 -m pip install -r requirements.txt' returned a non-zero code: 1
2018-12-06 22:27:05 +00:00
Eric Jizba a29573dcb3
Clean up gulp/pipelines and re-enable mac tests (#685)
Actual fixes:
1. Always use Node 8. I think this is the key thing that fixed webpack on macOS and allowed me to pretty easily re-enable the tests (since Stephen already did the "DOCKER_UNAVAILABLE" stuff)
1. Don't use `async function` because it meant test failures weren't being reported.

Other stuff that was just nice to have:
1. Consolidate into one `common\test.yml`
1. Use typescript for gulpfile (enabled with `ts-node`)
1. Use functions instead of `gulp.task` which is deprecated
2018-12-06 13:42:49 -08:00
Stephen Weatherford (MSFT) 61ecba7a75
lint: align (#680)
* lint: align

* PR fixes, clean-up

* settimeout
2018-12-06 18:11:31 +00:00
Stephen Weatherford (MSFT) 68e288e89a
Remove old telemetry calls (#683)
* Remove old telemetry calls

* Missed one
2018-12-06 18:02:20 +00:00
rosanch a3ca56e9d6 minor fixes PR #656 2018-12-05 17:01:20 -08:00
rosanch 6a8ec119e0 Merge branch 'master' of https://github.com/Microsoft/vscode-docker into roy/dev 2018-12-05 16:11:31 -08:00
Stephen Weatherford (MSFT) f149e027cd
Upgrade to gulp 4.0.0 (#675)
* Upgrade to gulp 4.0.0

* Fixes

* Try adding gulp-api

* Fix Linux tests

* work

* Remove gulp-api
2018-12-05 22:38:17 +00:00
Eric Hotinger eb416f02f5 - Normalize all README headers to include newlines. (#677)
- Fix the broken link for Linux prerequisites.

Signed-off-by: Eric Hotinger <ehotinger@gmail.com>
2018-12-05 20:16:07 +00:00
Marc Goodner df5dcc517d Adding C++ template (#644)
* Initial GCC container for Cpp, need to surpress request for port

* Adding test

* Initial GCC container for Cpp, need to surpress request for port

* Adding test

* Missed updated platform.ts

* Changing port to undefined so it doesn't prompt

* Changed name to C++, fixed tests

* removing unused type

Unneeded type, already using PlatformOS from platform.ts

* Removing another duplication...

* Fixing lint error
2018-12-05 03:37:12 +00:00
Stephen Weatherford (MSFT) bf20b5a0f2
Separate webpack step so we can see errors in logs (#671) 2018-12-03 22:49:08 +00:00
Stephen Weatherford (MSFT) 575faac004
Add package-lock.json (#670) 2018-12-03 19:35:53 +00:00
Stephen Weatherford (MSFT) 09239b66de
Re-enable Windows/Mac tests (#654)
* Enable Windows tests

* Enable Windows/Mac tests

* Fixes

* Fixes

* Fix Win tests on non-RS4

* Unused imports

* Fix

* PR fix

* Fix windows tests
2018-12-03 19:27:41 +00:00
Stephen Weatherford (MSFT) eff8832355
Fix some images, plus a few minor changes (#667) 2018-11-30 19:46:40 +00:00
Stephen Weatherford (MSFT) 3d4134e547
Fix casing of All * (#665) 2018-11-29 22:52:00 +00:00
rosanch 4213b95bf9 Merge branch 'master' of https://github.com/Microsoft/vscode-docker into roy/dev 2018-11-28 18:05:08 -08:00
Stephen Weatherford (MSFT) 8e89a332f2
Fix null ref show connection error during prune (#653) 2018-11-28 17:56:47 +00:00