diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 03e85ac85..000000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/.github/ISSUE_TEMPLATE/claim-namespace-ownership.md b/.github/ISSUE_TEMPLATE/claim-namespace-ownership.md
index e353d4697..b9151067b 100644
--- a/.github/ISSUE_TEMPLATE/claim-namespace-ownership.md
+++ b/.github/ISSUE_TEMPLATE/claim-namespace-ownership.md
@@ -2,7 +2,7 @@
name: Claim namespace ownership
about: Request exclusive publishing rights to an Open VSX namespace
title: Claiming namespace [name]
-labels: namespace
+labels: 'namespace,operations'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/website-issue.md b/.github/ISSUE_TEMPLATE/website-issue.md
index fa7e5ae6d..ce4421467 100644
--- a/.github/ISSUE_TEMPLATE/website-issue.md
+++ b/.github/ISSUE_TEMPLATE/website-issue.md
@@ -2,7 +2,7 @@
name: Website issue
about: A bug or enhancement request for the website open-vsx.org
title: ''
-labels: ''
+labels: 'team:software-dev'
assignees: ''
---
diff --git a/.gitignore b/.gitignore
index 0e09140f7..bcc9b2107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/jsonnet-generated-production/
/jsonnet-generated-staging/
/charts/openvsx/charts
+.DS_Store
diff --git a/Dockerfile b/Dockerfile
index 9d23fc6d9..1fa18617c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG SERVER_VERSION=v0.29.0
+ARG SERVER_VERSION=v0.29.1
# Builder image to compile the website
FROM ubuntu AS builder
diff --git a/Jenkinsfile b/Jenkinsfile
index 0d1b134c7..3fe650ec7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -113,13 +113,13 @@ pipeline {
post {
failure {
mail to: 'ci-admin@eclipse.org',
- subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName}",
+ subject: "[open-vsx.org] Build Failure ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
mimeType: 'text/html',
body: "Project: ${env.JOB_NAME}
Build Number: ${env.BUILD_NUMBER}
Build URL: ${env.BUILD_URL}
Console: ${env.BUILD_URL}/console"
}
fixed {
mail to: 'ci-admin@eclipse.org',
- subject: "[CBI] Back to normal ${currentBuild.fullDisplayName}",
+ subject: "[open-vsx.org] Back to normal ${currentBuild.fullDisplayName} - ${env.BRANCH_NAME}",
mimeType: 'text/html',
body: "Project: ${env.JOB_NAME}
Build Number: ${env.BUILD_NUMBER}
Build URL: ${env.BUILD_URL}
Console: ${env.BUILD_URL}/console"
}
diff --git a/configuration/application.yml b/configuration/application.yml
index 265f88f86..f6128b69c 100644
--- a/configuration/application.yml
+++ b/configuration/application.yml
@@ -134,7 +134,7 @@ bucket4j:
rate-limits:
- cache-key: '(getHeader("X-Forwarded-For")?: getRemoteAddr()).split(",")[0].trim()'
bandwidths:
- - capacity: 15
+ - capacity: 75
time: 1
unit: seconds
- cache-name: buckets
@@ -211,4 +211,7 @@ ovsx:
sitemap:
ttl: PT1H
malicious-extensions:
- ttl: P3D
\ No newline at end of file
+ ttl: P3D
+ foregroundHttpConnPool:
+ maxTotal: 50
+ defaultMaxPerRoute: 50