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

15 Коммитов

Автор SHA1 Сообщение Дата
Blair L Murri 5b0e566c6d
Fix build version metadata generation (#803) 2024-08-19 10:33:42 -07:00
Blair L Murri 795b41769b
Enable faster CI/CD (#796) 2024-07-18 11:14:15 -07:00
Adina Shanholtz 65c3c2200f
Change TES database to use new PostgreSql implementation
Also removes VM and Cosmos support

Co-authored-by: Adina Shanholtz <ashanhol@gmail.com>
Co-authored-by: Matt McLoughlin <mattmcl@microsoft.com>
2023-02-17 11:30:15 -08:00
Matt McLoughlin d04e98b2c6
Add GA4GH TES as submodule and remove TES code (#551) 2022-12-14 10:09:35 -08:00
Matt McLoughlin 12b1678ea1
Run apt upgrade on Docker images on build, set all Dockerfiles to .NET 6, add CredScanSuppressions.json (#442) 2022-08-02 17:57:42 -07:00
Blair L Murri 54aee598e8
Bmurri/modernization (#335)
* Validate managed identity during upgrades addresses #306

* Additional modernizations

* Latest SDK updates
2022-01-26 14:33:16 -08:00
Matt McLoughlin 342993dae1
Move source location (#264) 2021-07-28 16:31:02 -07:00
Matt McLoughlin 9726a5586b
Refactor trigger service to only log once when a target system becomes available (#245)
Previously, the trigger service would log "Is available" excessively. This PR refactors the trigger service and its logging to only log "is available" once when a target system becomes available.
2021-06-22 17:11:36 -07:00
Tony Bendis 01827290f6 Added docker files for Tes and TriggerService to enable ad-hoc building on the CoA VM. 2021-04-29 13:02:04 -07:00
Tony Bendis 1b314d85c3 Move TES and Cosmos to separate project to prepare for future CosmosDB access by TriggerService. 2021-04-19 14:43:26 -07:00
Tony Bendis 5802a05646
Added support for updating the existing CoA installation (#117)
* Added support for updating the existing CoA installation.

* Moved CommonAssemblyInfo.cs to src directory

* Using 2.0.0 instead of ${Build.BuildNumber} in env-02-internal-images file. The pattern will be replaced during build and provides a version for local builds.

* Creating network security group during update if missing. Patching Cromwell configuration instead of replacing it. Always returning exit code 2 if no batch quota. Updated Assembly Info.

* Checking account access at VM startup.

* Refreshing management token during account access check. Simplified grep patterns. Fixed spelling.

* Handle the case where, during update, the resource group has another managed identity in it.

* Applying security patches during update. Upgrading blobfuse to 1.2.4.

* Using /data/cromwellazure when checking installed version.

* Updating TargetFramework to netcoreap3.1.

* Upgrade NuGet packages, with the exception of Microsoft.Azure.Management.* and System.IdentityModel.Tokens.Jwt, which have breaking changes, and can be addressed in a future release

* add release notes

* nuget ref

* move cromwell version to top

* minor formatting changes

* Minor edits to the release notes.

Co-authored-by: Matt McLoughlin <mattmcl@microsoft.com>
2020-07-23 21:48:48 -07:00
Matt McLoughlin e76fbeb616 Move TriggerService.Test to src folder 2020-01-06 09:54:52 -08:00
Matt McLoughlin e3b8077319
Fix scenario of using SAS urls with default stg acct (#12)
•	Fixes the special case where a trigger file's Workflow URL uses the default storage account, but also includes a SAS token
•	Fixes an issue where additional storage accounts added via the containers-to-mount file are not mounted
2019-12-19 18:44:45 -05:00
Tony Bendis cdeaba5718 Added support for public storage containers. Added containers-to-mount config file, so storage containers can be enlisted without editing files on the VM (changes still require restart). Copying setup scripts from the deployer executable. Parallelized deployment steps. Validating batch quota and user's permissions before deployment. Added support for custom container images, to avoid reliance on repositories during development. Added support for /accountName/containerName/blobPath syntax in trigger files. Refactoring. 2019-10-24 15:29:37 -07:00
Matt McLoughlin 12793cdc77 Initial commit for 1.0
Co-authored-by: Jass Bagga <jabagga@microsoft.com>
Co-authored-by: Kris Ganjam <7946390+kganjam@users.noreply.github.com>
Co-authored-by: Olesya Melnichenko <31867007+olesya13@users.noreply.github.com>
Co-authored-by: Grace Huynh <31146231+grhuynh@users.noreply.github.com>
Co-authored-by: Tony Bendis <abendis@microsoft.com>
Co-authored-by: Tracy Ard <909008+tracykard@users.noreply.github.com>
2019-10-11 03:26:27 -07:00