diff --git a/Dockerfile b/Dockerfile index f3fa041db..9d27635b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG SERVER_VERSION=v0.19.0 +ARG SERVER_VERSION=v0.19.1 # Builder image to compile the website FROM ubuntu AS builder diff --git a/README.md b/README.md index 969bf36d7..c82e0a077 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,15 @@ If you want to refute a previously granted ownership, please comment on the corr ## Getting started -Install dependencies, build assets and start a dev server: +Enable Yarn, install dependencies, build assets and start a dev server: ```bash +corepack enable +corepack prepare yarn@stable --activate yarn --cwd website +yarn --cwd website compile yarn --cwd website build +yarn --cwd website build:dev yarn --cwd website start:dev ``` diff --git a/configuration/application.yml b/configuration/application.yml index cb0364d1e..a3b4619a2 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -179,9 +179,9 @@ ovsx: ssl: true search: relevance: - rating: 0.2 - downloads: 1.0 - timestamp: 3.0 + rating: 0.5 + downloads: 2.0 + timestamp: 1.2 migrations: delay: seconds: 300 @@ -190,4 +190,4 @@ ovsx: integrity: key-pair: create registry: - version: \ No newline at end of file + version: diff --git a/website/src/about.tsx b/website/src/about.tsx index 1177f0f31..09cbe513c 100644 --- a/website/src/about.tsx +++ b/website/src/about.tsx @@ -9,7 +9,7 @@ ********************************************************************************/ import * as React from 'react'; -import { Link, Typography, Container, List, ListItem, ListItemText } from '@mui/material'; +import { Link, Typography, Container } from '@mui/material'; import { styled, Theme } from '@mui/material/styles'; const Heading = styled(Typography)(({ theme }: { theme: Theme }) => ({ @@ -20,13 +20,6 @@ const Paragraph = styled(Typography)(({ theme }: { theme: Theme }) => ({ marginTop: theme.spacing(2) })); -const RepositoryList = styled('ul')(({ theme }: { theme: Theme }) => ({ - fontSize: theme.typography.body1.fontSize, - fontFamily: theme.typography.body1.fontFamily, - fontWeight: theme.typography.body1.fontWeight, - lineHeight: theme.typography.body1.lineHeight -})); - const About = () => { return About This Service @@ -37,45 +30,23 @@ const About = () => { more information. - This service is operated by the Eclipse Foundation. + This service is operated by the Eclipse Foundation + under the responsibility of the Open VSX Working Group. The Open VSX Working Group ensures the continued sustainability, + integrity, evolution and adoption of the Open VSX Registry. It provides governance, guidance, and funding for the + communities that support its implementation, deployment and maintenance. If you're interested in joining the working group, + please let us know. - The source code of Open VSX is managed by - the Eclipse Open VSX project - and is licensed under - the Eclipse Public License v2.0. - The code is split in two repositories: + For information on using the registry, publishing extensions, its API, implementation + and deployment details, see our wiki. + + + Communication + + We use Slack for instant messaging and general communication, + use this link to join our Slack workspace. - -
  • - eclipse/openvsx – - main code with server, web UI and CLI. These components can be reused to deploy other registry instances - (both public and private). -
  • -
  • - EclipseFdn/open-vsx.org – - additional code for this website. -
  • -
    - Resources - - - - The publishing process is described in the openvsx Wiki. - - - - - The FAQ section explains what you can and cannot do as a user of our service. - - - - - Get involved in the community. - - -
    ; } diff --git a/website/yarn.lock b/website/yarn.lock index 84aedc823..6f936d91f 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1407,13 +1407,13 @@ __metadata: linkType: hard "cross-spawn@npm:^7.0.3": - version: 7.0.3 - resolution: "cross-spawn@npm:7.0.3" + version: 7.0.6 + resolution: "cross-spawn@npm:7.0.6" dependencies: path-key: "npm:^3.1.0" shebang-command: "npm:^2.0.0" which: "npm:^2.0.1" - checksum: 10/e1a13869d2f57d974de0d9ef7acbf69dc6937db20b918525a01dacb5032129bd552d290d886d981e99f1b624cb03657084cc87bd40f115c07ecf376821c729ce + checksum: 10/0d52657d7ae36eb130999dffff1168ec348687b48dd38e2ff59992ed916c88d328cf1d07ff4a4a10bc78de5e1c23f04b306d569e42f7a2293915c081e4dfee86 languageName: node linkType: hard