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

1258 Коммитов

Автор SHA1 Сообщение Дата
Arjun Roy Chaudhuri 7ebd6d9f94
update dotnet core 2.1, 3.1, 5.1 and 6.0 with latest patches and previews (#1081)
* update

* update dotnetcore base runtime tag

* update dotnetcore sdk version
2021-08-10 19:04:39 -07:00
william-msft 07d18483d7
1342673 add support for golang (#1071)
* Add go detector functionality for detecting go.mod

* Add go detector functionality for detecting go.mod unit tests

* Add microsoft license header

* Update var name

* Update to use regex

* Update regex to account for patch version and additional white space. Also update go name to golang

* Update unit test to succeed when major version is provided and update GoModFileName
2021-08-10 09:37:50 -07:00
Arjun Roy Chaudhuri 73652d594b
Change .NET OutputType to return raw value (#1079)
* Change .NET OutputType to return raw value

* fix/update dotnetcore sample app test for outputtype field in manifest file

Co-authored-by: Anthony Chu <anthony@anthonychu.ca>
2021-08-06 11:11:03 -07:00
Arjun Roy Chaudhuri 5bbfeb974c
fix node and python buildscript in case directory for command-manifest-file hosting dir (#1077) 2021-08-05 13:40:07 -07:00
Arjun Roy Chaudhuri e644edf407
Fix publish sdk to prod script for automating the sdk publishing (#1076)
* update

* remove debug prints/echos
2021-08-05 03:04:02 -07:00
Arjun Roy Chaudhuri f3aa4eb16e
Add support for dotnet isolated apps in azure static web (#1070)
* update dotnet pathing for jamstack image

* update

* update

* update

* update

* update jamstack image with env variable

* update based on review and added a buildiamge test for jamstack image with isolated apps
2021-08-04 16:30:45 -07:00
Arjun Roy Chaudhuri 6a83bd6efb
update dotnet-monitor tool to latest and update dotnetcore runtime 2.1, 3.1 5.0 and 6.0 with latest patches (#1075)
* update 2.0 dotnetcore baseimage

* update dotnetcore 3.1, 2.1, 5.0 and 6.0

* fix breaking dotnetcore dynamic installation test
2021-08-04 14:37:50 -07:00
Arjun Roy Chaudhuri f7ccd787e8
add support for node 16 and update node 12, 14 and npm 6 with patches (#1074)
* update node 12 and 14 versions

* add node 16

* update constants

* add support for node 16

* udpate

* add support for node 16 base iamge

* update node versions and node runtime image base tag

* update
2021-08-04 10:09:40 -07:00
william-msft 458a765600
Add support for redis packages for php runtime images (#1062)
* Add redis module to base modules

* Add redis packages

* skip redis install for php 5

* update installation condition for mongodb for php

* Update php base docker image tag

* Removing php7.0 unit test from monogodb module test; no longer supported

* Add unit test for php redis module

* Remove unnecessary code

* Update method to be down

* Add unit test for php-fpm redis installation verification

* Update to correct command: php-fpm

* Update php-fpm unit test with correct version format

Co-authored-by: Arjun Roy Chaudhuri <arroyc@microsoft.com>
2021-08-03 12:09:09 -07:00
Arjun Roy Chaudhuri 653399a98a
remove plugin import command from yarn2 install (#1067)
* remove plugin import command from yarn2 install

* update test

* fix yarn2 test
2021-07-30 11:37:24 -07:00
william-msft a23dcf82ab
Add dotnet output type to oryx manifest file (#1058)
* Add dotnet output type to oryx manifest file

* Update with changes

* Update code to read from outputtype from the XML file

* Update how output type is populated in the manifest file

* Remove unused code

* Update with minor refactoring

* Add unit tests

* Update with minor refactoring

* Update var name

* Add test for non-existing outputtype field

* Add Sample App test to check OutputType gets populated

* Update test to check for value of OutputType

* Add OutputType to sample app
2021-07-30 09:15:01 -07:00
Arjun Roy Chaudhuri a389296f4a
Move buildcommandsfile's default location to manifestdir location and fix some casing (#1063)
* update

* update

* update

* update

* update

* update buildcommand formatting for vso image

* fix gpg issue and add terminal pathing for vso

* udpate

* update

* update

* update build breaks

* update

* update

* update and fix conda test break

* update vso-slim image type in test

* write build commands to manifest directory

* remove duplicate keyserver from receivegpgkey script

* update casing for build-commands.txt

* update tests

* skip yarn2 test

* update

* update nodejs to Node.js and python to Python in buildcommand file

* skip npmpackagebuild test
2021-07-27 18:06:22 -07:00
william-msft 33cf7c2744
Williamhe/build manifest guide (#1053)
* Add initial documentation

* Update with fields for all platforms

* Update formatting

* Update with additional python manifest fields

* Update with additional fields for node, java, php, and python

* Update with nodejs npm registry url field

* Update field descriptions

* Revert accidental OutputType removal

* Add OutputType field to doc
2021-07-26 10:58:16 -07:00
Arjun Roy Chaudhuri 1c864f79f5
Introduce slim vso image and dynamically print node and python build commands for vso and support terminal pathing for vso (#1038)
* update

* update

* update

* update

* update

* update buildcommand formatting for vso image

* fix gpg issue and add terminal pathing for vso

* udpate

* update

* update

* update build breaks

* update

* update

* update and fix conda test break

* update vso-slim image type in test
2021-07-26 00:02:32 -07:00
Arjun Roy Chaudhuri ac9c4565b6
fix python test failure (#1059) 2021-07-20 15:52:21 -07:00
Gabriel Castro 0c30e5421d
Add GIS libraries for GeoDjango (#1056)
* Add required libraries

* Update test

* Add libraries to build image
2021-07-13 15:03:28 -07:00
Arjun Roy Chaudhuri 6ceb660867
add reliable gpg key server to fixx gpg key issue during image building (#1052) 2021-07-08 11:54:36 -07:00
Arjun Roy Chaudhuri 068add5629
Updated GitHub runners digest (#1051)
* Updated GitHub runners digest sha

* update buster image sha

Co-authored-by: kiranongithub <kiranongithub@gmail.com>
2021-07-07 20:13:43 -07:00
Arjun Roy Chaudhuri 21ef7ce9cd
update master to main branch (#1046) 2021-07-07 14:34:06 -07:00
Arjun Roy Chaudhuri 440d38244e
Implement debugpy for python (#1050)
* Implement debugpy for python

* Remove ptvsd as an option

Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
2021-07-07 11:14:32 -07:00
Arjun Roy Chaudhuri ef4c2ad578
Updated GitHub runners digest sha (#1047)
Co-authored-by: kiranongithub <kiranongithub@gmail.com>
2021-06-28 18:31:45 -07:00
Arjun Roy Chaudhuri 159d0f89aa
update (#992) 2021-06-28 11:29:12 -07:00
Arjun Roy Chaudhuri d70100fba6
skipping next js integration tests temporarily to unblock ci release (#1043)
* update

* housekeeping
2021-06-18 15:13:37 -07:00
Arjun Roy Chaudhuri bf29dd4738
update dotnetcore runtime images with dotnet_version env (#1041)
* update dotnetcore runtime images with dotnet_version env

* update
2021-06-17 22:36:04 -07:00
Zixuan Qian 548c7b0aa2
Update .NET 6 preview 5 (#1040)
* update dotnet6 preview 5

* update runtime image tag
2021-06-17 21:17:15 -07:00
Zixuan Qian 4ec9b26dce
Include .NET 3 SDK to Jamstack build image (#1034)
* include .NET 3 to jamstack image, fixing .NET 5 function app issue

* adding tests

* update
2021-06-17 16:28:35 -07:00
Michael Scovetta 6909e76cfb
Fix typo, buildManifest.PythonVersion (#1031)
This fixes what appears to be a typo in the output of the Node startup script generator.
2021-06-11 15:27:14 -07:00
Zixuan Qian d2189daf08
Update .NET preview 6 SDKs (#1030)
* update .NET 6 preview

* update
2021-06-04 17:51:22 -07:00
Zixuan Qian 5711bd95f5
Update security patch for .NET (#1021)
* security patch for .NET

* update runtime tag
2021-05-26 14:18:21 -07:00
Arjun Roy Chaudhuri 041f16f6a3
Add npm version test and remove node 10, 9, 8 from extensive testing, support and maintenance (#1012)
* add npm version test and remove node from official support and maintenance

* update

* update

* update
2021-05-18 11:31:36 -07:00
Arjun Roy Chaudhuri 96e35ea737
fix regex for vso and add tests dotnetcore links in vso image (#1010)
* fix regex and add tests for vso dotnetcore links

* update imagehelper in test

* add jekyll in vso image
2021-05-14 14:38:25 -07:00
Arjun Roy Chaudhuri d16679a980
update pack tool version (#1009)
* update pack tool version

* add pack tool as label to buildpack image

* update
2021-05-13 17:08:53 -07:00
Arjun Roy Chaudhuri c6f6907d1b
update dotnetcore path for vso image and install xdebug for php and some ruby tools as well (#979)
* update dotnetcore path in vso image

* update

* update

* update

* update

* update

* add unit tests

* addressing feedbacks, adjust spcings

* minor update
2021-05-11 19:13:01 -07:00
Zixuan Qian 251b79baad
Support custom build command for Jekyll apps (#1008)
* support custom build command for jekyll apps

* address feedback

* update
2021-05-11 17:23:43 -07:00
Arjun Roy Chaudhuri 32c9bc8586
update (#1007) 2021-05-10 15:17:38 -07:00
Arjun Roy Chaudhuri 9d68211a77
Add support for codeless application insight configuration for dotnet 6 or newer (#1005)
* initial implementation of dotnetcore appinsights support

* update

* update

* update

* update tests

* update

* update
2021-05-10 11:47:12 -07:00
Zixuan Qian 28bc0976c7
Add yarn2 test for vso image and sample app (#970) 2021-05-06 16:34:39 -07:00
Arjun Roy Chaudhuri f44de98880
move base image pipeline to azure pipeline from oryxlinux (#1002)
* move base image pipeline to azure pipeline from oryxlinux

* update release step
2021-04-30 15:17:13 -07:00
Arjun Roy Chaudhuri 8ca53ef451
Enable some legacy version node runtime and end to end tests (#1001)
* update

* update

* update

* update

* cleanup

* update

* update
2021-04-30 12:46:06 -07:00
Zixuan Qian bba4eb331f
Add .NET 6 runtime image and tests (#985) 2021-04-29 21:00:35 -07:00
Arjun Roy Chaudhuri 9f3f3eb4a9
fix runtime image test failures for node (#998)
* fix runtime image test failures for node

* update

* update legacy node versions in node runtime tests

* skip testing out of support node versions

* update

* update

* update

* update node base image tags
2021-04-29 16:46:52 -07:00
Arjun Roy Chaudhuri 215fdd36ae
add .net 6 apps for tests (#989) 2021-04-20 12:20:45 -07:00
Arjun Roy Chaudhuri 85c6e9278a
add pm2 back for node runtime images (#988)
* add pm2 back for node runtime images

* update runtime base image tag for node runtimes

* update

* update

* update

* update

* update base tag for ndoe

* update

* update

* update node base runtime tags
2021-04-20 10:46:38 -07:00
Arjun Roy Chaudhuri 0cba8fa4eb
change yarn cache config to be false by deffault (#984) 2021-04-14 14:32:12 -07:00
Zixuan Qian 63cff90e11
Update .NET 5 Sdks (#980)
* update dotnet sdks

* update .NET 6 sdks

* update runtime tag
2021-04-12 15:06:46 -07:00
Arjun Roy Chaudhuri e73613ae1f
fix yarn2 detection logic with updated tests (#982)
* fix yarn2 detection logic with updated tests

* update
2021-04-09 17:47:20 -07:00
Arjun Roy Chaudhuri a98bf359d8
Fix argon2 in php 7.4 and above (#978)
* update libargon2 for php 7.4 and 8

* update php runtime base image tags

* update dotnetcore sdk 5 constant

* undo doc changes for supported platforms
2021-04-08 11:02:15 -07:00
Zixuan Qian da8dde69f9
fix yarn cache folder issue (#976) 2021-04-07 13:59:35 -07:00
Arjun Roy Chaudhuri a09410ab72
retire vso debian stretch based image (#965)
* retire vso debian stretch based image

* update tests

* update ruby package versions
2021-03-31 12:23:48 -07:00
Zixuan Qian f064fe972f
Remove yarn cache from full build image (#966)
* remove yarn cache from full build image

* remove test
2021-03-30 15:14:25 -07:00