Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/claim-namespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
NAMESPACE: ${{ steps.get_namespace.outputs.namespace }}
ASSIGNEE: amvanbaren
ASSIGNEE: tfroment
- id: api_get_namespace_members
name: Namespace members API request
uses: JamesIves/fetch-api-data-action@v2
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: granted
ASSIGNEE: amvanbaren
ASSIGNEE: tfroment
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.26.0
ARG SERVER_VERSION=v0.27.0

# Builder image to compile the website
FROM ubuntu AS builder
Expand All @@ -19,7 +19,7 @@ RUN apt-get update \
&& corepack prepare yarn@stable --activate

# bump to update website
ENV WEBSITE_VERSION 0.16.3
ENV WEBSITE_VERSION 0.16.4
COPY . /workdir

RUN /usr/bin/yarn --cwd website \
Expand Down
2 changes: 1 addition & 1 deletion charts/openvsx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment: production
namespace: open-vsx-org
host: open-vsx.org

replicaCount: 4
replicaCount: 6
esReplicaCount: 3

image:
Expand Down
4 changes: 2 additions & 2 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ management:
- prometheus
tracing:
sampling:
probability: 0.03
probability: 0.01
springdoc:
model-and-view-allowed: true
swagger-ui:
Expand Down Expand Up @@ -171,7 +171,6 @@ ovsx:
elasticsearch:
enabled: true
ssl: true
clear-on-start: true
search:
relevance:
rating: 0.5
Expand All @@ -180,6 +179,7 @@ ovsx:
migrations:
delay:
seconds: 10800
once-per-version: true
extension-control:
update-on-start: true
integrity:
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/eclipse/open-vsx.org",
"license": "EPL-2.0",
"dependencies": {
"openvsx-webui": "0.16.3"
"openvsx-webui": "0.16.4"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
Expand Down
10 changes: 5 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ __metadata:
"@types/react-router-dom": "npm:^5.3.3"
css-loader: "npm:^6.8.1"
express: "npm:^4.21.2"
openvsx-webui: "npm:0.16.3"
openvsx-webui: "npm:0.16.4"
source-map-loader: "npm:^4.0.1"
style-loader: "npm:^3.3.3"
typescript: "npm:~5.1.6"
Expand All @@ -2412,9 +2412,9 @@ __metadata:
languageName: node
linkType: hard

"openvsx-webui@npm:0.16.3":
version: 0.16.3
resolution: "openvsx-webui@npm:0.16.3"
"openvsx-webui@npm:0.16.4":
version: 0.16.4
resolution: "openvsx-webui@npm:0.16.4"
dependencies:
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
Expand All @@ -2438,7 +2438,7 @@ __metadata:
react-infinite-scroller: "npm:^1.2.6"
react-router: "npm:^6.14.2"
react-router-dom: "npm:^6.14.1"
checksum: 10/ab193dbf00d11e59073f245288d0d729053095a976a7e9199ebe9ccb0b2e58d8f20c1c7bbc1550af9f60dc95f426eda6d82d2536e4ed617442dbd2228ec52b72
checksum: 10/09a7c828b4dad23129a898800dcb25ffe052bd9557b6c1028a680544bb62a81efe9f5b160ca02194b697d66387e8a22e193b38ba338337c8d988f116e69a8aec
languageName: node
linkType: hard

Expand Down
Loading