Commit Graph

1595 Commits

Author SHA1 Message Date
Vladimir Safonkin
f4b8b26237 Revert for ubuntu 1604 2020-10-05 09:20:26 +03:00
Vladimir Safonkin
a11c9fff08 Fix templates 2020-10-04 14:51:46 +03:00
Vladimir Safonkin
f6b3cf674c Fix 2020-10-03 23:03:28 +03:00
Vladimir Safonkin
7601fe7b50 Fix 2020-10-03 19:51:07 +03:00
Vladimir Safonkin
fd2efe9c53 Fix 2020-10-03 11:54:36 +03:00
Vladimir Safonkin
7df63a370d Fix ubuntu 18.04 template 2020-10-02 16:51:03 +03:00
Vladimir Safonkin
3203e15121 Minor fix 2020-10-02 12:58:12 +03:00
Vladimir Safonkin
6d325ba398 Add pipx and yamllint to report 2020-10-02 11:23:02 +03:00
Vladimir Safonkin
a1f44e0d46 Fix 2020-10-02 09:20:33 +03:00
Vladimir Safonkin
88f35e5ba4 Fix 2020-10-02 09:15:26 +03:00
Vladimir Safonkin
8904093791 Disable env vars 2020-10-01 23:49:11 +03:00
Vladimir Safonkin
790ccbb8e5 Add pipx_bin to path for pipx packages 2020-10-01 22:55:54 +03:00
Vladimir Safonkin
be310626e0 Add pipx, yamllint and aws sam cli 2020-10-01 17:52:16 +03:00
Maxim Lobanov
28a8724352 Merge pull request #1705 from akv-platform/al-cheb/set-default-python
[Ubuntu] Default Python will be switched to 3.8 on Ubuntu 20.04
2020-10-01 09:41:59 +03:00
Aleksandr Chebotov
63a1d3a583 replace python-is-python2 to python-is-python3 2020-09-30 16:59:28 +03:00
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