From efe2a0d8357c781464cc141286f09da7706d434a Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Wed, 15 Nov 2023 14:01:33 +0200 Subject: [PATCH 1/2] clean up for release --- .github/ISSUE_TEMPLATE/workflows/build.yml | 20 -------------------- configuration/application.yml | 3 +-- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/workflows/build.yml diff --git a/.github/ISSUE_TEMPLATE/workflows/build.yml b/.github/ISSUE_TEMPLATE/workflows/build.yml deleted file mode 100644 index 2796c762..00000000 --- a/.github/ISSUE_TEMPLATE/workflows/build.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened] -jobs: - sonarcloud: - name: SonarCloud - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/configuration/application.yml b/configuration/application.yml index 868f9717..e26f4ea6 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -131,8 +131,7 @@ ovsx: webui: frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters" eclipse: - # TODO change back to https://api.eclipse.org/ for release. - base-url: https://api-staging.eclipse.org/ + base-url: https://api.eclipse.org/ publisher-agreement: version: 1 timezone: US/Eastern From a4944a5c3ea8f06debfd71b1170ebf916f91becb Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Wed, 15 Nov 2023 14:11:36 +0200 Subject: [PATCH 2/2] Clear ElasticSearch on start to apply ElasticSearch RAM increase --- configuration/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/application.yml b/configuration/application.yml index e26f4ea6..b8bdd6f2 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -138,6 +138,7 @@ ovsx: publishing: require-license: true elasticsearch: + clear-on-start: true enabled: true ssl: true relevance: