Skip to content

Commit

Permalink
chore: update openvsx-server to v0.19.0 (#1136)
Browse files Browse the repository at this point in the history
* chore: update openvsx-server to v0.19.0

Signed-off-by: Valeriy Svydenko <[email protected]>

* fix build

Signed-off-by: Valeriy Svydenko <[email protected]>

* disable backet4j

Signed-off-by: Valeriy Svydenko <[email protected]>

---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Jan 20, 2025
1 parent 2b30abb commit 3ec85da
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dependencies/che-plugin-registry/build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ RUN \
echo "======================"

RUN chmod 777 /var/run/postgresql && \
mkdir -p /tmp/extensions && \
initdb && \
/usr/local/bin/import_vsix.sh && \
chmod -R 777 /tmp/file && \
chmod -R 777 /tmp/extensions && \
rm /var/lib/pgsql/15/data/database/postmaster.pid && \
rm /var/run/postgresql/.s.PGSQL* && \
rm /tmp/.s.PGSQL* && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
logging:
pattern:
level: '%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]'

server:
port: 9000
jetty:
threads:
max-queue-capacity: 100

spring:
profiles:
Expand Down Expand Up @@ -43,12 +50,42 @@ management:
health:
probes:
enabled: true
endpoints:
web:
exposure:
include:
- health
- metrics
- prometheus
org:
jobrunr:
job-scheduler:
enabled: true
background-job-server:
enabled: true
worker-count: 2
dashboard:
enabled: false
database:
type: sql
miscellaneous:
allow-anonymous-data-usage: false

bucket4j:
enabled: false

ovsx:
elasticsearch:
enabled: false
clear-on-start: true
extension-control:
update-on-start: true
integrity:
key-pair: create # create, renew, delete, 'undefined'
databasesearch:
enabled: true
registry:
version: 'v0.15.8'
version: 'v0.19.0'
storage:
local:
directory: /tmp/extensions
2 changes: 1 addition & 1 deletion dependencies/che-plugin-registry/openvsx-sync.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
},
{
"id": "Zowe.cics-extension-for-zowe",
"version": "2.3.7"
"version": "3.3.0"
},
{
"id": "IBM.zopeneditor",
Expand Down
6 changes: 3 additions & 3 deletions dependencies/job-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,9 @@
},
"CHE_OPENVSX_TAG": {
"3.17": "che-openvsx-v0.15.8",
"3.18": "che-openvsx-v0.15.8",
"3.19": "che-openvsx-v0.15.8",
"3.x": "che-openvsx-v0.15.8"
"3.18": "che-openvsx-v0.19.0",
"3.19": "che-openvsx-v0.19.0",
"3.x": "che-openvsx-v0.19.0"
},
"OPENSHIFT_VERSIONS_SUPPORTED": {
"3.17": [
Expand Down

0 comments on commit 3ec85da

Please sign in to comment.