Commit Graph

1580 Commits

Author SHA1 Message Date
Aleksandr Chebotov
ec921a2443 set python3 as default on Ubuntu 20.04 2020-09-30 16:19:28 +03:00
Maxim Lobanov
a4c17e83d6 Merge pull request #1694 from nikita-bykov/docker-toolset
Move the list of Docker images to toolset on Windows
2020-09-30 11:04:57 +03:00
Mikhail Timofeev
ed60294872 [macOS] Hardcode PyPy 7.3.1 for macOS-10.13 (#1693)
* remove workaround + install 7.3.1 for hs

* get back workaround for 7.3.1

* change order
2020-09-30 10:09:54 +03:00
Nikita Bykov
0c3f2ac159 moved the list of docker images to toolset 2020-09-29 10:57:30 +03:00
Maxim Lobanov
854d90d205 Merge pull request #1642 from Darleev/v-danurg/vsmac_latest_implementation
macOS: VSMAC update tools with latest flag.
2020-09-29 09:58:25 +03:00
Maxim Lobanov
e5b0a48121 Merge pull request #1684 from dsame/v-sedoli/json-md-lint
Add json & md linting with github/super-linter
2020-09-29 09:50:27 +03:00
Maxim Lobanov
7ac332bcc0 Merge pull request #1683 from miketimofeev/v-mitim/disable_spotlight_indexing
[macOS] Disable spotlight indexing
2020-09-28 16:55:17 +03:00
Maxim Lobanov
afd12d8740 Merge pull request #1687 from akv-platform/al-cheb/fix-windows-md
[Windows] Fix Get-CodeQLBundleVersion output
2020-09-28 13:08:50 +03:00
Aleksandr Chebotov
79beb8514c fix Get-CodeQLBundleVersion output 2020-09-28 12:50:18 +03:00
Maxim Lobanov
b0f3f989ab Merge pull request #1673 from hutson/fix/win/file-casing
fix(win): use correct case sensitive file name
2020-09-28 12:04:42 +03:00
Maxim Lobanov
6768654b4b Merge pull request #1667 from akv-platform/al-cheb/add-ubuntu-clan-tidy
[Ubuntu] Use official repository to install clang
2020-09-28 11:55:19 +03:00
Sergey Dolin
258e8cd817 replace "main" with "$default-branch" 2020-09-28 12:52:06 +05:00
Maxim Lobanov
f5d89dc0f1 Merge pull request #1670 from vsafonkin/v-vlsafo/fix-helper-generate-image
Fix credentials in GenerateResourcesAndImage.ps1
2020-09-28 10:49:37 +03:00
Maxim Lobanov
eead57b5ea Merge pull request #1656 from dmitry-shibanov/v-dmshib/android-sdk-root-mac
Add ANDROID_SDK_ROOT variable to macOS
2020-09-28 10:39:36 +03:00
Maxim Lobanov
cf63deb9e9 Merge pull request #1655 from dmitry-shibanov/v-dmshib/set-android-sdk-root-win
Add ANDROID_SDK_ROOT variable to windows
2020-09-28 10:39:03 +03:00
Sergey Dolin
f102789f9f remove redundant comments 2020-09-28 12:37:31 +05:00
Maxim Lobanov
fdd57d033b Merge pull request #1658 from akv-platform/al-cheb/ubuntu-gcc10
[Ubuntu] Add GCC 10
2020-09-28 10:37:08 +03:00
Sergey Dolin
0cc7e14e5e Change descriptive comment 2020-09-28 12:36:43 +05:00
Sergey Dolin
8c52f59c23 Add json & md linting with github/super-linter 2020-09-28 12:28:29 +05:00
Maxim Lobanov
e1bd620104 Merge pull request #1635 from hutson/refactor/formatting
refactor: auto format JSON using VSC
2020-09-27 13:26:25 +03:00
Maxim Lobanov
decb9c9b65 Merge pull request #1672 from dibir-magomedsaygitov/v-dimago/update-azure-powershell
Add Azure Powershell 4.7.0
2020-09-27 13:24:59 +03:00
Hutson Betts
c49245208d fix(win): use correct case sensitive file name
File name was submitted with `CLI` in `AzureDevSpacesCLI` capitalized,
but the script is invoked as a provisioner using the lower-case `Cli`
form as seen in `AzureDevSpacesCli`.

Renaming the file to use the lower-case form to match other provisioning
scripts used in the Windows builds.

Issue introduced in commit 932d0f36cd
2020-09-25 12:54:14 -05:00
Dibir Magomedsaygitov
658a6a6642 add azure powershell v4.7.0 2020-09-25 16:25:39 +03:00
Mikhail Timofeev
b998ade09b disable indexing 2020-09-25 15:41:31 +03:00
Darii Nurgaleev
2b1cccbb6d Merge remote-tracking branch 'upstream/main' into v-danurg/vsmac_latest_implementation 2020-09-25 19:15:46 +07:00
Maxim Lobanov
8e8096df78 Merge pull request #1663 from Darleev/v-danurg/sofware-update-week-40
Update software on macOS VM images for 2020 Week 40
2020-09-25 15:11:50 +03:00
Maxim Lobanov
80588bc5ae Merge pull request #1662 from dibir-magomedsaygitov/v-dimago/add-missing-tools-to-ubuntu-docs
Add missing tools to Ubuntu documentation
2020-09-25 15:10:32 +03:00
Maxim Lobanov
7e813d2577 Merge pull request #1557 from chrisgavin/install-codeql-bundle
Install the CodeQL bundle in the toolcache.
2020-09-25 15:09:55 +03:00
Darii Nurgaleev
27d5842dc4 Merge remote-tracking branch 'upstream/main' into v-danurg/vsmac_latest_implementation 2020-09-25 19:09:38 +07:00
Maxim Lobanov
7f21439a6e Merge branch 'main' into install-codeql-bundle 2020-09-25 15:09:27 +03:00
Darii Nurgaleev
2f4d359859 removed 12.0.1 2020-09-25 19:08:50 +07:00
Vladimir Safonkin
745e5b45ff Fix code style 2020-09-25 15:00:21 +03:00
Leonid Lapshin
932d0f36cd Add azure dev spaces to Windows (#1558)
* add azds to windows images

* add script to template

* syntax improvments, persistent path value, proper documentation section

Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
2020-09-25 14:51:01 +03:00
Aleksandr Chebotov
f7ff25aead move to the official repository 2020-09-25 14:49:06 +03:00
Aleksandr Chebotov
ec87362e80 add clang-tidy 2020-09-25 14:49:06 +03:00
Vladimir Safonkin
e12653fe98 Fix credentials in GenerateResourcesAndImage.ps1 2020-09-25 14:08:34 +03:00
Aleksandr Chebotov
1f73bc3e70 fix markdown output 2020-09-25 12:41:45 +03:00
Dmitry Shibanov
267483bef5 Merge branch 'main' into v-dmshib/set-android-sdk-root-win 2020-09-25 10:04:38 +03:00
Dmitry Shibanov
470b4da7c4 Merge branch 'main' into v-dmshib/android-sdk-root-mac 2020-09-25 10:03:46 +03:00
Darii Nurgaleev
3ffe5b2edc xcode 12.0.1 2020-09-25 12:09:37 +07:00
Dibir Magomedsaygitov
85906da062 fix R and sphinx version output 2020-09-24 23:39:14 +03:00
Aleksandr Chebotov
72bd7db479 exclude Ubuntu16 2020-09-24 20:49:22 +03:00
Darii Nurgaleev
9cc2c6a139 added bundles 2020-09-24 22:24:23 +07:00
github-actions[bot]
184354ad8e Updating readme file for ubuntu18 version 20200920.1 (#1629)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2020-09-24 15:00:57 +00:00
Dibir Magomedsaygitov
3500bbdf3e add sphinx version and remove pollinate 2020-09-24 16:50:28 +03:00
Dibir Magomedsaygitov
ffbcaa7854 add missing tools to ubuntu docs 2020-09-24 15:07:30 +03:00
Darii Nurgaleev
083046a33c added toolsets 2020-09-24 19:05:39 +07:00
github-actions[bot]
956f925750 Updating readme file for win16 version 20200920.1 (#1626)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2020-09-24 11:18:37 +00:00
Aleksandr Chebotov
207f49ed93 add g++-10 2020-09-24 13:01:25 +03:00
github-actions[bot]
8f597be18b Updating readme file for win19 version 20200920.1 (#1627)
Co-authored-by: Image generation service account <no-reply@microsoft.com>
Co-authored-by: Actions service account <no-reply@github.com>
2020-09-24 09:19:45 +00:00