Mikhail Koliada
|
d2c84c9d4c
|
[Ubuntu] install gcc@11 from brew (#6202)
|
2022-09-12 18:31:28 +03:00 |
|
Aleksandr Chebotov
|
b0b00d426c
|
Add sqlcmd on Ubuntu Server 22.04 (#6127)
|
2022-08-23 10:18:18 +03:00 |
|
Mikhail Timofeev
|
11cfd9eac0
|
Add mono package to ubuntu 22 (#5950)
|
2022-07-25 12:26:39 +03:00 |
|
Mikhail Timofeev
|
c61cbbf296
|
[Ubuntu] Add java dependent tools back to ubuntu 22 (#5618)
* Get back kotlin and selenium
* Get back leiningen and android tools
|
2022-05-27 09:46:59 +03:00 |
|
Mikhail Timofeev
|
4393b58dce
|
Get back container tools on Ubuntu 18&20 (#5611)
|
2022-05-25 19:25:12 +03:00 |
|
juliancarrivick
|
64e497aba9
|
Add clang-tidy to Ubuntu images (#5541)
|
2022-05-23 16:50:28 +03:00 |
|
Mikhail Koliada
|
e4d58452f4
|
[Ubuntu] Rework podman and tools installation (#5580)
|
2022-05-20 16:40:31 +03:00 |
|
Aleksandr Chebotov
|
17d10f6889
|
Add amazon-ecr-credential-helper (#5544)
|
2022-05-16 18:49:51 +03:00 |
|
Aleksandr Chebotov
|
9d80842cc3
|
[Ubuntu] Add Ubuntu Server 22.04 LTS template (#5454)
|
2022-05-02 11:46:10 +03:00 |
|
Mikhail Koliada
|
af645a7b5e
|
[Ubuntu] get rid of post-gen rust script (#4575)
|
2021-11-26 12:39:13 +03:00 |
|
Dibir Magomedsaygitov
|
d502c64087
|
[Ubuntu] Rework Selenium installation (#4308)
|
2021-10-29 16:55:01 +03:00 |
|
Dibir Magomedsaygitov
|
2d46e3f4d9
|
[Ubuntu] Remove Ubuntu16 related code from the VE repository (#4336)
|
2021-10-26 15:30:59 +03:00 |
|
Mikhail Timofeev
|
b665bad57b
|
Install compose v1 and v2 alongside (#4203)
|
2021-10-01 12:33:34 +03:00 |
|
mikhailshaganov
|
966395f4bd
|
[Ubuntu] Add kotlin (#3755)
|
2021-07-22 11:31:30 +03:00 |
|
Yann Jouanique
|
5161c257a2
|
[ubuntu] Install yq (#3646)
|
2021-07-15 12:21:48 +03:00 |
|
Hai Cao
|
7fe7393aa2
|
[Ubuntu] Add SqlPackage (#3700)
* [Ubuntu] Add SqlPackage
* Address comments
|
2021-07-12 10:59:56 +03:00 |
|
Mikhail Timofeev
|
20804bc30f
|
Remove bicep from software docs and tests for ub16 (#3656)
|
2021-06-28 10:58:28 +03:00 |
|
Marcus Felling
|
dd399bcab4
|
[Ubuntu] Adding Bicep CLI (#3639)
* Add Bicep CLI to Ubuntu images
* Use helper download_with_retries
* remove bicep from deprecated 16.04 image
* formatting
Co-authored-by: Marcus Felling <MarcusFelling@microsoft.com>
|
2021-06-24 11:13:00 +03:00 |
|
Mikhail Timofeev
|
a06f07dfb4
|
[Ubuntu] Add msbuild to software report (#3210)
|
2021-04-19 16:17:48 +03:00 |
|
Aleksandr Chebotov
|
b04de88f6e
|
[Ubuntu] Install zstd homebrew (#3181)
* install zstd using brew
* fix typo
* remove Run-Command
* replace to Take-OutputPart
* create zstd symlinks
|
2021-04-14 19:34:49 +03:00 |
|
hackercat
|
be806579bb
|
[Ubuntu] Fix Erlang version in software report
SoftwareReport collects wrong version for Erlang, it reports Eshell
version rather than Erlang itself.
reference: https://stackoverflow.com/questions/9560815/how-to-get-erlangs-release-version-number-from-a-shell
2nd answer
`erl` doesn't have `-v` flag, only `-version`
`erlc` `-v` flag is for verbose output
`rebar3` reports it's version with flag `-v`
Change `erl -v` to `erl -version` as it gets stuck in certain scenarios
like using Docker as packer builder.
reference: http://erlang.org/doc/man/erl.html
|
2021-03-31 12:38:11 +03:00 |
|
Sergey Dolin
|
12ba306121
|
[ubuntu] Add lerna (#2763)
* Add lerna to linux images
* Add a comment about netlify-cli
* remove Node.js tests from Tools.Tests.ps1
* fix tabs
* revert empty lines
* fix code style
|
2021-02-26 18:06:24 +03:00 |
|
Mikhail Timofeev
|
5afe6fcc4e
|
[Ubuntu] Remove azcopy 7 (#2779)
* remove azcopy 7 installation
* Fix software report generator
* fix variable name
* add install helper
|
2021-02-24 18:21:51 +03:00 |
|
Mikhail Timofeev
|
c4d66c8dc7
|
[Ubuntu] Add Fastlane (#2751)
|
2021-02-19 18:33:28 +03:00 |
|
Dibir Magomedsaygitov
|
395127da8f
|
[Ubuntu] Fix Netlify installation, move its and vercel's installation to Nodejs.sh (#2666)
* fix netlify installation
* debug
* resolve comments
* small fix
|
2021-02-09 18:57:05 +03:00 |
|
Nikita Bykov
|
b42d8566f9
|
Add GraalVM Community Edition & GraalVM Native Image (#2330)
* added graalvm
* added native-image and updated SoftwareReport
* rework GraalVM installation
* fixed graalvm installation
* Updated SoftwareReport.Generator
* updated graalvm.sh
* fixed graalvm.sh
* fixed graalvm.sh
* removed rm command
* resolved comments
* fixed softwarereport for GraalVM
* added invoke_tests for graalvm
* fixed tests for graalvm
* fixed GraalVM tests and SoftwareReport
* added source etc-environment.sh to graalvm.sh
* fixed GraalVM tests
* resolved comments
* fixed graalVM SoftwareReport
* added GRAALVM_11_ROOT variable
* fixed comment for env variable
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
|
2021-01-13 10:45:39 +03:00 |
|
Mikhail Timofeev
|
31c97aac43
|
[Ubuntu] Get rid of simple apt-get provisioners (#2376)
* move 7z installation to basic.sh
* remove build essential
* move imagemagick to apt
* move subversion to apt
* move subversion to apt
* move sphinxsearch to apt
* move swig to apt
* move pollinate to apt
* move haveged to apt
* add p7zip to ubuntu 16
|
2021-01-11 10:42:58 +03:00 |
|
Dibir Magomedsaygitov
|
875891b86b
|
[Ubuntu] Migrate missing tools tests to Pester (#2374)
* add missing tests
* fix naming and nvm test
* fix containers test and bring pwsh test back
* remove pwsh test
* small fix
|
2020-12-31 10:00:43 +03:00 |
|
Vladimir Safonkin
|
0a768b0726
|
[Ubuntu] Migrate tests to Pester (#2340)
* Add Pester tests
* Fix incorrect merging
* Remove swift test from installing script
* Minor fix
* Remove Haskell tests from commons tests
* Fix selenium test
* Fix SVN test
* Fix pipx tests
* Debug
* Fix pipx packages test
* Skip pipx for 16.04
|
2020-12-29 10:02:46 +03:00 |
|
Dibir Magomedsaygitov
|
7c15befd02
|
[Ubuntu] Migrate Browsers and Rust tests to Pester (#2323)
* add tests for browsers and rust
* small fix
* fix tests invoking
* small fixes
* resolve conflicts
* fix firefox test
|
2020-12-28 11:34:32 +03:00 |
|
Mikhail Timofeev
|
64c9751269
|
[Ubuntu] Migrate tests for common tools to Pester (part 3) (#2337)
* add test for Git
* Add Heroku
* Add hhvm
* Add Homebrew
* Add Julia
* Add kind
* Add Kubernetes Tools
* Remove kind and homebrew validate
* replace capital letter
* Add Leiningen
* add source to Leiningen
* Add Mercurial
* Add conda
* Add Netlify
* Add packer
* Add pollinate
* Add Pulumi
* Add Phantomjs
* Add Haveged
* Fix for kubectl
* Fix julia installation
* Add installer_script_folder env variable to run tests in brew provisioner
* Add delay after reboot
* Adjust pause settings
|
2020-12-25 18:03:35 +03:00 |
|
Aleksandr Chebotov
|
ac87b63b13
|
[Ubuntu] Migrate PowerShell and Docker tests to Pester (#2317)
* PowerShell and Docker Pester tests
* no pester module
* import pester
* invoke docker with sudo
* remove native test
* add fix for az 1.0.0 module
* revert powershellget installation
* revert flag Force
* add $ProgressPreference = "SilentlyContinue"
|
2020-12-23 15:18:48 +03:00 |
|
Dibir Magomedsaygitov
|
a9a236f7e5
|
[Ubuntu] Migrate tests for common tools to Pester (part 1) (#2288)
* add common tools tests pt1
* fix tests
* fix erlang test
* resolve comments
* minor changes
* remove extra logging
|
2020-12-23 10:25:52 +03:00 |
|
Dibir Magomedsaygitov
|
2b93b03377
|
[Ubuntu] Implement first Pester tests (#2270)
* implement first pester tests
* add comment for azcopy test
* remove extra importing and old function
* resolve comments
* fix typo
|
2020-12-17 09:52:09 +03:00 |
|