Skip to content

Commit d2d84b3

Browse files
author
amvanbaren
committed
Release v0.24.0
1 parent c884c11 commit d2d84b3

File tree

5 files changed

+11
-32
lines changed

5 files changed

+11
-32
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=210825c4
1+
ARG SERVER_VERSION=v0.24.0
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -19,16 +19,15 @@ RUN apt-get update \
1919
&& corepack prepare yarn@stable --activate
2020

2121
# bump to update website
22-
ENV WEBSITE_VERSION 0.16.1
22+
ENV WEBSITE_VERSION 0.16.2
2323
COPY . /workdir
2424

2525
RUN /usr/bin/yarn --cwd website \
2626
&& /usr/bin/yarn --cwd website compile \
2727
&& /usr/bin/yarn --cwd website build
2828

2929
# Main image derived from openvsx-server
30-
#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31-
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
30+
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
3231
ARG SERVER_VERSION
3332

3433
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/

configuration/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ org:
107107
miscellaneous:
108108
allow-anonymous-data-usage: false
109109
bucket4j:
110-
enabled: false
110+
enabled: true
111111
filters:
112112
- cache-name: buckets
113113
url: '/api/-/(namespace/create|publish)'
@@ -166,7 +166,7 @@ ovsx:
166166
webui:
167167
frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters,/error"
168168
eclipse:
169-
base-url: https://api-staging.eclipse.org/
169+
base-url: https://api.eclipse.org/
170170
publisher-agreement:
171171
version: 1
172172
publishing:

configuration/ehcache.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,24 +118,4 @@
118118
<heap>200</heap>
119119
</resources>
120120
</cache>
121-
<cache alias="vscode.extensionquery.ids">
122-
<expiry>
123-
<ttl unit="hours">1</ttl>
124-
</expiry>
125-
<resources>
126-
<heap>1024</heap>
127-
<offheap unit="MB">32</offheap>
128-
<disk unit="MB">128</disk>
129-
</resources>
130-
</cache>
131-
<cache alias="vscode.extensionquery.results">
132-
<expiry>
133-
<ttl unit="hours">1</ttl>
134-
</expiry>
135-
<resources>
136-
<heap>1024</heap>
137-
<offheap unit="MB">128</offheap>
138-
<disk unit="MB">512</disk>
139-
</resources>
140-
</cache>
141121
</config>

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/eclipse/open-vsx.org",
77
"license": "EPL-2.0",
88
"dependencies": {
9-
"openvsx-webui": "0.16.1"
9+
"openvsx-webui": "0.16.2"
1010
},
1111
"peerDependencies": {
1212
"@babel/core": "^7.0.0"

website/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ __metadata:
24112411
"@types/react-router-dom": "npm:^5.3.3"
24122412
css-loader: "npm:^6.8.1"
24132413
express: "npm:^4.21.2"
2414-
openvsx-webui: "npm:0.16.1"
2414+
openvsx-webui: "npm:0.16.2"
24152415
source-map-loader: "npm:^4.0.1"
24162416
style-loader: "npm:^3.3.3"
24172417
typescript: "npm:~5.1.6"
@@ -2432,9 +2432,9 @@ __metadata:
24322432
languageName: node
24332433
linkType: hard
24342434

2435-
"openvsx-webui@npm:0.16.1":
2436-
version: 0.16.1
2437-
resolution: "openvsx-webui@npm:0.16.1"
2435+
"openvsx-webui@npm:0.16.2":
2436+
version: 0.16.2
2437+
resolution: "openvsx-webui@npm:0.16.2"
24382438
dependencies:
24392439
"@emotion/react": "npm:^11.11.1"
24402440
"@emotion/styled": "npm:^11.11.0"
@@ -2460,7 +2460,7 @@ __metadata:
24602460
react-router-dom: "npm:^6.14.1"
24612461
peerDependencies:
24622462
"@babel/core": ^7.0.0
2463-
checksum: 10/26da48d450d6852033b39c2bf22dabac0399f7bbaebe5e245f5ad41d96443ce0b96c5228df9df204f21d64b369ec1c3280da063ec6f43a60ef9183ced404cc93
2463+
checksum: 10/45d36c92407a24ac520003d9619e450a5f05d7e2d721ca8c6463a8a82ab803dc034549502836c1e99f4e3a189039402323fda97d081bc7d8b6cae40cf3c158e5
24642464
languageName: node
24652465
linkType: hard
24662466

0 commit comments

Comments
 (0)