File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 22name : Claim namespace ownership
33about : Request exclusive publishing rights to an Open VSX namespace
44title : Claiming namespace [name]
5- labels : namespace
5+ labels : ' namespace,operations '
66assignees : ' '
77---
88
Original file line number Diff line number Diff line change 22name : Website issue
33about : A bug or enhancement request for the website open-vsx.org
44title : ' '
5- labels : ' '
5+ labels : ' team:software-dev '
66assignees : ' '
77---
88
Original file line number Diff line number Diff line change 44/jsonnet-generated-production /
55/jsonnet-generated-staging /
66/charts /openvsx /charts
7+ .DS_Store
Original file line number Diff line number Diff line change 1- ARG SERVER_VERSION=v0.29.0
1+ ARG SERVER_VERSION=v0.29.1
22
33# Builder image to compile the website
44FROM ubuntu AS builder
Original file line number Diff line number Diff line change @@ -113,13 +113,13 @@ pipeline {
113113 post {
114114 failure {
115115 mail to : ' ci-admin@eclipse.org' ,
116- subject : " [open-vsx.org] Build Failure ${ currentBuild.fullDisplayName} " ,
116+ subject : " [open-vsx.org] Build Failure ${ currentBuild.fullDisplayName} - ${ env.BRANCH_NAME } " ,
117117 mimeType : ' text/html' ,
118118 body : " Project: ${ env.JOB_NAME} <br/>Build Number: ${ env.BUILD_NUMBER} <br/>Build URL: ${ env.BUILD_URL} <br/>Console: ${ env.BUILD_URL} /console"
119119 }
120120 fixed {
121121 mail to : ' ci-admin@eclipse.org' ,
122- subject : " [CBI ] Back to normal ${ currentBuild.fullDisplayName} " ,
122+ subject : " [open-vsx.org ] Back to normal ${ currentBuild.fullDisplayName} - ${ env.BRANCH_NAME } " ,
123123 mimeType : ' text/html' ,
124124 body : " Project: ${ env.JOB_NAME} <br/>Build Number: ${ env.BUILD_NUMBER} <br/>Build URL: ${ env.BUILD_URL} <br/>Console: ${ env.BUILD_URL} /console"
125125 }
Original file line number Diff line number Diff line change @@ -211,4 +211,7 @@ ovsx:
211211 sitemap :
212212 ttl : PT1H
213213 malicious-extensions :
214- ttl : P3D
214+ ttl : P3D
215+ foregroundHttpConnPool :
216+ maxTotal : 50
217+ defaultMaxPerRoute : 50
You can’t perform that action at this time.
0 commit comments