forked from microsoft/AzureTRE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#50 from ImperialCollegeLondon/imperial-d…
…evelopment Imperial development v3 code
- Loading branch information
Showing
25 changed files
with
286 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.18.10" | ||
__version__ = "0.18.11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.9.5" | ||
__version__ = "0.9.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
templates/shared_services/sonatype-nexus-vm/scripts/nexus_realms_config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
[ | ||
"NexusAuthenticatingRealm", | ||
"NexusAuthorizingRealm", | ||
"DockerToken" | ||
"DockerToken", | ||
"NexusAuthenticatingRealm" | ||
] |
32 changes: 32 additions & 0 deletions
32
...shared_services/sonatype-nexus-vm/scripts/nexus_repos_config/microsoft_download_conf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "microsoft-download", | ||
"online": true, | ||
"storage": { | ||
"blobStoreName": "default", | ||
"strictContentTypeValidation": true, | ||
"write_policy": "ALLOW" | ||
}, | ||
"proxy": { | ||
"remoteUrl": "https://download.microsoft.com/download", | ||
"contentMaxAge": 1440, | ||
"metadataMaxAge": 1440 | ||
}, | ||
"negativeCache": { | ||
"enabled": true, | ||
"timeToLive": 1440 | ||
}, | ||
"httpClient": { | ||
"blocked": false, | ||
"autoBlock": false, | ||
"connection": { | ||
"retries": 0, | ||
"userAgentSuffix": "string", | ||
"timeout": 60, | ||
"enableCircularRedirects": false, | ||
"enableCookies": false, | ||
"useTrustStore": false | ||
} | ||
}, | ||
"baseType": "raw", | ||
"repoType": "proxy" | ||
} |
32 changes: 32 additions & 0 deletions
32
.../shared_services/sonatype-nexus-vm/scripts/nexus_repos_config/r_studio_download_conf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "r-studio-download", | ||
"online": true, | ||
"storage": { | ||
"blobStoreName": "default", | ||
"strictContentTypeValidation": true, | ||
"write_policy": "ALLOW" | ||
}, | ||
"proxy": { | ||
"remoteUrl": "https://download1.rstudio.org", | ||
"contentMaxAge": 1440, | ||
"metadataMaxAge": 1440 | ||
}, | ||
"negativeCache": { | ||
"enabled": true, | ||
"timeToLive": 1440 | ||
}, | ||
"httpClient": { | ||
"blocked": false, | ||
"autoBlock": false, | ||
"connection": { | ||
"retries": 0, | ||
"userAgentSuffix": "string", | ||
"timeout": 60, | ||
"enableCircularRedirects": false, | ||
"enableCookies": false, | ||
"useTrustStore": false | ||
} | ||
}, | ||
"baseType": "raw", | ||
"repoType": "proxy" | ||
} |
32 changes: 32 additions & 0 deletions
32
templates/shared_services/sonatype-nexus-vm/scripts/nexus_repos_config/snapcraft_conf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "snapcraft", | ||
"online": true, | ||
"storage": { | ||
"blobStoreName": "default", | ||
"strictContentTypeValidation": true, | ||
"write_policy": "ALLOW" | ||
}, | ||
"proxy": { | ||
"remoteUrl": "https://snapcraftcontent.com", | ||
"contentMaxAge": 1440, | ||
"metadataMaxAge": 1440 | ||
}, | ||
"negativeCache": { | ||
"enabled": true, | ||
"timeToLive": 1440 | ||
}, | ||
"httpClient": { | ||
"blocked": false, | ||
"autoBlock": false, | ||
"connection": { | ||
"retries": 0, | ||
"userAgentSuffix": "string", | ||
"timeout": 60, | ||
"enableCircularRedirects": false, | ||
"enableCookies": false, | ||
"useTrustStore": false | ||
} | ||
}, | ||
"baseType": "raw", | ||
"repoType": "proxy" | ||
} |
2 changes: 1 addition & 1 deletion
2
templates/shared_services/sonatype-nexus-vm/terraform/locals.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/porter.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.