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

1503 Коммитов

Автор SHA1 Сообщение Дата
Brandon Waterloo [MSFT] 86a806ef53
Bump version to 1.23.5-alpha (#3717) 2023-01-09 08:53:48 -08:00
Brandon Waterloo [MSFT] fa2e1e20d7
Change branding to .NET instead of .NET Core (#3772) 2023-01-09 08:53:27 -08:00
Jay Miller 2132654955
Bumps default python version to Python 3.10 (#3737)
resolves #3736
2023-01-09 10:26:45 -05:00
Brandon Waterloo [MSFT] fdef2f0360
Change to `@vscode/vsce` and do `npm audit fix` (#3792) 2023-01-04 13:31:34 -08:00
David Negstad 8e591b8634
Check whether local nuget packages folder exists (#3786) 2022-12-21 16:51:23 -08:00
David Negstad 0aef851f6f
Fix error listing empty directories in container (#3781)
* Changes from upstream

* Add comment explaining the madness behind the method
2022-12-20 10:16:43 -08:00
Brandon Waterloo [MSFT] 30fa83edf0
Update version, changelog, notices for 1.23.3 (#3765) 2022-12-14 15:54:28 -05:00
David Negstad 262b276715
Update our files provider and implement a NoShell IShell provider (#3774)
* Updating files provider

Add support for Cmd

Add upstream changes for NoShell

* Add additional upstream change

* Add additional missing upstream changes

* Remove one more method wrapper

* Resolve PR comments
2022-12-14 12:52:14 -08:00
Brandon Waterloo [MSFT] 3f7cc1300d
Another attempt at doing things without a shell... (#3769) 2022-12-13 09:14:53 -08:00
Brandon Waterloo [MSFT] 3e6f598901
Pull upstream changes (#3764) 2022-12-12 09:47:26 -08:00
dependabot[bot] db3a616b6f
Bump simple-git from 3.10.0 to 3.15.1 (#3753)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.10.0 to 3.15.1.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.15.1/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 10:21:15 -05:00
Brandon Waterloo [MSFT] 92ab3c0ffe
Don't reject on stderr for `docker run` (#3754) 2022-12-12 10:20:54 -05:00
Brandon Waterloo [MSFT] 15ce82e450
Fix some "shell" quoting bugs (#3759) 2022-12-09 14:42:53 -05:00
Brandon Waterloo [MSFT] 0cb8564a04
Update version, changelog for 1.23.2 (#3748) 2022-12-06 13:04:50 -05:00
Brandon Waterloo [MSFT] f6e55987c1
Run most commands without a shell (#3747) 2022-12-06 13:01:46 -05:00
David Negstad 10de482586
Apply format changes from upstream (#3743)
* Apply format changes from upstream

* Add additional upstream changes
2022-12-02 19:01:07 +00:00
Brandon Waterloo [MSFT] 7bc0932050
Change image name format to more closely match Docker CLI (#3735) 2022-12-01 11:36:24 -05:00
Brandon Waterloo [MSFT] 81638781bd
Bump version and changelog for 1.23.1 (#3730) 2022-11-29 20:55:19 +00:00
Brandon Waterloo [MSFT] a5b21d7c23
Don't escape `customOptions` or single-string `command` options (#3729) 2022-11-29 20:54:41 +00:00
Brandon Waterloo [MSFT] 87957e9e73
Don't overescape compose service list (#3727) 2022-11-29 17:50:50 +00:00
Brandon Waterloo [MSFT] add1dd7dbe
Pull upstream changes to support images with digest (#3721) 2022-11-28 22:35:25 +00:00
David Negstad 5df232c3f6
Apply the custom date parsing string to all list commands (#3720) 2022-11-28 14:05:54 -08:00
Karol Zadora-Przylecki 8ed278b0b5
Fix issue 3709 (#3712)
* Fix issue 3709

Fixes https://github.com/microsoft/vscode-docker/issues/3709 by:
- increasing the timeout to 20 seconds (the previous 10 seconds might be a bit short in a case of a freshly-started machine with low RAM and slow disk)
- improving error handling in case a process is terminated due to a signal
2022-11-28 17:41:10 +00:00
Brandon Waterloo [MSFT] 1fa4108af9
Listen for volume prune events (#3716) 2022-11-28 09:30:12 -08:00
Brandon Waterloo [MSFT] b29c7e02a9
Do a round of `npm audit fix` (#3701) 2022-11-16 20:26:52 +00:00
Oliver King ad7516787f
Add root folder flag to build ACR image (#3700)
* add root flag

* add information message

* fix enum casing

* add comment and string enum

* use path.relative as path resolve strategy

* remove unused import

* make change to file task
2022-11-16 15:14:48 -05:00
Brandon Waterloo [MSFT] 24c6cdc83e
Add `Accept` header to image out-of-date check (#3697) 2022-11-14 08:53:24 -08:00
Oliver King 38e47775b1
Add return to Build ACR Command (#3695)
* add return

* address feedback

* fix formatting

* add extra enum checks
2022-11-11 16:42:05 -05:00
Brandon Waterloo [MSFT] b416f6446a
Update version, changelog, notices for 1.23.0 release (#3694) 2022-11-11 11:42:17 -05:00
Brandon Waterloo [MSFT] 884add319d
Restart the event listener every 5 minutes (#3693) 2022-11-10 09:56:52 -08:00
Brandon Waterloo [MSFT] ec7139718c
Base explorer refreshes on streamed events instead of polling so frequently (#3680) 2022-11-08 15:05:44 -05:00
Brandon Waterloo [MSFT] d2aadf5aa1
Update loader-utils to fix CG alert (#3689) 2022-11-08 09:05:52 -08:00
Brandon Waterloo [MSFT] ac38415d2b
Pull upstream changes (#3684) 2022-11-01 14:38:36 -07:00
Brandon Waterloo [MSFT] a532eac6d8
Autodetect compose configuration (#3669) 2022-10-27 16:08:50 -04:00
Brandon Waterloo [MSFT] f820f5e97c
Fix Docker Desktop install (#3678) 2022-10-27 13:07:56 -07:00
Brandon Waterloo [MSFT] ee4a688608
Bump minimum VSCode version (#3672) 2022-10-26 09:34:28 -07:00
Brandon Waterloo [MSFT] 24fd906a9c
Use Docker CLI only (#3586) 2022-10-21 15:10:37 -04:00
Brandon Waterloo [MSFT] ba5da9ad45
Merge upstream fixes (#3660) 2022-10-19 20:55:25 +00:00
Brandon Waterloo [MSFT] df10e03291
Fix readme badges (#3658) 2022-10-18 11:03:02 -07:00
Brandon Waterloo [MSFT] f2b29c06a4
Incorporate fixes from the client library (#3654) 2022-10-18 09:55:46 -07:00
Brandon Waterloo [MSFT] 83e3f9104a
Cherry-pick Add some changelog info (#3651) (#3652) 2022-10-18 09:53:24 -07:00
Brandon Waterloo [MSFT] b897625419
Cherry pick `rel/1.22.2` items (#3645) 2022-10-14 10:28:48 -07:00
Brandon Waterloo [MSFT] 2722725aca
Finalize CodeQL settings (#3636) 2022-10-14 09:53:04 -07:00
Brandon Waterloo [MSFT] 2dc4561d9d
Add Docker CLI client (#3637) 2022-10-10 09:47:27 -04:00
Brandon Waterloo [MSFT] 6053acdcf7
Set up CodeQL to run only on scheduled builds (temp: and manual builds) (#3634) 2022-10-06 12:59:28 -07:00
Brandon Waterloo [MSFT] bc6be61fc4
Exclude bundle (#3632) 2022-10-04 10:19:22 -07:00
Brandon Waterloo [MSFT] f0a5b5102d
Enable CodeQL (#3631) 2022-10-04 12:41:02 -04:00
Brandon Waterloo [MSFT] 6eb9490366
Change message (#3622) 2022-09-19 14:26:23 -04:00
Brandon Waterloo [MSFT] 8a491159d5
Rename back to `docker.environment` (#3608) 2022-08-31 10:51:32 -04:00
Brandon Waterloo [MSFT] 451b11744e
Use common nonNull utilities (#3591) 2022-07-26 11:29:20 -07:00