Dmitry Tretyakov

Results 26 issues of Dmitry Tretyakov

**Subsystem** Client, Curl engine **Motivation** [Curl 7.86.0](https://curl.se/changes.html#7_86_0) added experimental support for WebSockets. **Solution** This PR brings support of experimental WebSockets in libcurl [KTOR-5199](https://youtrack.jetbrains.com/issue/KTOR-5199/Support-WebSockets-in-Curl-engine). To verify WebSockets availability we're using `curl_version_info`...

By using this option it is possible to reuse security credentials from the virtual machine: https://docs.microsoft.com/en-us/azure/active-directory/msi-tutorial-linux-vm-access-storage

enhancement

It will allow to prevent key exposure to the build agent machine.

enhancement

Web Deploy is the [IIS extension](https://www.iis.net/downloads/microsoft/web-deploy) to support web site deployment which is widely used (on-premises, azure cloud). At the client side exists [msdeploy.exe](https://technet.microsoft.com/en-us/library/dd569106(v=ws.10).aspx) command line application. Currently users should...

enhancement

We can use JSON as serialization format of custom types which is not supported by Azure Tables. Restrictions of this approach: string property length and searchability.

enhancement
serializer

Validation rules can be retrieved from: http://msdn.microsoft.com/en-us/library/windowsazure/dd179338.aspx

enhancement
serializer

Cargo team introduced space registry protocol which will replace git index in future. As of now they have `space-registry` and `registry-auth` features which allows using them in nightly toolchain. In...

In the cargo 1.12 we can use `--message-format=json` option to get messages in the json format: https://github.com/rust-lang/cargo/pull/3000 It affects bench, build, doc, run, rustc, rustdoc, test. Docs: https://github.com/rust-lang/cargo/blob/master/src/doc/machine-readable-output.md

enhancement

We should add code coverage tools support.

enhancement

We need to meet TeamCity naming convention for property names in build runners.

enhancement